changeset 133 | d76e2ff9c70d |
parent 85 | 3453d20a82cd |
child 135 | 6e7aee618f03 |
1:7df3709a1b50 | 3:d56d8cb0f2f5 |
---|---|
2 demo/Makefile |
2 demo/Makefile |
3 |
3 |
4 if WANT_DEMO |
4 if WANT_DEMO |
5 |
5 |
6 noinst_PROGRAMS += \ |
6 noinst_PROGRAMS += \ |
7 demo/arg_parser_demo |
7 demo/arg_parser_demo \ |
8 demo/graph_to_eps_demo |
|
8 |
9 |
9 endif WANT_DEMO |
10 endif WANT_DEMO |
10 |
11 |
11 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc |
12 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc |
12 |
13 |
14 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc |
|
15 |