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

Load file history
gravatar
alpar (Alpar Juttner)
Scale the node sizes and arc widths in a more sensible way
EXTRA_DIST += \
	demo/Makefile

if WANT_DEMO

noinst_PROGRAMS += \
        demo/arg_parser_demo \
        demo/graph_to_eps_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