Mercurial > audlegacy-plugins
view src/null/Makefile @ 1330:43dbcf08bd7a
renamed the oss4 plugin file
| author | Cristi Magherusan <majeru@atheme-project.org> |
|---|---|
| date | Sat, 21 Jul 2007 01:51:10 +0300 |
| 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
