src/work/akos/makefile
changeset 963 5a7556e9e340
parent 960 908a1a6f0752
     1.1 --- a/src/work/akos/makefile	Fri Nov 05 00:31:49 2004 +0000
     1.2 +++ b/src/work/akos/makefile	Fri Nov 05 05:46:46 2004 +0000
     1.3 @@ -1,13 +1,3 @@
     1.4 -CXXFLAGS = -g -Wall -ansi -pedantic
     1.5 -CXX := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
     1.6 -
     1.7 -loader_demo: loader_demo.cc ../list_graph.hh ../bfs_iterator.hh loader.h
     1.8 -	$(CXX) $(CXXFLAGS) -I. -I.. loader_demo.cc -o loader_demo 
     1.9 -
    1.10 -simann_test: simann_demo.cc simann.h
    1.11 -	$(CXX) $(CXXFLAGS) -I. -I.. loader_demo.cc -o loader_demo 
    1.12 -
    1.13 -clean:
    1.14 -	$(RM) loader_demo simann_test
    1.15 -
    1.16 -.PHONY: clean
    1.17 +BINARIES = simann_demo
    1.18 +INCLUDEDIRS= -I. -I.. -I../.. -I../{marci,jacint,alpar,johanna,athos,akos}
    1.19 +include ../makefile