demo/Makefile.am
changeset 1184 3c00344f49c9
parent 1183 cd72eae05bdf
parent 1182 6b79d93e812f
child 1185 c8d0179a32a2
child 1197 f179aa1045a4
     1.1 --- a/demo/Makefile.am	Mon Jul 16 16:21:40 2018 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,17 +0,0 @@
     1.4 -AM_CXXFLAGS = $(WARNINGCXXFLAGS)
     1.5 -
     1.6 -AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
     1.7 -LDADD = $(top_builddir)/lemon/libemon.la
     1.8 -
     1.9 -EXTRA_DIST = \
    1.10 -	CMakeLists.txt \
    1.11 -	digraph.lgf
    1.12 -
    1.13 -noinst_PROGRAMS = \
    1.14 -	arg_parser_demo \
    1.15 -	graph_to_eps_demo \
    1.16 -	lgf_demo
    1.17 -
    1.18 -arg_parser_demo_SOURCES = arg_parser_demo.cc
    1.19 -graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc
    1.20 -lgf_demo_SOURCES = lgf_demo.cc