ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/Makefile
Revision: 1.31
Committed: Thu Oct 21 21:20:09 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
Changes since 1.30: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.25 CXX=g++ -O6
2 root 1.7 CC=g++ -O
3 root 1.30 CPPFLAGS=$(shell sdl-config --cflags) -DDEBUG
4 root 1.29 LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lCg -lCgGL -lGLU
5 root 1.1
6 root 1.4 all: test
7    
8 root 1.27 test: test.o entity.o oct.o view.o txtprt_import.o util.o level1.o material.o
9 root 1.1
10     clean:
11 root 1.2 rm -f test *.o
12 root 1.1
13 root 1.10 depend:
14 root 1.13 makedepend -Y *.C >/dev/null 2>&1
15 root 1.10
16     # DO NOT DELETE
17    
18 root 1.30 entity.o: opengl.h util.h entity.h oct.h view.h event.h material.h
19     level1.o: entity.h opengl.h util.h oct.h view.h event.h material.h
20     material.o: opengl.h material.h util.h
21     oct.o: opengl.h oct.h util.h view.h event.h entity.h material.h
22     test.o: opengl.h util.h entity.h oct.h view.h event.h material.h
23 root 1.28 test.o: txtprt_import.h
24 root 1.30 txtprt_import.o: txtprt_import.h entity.h opengl.h util.h oct.h view.h
25     txtprt_import.o: event.h material.h
26     util.o: opengl.h util.h entity.h oct.h view.h event.h material.h
27     view.o: opengl.h view.h util.h event.h oct.h
28 root 1.31 x.o: util.h opengl.h