Mercurial > audlegacy-plugins
view src/null/Makefile @ 814:2eaaa3aa182b trunk
[svn] - make the whole thing compile. runtime linking is another story.
author | nenolod |
---|---|
date | Mon, 12 Mar 2007 13:00:06 -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