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 clean: rm -f test *.o depend: makedepend -Y *.C >/dev/null 2>&1 # 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