demo/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Sun, 26 Apr 2009 16:44:53 +0200
changeset 672 029a48052c67
parent 415 fa341dd6ab23
permissions -rw-r--r--
Modify the interface of MinCostArborescence + improvements (#267)

- Rename arborescenceValue() to arborescenceCost().
- Rename DefXyz template named paramaters to SetXyz.
- Rearrange public functions (for better doc).
- Doc improvements.
- Extend the test file with interface checking.
     1 AM_CXXFLAGS = $(WARNINGCXXFLAGS)
     2 
     3 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
     4 LDADD = $(top_builddir)/lemon/libemon.la
     5 
     6 EXTRA_DIST = \
     7 	CMakeLists.txt \
     8 	digraph.lgf
     9 
    10 noinst_PROGRAMS = \
    11 	arg_parser_demo \
    12 	graph_to_eps_demo \
    13 	lgf_demo
    14 
    15 arg_parser_demo_SOURCES = arg_parser_demo.cc
    16 graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc
    17 lgf_demo_SOURCES = lgf_demo.cc