Download this file
1 2 3 4 5 6 7 8 9 10 11
tests: include ../make.settings lib: log.cpp debug.cpp $(COMPILER) $(STXXL_COMPILER_OPTIONS) -c log.cpp $(COMPILER) $(STXXL_COMPILER_OPTIONS) -c debug.cpp $(COMPILER) $(STXXL_COMPILER_OPTIONS) -c rand.cpp clean: $(RM) *.$(OBJEXT)