]> jfr.im git - irc/quakenet/newserv.git/blame - geoip/Makefile.in
Add new GeoIP library, now LGPL'ed.
[irc/quakenet/newserv.git] / geoip / Makefile.in
CommitLineData
866f59c9 1@include@ @includel@../build.mk@includel@
cc3768c4 2
69793602
CP
3GEOIPDIRS=libGeoIP
4
5.PHONY: all clean distclean $(GEOIPDIRS) dirs
6
7all: dirs geoip.so
8
9geoip.so: geoip.o libGeoIP/GeoIP.o libGeoIP/regionName.o libGeoIP/timeZone.o
10
11dirs: $(GEOIPDIRS)
12
13$(GEOIPDIRS):
14 cd $@ && $(MAKE) $(MFLAGS) all
cc3768c4 15
9a3f5e27 16clean:
69793602 17 rm -f */*.o */*.so *.o *.so
9a3f5e27 18
81a930f2 19distclean:
69793602
CP
20 rm -f */Makefile Makefile
21