COIN-OR::LEMON - Graph Library

Changeset 146:4b42aa24ce12 in lemon-1.2


Ignore:
Timestamp:
04/22/08 22:39:57 (16 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Phase:
public
Message:

Makefile cleanup (see ticket #87)

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r70 r146  
    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
     
    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:
  • benchmark/Makefile.am

    r1 r146  
    1 EXTRA_DIST += \
    2         benchmark/Makefile
    3 
    41if WANT_BENCHMARK
    52
  • demo/Makefile.am

    r135 r146  
    11EXTRA_DIST += \
    2         demo/Makefile
     2        demo/CMakeLists.txt
    33
    44if WANT_DEMO
     
    1414demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    1515demo_lgf_demo_SOURCES = demo/lgf_demo.cc
    16 
  • doc/Makefile.am

    r60 r146  
    11EXTRA_DIST += \
    2         doc/Makefile \
    32        doc/Doxyfile.in \
    43        doc/coding_style.dox \
  • lemon/Makefile.am

    r135 r146  
    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
  • test/Makefile.am

    r139 r146  
    11EXTRA_DIST += \
    2         test/Makefile
     2        test/CMakeLists.txt
    33
    44noinst_HEADERS += \
  • tools/Makefile.am

    r1 r146  
    1 EXTRA_DIST += \
    2         tools/Makefile
    3 
    41if WANT_TOOLS
    52
Note: See TracChangeset for help on using the changeset viewer.