Changeset 135:6e7aee618f03 in lemon-main for demo
- Timestamp:
- 04/17/08 16:54:30 (17 years ago)
- Branch:
- default
- Parents:
- 127:1c9a9e2f7d4d (diff), 134:0775d2ba2afb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
demo/Makefile.am
r127 r135 5 5 6 6 noinst_PROGRAMS += \ 7 demo/arg_parser_demo \ 7 demo/arg_parser_demo \ 8 demo/graph_to_eps_demo \ 8 9 demo/lgf_demo 9 10 … … 11 12 12 13 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc 14 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc 13 15 demo_lgf_demo_SOURCES = demo/lgf_demo.cc 14 16 -
demo/Makefile.am
r128 r135 5 5 6 6 noinst_PROGRAMS += \ 7 demo/arg_parser_demo \ 8 demo/graph_to_eps_demo 7 demo/arg_parser_demo \ 8 demo/graph_to_eps_demo \ 9 demo/lgf_demo 9 10 10 11 endif WANT_DEMO 11 12 12 13 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc 14 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc 15 demo_lgf_demo_SOURCES = demo/lgf_demo.cc 13 16 14 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc15
Note: See TracChangeset
for help on using the changeset viewer.