Location: LEMON/LEMON-main/demo/Makefile.am - annotation

Load file history
gravatar
alpar (Alpar Juttner)
Port preflow push max flow alg. from svn -r3516 (#176) Namely, - port the files - apply the migrate script - apply the unify script - break the long lines in lemon/preflow.h - convert the .dim test file to .lgf - fix compilation problems
EXTRA_DIST += \
	demo/CMakeLists.txt \
	demo/digraph.lgf

if WANT_DEMO

noinst_PROGRAMS += \
	demo/arg_parser_demo \
	demo/graph_to_eps_demo \
	demo/lgf_demo

endif WANT_DEMO

demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
demo_lgf_demo_SOURCES = demo/lgf_demo.cc