CXX=g++ -O6 CC=g++ -O 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 level1.o clean: rm -f test *.o depend: makedepend -Y *.C >/dev/null 2>&1 # DO NOT DELETE 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