]> jfr.im git - irc/quakenet/newserv.git/blob - geoip/Makefile
Merge default.
[irc/quakenet/newserv.git] / geoip / Makefile
1 include ../build.mk
2
3 GEOIPDIRS=libGeoIP
4 LDFLAGS+=-lc
5
6 .PHONY: all clean distclean $(GEOIPDIRS) dirs
7
8 all: dirs geoip.so
9
10 geoip.so: geoip.o libGeoIP/GeoIP.o libGeoIP/regionName.o libGeoIP/timeZone.o
11
12 dirs: $(GEOIPDIRS)
13
14 $(GEOIPDIRS):
15 cd $@ && $(MAKE) $(MFLAGS) all
16
17 clean:
18 rm -f */*.o */*.so *.o *.so