Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
21:5dfe560466c9 | 22:eab0c4241348 |
---|---|
1 include ../../../mk/rules.mk | |
2 include ../../../mk/init.mk | |
3 | |
4 CFLAGS += $(PICFLAGS) -I.. -I../../../.. | |
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 |