File: Makefile.am

package info (click to toggle)
opensaml2 2.0-2%2Blenny3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 5,660 kB
  • ctags: 4,724
  • sloc: cpp: 22,639; sh: 8,361; ansic: 5,304; xml: 2,054; makefile: 457
file content (54 lines) | stat: -rw-r--r-- 1,009 bytes parent folder | download
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
54
AUTOMAKE_OPTIONS = foreign

ACLOCAL_AMFLAGS = -I .

include doxygen.am

MOSTLYCLEANFILES = $(DX_CLEANFILES)

dist-hook:
	rm -rf `find $(distdir)/samltest/data -name .svn`
	rm -rf `find $(distdir)/doc/api -name .svn`


SUBDIRS = doc schemas saml samltest samlsign

if DX_COND_doc
all-local: opensaml.spec pkginfo doxygen-doc
APIDOCS = doc/api
else
all-local: opensaml.spec pkginfo
endif

install-data-hook:
	rm -rf $(DESTDIR)$(datadir)/doc/@PACKAGE@/api
	cp -r doc/api $(DESTDIR)$(datadir)/doc/@PACKAGE@

opensaml.spec: opensaml.spec.in Makefile
	rm -f $@.tmp
	sed < $< > $@.tmp \
	    -e 's:@-VERSION-@:${VERSION}:'
	mv $@.tmp $@

pkginfo: pkginfo.in Makefile
	rm -f $@.tmp
	sed < $< > $@.tmp \
	    -e 's:@-VERSION-@:${VERSION}:'
	mv $@.tmp $@

EXTRA_DIST = $(DX_CONFIG) \
	$(APIDOCS) \
	cpp-opensaml2.sln \
	libtool.m4 \
	doxygen.m4 \
	acx_pthread.m4 \
	depcomp \
	config_win32.h \
	opensaml.spec.in \
	opensaml.spec \
	pkginfo.in \
	pkginfo \
	depend \
	postinstall

DISTCLEANFILES = opensaml.spec pkginfo