Mercurial > audlegacy
annotate src/libguess/Makefile @ 2932:fe27b67d8c37 trunk
Transition to audtool_report()/audtool_whine().
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 29 Jun 2007 08:28:36 -0500 |
parents | ecfb79d60c3a |
children | e9f66c3905ec |
rev | line source |
---|---|
2409
30ab29ed32d8
[svn] - back out objective-make topdir probe stuff, it doesnt work on some
nenolod
parents:
2391
diff
changeset
|
1 include ../../mk/rules.mk |
30ab29ed32d8
[svn] - back out objective-make topdir probe stuff, it doesnt work on some
nenolod
parents:
2391
diff
changeset
|
2 include ../../mk/init.mk |
2313 | 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 | |
2409
30ab29ed32d8
[svn] - back out objective-make topdir probe stuff, it doesnt work on some
nenolod
parents:
2391
diff
changeset
|
16 include ../../mk/objective.mk |