diff -r 9aca797b87e8 -r 1ac27e476e25 src/work/makefile --- a/src/work/makefile Thu Feb 26 11:38:51 2004 +0000 +++ b/src/work/makefile Thu Feb 26 16:07:40 2004 +0000 @@ -1,4 +1,4 @@ -INCLUDEDIRS=-I../include -I. -I./jacint -I./marci +INCLUDEDIRS=-I../include -I. -I./{marci,jacint,alpar,klao,akos} CXXFLAGS=-g -O -Wall $(INCLUDEDIRS) -ansi -pedantic BINARIES = bin_heap_demo marci_graph_demo iterator_bfs_dfs_demo graphdemo bfsdemo bfsdemo2 @@ -21,10 +21,9 @@ ################ -dep depend: - $(CXX) $(CXXFLAGS) -M *.cc > .depend -.depend: - $(CXX) $(CXXFLAGS) -M *.cc > .depend + +.depend dep depend: + -$(CXX) $(CXXFLAGS) -M *.cc > .depend makefile: .depend sinclude .depend