COIN-OR::LEMON - Graph Library

Ticket #87: makefile-cleanup.patch

File makefile-cleanup.patch, 2.2 KB (added by Akos Ladanyi, 16 years ago)
  • Makefile.am

    # HG changeset patch
    # User Akos Ladanyi <ladanyi@tmit.bme.hu>
    # Date 1208896797 -7200
    # Node ID 9cfece586c096c22bddb2bdfb2491d2b115ba563
    # Parent  95d905b6e33d825e1d1e325b3913990da5dd1117
    Makefile cleanup.
    
    diff --git a/Makefile.am b/Makefile.am
    a b  
    77        LICENSE \
    88        m4/lx_check_cplex.m4 \
    99        m4/lx_check_glpk.m4 \
    10         m4/lx_check_soplex.m4
     10        m4/lx_check_soplex.m4 \
     11        CMakeLists.txt
    1112
    1213pkgconfigdir = $(libdir)/pkgconfig
    1314lemondir = $(pkgincludedir)
     
    4445        build-aux/install-sh \
    4546        build-aux/ltmain.sh \
    4647        build-aux/missing \
    47         doc/Makefile.in \
    48         doc/doxygen.log \
    49         Makefile.in \
    50         lemon/Makefile.in \
    51         test/Makefile.in \
    52         benchmark/Makefile.in \
    53         demo/Makefile.in
     48        doc/doxygen.log
    5449
    5550mrproper:
    5651        $(MAKE) $(AM_MAKEFLAGS) maintainer-clean
  • benchmark/Makefile.am

    diff --git a/benchmark/Makefile.am b/benchmark/Makefile.am
    a b  
    1 EXTRA_DIST += \
    2         benchmark/Makefile
    3 
    41if WANT_BENCHMARK
    52
    63noinst_HEADERS +=
  • demo/Makefile.am

    diff --git a/demo/Makefile.am b/demo/Makefile.am
    a b  
    11EXTRA_DIST += \
    2         demo/Makefile
     2        demo/CMakeLists.txt
    33
    44if WANT_DEMO
    55
     
    1313demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
    1414demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    1515demo_lgf_demo_SOURCES = demo/lgf_demo.cc
    16 
  • doc/Makefile.am

    diff --git a/doc/Makefile.am b/doc/Makefile.am
    a b  
    11EXTRA_DIST += \
    2         doc/Makefile \
    32        doc/Doxyfile.in \
    43        doc/coding_style.dox \
    54        doc/dirs.dox \
  • lemon/Makefile.am

    diff --git a/lemon/Makefile.am b/lemon/Makefile.am
    a b  
    11EXTRA_DIST += \
    2         lemon/Makefile \
    3         lemon/lemon.pc.in
     2        lemon/lemon.pc.in \
     3        lemon/CMakeLists.txt
    44
    55pkgconfig_DATA += lemon/lemon.pc
    66
  • test/Makefile.am

    diff --git a/test/Makefile.am b/test/Makefile.am
    a b  
    11EXTRA_DIST += \
    2         test/Makefile
     2        test/CMakeLists.txt
    33
    44noinst_HEADERS += \
    55        test/digraph_test.h \
  • tools/Makefile.am

    diff --git a/tools/Makefile.am b/tools/Makefile.am
    a b  
    1 EXTRA_DIST += \
    2         tools/Makefile
    3 
    41if WANT_TOOLS
    52
    63bin_PROGRAMS +=