source:
lemon-main/demo/Makefile.am
@
134:0775d2ba2afb
Last change on this file since 134:0775d2ba2afb was 128:7cd965d2257f, checked in by , 17 years ago | |
---|---|
File size: 263 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | EXTRA_DIST += \ |
2 | demo/Makefile | |
3 | ||
4 | if WANT_DEMO | |
5 | ||
[85] | 6 | noinst_PROGRAMS += \ |
[128] | 7 | demo/arg_parser_demo \ |
8 | demo/graph_to_eps_demo | |
[1] | 9 | |
10 | endif WANT_DEMO | |
[85] | 11 | |
12 | demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc | |
13 | ||
[128] | 14 | demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc |
15 |
Note: See TracBrowser
for help on using the repository browser.