Mercurial > audlegacy-plugins
view src/flac113/plugin_common/Makefile @ 362:f7a8c1280ef6 trunk
[svn] - nevermind, m3u did need an update.
author | nenolod |
---|---|
date | Mon, 11 Dec 2006 05:15:01 -0800 |
parents | 117bc56d906b |
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 \ replaygain.h SOURCES = \ charset.c \ dither.c \ tags.c \ replaygain.c OBJECTS = ${SOURCES:.c=.o} libplugin_common.a: $(OBJECTS) $(AR) cq $@ $(OBJECTS) include ../../../mk/objective.mk