Mercurial > audlegacy-plugins
view src/null/Makefile @ 438:4fec4a3ca1a4 trunk
[svn] - evdev-plug: check that the player local datadir exists before attempting to create evdev-plug.conf
| author | giacomo |
|---|---|
| date | Mon, 15 Jan 2007 14:04:11 -0800 |
| 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
