--- libgender/Makefile 2004/10/07 23:39:43 1.21 +++ libgender/Makefile 2004/10/11 00:05:48 1.29 @@ -5,7 +5,7 @@ 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 @@ -15,9 +15,13 @@ # DO NOT DELETE -entity.o: util.h entity.h oct.h view.h -oct.o: oct.h util.h view.h entity.h -test.o: util.h entity.h oct.h view.h txtprt_import.h -txtprt_import.o: txtprt_import.h entity.h util.h oct.h view.h -util.o: util.h entity.h oct.h view.h -view.o: oct.h util.h view.h +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