view src/null/Makefile @ 1525:bee9eaedefa5

- made the MP3 FileWriter output plugin less braindead - adapted translations to reflect this - started German translation - added update-potfiles.sh script
author mf0102 <0102@gmx.at>
date Sat, 25 Aug 2007 22:57:25 +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