ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/Makefile
Revision: 1.28
Committed: Sun Oct 10 14:18:58 2004 UTC (19 years, 7 months ago) by root
Branch: MAIN
Changes since 1.27: +10 -8 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 CXX=g++ -O6
2 CC=g++ -O
3 CPPFLAGS=$(shell sdl-config --cflags)
4 LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lCg -lCgGL -lGLU -lglut
5
6 all: test
7
8 test: test.o entity.o oct.o view.o txtprt_import.o util.o level1.o material.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: opengl.h gldebug.h util.h entity.h oct.h view.h event.h material.h
19 level1.o: entity.h opengl.h gldebug.h util.h oct.h view.h event.h material.h
20 material.o: opengl.h gldebug.h material.h util.h
21 oct.o: opengl.h gldebug.h oct.h util.h view.h event.h entity.h material.h
22 test.o: util.h opengl.h gldebug.h entity.h oct.h view.h event.h material.h
23 test.o: txtprt_import.h
24 txtprt_import.o: txtprt_import.h entity.h opengl.h gldebug.h util.h oct.h
25 txtprt_import.o: view.h event.h material.h
26 util.o: opengl.h gldebug.h util.h entity.h oct.h view.h event.h material.h
27 view.o: opengl.h gldebug.h view.h util.h event.h oct.h