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

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


Author: klao
Date: Tue Jan 27 20:17:46 2004
New Revision: 52

Modified:
   hugo/trunk/src/work/makefile

Log:
-MM sajnos mashogy mukodik meg a 3.0 alatt
-ansi -pedantic
bin_heap_demo hozzaadva a binarisokhoz


Modified: hugo/trunk/src/work/makefile
==============================================================================
--- hugo/trunk/src/work/makefile	(original)
+++ hugo/trunk/src/work/makefile	Tue Jan 27 20:17:46 2004
@@ -1,6 +1,7 @@
-CXXFLAGS=-g -O -Wall -I../include -I.
+INCLUDEDIRS=-I../include -I.
+CXXFLAGS=-g -O -Wall $(INCLUDEDIRS) -ansi -pedantic
 
-BINARIES = graphdemo bfsdemo bfsdemo2 proba
+BINARIES = graphdemo bfsdemo bfsdemo2 proba bin_heap_demo
 
 # Hat, ez elismerem, hogy nagyon ronda, de mukodik minden altalam
 # ismert rendszeren :-)  (Misi)
@@ -21,9 +22,9 @@
 ################
 
 dep depend:
-	$(CXX) $(CXXFLAGS) -MM *.cc > .depend
+	$(CXX) $(CXXFLAGS) -M *.cc > .depend
 .depend:
-	$(CXX) $(CXXFLAGS) -MM *.cc > .depend
+	$(CXX) $(CXXFLAGS) -M *.cc > .depend
 
 makefile: .depend
 sinclude .depend



More information about the Lemon-commits mailing list