Mercurial > audlegacy-plugins
comparison src/echo_plugin/Makefile @ 127:46730e83b1e2 trunk
[svn] - echo plugin support by Christian Birchinger <joker -at- gentoo.org>
| author | nenolod |
|---|---|
| date | Thu, 26 Oct 2006 12:41:45 -0700 |
| parents | |
| children | 0c50f248ed10 |
comparison
equal
deleted
inserted
replaced
| 126:29857e91c6d5 | 127:46730e83b1e2 |
|---|---|
| 1 include ../../mk/rules.mk | |
| 2 include ../../mk/init.mk | |
| 3 | |
| 4 OBJECTIVE_LIBS = libecho$(SHARED_SUFFIX) | |
| 5 | |
| 6 LIBDIR = $(plugindir)/$(EFFECT_PLUGIN_DIR) | |
| 7 | |
| 8 LIBADD = $(GTK_LIBS) | |
| 9 | |
| 10 SOURCES = echo.c gui.c | |
| 11 | |
| 12 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. | |
| 13 | |
| 14 OBJECTS = ${SOURCES:.c=.o} | |
| 15 | |
| 16 include ../../mk/objective.mk |
