]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/apachemods/Makefile
adding set_curcfg() call to tsearch2 configuration script for 8.2 and 8.1; fixing...
[Evergreen.git] / Open-ILS / src / apachemods / Makefile
1 LDLIBS  += -lxml2 -lopensrf -lxslt
2
3 all:    mod_xmlent.so
4
5 install: mod_xmlent-install
6
7 mod_xmlent.o:   mod_xmlent.c
8 mod_xmlent.so: mod_xmlent.o
9         @echo $@
10         $(CC) $(LDFLAGS) $(LDLIBS) -shared -W1 mod_xmlent.o -lexpat -o $@
11
12 mod_xmlent-install:
13         $(APXS2) -i -a -n xmlent mod_xmlent.so
14
15
16 clean:
17         echo $@
18         /bin/rm -f *.o *.so