File: Makefile.am

package info (click to toggle)
libitpp 4.3.1-14
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,952 kB
  • sloc: cpp: 73,628; makefile: 661; python: 548; sh: 261
file content (53 lines) | stat: -rw-r--r-- 795 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
include $(top_srcdir)/Makefile.common

ACLOCAL_AMFLAGS = -I m4

AUTOMAKE_OPTIONS = dist-bzip2

if HTML_DOC
  HTML_DOC_DIR = doc
endif

if RUN_TESTS
  TEST_DIR = tests
endif

SUBDIRS = itpp extras win32 $(HTML_DOC_DIR) $(TEST_DIR)

EXTRA_DIST = \
	autogen.sh \
	ChangeLog-2005 \
	ChangeLog-2006 \
	ChangeLog-2007 \
	ChangeLog-2008 \
	configure.ac.in \
	itpp-config.1.in \
	itpp.spec \
	itpp.spec.in \
	Makefile.common \
	NEWS-3.10 \
	NEWS-3.9 \
	NEWS-3.99 \
	NEWS-4.0 \
	TODO \
	VERSION

dist_man_MANS = itpp-config.1

bin_SCRIPTS = itpp-config

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = itpp.pc
if ENABLE_DEBUG
  pkgconfig_DATA += itpp_debug.pc
endif

clean-local:
	rm -f config_summary.log

uninstall-local:
	rm -rf $(DESTDIR)$(includedir)/itpp

dist-html:
	$(MAKE) -C doc dist-html