[Lemon-commits] [lemon_svn] klao: r179 - hugo/trunk/src/work

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:37:57 CET 2006


Author: klao
Date: Thu Feb 26 17:07:40 2004
New Revision: 179

Removed:
   hugo/trunk/src/work/flow_test.cc
Modified:
   hugo/trunk/src/work/makefile

Log:
makefile: tobb include konyvtar, jobb depend keszites
flow_test.cc: torolve, mert a depend-et megakasztja, igy gondolom nem is fordul


Modified: hugo/trunk/src/work/makefile
==============================================================================
--- hugo/trunk/src/work/makefile	(original)
+++ hugo/trunk/src/work/makefile	Thu Feb 26 17:07:40 2004
@@ -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



More information about the Lemon-commits mailing list