Changeset 399:5a7dbeaed70e in lemon-main
- Timestamp:
- 11/21/08 15:42:47 (16 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 3 added
- 2 edited
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 -
lemon/Makefile.am
r384 r399 21 21 lemon/bfs.h \ 22 22 lemon/bin_heap.h \ 23 lemon/circulation.h \ 23 24 lemon/color.h \ 24 25 lemon/concept_check.h \
Note: See TracChangeset
for help on using the changeset viewer.