Mercurial > audlegacy-plugins
diff src/flac/plugin_common/Makefile @ 22:eab0c4241348 trunk
[svn] - finish up on the Makefile reduction
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 03:53:06 -0700 |
| parents | |
| children | 6240912bf874 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/flac/plugin_common/Makefile Mon Sep 18 03:53:06 2006 -0700 @@ -0,0 +1,26 @@ +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
