src/demo/Makefile.am
author alpar
Fri, 08 Apr 2005 06:34:34 +0000
changeset 1322 cfc26d103bcf
parent 1296 12078ddcf065
child 1324 eca073533990
permissions -rw-r--r--
Demo prog that computes the max flow by LP
     1 AM_CPPFLAGS = -I$(top_srcdir)/src
     2 LDADD = $(top_builddir)/src/lemon/libemon.la -lglpk
     3 EXTRA_DIST = sub_graph_wrapper_demo.dim
     4 
     5 noinst_PROGRAMS = 	dim_to_dot 					\
     6 			sub_graph_wrapper_demo 				\
     7 			graph_to_eps_demo 				\
     8 			lp_demo                                         \
     9 			dim_to_lgf
    10 
    11 dim_to_dot_SOURCES = dim_to_dot.cc
    12 
    13 sub_graph_wrapper_demo_SOURCES = sub_graph_wrapper_demo.cc \
    14 	tight_edge_filter_map.h
    15 
    16 graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc
    17 
    18 lp_demo_SOURCES = lp_demo.cc
    19 
    20 dim_to_lgf_SOURCES = dim_to_lgf.cc