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

Comparing libgender/Makefile (file contents):
Revision 1.33 by root, Sat Oct 23 21:53:06 2004 UTC vs.
Revision 1.37 by root, Sun Oct 31 22:54:49 2004 UTC

1CXX=g++-3.4 -O6 1CXX=g++ -O6
2CC=$(CXX) 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 -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 shader.o shader_vars.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: opengl.h util.h entity.h oct.h view.h event.h material.h 28entity.o: opengl.h util.h entity.h oct.h view.h event.h material.h shader.h
29entity.o: shader_vars.h
19level1.o: entity.h opengl.h util.h oct.h view.h event.h material.h 30level1.o: entity.h opengl.h util.h oct.h view.h event.h material.h shader.h
20material.o: opengl.h material.h util.h 31level1.o: shader_vars.h
32material.o: opengl.h material.h util.h shader.h shader_vars.h view.h event.h
21oct.o: opengl.h oct.h util.h view.h event.h entity.h material.h 33oct.o: opengl.h oct.h util.h view.h event.h entity.h material.h shader.h
34oct.o: shader_vars.h
22shader.o: shader.h opengl.h util.h shader_vars.h 35shader.o: shader.h opengl.h util.h shader_vars.h
23shader_vars.o: shader_vars.h shader.h opengl.h util.h 36shader_vars.o: shader_vars.h shader.h opengl.h util.h
24test.o: opengl.h util.h entity.h oct.h view.h event.h material.h 37test.o: opengl.h util.h entity.h oct.h view.h event.h material.h shader.h
25test.o: txtprt_import.h shader.h 38test.o: shader_vars.h txtprt_import.h
26txtprt_import.o: txtprt_import.h entity.h opengl.h util.h oct.h view.h 39txtprt_import.o: txtprt_import.h entity.h opengl.h util.h oct.h view.h
27txtprt_import.o: event.h material.h 40txtprt_import.o: event.h material.h shader.h shader_vars.h
28util.o: opengl.h util.h entity.h oct.h view.h event.h material.h 41util.o: opengl.h util.h entity.h oct.h view.h event.h material.h shader.h
42util.o: shader_vars.h
29view.o: opengl.h view.h util.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