/[H9]/trunk/tntnet/dynamic/gd-cpp/Makefile
ViewVC logotype

Contents of /trunk/tntnet/dynamic/gd-cpp/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 68 - (show annotations) (download)
Tue Nov 27 14:28:59 2007 UTC (16 years, 5 months ago) by torben
File size: 239 byte(s)
Basic structure for web-interface

1 CXXFLAGS=-Wall
2
3 libgdpp.a: gdpp.o gd_io_stream.o
4 ar rs libgdpp.a gdpp.o gd_io_stream.o
5
6 test: libgdpp.a test.o
7 g++ -Wall test.o libgdpp.a -lgd -o test
8
9 retest:
10 make clean
11 make test
12 ./test
13
14 clean:
15 rm -f *.a *.o *~ test
16
17 .PHONY: clean

  ViewVC Help
Powered by ViewVC 1.1.20