[Lemon-commits] [lemon_svn] ladanyi: r1346 - hugo/trunk/src/work/akos

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


Author: ladanyi
Date: Fri Nov  5 06:46:46 2004
New Revision: 1346

Modified:
   hugo/trunk/src/work/akos/makefile

Log:
Updated the makefile.

Modified: hugo/trunk/src/work/akos/makefile
==============================================================================
--- hugo/trunk/src/work/akos/makefile	(original)
+++ hugo/trunk/src/work/akos/makefile	Fri Nov  5 06:46:46 2004
@@ -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



More information about the Lemon-commits mailing list