/[projects]/uloganalyzer/Makefile
ViewVC logotype

Contents of /uloganalyzer/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 122 - (show annotations) (download)
Mon Dec 1 22:23:02 2008 UTC (15 years, 5 months ago) by torben
File size: 273 byte(s)
uloganalyzer.cpp: clean up libgeoip before shutting down

Makefile: seperate compilation and linking phases


1 uloganalyzer: uloganalyzer.o
2 g++ -o uloganalyzer uloganalyzer.cpp -static -static-libgcc -lGeoIP
3
4 uloganalyzer.o: uloganalyzer.cpp
5 g++ -Wall -o uloganalyzer.o -c uloganalyzer.cpp
6
7 test: uloganalyzer
8 ./uloganalyzer testdata.log
9
10
11 clean:
12 rm -f uloganalyzer
13 rm -f *.o

  ViewVC Help
Powered by ViewVC 1.1.20