Location: LEMON/LEMON-official/demo/Makefile.am - annotation
Load file history
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
r1:51eaad3a817b r164:00d297da491e r414:5a7dbeaed70e r164:00d297da491e r1:51eaad3a817b r1:51eaad3a817b r1:51eaad3a817b r85:3453d20a82cd r135:6e7aee618f03 r414:5a7dbeaed70e r135:6e7aee618f03 r127:1c9a9e2f7d4d r1:51eaad3a817b r1:51eaad3a817b r85:3453d20a82cd r85:3453d20a82cd r414:5a7dbeaed70e r135:6e7aee618f03 r127:1c9a9e2f7d4d | EXTRA_DIST += \
demo/CMakeLists.txt \
demo/circulation-input.lgf \
demo/digraph.lgf
if WANT_DEMO
noinst_PROGRAMS += \
demo/arg_parser_demo \
demo/circulation_demo \
demo/graph_to_eps_demo \
demo/lgf_demo
endif WANT_DEMO
demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
demo_circulation_demo_SOURCES = demo/circulation_demo.cc
demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
demo_lgf_demo_SOURCES = demo/lgf_demo.cc
|