Mercurial > audlegacy-plugins
view src/null/Makefile @ 148:9d9fc9e1de48 trunk
[svn] - nuke paranormal (i will put a different paranormal back soon, no worries)
author | nenolod |
---|---|
date | Mon, 30 Oct 2006 22:39:27 -0800 |
parents | 5dfc0e491ad3 |
children | 0c50f248ed10 |
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