[Lemon-commits] [lemon_svn] beckerjc: r209 - hugo/trunk/src/work
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:38:07 CET 2006
Author: beckerjc
Date: Wed Mar 3 20:14:27 2004
New Revision: 209
Modified:
hugo/trunk/src/work/makefile
Log:
Apróbb javítások.
Modified: hugo/trunk/src/work/makefile
==============================================================================
--- hugo/trunk/src/work/makefile (original)
+++ hugo/trunk/src/work/makefile Wed Mar 3 20:14:27 2004
@@ -1,7 +1,7 @@
-INCLUDEDIRS=-I../include -I. -I./{marci,jacint,alpar,klao,akos}
-CXXFLAGS=-g -O -Wall $(INCLUDEDIRS) -ansi -pedantic
+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
+BINARIES ?= bin_heap_demo marci_graph_demo iterator_bfs_dfs_demo graphdemo bfsdemo bfsdemo2
# Hat, ez elismerem, hogy nagyon ronda, de mukodik minden altalam
# ismert rendszeren :-) (Misi)
More information about the Lemon-commits
mailing list