# HG changeset patch # User ladanyi # Date 1099633606 0 # Node ID 5a7556e9e34007689a4b8412e1ee9b52d650bb86 # Parent 1a770e9f80b274e49d51de758a4460adbf2404b3 Updated the makefile. diff -r 1a770e9f80b2 -r 5a7556e9e340 src/work/akos/makefile --- a/src/work/akos/makefile Fri Nov 05 00:31:49 2004 +0000 +++ b/src/work/akos/makefile Fri Nov 05 05:46:46 2004 +0000 @@ -1,13 +1,3 @@ -CXXFLAGS = -g -Wall -ansi -pedantic -CXX := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++) - -loader_demo: loader_demo.cc ../list_graph.hh ../bfs_iterator.hh loader.h - $(CXX) $(CXXFLAGS) -I. -I.. loader_demo.cc -o loader_demo - -simann_test: simann_demo.cc simann.h - $(CXX) $(CXXFLAGS) -I. -I.. loader_demo.cc -o loader_demo - -clean: - $(RM) loader_demo simann_test - -.PHONY: clean +BINARIES = simann_demo +INCLUDEDIRS= -I. -I.. -I../.. -I../{marci,jacint,alpar,johanna,athos,akos} +include ../makefile