Changeset 399:5a7dbeaed70e in lemon-main for demo
- Timestamp:
 - 11/21/08 15:42:47 (17 years ago)
 - Branch:
 - default
 - Phase:
 - public
 - Location:
 - demo
 - Files:
 - 
          
- 2 added
 - 1 edited
 
- 
          Makefile.am (modified) (3 diffs)
 - 
          circulation-input.lgf (added)
 - 
          circulation_demo.cc (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
demo/Makefile.am
r164 r399 1 1 EXTRA_DIST += \ 2 2 demo/CMakeLists.txt \ 3 demo/circulation-input.lgf \ 3 4 demo/digraph.lgf 4 5 … … 7 8 noinst_PROGRAMS += \ 8 9 demo/arg_parser_demo \ 10 demo/circulation_demo \ 9 11 demo/graph_to_eps_demo \ 10 12 demo/lgf_demo … … 13 15 14 16 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc 17 demo_circulation_demo_SOURCES = demo/circulation_demo.cc 15 18 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc 16 19 demo_lgf_demo_SOURCES = demo/lgf_demo.cc  
Note: See TracChangeset
          for help on using the changeset viewer.
      
