Mercurial > audlegacy-plugins
view src/echo_plugin/Makefile @ 170:13955c70fbec trunk
[svn] - split out beat detection code into beatdetect.c
| author | nenolod |
|---|---|
| date | Tue, 31 Oct 2006 23:13:49 -0800 |
| parents | 46730e83b1e2 |
| children | 0c50f248ed10 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libecho$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(EFFECT_PLUGIN_DIR) LIBADD = $(GTK_LIBS) SOURCES = echo.c gui.c CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. OBJECTS = ${SOURCES:.c=.o} include ../../mk/objective.mk
