CXX=g++ -O6 CC=g++ -O CPPFLAGS=$(shell sdl-config --cflags) -DDEBUG 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 level1.o material.o clean: rm -f test *.o depend: makedepend -Y *.C >/dev/null 2>&1 # DO NOT DELETE entity.o: opengl.h util.h entity.h oct.h view.h event.h material.h level1.o: entity.h opengl.h util.h oct.h view.h event.h material.h material.o: opengl.h material.h util.h oct.o: opengl.h oct.h util.h view.h event.h entity.h material.h test.o: opengl.h util.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 util.h oct.h view.h txtprt_import.o: event.h material.h util.o: opengl.h util.h entity.h oct.h view.h event.h material.h view.o: opengl.h view.h util.h event.h oct.h