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

Comparing libgender/Makefile (file contents):
Revision 1.23 by root, Sat Oct 9 22:43:31 2004 UTC vs.
Revision 1.40 by root, Sat Nov 6 00:38:44 2004 UTC

1CXX=g++ -O6 1CXX=g++ -O0 -ggdb
2CC=g++ -O 2CC=$(CXX)
3CPPFLAGS=$(shell sdl-config --cflags) 3CXXFLAGS=$(shell sdl-config --cflags) -DDEBUG
4LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lCg -lCgGL -lGLU -lglut 4LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lGLU
5 5
6all: test 6all: test
7 7
8test: test.o entity.o oct.o view.o txtprt_import.o util.o 8test: test.o entity.o oct.o view.o txtprt_import.o util.o level1.o material.o shader.o shader_vars.o y.tab.o lex.yy.o
9
10y.tab.o: y.tab.c lex.yy.c
11
12lex.yy.c: doom3map_lexer.l y.tab.h
13 lex $<
14
15y.tab.h: y.tab.c
16
17y.tab.c: doom3map_parser.y
18 yacc -d $<
9 19
10clean: 20clean:
11 rm -f test *.o 21 rm -f test *.o
12 22
13depend: 23depend:
14 makedepend -Y *.C >/dev/null 2>&1 24 makedepend -Y *.C >/dev/null 2>&1
15 25
16# DO NOT DELETE 26# DO NOT DELETE
17 27
18entity.o: util.h gldebug.h entity.h oct.h view.h event.h 28entity.o: opengl.h util.h entity.h oct.h view.h event.h material.h shader.h
19oct.o: oct.h util.h gldebug.h view.h event.h entity.h 29entity.o: shader_vars.h
20test.o: util.h gldebug.h entity.h oct.h view.h event.h txtprt_import.h 30level1.o: entity.h opengl.h util.h oct.h view.h event.h material.h shader.h
31level1.o: shader_vars.h
32material.o: opengl.h material.h util.h shader.h shader_vars.h view.h event.h
33oct.o: opengl.h oct.h util.h view.h event.h entity.h material.h shader.h
34oct.o: shader_vars.h
35shader.o: shader.h opengl.h util.h shader_vars.h
36shader_vars.o: shader_vars.h shader.h opengl.h util.h
37test.o: opengl.h util.h entity.h oct.h view.h event.h material.h shader.h
38test.o: shader_vars.h txtprt_import.h
21txtprt_import.o: txtprt_import.h entity.h util.h gldebug.h oct.h view.h 39txtprt_import.o: txtprt_import.h entity.h opengl.h util.h oct.h view.h
22txtprt_import.o: event.h 40txtprt_import.o: event.h material.h shader.h shader_vars.h
23util.o: util.h gldebug.h entity.h oct.h view.h event.h 41util.o: opengl.h util.h entity.h oct.h view.h event.h material.h shader.h
42util.o: shader_vars.h
24view.o: view.h util.h gldebug.h event.h oct.h 43view.o: opengl.h view.h util.h event.h oct.h
44x.o: shader.h opengl.h util.h shader_vars.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines