| 1 |
root |
1.8 |
CXX=g++ -O6 |
| 2 |
root |
1.7 |
CC=g++ -O |
| 3 |
root |
1.9 |
CPPFLAGS=$(shell sdl-config --cflags) $(shell gts-config --cflags) |
| 4 |
|
|
LDLIBS=$(shell sdl-config --libs) $(shell gts-config --libs) -lGL |
| 5 |
root |
1.1 |
|
| 6 |
root |
1.4 |
all: test |
| 7 |
|
|
|
| 8 |
root |
1.8 |
test: test.o entity.o oct.o view.o txtprt_import.o util.o |
| 9 |
root |
1.1 |
|
| 10 |
root |
1.12 |
util.o: callback.h |
| 11 |
|
|
callback.h: callback.pl |
| 12 |
|
|
perl callback.pl > callback.h |
| 13 |
|
|
|
| 14 |
root |
1.1 |
clean: |
| 15 |
root |
1.2 |
rm -f test *.o |
| 16 |
root |
1.1 |
|
| 17 |
root |
1.10 |
depend: |
| 18 |
|
|
makedepend *.C *.h |
| 19 |
|
|
|
| 20 |
|
|
# DO NOT DELETE |
| 21 |
|
|
|
| 22 |
root |
1.12 |
entity.o: entity.h /usr/include/GL/gl.h /usr/include/GL/glext.h |
| 23 |
|
|
entity.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h util.h |
| 24 |
|
|
entity.o: callback.h oct.h view.h |
| 25 |
|
|
oct.o: /usr/include/GL/gl.h /usr/include/GL/glext.h |
| 26 |
|
|
oct.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h oct.h util.h |
| 27 |
|
|
oct.o: callback.h view.h entity.h |
| 28 |
root |
1.10 |
test.o: /usr/include/stdlib.h /usr/include/features.h |
| 29 |
|
|
test.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h |
| 30 |
root |
1.12 |
test.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h |
| 31 |
root |
1.10 |
test.o: /usr/include/stdio.h /usr/include/bits/types.h |
| 32 |
|
|
test.o: /usr/include/bits/wordsize.h /usr/include/bits/typesizes.h |
| 33 |
|
|
test.o: /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h |
| 34 |
|
|
test.o: /usr/include/bits/wchar.h /usr/include/gconv.h |
| 35 |
root |
1.12 |
test.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stdarg.h |
| 36 |
root |
1.10 |
test.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h |
| 37 |
|
|
test.o: /usr/include/string.h /usr/include/math.h |
| 38 |
|
|
test.o: /usr/include/bits/huge_val.h /usr/include/bits/mathdef.h |
| 39 |
root |
1.12 |
test.o: /usr/include/bits/mathcalls.h entity.h /usr/include/GL/gl.h |
| 40 |
|
|
test.o: /usr/include/GL/glext.h util.h callback.h oct.h view.h |
| 41 |
|
|
test.o: txtprt_import.h |
| 42 |
|
|
txtprt_import.o: txtprt_import.h entity.h /usr/include/GL/gl.h |
| 43 |
|
|
txtprt_import.o: /usr/include/GL/glext.h |
| 44 |
|
|
txtprt_import.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h util.h |
| 45 |
|
|
txtprt_import.o: callback.h oct.h view.h |
| 46 |
root |
1.10 |
util.o: /usr/include/sys/time.h /usr/include/features.h |
| 47 |
|
|
util.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h |
| 48 |
|
|
util.o: /usr/include/bits/types.h /usr/include/bits/wordsize.h |
| 49 |
root |
1.12 |
util.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h |
| 50 |
root |
1.10 |
util.o: /usr/include/bits/typesizes.h /usr/include/time.h |
| 51 |
|
|
util.o: /usr/include/bits/time.h /usr/include/sys/select.h |
| 52 |
|
|
util.o: /usr/include/bits/select.h /usr/include/bits/sigset.h util.h |
| 53 |
root |
1.12 |
util.o: callback.h /usr/include/GL/gl.h /usr/include/GL/glext.h |
| 54 |
|
|
view.o: oct.h util.h callback.h /usr/include/GL/gl.h /usr/include/GL/glext.h |
| 55 |
|
|
view.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h view.h |
| 56 |
|
|
entity.o: /usr/include/GL/gl.h /usr/include/GL/glext.h |
| 57 |
|
|
entity.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h util.h |
| 58 |
|
|
entity.o: callback.h oct.h view.h |
| 59 |
|
|
oct.o: util.h callback.h /usr/include/GL/gl.h /usr/include/GL/glext.h |
| 60 |
|
|
oct.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h |
| 61 |
|
|
txtprt_import.o: entity.h /usr/include/GL/gl.h /usr/include/GL/glext.h |
| 62 |
|
|
txtprt_import.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h util.h |
| 63 |
|
|
txtprt_import.o: callback.h oct.h view.h |
| 64 |
|
|
util.o: callback.h /usr/include/GL/gl.h /usr/include/GL/glext.h |
| 65 |
|
|
util.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h |
| 66 |
|
|
view.o: util.h callback.h /usr/include/GL/gl.h /usr/include/GL/glext.h |
| 67 |
|
|
view.o: /usr/lib/gcc-lib/i486-linux/3.3.4/include/stddef.h |