Mercurial > audlegacy-plugins
view src/null/Makefile @ 532:04b0c54d16bb trunk
[svn] - if the performer of a track is not specified in cue sheet, the performer of the album will be used.
author | yaz |
---|---|
date | Tue, 23 Jan 2007 03:00:28 -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