Mercurial > audlegacy-plugins
view src/null/Makefile @ 1006:25c46293cbf2 trunk
[svn] - get rid of Disk-Writer and Out-Lame in favor of FileWriter finally
| author | mf0102 |
|---|---|
| date | Thu, 10 May 2007 12:13:22 -0700 |
| parents | ad8e44bcdf8a |
| children | da78a435e90e |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libnull${SHARED_SUFFIX} LIBDIR = ${plugindir}/${OUTPUT_PLUGIN_DIR} SOURCES = null.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += ${PICFLAGS} \ -I../.. include ../../mk/objective.mk
