Mercurial > hg > audiodb
annotate sparql/mod_audiodb/Makefile.am @ 770:c54bc2ffbf92 tip
update tags
author | convert-repo |
---|---|
date | Fri, 16 Dec 2011 11:34:01 +0000 |
parents | 881378d8309d |
children |
rev | line source |
---|---|
mas01mj@584 | 1 all: mod_audiodb.so |
mas01mj@584 | 2 |
mas01mj@584 | 3 SOURCE = mod_audiodb.c |
mas01mj@584 | 4 |
mas01mj@584 | 5 HEAD = mod_audiodb.h |
mas01mj@584 | 6 ACLOCAL_AMFLAGS = -I m4 |
mas01mj@584 | 7 EXTRA_DIST = $(SOURCE) $(HEAD) |
mas01mj@584 | 8 |
mas01mj@584 | 9 mod_audiodb.so: $(SOURCE) $(HEAD) |
mas01mj@616 | 10 @APXS@ -Wc,-g\ -Wall `@APREQ2@ --ldflags --libs --includes` `pkg-config rasqal --cflags --libs` -lrdf -I/usr/include/ $(GLIB_CFLAGS) -c $(SOURCE) |
mas01mj@584 | 11 |
mas01mj@584 | 12 install: mod_audiodb.so |
mas01mj@584 | 13 @APXS@ -i -a `test -f mod_audiodb.so && echo "mod_audiodb.so" || echo "mod_audiodb.la"` |
mas01mj@584 | 14 |