view Plugins/Input/flac/plugin_common/Makefile.in @ 615:b2378031a53e trunk

[svn] buildsystem fixes, shouldn't bomb now :P
author nenolod
date Sat, 04 Feb 2006 17:29:52 -0800
parents 5065078fabc4
children e402e0217870
line wrap: on
line source

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

CFLAGS += -fPIC -DPIC -I.. -I../../../..

OBJECTIVE_LIBS_NOINST = libplugin_common.a

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

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

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