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

Load file history
gravatar
deba@inf.elte.hu
Correcting changeSource interface and documentation - The changeSource() and changeTarget() is renamed to changeU() and changeV() in undirected graphs - The changeSource(a, n) and changeTarget(a, n) is removed from undirected graphs - Correcting invalidating iterators in documentation
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