view Plugins/Input/flac/plugin_common/Makefile.in @ 1112:73631b1e8611 trunk

[svn] - new tunings, please test
author nenolod
date Tue, 30 May 2006 21:55:51 -0700
parents b2378031a53e
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}