renaming extractLargeNetwork to extractor

This commit is contained in:
Dennis Luxen
2011-03-28 12:49:09 +00:00
parent b5c92f20b4
commit 78df3ae23a
2 changed files with 4 additions and 16 deletions
+1 -3
View File
@@ -93,9 +93,7 @@ env.Append(CCFLAGS = ' -fopenmp')
env.Append(LINKFLAGS = ' -fopenmp')
env.StaticObject("DataStructures/pbf-proto/fileformat.pb.cc")
env.StaticObject("DataStructures/pbf-proto/osmformat.pb.cc")
env.Program("extractNetwork.cpp")
env.Program("extractLargeNetwork.cpp")
env.Program("createHierarchy.cpp")
env.Program("extractor.cpp")
if os.path.exists("many-to-many.cpp"):
env.Program("many-to-many.cpp")
env.Append(CCFLAGS = ' -lboost_regex -lboost_iostreams -lboost_system -lbz2 -lz -lprotobuf')