ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/Makefile
Revision: 1.15
Committed: Tue Oct 5 02:14:06 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
Changes since 1.14: +2 -2 lines
Log Message:
sh4d3rz

File Contents

# Content
1 CXX=g++ -O6
2 CC=g++ -O
3 CPPFLAGS=$(shell sdl-config --cflags) $(shell gts-config --cflags) -I/opt/libsh/include/
4 LDLIBS=$(shell sdl-config --libs) $(shell gts-config --libs) -L/opt/libsh/lib/ -lsh -lGL
5
6 all: test
7
8 test: test.o entity.o oct.o view.o txtprt_import.o util.o
9
10 clean:
11 rm -f test *.o
12
13 depend:
14 makedepend -Y *.C >/dev/null 2>&1
15
16 # DO NOT DELETE
17
18 entity.o: util.h entity.h oct.h view.h
19 oct.o: oct.h util.h view.h entity.h
20 test.o: entity.h util.h oct.h view.h txtprt_import.h
21 txtprt_import.o: txtprt_import.h entity.h util.h oct.h view.h
22 util.o: util.h
23 view.o: oct.h util.h view.h