Changeset 922:e816fac59f6d in lemon-0.x for src/work
- Timestamp:
- 09/29/04 18:31:24 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1233
- Location:
- src/work
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/Doxyfile
r766 r922 18 18 # by quotes) that should identify the project. 19 19 20 PROJECT_NAME = HugoLib20 PROJECT_NAME = LEMON 21 21 22 22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. … … 24 24 # if some version control system is used. 25 25 26 PROJECT_NUMBER = 0. 126 PROJECT_NUMBER = 0.2 27 27 28 28 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) … … 396 396 ../../doc/maps.dox ../../doc/coding_style.dox \ 397 397 ../../doc/groups.dox \ 398 ../ hugo\399 ../ hugo/skeletons \398 ../lemon \ 399 ../lemon/skeletons \ 400 400 ../test/test_tools.h \ 401 401 klao/path.h \ -
src/work/deba/main.cpp
r703 r922 5 5 6 6 using namespace std; 7 using namespace hugo;7 using namespace lemon; 8 8 9 9 -
src/work/peter/Makefile
r690 r922 1 1 hier: hierarchygraph.h hierarchygraph_test.cc 2 g++ -Wall -W -I../.. -I../klao -I../../ hugohierarchygraph_test.cc -o test2 g++ -Wall -W -I../.. -I../klao -I../../lemon hierarchygraph_test.cc -o test 3 3 4 4 edge: edgepathgraph_test.cc edgepathgraph.h 5 g++ -Wall -W -I../.. -I../klao -I../../ hugoedgepathgraph_test.cc -o test5 g++ -Wall -W -I../.. -I../klao -I../../lemon edgepathgraph_test.cc -o test 6 6
Note: See TracChangeset
for help on using the changeset viewer.