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

Comparing libgender/Makefile (file contents):
Revision 1.11 by root, Mon Oct 4 10:28:51 2004 UTC vs.
Revision 1.24 by root, Sun Oct 10 00:22:49 2004 UTC

1CXX=g++ -O6 1CXX=g++ -O0
2CC=g++ -O 2CC=g++ -O
3CPPFLAGS=$(shell sdl-config --cflags) $(shell gts-config --cflags) 3CPPFLAGS=$(shell sdl-config --cflags)
4LDLIBS=$(shell sdl-config --libs) $(shell gts-config --libs) -lGL 4LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lCg -lCgGL -lGLU -lglut
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
9 9
10clean: 10clean:
11 rm -f test *.o 11 rm -f test *.o
12 12
13depend: 13depend:
14 makedepend *.C *.h 14 makedepend -Y *.C >/dev/null 2>&1
15 15
16# DO NOT DELETE 16# DO NOT DELETE
17 17
18entity.o: entity.h /usr/include/GL/gl.h util.h oct.h view.h 18entity.o: util.h gldebug.h entity.h oct.h view.h event.h
19oct.o: /usr/include/GL/gl.h oct.h util.h view.h entity.h 19oct.o: oct.h util.h gldebug.h view.h event.h entity.h
20se.o: /usr/include/stdlib.h /usr/include/features.h /usr/include/sys/cdefs.h 20test.o: util.h gldebug.h entity.h oct.h view.h event.h txtprt_import.h
21se.o: /usr/include/gnu/stubs.h /usr/include/stdio.h /usr/include/bits/types.h 21txtprt_import.o: txtprt_import.h entity.h util.h gldebug.h oct.h view.h
22se.o: /usr/include/bits/wordsize.h /usr/include/bits/typesizes.h
23se.o: /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h
24se.o: /usr/include/bits/wchar.h /usr/include/gconv.h
25se.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h
26se.o: /usr/include/string.h /usr/include/math.h /usr/include/bits/huge_val.h
27se.o: /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h
28test.o: /usr/include/stdlib.h /usr/include/features.h
29test.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
30test.o: /usr/include/stdio.h /usr/include/bits/types.h
31test.o: /usr/include/bits/wordsize.h /usr/include/bits/typesizes.h
32test.o: /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h
33test.o: /usr/include/bits/wchar.h /usr/include/gconv.h
34test.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h
35test.o: /usr/include/string.h /usr/include/math.h
36test.o: /usr/include/bits/huge_val.h /usr/include/bits/mathdef.h
37test.o: /usr/include/bits/mathcalls.h entity.h /usr/include/GL/gl.h util.h
38test.o: oct.h view.h txtprt_import.h
39txtprt_import.o: txtprt_import.h entity.h /usr/include/GL/gl.h util.h oct.h
40txtprt_import.o: view.h 22txtprt_import.o: event.h
41util.o: /usr/include/sys/time.h /usr/include/features.h 23util.o: util.h gldebug.h entity.h oct.h view.h event.h
42util.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h 24view.o: view.h util.h gldebug.h event.h oct.h
43util.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h
44util.o: /usr/include/bits/typesizes.h /usr/include/time.h
45util.o: /usr/include/bits/time.h /usr/include/sys/select.h
46util.o: /usr/include/bits/select.h /usr/include/bits/sigset.h util.h
47util.o: /usr/include/GL/gl.h
48view.o: oct.h util.h /usr/include/GL/gl.h view.h
49entity.o: /usr/include/GL/gl.h util.h oct.h view.h
50matrix.o: util.h /usr/include/GL/gl.h
51oct.o: util.h /usr/include/GL/gl.h
52txtprt_import.o: entity.h /usr/include/GL/gl.h util.h oct.h view.h
53util.o: /usr/include/GL/gl.h
54view.o: util.h /usr/include/GL/gl.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines