Mercurial > audlegacy-plugins
view src/null/Makefile @ 1517:d72a44fdb6a3
switched to uploading tracks instead of files, added disconnect option, other misc. fixes
| author | Cristi Magherusan <majeru@atheme-project.org> |
|---|---|
| date | Thu, 23 Aug 2007 16:47:45 +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
