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

Comparing libgender/Makefile (file contents):
Revision 1.10 by root, Mon Oct 4 07:04:58 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) $(shell gts-config --cflags) 3CXXFLAGS=$(shell sdl-config --cflags) -DDEBUG
4LDLIBS=$(shell sdl-config --libs) $(shell gts-config --libs) -lGL 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 *.C *.h 24 makedepend -Y *.C >/dev/null 2>&1
15 25
16# DO NOT DELETE 26# DO NOT DELETE
17 27
18entity.o: entity.h /usr/include/GL/gl.h /usr/include/GL/glext.h 28entity.o: opengl.h util.h entity.h oct.h view.h event.h material.h shader.h
19entity.o: /usr/lib/gcc-lib/x86_64-linux/3.3.4/include/stddef.h util.h oct.h 29entity.o: shader_vars.h
20entity.o: view.h 30level1.o: entity.h opengl.h util.h oct.h view.h event.h material.h shader.h
21oct.o: /usr/include/GL/gl.h /usr/include/GL/glext.h 31level1.o: shader_vars.h
22oct.o: /usr/lib/gcc-lib/x86_64-linux/3.3.4/include/stddef.h oct.h util.h 32material.o: opengl.h material.h util.h shader.h shader_vars.h view.h event.h
23oct.o: view.h entity.h 33oct.o: opengl.h oct.h util.h view.h event.h entity.h material.h shader.h
24se.o: /usr/include/stdlib.h /usr/include/features.h /usr/include/sys/cdefs.h 34oct.o: shader_vars.h
25se.o: /usr/include/gnu/stubs.h 35shader.o: shader.h opengl.h util.h shader_vars.h
26se.o: /usr/lib/gcc-lib/x86_64-linux/3.3.4/include/stddef.h 36shader_vars.o: shader_vars.h shader.h opengl.h util.h
27se.o: /usr/include/stdio.h /usr/include/bits/types.h 37test.o: opengl.h util.h entity.h oct.h view.h event.h material.h shader.h
28se.o: /usr/include/bits/wordsize.h /usr/include/bits/typesizes.h 38test.o: shader_vars.h txtprt_import.h
29se.o: /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h 39txtprt_import.o: txtprt_import.h entity.h opengl.h util.h oct.h view.h
30se.o: /usr/include/bits/wchar.h /usr/include/gconv.h 40txtprt_import.o: event.h material.h shader.h shader_vars.h
31se.o: /usr/lib/gcc-lib/x86_64-linux/3.3.4/include/stdarg.h 41util.o: opengl.h util.h entity.h oct.h view.h event.h material.h shader.h
32se.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h 42util.o: shader_vars.h
33se.o: /usr/include/string.h /usr/include/math.h /usr/include/bits/huge_val.h 43view.o: opengl.h view.h util.h event.h oct.h
34se.o: /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h 44x.o: shader.h opengl.h util.h shader_vars.h
35test.o: /usr/include/stdlib.h /usr/include/features.h
36test.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
37test.o: /usr/lib/gcc-lib/x86_64-linux/3.3.4/include/stddef.h
38test.o: /usr/include/stdio.h /usr/include/bits/types.h
39test.o: /usr/include/bits/wordsize.h /usr/include/bits/typesizes.h
40test.o: /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h
41test.o: /usr/include/bits/wchar.h /usr/include/gconv.h
42test.o: /usr/lib/gcc-lib/x86_64-linux/3.3.4/include/stdarg.h
43test.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h
44test.o: /usr/include/string.h /usr/include/math.h
45test.o: /usr/include/bits/huge_val.h /usr/include/bits/mathdef.h
46test.o: /usr/include/bits/mathcalls.h entity.h /usr/include/GL/gl.h
47test.o: /usr/include/GL/glext.h util.h oct.h view.h txtprt_import.h
48txtprt_import.o: txtprt_import.h entity.h /usr/include/GL/gl.h
49txtprt_import.o: /usr/include/GL/glext.h
50txtprt_import.o: /usr/lib/gcc-lib/x86_64-linux/3.3.4/include/stddef.h util.h
51txtprt_import.o: oct.h view.h
52util.o: /usr/include/sys/time.h /usr/include/features.h
53util.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
54util.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h
55util.o: /usr/lib/gcc-lib/x86_64-linux/3.3.4/include/stddef.h
56util.o: /usr/include/bits/typesizes.h /usr/include/time.h
57util.o: /usr/include/bits/time.h /usr/include/sys/select.h
58util.o: /usr/include/bits/select.h /usr/include/bits/sigset.h util.h
59util.o: /usr/include/GL/gl.h /usr/include/GL/glext.h
60view.o: oct.h util.h /usr/include/GL/gl.h /usr/include/GL/glext.h
61view.o: /usr/lib/gcc-lib/x86_64-linux/3.3.4/include/stddef.h view.h
62entity.o: /usr/include/GL/gl.h /usr/include/GL/glext.h
63entity.o: /usr/lib/gcc-lib/x86_64-linux/3.3.4/include/stddef.h util.h oct.h
64entity.o: view.h
65matrix.o: util.h /usr/include/GL/gl.h /usr/include/GL/glext.h
66matrix.o: /usr/lib/gcc-lib/x86_64-linux/3.3.4/include/stddef.h
67oct.o: util.h /usr/include/GL/gl.h /usr/include/GL/glext.h
68oct.o: /usr/lib/gcc-lib/x86_64-linux/3.3.4/include/stddef.h
69txtprt_import.o: entity.h /usr/include/GL/gl.h /usr/include/GL/glext.h
70txtprt_import.o: /usr/lib/gcc-lib/x86_64-linux/3.3.4/include/stddef.h util.h
71txtprt_import.o: oct.h view.h
72util.o: /usr/include/GL/gl.h /usr/include/GL/glext.h
73util.o: /usr/lib/gcc-lib/x86_64-linux/3.3.4/include/stddef.h
74view.o: util.h /usr/include/GL/gl.h /usr/include/GL/glext.h
75view.o: /usr/lib/gcc-lib/x86_64-linux/3.3.4/include/stddef.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines