source:
lemon-1.1/demo/Makefile.am
@
285:d8dc5acf739b
Last change on this file since 285:d8dc5acf739b was 164:00d297da491e, checked in by , 16 years ago | |
---|---|
File size: 331 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | EXTRA_DIST += \ |
[164] | 2 | demo/CMakeLists.txt \ |
3 | demo/digraph.lgf | |
[1] | 4 | |
5 | if WANT_DEMO | |
6 | ||
[85] | 7 | noinst_PROGRAMS += \ |
[135] | 8 | demo/arg_parser_demo \ |
9 | demo/graph_to_eps_demo \ | |
[127] | 10 | demo/lgf_demo |
[1] | 11 | |
12 | endif WANT_DEMO | |
[85] | 13 | |
14 | demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc | |
[135] | 15 | demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc |
[127] | 16 | demo_lgf_demo_SOURCES = demo/lgf_demo.cc |
Note: See TracBrowser
for help on using the repository browser.