Changeset 400:fa341dd6ab23 in lemon-main
- Timestamp:
- 12/01/08 15:11:31 (16 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 1 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
demo/Makefile.am
r399 r400 1 1 EXTRA_DIST += \ 2 2 demo/CMakeLists.txt \ 3 demo/circulation-input.lgf \4 3 demo/digraph.lgf 5 4 … … 8 7 noinst_PROGRAMS += \ 9 8 demo/arg_parser_demo \ 10 demo/circulation_demo \11 9 demo/graph_to_eps_demo \ 12 10 demo/lgf_demo … … 15 13 16 14 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc 17 demo_circulation_demo_SOURCES = demo/circulation_demo.cc18 15 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc 19 16 demo_lgf_demo_SOURCES = demo/lgf_demo.cc -
test/Makefile.am
r345 r400 9 9 check_PROGRAMS += \ 10 10 test/bfs_test \ 11 test/circulation_test \ 11 12 test/counter_test \ 12 13 test/dfs_test \ … … 34 35 35 36 test_bfs_test_SOURCES = test/bfs_test.cc 37 test_circulation_test_SOURCES = test/circulation_test.cc 36 38 test_counter_test_SOURCES = test/counter_test.cc 37 39 test_dfs_test_SOURCES = test/dfs_test.cc
Note: See TracChangeset
for help on using the changeset viewer.