Mercurial > audlegacy-plugins
view src/flac112/plugin_common/Makefile @ 679:c8dc00a58f0d trunk
[svn] - remove a bunch of pointless code. we don't do ID3 for raw AAC files at this time.
| author | nenolod |
|---|---|
| date | Tue, 20 Feb 2007 04:13:46 -0800 |
| parents | 4b31176c198a |
| children |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk CFLAGS += $(PICFLAGS) -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} libplugin_common.a: $(OBJECTS) $(AR) cq $@ $(OBJECTS) include ../../../mk/objective.mk
