gravatar
ladanyi@tmit.bme.hu
ladanyi@tmit.bme.hu
Makefile cleanup (see ticket #87)
0 7 0
default
7 files changed with 7 insertions and 20 deletions:
↑ Collapse diff ↑
Show white space 6 line context
... ...
@@ -7,7 +7,8 @@
7 7
	LICENSE \
8 8
	m4/lx_check_cplex.m4 \
9 9
	m4/lx_check_glpk.m4 \
10
	m4/lx_check_soplex.m4
10
	m4/lx_check_soplex.m4 \
11
	CMakeLists.txt
11 12

	
12 13
pkgconfigdir = $(libdir)/pkgconfig
13 14
lemondir = $(pkgincludedir)
... ...
@@ -44,13 +45,7 @@
44 45
	build-aux/install-sh \
45 46
	build-aux/ltmain.sh \
46 47
	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
54 49

	
55 50
mrproper:
56 51
	$(MAKE) $(AM_MAKEFLAGS) maintainer-clean
Show white space 6 line context
1
EXTRA_DIST += \
2
        benchmark/Makefile
3

	
4 1
if WANT_BENCHMARK
5 2

	
6 3
noinst_HEADERS +=
Show white space 6 line context
1 1
EXTRA_DIST += \
2
	demo/Makefile
2
	demo/CMakeLists.txt
3 3

	
4 4
if WANT_DEMO
5 5

	
... ...
@@ -13,4 +13,3 @@
13 13
demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
14 14
demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
15 15
demo_lgf_demo_SOURCES = demo/lgf_demo.cc
16

	
Show white space 6 line context
1 1
EXTRA_DIST += \
2
	doc/Makefile \
3 2
	doc/Doxyfile.in \
4 3
	doc/coding_style.dox \
5 4
	doc/dirs.dox \
Show white space 6 line context
1 1
EXTRA_DIST += \
2
	lemon/Makefile \
3
	lemon/lemon.pc.in
2
	lemon/lemon.pc.in \
3
	lemon/CMakeLists.txt
4 4

	
5 5
pkgconfig_DATA += lemon/lemon.pc
6 6

	
Show white space 6 line context
1 1
EXTRA_DIST += \
2
	test/Makefile
2
	test/CMakeLists.txt
3 3

	
4 4
noinst_HEADERS += \
5 5
	test/digraph_test.h \
Show white space 6 line context
1
EXTRA_DIST += \
2
	tools/Makefile
3

	
4 1
if WANT_TOOLS
5 2

	
6 3
bin_PROGRAMS +=
0 comments (0 inline)