Mercurial > audlegacy-plugins
diff src/flac113/plugin_common/Makefile @ 103:117bc56d906b trunk
[svn] flac -> flac113
| author | nenolod |
|---|---|
| date | Mon, 23 Oct 2006 19:51:39 -0700 |
| parents | src/flac/plugin_common/Makefile@a19f24790f3c |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/flac113/plugin_common/Makefile Mon Oct 23 19:51:39 2006 -0700 @@ -0,0 +1,28 @@ +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
