--- libgender/Makefile 2004/10/05 01:18:57 1.14 +++ libgender/Makefile 2004/10/10 00:22:49 1.24 @@ -1,11 +1,11 @@ -CXX=g++ -O6 +CXX=g++ -O0 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 -lglut 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 clean: rm -f test *.o @@ -15,9 +15,10 @@ # 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: entity.h util.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 -view.o: oct.h util.h view.h +entity.o: util.h gldebug.h entity.h oct.h view.h event.h +oct.o: oct.h util.h gldebug.h view.h event.h entity.h +test.o: util.h gldebug.h entity.h oct.h view.h event.h txtprt_import.h +txtprt_import.o: txtprt_import.h entity.h util.h gldebug.h oct.h view.h +txtprt_import.o: event.h +util.o: util.h gldebug.h entity.h oct.h view.h event.h +view.o: view.h util.h gldebug.h event.h oct.h