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

Comparing libgender/Makefile (file contents):
Revision 1.24 by root, Sun Oct 10 00:22:49 2004 UTC vs.
Revision 1.26 by root, Sun Oct 10 02:40:18 2004 UTC

1CXX=g++ -O0 1CXX=g++ -O6
2CC=g++ -O 2CC=g++ -O
3CPPFLAGS=$(shell sdl-config --cflags) 3CPPFLAGS=$(shell sdl-config --cflags)
4LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lCg -lCgGL -lGLU -lglut 4LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lCg -lCgGL -lGLU -lglut
5 5
6all: test 6all: test
14 makedepend -Y *.C >/dev/null 2>&1 14 makedepend -Y *.C >/dev/null 2>&1
15 15
16# DO NOT DELETE 16# DO NOT DELETE
17 17
18entity.o: util.h gldebug.h entity.h oct.h view.h event.h 18entity.o: util.h gldebug.h entity.h oct.h view.h event.h
19level1.o: entity.h util.h gldebug.h oct.h view.h event.h
19oct.o: oct.h util.h gldebug.h view.h event.h entity.h 20oct.o: oct.h util.h gldebug.h view.h event.h entity.h
20test.o: util.h gldebug.h entity.h oct.h view.h event.h txtprt_import.h 21test.o: util.h gldebug.h entity.h oct.h view.h event.h txtprt_import.h
21txtprt_import.o: txtprt_import.h entity.h util.h gldebug.h oct.h view.h 22txtprt_import.o: txtprt_import.h entity.h util.h gldebug.h oct.h view.h
22txtprt_import.o: event.h 23txtprt_import.o: event.h
23util.o: util.h gldebug.h entity.h oct.h view.h event.h 24util.o: util.h gldebug.h entity.h oct.h view.h event.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines