Mercurial > audlegacy-plugins
view src/wav/Makefile @ 140:46d603abb737 trunk
[svn] - mplayer should be disabled by default due to the fact that it's only
temporary in the core plugins pack (and will be moved to -ugly
eventually)
author | nenolod |
---|---|
date | Sun, 29 Oct 2006 01:23:08 -0700 |
parents | cf1054422f81 |
children | 0c50f248ed10 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libwav$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) SOURCES = wav$(WAV_SNDFILE).c LIBADD = -L/usr/local/lib $(SNDFILE_LIBS) CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. OBJECTS = ${SOURCES:.c=.o} include ../../mk/objective.mk