Last change
on this file since 399:5a7dbeaed70e was
399:5a7dbeaed70e,
checked in by Alpar Juttner <alpar@…>, 16 years ago
|
Port Circulation from svn -r3516 (#175)
Namely,
- port the files
- apply the migrate script
- apply the unify script
- fix the compilation
- strip the demo input file
- break long lines
|
File size:
443 bytes
|
Line | |
---|
1 | EXTRA_DIST += \ |
---|
2 | demo/CMakeLists.txt \ |
---|
3 | demo/circulation-input.lgf \ |
---|
4 | demo/digraph.lgf |
---|
5 | |
---|
6 | if WANT_DEMO |
---|
7 | |
---|
8 | noinst_PROGRAMS += \ |
---|
9 | demo/arg_parser_demo \ |
---|
10 | demo/circulation_demo \ |
---|
11 | demo/graph_to_eps_demo \ |
---|
12 | demo/lgf_demo |
---|
13 | |
---|
14 | endif WANT_DEMO |
---|
15 | |
---|
16 | demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc |
---|
17 | demo_circulation_demo_SOURCES = demo/circulation_demo.cc |
---|
18 | demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc |
---|
19 | demo_lgf_demo_SOURCES = demo/lgf_demo.cc |
---|
Note: See
TracBrowser
for help on using the repository browser.