Mercurial > audlegacy-plugins
view src/spectrum/Makefile @ 169:c99b74280827 trunk
[svn] - another example preset showing the true power of on-beat branched execution
author | nenolod |
---|---|
date | Tue, 31 Oct 2006 22:55:20 -0800 |
parents | 03cfb311eafd |
children | 0c50f248ed10 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libspectrum$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR) LIBADD = $(GTK_LIBS) SOURCES = spectrum.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. include ../../mk/objective.mk