File: Makefile.am

package info (click to toggle)
cwidget 0.5.16-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,868 kB
  • ctags: 2,434
  • sloc: cpp: 15,828; sh: 10,433; makefile: 271; sed: 16; perl: 15
file content (39 lines) | stat: -rw-r--r-- 668 bytes parent folder | download | duplicates (2)
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
# Adjust things so that 'make maintainer-clean' restores a pristine
# checkout.
MAINTAINERCLEANFILES=ChangeLog configure Makefile.in \
		     aclocal.m4 config.h.in config.guess \
		     config.sub depcomp INSTALL install-sh \
		     ltmain.sh missing

if DOXYGEN
DOXYGENCMD=doxygen
else
DOXYGENCMD=
endif

SUBDIRS= po

if BUILD_LIBRARY
SUBDIRS += src
endif

if HAVE_CPPUNIT
SUBDIRS += tests
endif

SUBDIRS += doc

pkgconfigdir = $(libdir)/pkgconfig

pkgconfig_DATA = cwidget.pc

pkglib_HEADERS = cwidget-config.h

doc ikiwiki doxygen: Doxyfile
	$(MAKE) -C doc $@

.PHONY: doc ikiwiki doxygen all-local

ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = config.rpath m4/ChangeLog