]> jfr.im git - irc/quakenet/newserv.git/blob - geoip/Makefile.in
HELPMOD2: Ignore friends in lamer control
[irc/quakenet/newserv.git] / geoip / Makefile.in
1 @include@ @includel@../build.mk@includel@
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
19
20 distclean:
21 rm -f */Makefile Makefile
22