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

Comparing libgender/Makefile (file contents):
Revision 1.12 by root, Mon Oct 4 16:03:49 2004 UTC vs.
Revision 1.13 by root, Mon Oct 4 23:44:53 2004 UTC

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
9 9
10util.o: callback.h 10util.o: callback.h
11callback.h: callback.pl
12 perl callback.pl > callback.h
13 11
14clean: 12clean:
15 rm -f test *.o 13 rm -f test *.o
16 14
17depend: 15depend:
18 makedepend *.C *.h 16 makedepend -Y *.C >/dev/null 2>&1
19 17
20# DO NOT DELETE 18# DO NOT DELETE
21 19
22entity.o: entity.h /usr/include/GL/gl.h /usr/include/GL/glext.h
23entity.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h util.h
24entity.o: callback.h oct.h view.h 20entity.o: entity.h util.h callback.h oct.h view.h
25oct.o: /usr/include/GL/gl.h /usr/include/GL/glext.h
26oct.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h oct.h util.h
27oct.o: callback.h view.h entity.h 21oct.o: oct.h util.h callback.h view.h entity.h
28test.o: /usr/include/stdlib.h /usr/include/features.h 22test.o: entity.h util.h callback.h oct.h view.h txtprt_import.h
29test.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h 23txtprt_import.o: txtprt_import.h entity.h util.h callback.h oct.h view.h
30test.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h 24util.o: util.h callback.h
31test.o: /usr/include/stdio.h /usr/include/bits/types.h 25view.o: oct.h util.h callback.h view.h
32test.o: /usr/include/bits/wordsize.h /usr/include/bits/typesizes.h
33test.o: /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h
34test.o: /usr/include/bits/wchar.h /usr/include/gconv.h
35test.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stdarg.h
36test.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h
37test.o: /usr/include/string.h /usr/include/math.h
38test.o: /usr/include/bits/huge_val.h /usr/include/bits/mathdef.h
39test.o: /usr/include/bits/mathcalls.h entity.h /usr/include/GL/gl.h
40test.o: /usr/include/GL/glext.h util.h callback.h oct.h view.h
41test.o: txtprt_import.h
42txtprt_import.o: txtprt_import.h entity.h /usr/include/GL/gl.h
43txtprt_import.o: /usr/include/GL/glext.h
44txtprt_import.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h util.h
45txtprt_import.o: callback.h oct.h view.h
46util.o: /usr/include/sys/time.h /usr/include/features.h
47util.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
48util.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h
49util.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h
50util.o: /usr/include/bits/typesizes.h /usr/include/time.h
51util.o: /usr/include/bits/time.h /usr/include/sys/select.h
52util.o: /usr/include/bits/select.h /usr/include/bits/sigset.h util.h
53util.o: callback.h /usr/include/GL/gl.h /usr/include/GL/glext.h
54view.o: oct.h util.h callback.h /usr/include/GL/gl.h /usr/include/GL/glext.h
55view.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h view.h
56entity.o: /usr/include/GL/gl.h /usr/include/GL/glext.h
57entity.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h util.h
58entity.o: callback.h oct.h view.h
59oct.o: util.h callback.h /usr/include/GL/gl.h /usr/include/GL/glext.h
60oct.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h
61txtprt_import.o: entity.h /usr/include/GL/gl.h /usr/include/GL/glext.h
62txtprt_import.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h util.h
63txtprt_import.o: callback.h oct.h view.h
64util.o: callback.h /usr/include/GL/gl.h /usr/include/GL/glext.h
65util.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h
66view.o: util.h callback.h /usr/include/GL/gl.h /usr/include/GL/glext.h
67view.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines