view src/flac/plugin_common/Makefile @ 900:d985f0dcdeb0 trunk

[svn] - add a starting point for xmms-rootvis port. giacomo will need to finish this up, as my XLib skills are not enough at this time.
author nenolod
date Mon, 26 Mar 2007 01:19:26 -0700
parents f19e6748d8eb
children
line wrap: on
line source

include ../../../mk/rules.mk
include ../../../mk/init.mk

CFLAGS += $(PICFLAGS) -I.. -I../../.. -I../libflac

OBJECTIVE_LIBS_NOINST = libplugin_common.a

noinst_HEADERS = \
	all.h \
	charset.h \
	defs.h \
	dither.h \
	locale_hack.h \
	tags.h \
	replaygain.h

SOURCES = \
	charset.c \
	dither.c \
	tags.c \
	replaygain.c

OBJECTS = ${SOURCES:.c=.o}

include ../../../mk/objective.mk