--- libgender/Makefile 2004/10/03 23:34:02 1.9 +++ libgender/Makefile 2004/10/11 00:05:48 1.29 @@ -1,12 +1,27 @@ CXX=g++ -O6 CC=g++ -O -CPPFLAGS=$(shell sdl-config --cflags) $(shell gts-config --cflags) -LDLIBS=$(shell sdl-config --libs) $(shell gts-config --libs) -lGL +CPPFLAGS=$(shell sdl-config --cflags) +LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lCg -lCgGL -lGLU all: test -test: test.o entity.o oct.o view.o txtprt_import.o util.o +test: test.o entity.o oct.o view.o txtprt_import.o util.o level1.o material.o clean: rm -f test *.o +depend: + makedepend -Y *.C >/dev/null 2>&1 + +# DO NOT DELETE + +entity.o: opengl.h gldebug.h util.h entity.h oct.h view.h event.h material.h +level1.o: entity.h opengl.h gldebug.h util.h oct.h view.h event.h material.h +material.o: opengl.h gldebug.h material.h util.h +oct.o: opengl.h gldebug.h oct.h util.h view.h event.h entity.h material.h +test.o: util.h opengl.h gldebug.h entity.h oct.h view.h event.h material.h +test.o: txtprt_import.h +txtprt_import.o: txtprt_import.h entity.h opengl.h gldebug.h util.h oct.h +txtprt_import.o: view.h event.h material.h +util.o: opengl.h gldebug.h util.h entity.h oct.h view.h event.h material.h +view.o: opengl.h gldebug.h view.h util.h event.h oct.h