1.1 --- a/Makefile.am Tue Apr 22 17:52:01 2008 +0100
1.2 +++ b/Makefile.am Tue Apr 22 22:39:57 2008 +0200
1.3 @@ -7,7 +7,8 @@
1.4 LICENSE \
1.5 m4/lx_check_cplex.m4 \
1.6 m4/lx_check_glpk.m4 \
1.7 - m4/lx_check_soplex.m4
1.8 + m4/lx_check_soplex.m4 \
1.9 + CMakeLists.txt
1.10
1.11 pkgconfigdir = $(libdir)/pkgconfig
1.12 lemondir = $(pkgincludedir)
1.13 @@ -44,13 +45,7 @@
1.14 build-aux/install-sh \
1.15 build-aux/ltmain.sh \
1.16 build-aux/missing \
1.17 - doc/Makefile.in \
1.18 - doc/doxygen.log \
1.19 - Makefile.in \
1.20 - lemon/Makefile.in \
1.21 - test/Makefile.in \
1.22 - benchmark/Makefile.in \
1.23 - demo/Makefile.in
1.24 + doc/doxygen.log
1.25
1.26 mrproper:
1.27 $(MAKE) $(AM_MAKEFLAGS) maintainer-clean
2.1 --- a/benchmark/Makefile.am Tue Apr 22 17:52:01 2008 +0100
2.2 +++ b/benchmark/Makefile.am Tue Apr 22 22:39:57 2008 +0200
2.3 @@ -1,6 +1,3 @@
2.4 -EXTRA_DIST += \
2.5 - benchmark/Makefile
2.6 -
2.7 if WANT_BENCHMARK
2.8
2.9 noinst_HEADERS +=
3.1 --- a/demo/Makefile.am Tue Apr 22 17:52:01 2008 +0100
3.2 +++ b/demo/Makefile.am Tue Apr 22 22:39:57 2008 +0200
3.3 @@ -1,5 +1,5 @@
3.4 EXTRA_DIST += \
3.5 - demo/Makefile
3.6 + demo/CMakeLists.txt
3.7
3.8 if WANT_DEMO
3.9
3.10 @@ -13,4 +13,3 @@
3.11 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
3.12 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
3.13 demo_lgf_demo_SOURCES = demo/lgf_demo.cc
3.14 -
4.1 --- a/doc/Makefile.am Tue Apr 22 17:52:01 2008 +0100
4.2 +++ b/doc/Makefile.am Tue Apr 22 22:39:57 2008 +0200
4.3 @@ -1,5 +1,4 @@
4.4 EXTRA_DIST += \
4.5 - doc/Makefile \
4.6 doc/Doxyfile.in \
4.7 doc/coding_style.dox \
4.8 doc/dirs.dox \
5.1 --- a/lemon/Makefile.am Tue Apr 22 17:52:01 2008 +0100
5.2 +++ b/lemon/Makefile.am Tue Apr 22 22:39:57 2008 +0200
5.3 @@ -1,6 +1,6 @@
5.4 EXTRA_DIST += \
5.5 - lemon/Makefile \
5.6 - lemon/lemon.pc.in
5.7 + lemon/lemon.pc.in \
5.8 + lemon/CMakeLists.txt
5.9
5.10 pkgconfig_DATA += lemon/lemon.pc
5.11
6.1 --- a/test/Makefile.am Tue Apr 22 17:52:01 2008 +0100
6.2 +++ b/test/Makefile.am Tue Apr 22 22:39:57 2008 +0200
6.3 @@ -1,5 +1,5 @@
6.4 EXTRA_DIST += \
6.5 - test/Makefile
6.6 + test/CMakeLists.txt
6.7
6.8 noinst_HEADERS += \
6.9 test/digraph_test.h \
7.1 --- a/tools/Makefile.am Tue Apr 22 17:52:01 2008 +0100
7.2 +++ b/tools/Makefile.am Tue Apr 22 22:39:57 2008 +0200
7.3 @@ -1,6 +1,3 @@
7.4 -EXTRA_DIST += \
7.5 - tools/Makefile
7.6 -
7.7 if WANT_TOOLS
7.8
7.9 bin_PROGRAMS +=