Mercurial > audlegacy-plugins
view src/null/Makefile @ 1414:5f892afeb8e1 audacious-plugins-1.4.0-dr2
- amidi-plug 0.8 beta1; support for gthread and v3 plugin system; needs testing and refinements
| author | Giacomo Lozito <james@develia.org> |
|---|---|
| date | Mon, 06 Aug 2007 14:01:24 +0200 |
| 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
