Mercurial > audlegacy-plugins
view src/null/Makefile @ 388:ad8e44bcdf8a trunk
[svn] reverted to 844, to be re-reconsidered later
| author | giacomo |
|---|---|
| date | Sun, 17 Dec 2006 08:46:44 -0800 |
| parents | 0c50f248ed10 |
| 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
