ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/Makefile
(Generate patch)

Comparing libgender/Makefile (file contents):
Revision 1.31 by root, Thu Oct 21 21:20:09 2004 UTC vs.
Revision 1.32 by root, Sat Oct 23 21:43:27 2004 UTC

1CXX=g++ -O6 1CXX=g++-3.4 -O6
2CC=g++ -O 2CC=$(CXX)
3CPPFLAGS=$(shell sdl-config --cflags) -DDEBUG 3CPPFLAGS=$(shell sdl-config --cflags) -DDEBUG
4LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lCg -lCgGL -lGLU 4LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lCg -lCgGL -lGLU
5 5
6all: test 6all: test
7 7
8test: test.o entity.o oct.o view.o txtprt_import.o util.o level1.o material.o 8test: test.o entity.o oct.o view.o txtprt_import.o util.o level1.o material.o shader.o shader_vars.o
9 9
10clean: 10clean:
11 rm -f test *.o 11 rm -f test *.o
12 12
13depend: 13depend:
17 17
18entity.o: opengl.h util.h entity.h oct.h view.h event.h material.h 18entity.o: opengl.h util.h entity.h oct.h view.h event.h material.h
19level1.o: entity.h opengl.h util.h oct.h view.h event.h material.h 19level1.o: entity.h opengl.h util.h oct.h view.h event.h material.h
20material.o: opengl.h material.h util.h 20material.o: opengl.h material.h util.h
21oct.o: opengl.h oct.h util.h view.h event.h entity.h material.h 21oct.o: opengl.h oct.h util.h view.h event.h entity.h material.h
22shader.o: shader.h opengl.h util.h shader_vars.h
22test.o: opengl.h util.h entity.h oct.h view.h event.h material.h 23test.o: opengl.h util.h entity.h oct.h view.h event.h material.h
23test.o: txtprt_import.h 24test.o: txtprt_import.h
24txtprt_import.o: txtprt_import.h entity.h opengl.h util.h oct.h view.h 25txtprt_import.o: txtprt_import.h entity.h opengl.h util.h oct.h view.h
25txtprt_import.o: event.h material.h 26txtprt_import.o: event.h material.h
26util.o: opengl.h util.h entity.h oct.h view.h event.h material.h 27util.o: opengl.h util.h entity.h oct.h view.h event.h material.h
27view.o: opengl.h view.h util.h event.h oct.h 28view.o: opengl.h view.h util.h event.h oct.h
28x.o: util.h opengl.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines