File: Makefile.am

package info (click to toggle)
libassa 3.5.1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,268 kB
  • ctags: 2,533
  • sloc: cpp: 15,703; sh: 12,083; makefile: 379; perl: 51
file content (47 lines) | stat: -rw-r--r-- 959 bytes parent folder | download | duplicates (6)
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
## $Id: Makefile.am,v 1.18 2012/05/25 02:40:47 vlg Exp $

SUBDIRS = . assa utils doc tests examples

DIST_SUBDIRS = assa utils doc tests examples 

ACLOCAL_AMFLAGS = -I macros

EXTRA_DIST = \
	autogen.sh \
	bootstrap \
	bootstrap-dev \
	libassa.spec.in \
	macros/BB_ENABLE_DOXYGEN.m4

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = assa-@ASSA_RELEASE@.pc

dist-hook: libassa.spec
	cp libassa.spec $(distdir)
	if test -d debian; then \
		mkdir $(distdir)/debian; \
		for file in debian/*; do \
			if test -f $$file; then \
				cp -p $$file $(distdir)/debian; \
			fi \
		done \
	fi

docs:
	${MAKE} -C doc

doc-dist: docs
	tar -zcf ${PACKAGE}-docs-${VERSION}.tar.gz  \
		-C $(top_srcdir)/doc/html --exclude CVS .

clean-local:
	-rm -f *~

distclean-local:
	rm -rf autom4te.cache

MAINTAINERCLEANFILES = \
	*.log core FILE *~ Makefile.in configure config.h.in \
	config.status aclocal.m4 config.guess config.sub \
	depcomp install-sh mkinstalldirs missing