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