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

Comparing libgender/Makefile (file contents):
Revision 1.5 by root, Sun Oct 3 02:38:33 2004 UTC vs.
Revision 1.29 by root, Mon Oct 11 00:05:48 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines