Changeset 1073:bedab8bd915f in lemon-0.x for src/demo
- Timestamp:
- 01/11/05 10:15:25 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1469
- Location:
- src/demo
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/demo/Makefile.am
r934 r1073 3 3 EXTRA_DIST = sub_graph_wrapper_demo.dim 4 4 5 noinst_PROGRAMS = dim_to_dot sub_graph_wrapper_demo 5 noinst_PROGRAMS = dim_to_dot sub_graph_wrapper_demo graph_to_eps_demo 6 6 7 7 dim_to_dot_SOURCES = dim_to_dot.cc 8 8 9 9 sub_graph_wrapper_demo_SOURCES = sub_graph_wrapper_demo.cc tight_edge_filter_map.h 10 11 graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc
Note: See TracChangeset
for help on using the changeset viewer.