Mercurial > audlegacy
annotate src/libguess/Makefile @ 2313:3149d4b1a9a9 trunk
[svn] - objective-make autodepend fixes
- move all sourcecode into src/ and adjust Makefiles accordingly
author | nenolod |
---|---|
date | Fri, 12 Jan 2007 11:43:40 -0800 |
parents | |
children | 1ab061263ee8 |
rev | line source |
---|---|
2313 | 1 include ../../mk/rules.mk |
2 include ../../mk/init.mk | |
3 | |
4 OBJECTIVE_LIBS_NOINST = libguess.a | |
5 OBJECTIVE_SONAME_SUFFIX = 0.2.0 | |
6 | |
7 LDFLAGS += -Wl,-export-dynamic | |
8 | |
9 CFLAGS += $(PICFLAGS) | |
10 | |
11 SOURCES = \ | |
12 guess.c | |
13 | |
14 OBJECTS = ${SOURCES:.c=.o} | |
15 | |
16 include ../../mk/objective.mk | |
17 | |
18 libguess.a: $(OBJECTS) | |
19 $(AR) cq $@ $(OBJECTS) |