COIN-OR::LEMON - Graph Library

source: lemon-1.2/demo/Makefile.am @ 564:eda12d8ac953

Last change on this file since 564:eda12d8ac953 was 564:eda12d8ac953, checked in by Akos Ladanyi <ladanyi@…>, 15 years ago

Add 'demo' make target for building the demo programs

File size: 367 bytes
Line 
1AM_CXXFLAGS = $(WARNINGCXXFLAGS)
2
3AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
4LDADD = $(top_builddir)/lemon/libemon.la
5
6EXTRA_DIST = \
7        CMakeLists.txt \
8        digraph.lgf
9
10noinst_PROGRAMS = \
11        arg_parser_demo \
12        graph_to_eps_demo \
13        lgf_demo
14
15arg_parser_demo_SOURCES = arg_parser_demo.cc
16graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc
17lgf_demo_SOURCES = lgf_demo.cc
Note: See TracBrowser for help on using the repository browser.