Changeset 400:fa341dd6ab23 in lemon-main for demo
- Timestamp:
- 12/01/08 15:11:31 (16 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- demo
- Files:
-
- 2 deleted
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.