Mercurial > audlegacy-plugins
annotate src/flac/plugin_common/Makefile @ 29:6240912bf874 trunk
[svn] - here too
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 04:13:46 -0700 |
| parents | eab0c4241348 |
| children | a19f24790f3c |
| rev | line source |
|---|---|
| 22 | 1 include ../../../mk/rules.mk |
| 2 include ../../../mk/init.mk | |
| 3 | |
| 29 | 4 CFLAGS += $(PICFLAGS) -I.. -I../../.. |
| 22 | 5 |
| 6 OBJECTIVE_LIBS_NOINST = libplugin_common.a | |
| 7 | |
| 8 noinst_HEADERS = \ | |
| 9 all.h \ | |
| 10 charset.h \ | |
| 11 defs.h \ | |
| 12 dither.h \ | |
| 13 locale_hack.h \ | |
| 14 tags.h | |
| 15 | |
| 16 SOURCES = \ | |
| 17 charset.c \ | |
| 18 dither.c \ | |
| 19 tags.c | |
| 20 | |
| 21 OBJECTS = ${SOURCES:.c=.o} | |
| 22 | |
| 23 libplugin_common.a: $(OBJECTS) | |
| 24 $(AR) cq $@ $(OBJECTS) | |
| 25 | |
| 26 include ../../../mk/objective.mk |
