File: Makefile.am

package info (click to toggle)
xmltooling 1.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 11,132 kB
  • ctags: 4,650
  • sloc: cpp: 18,866; sh: 8,612; makefile: 377; xml: 84; ansic: 32
file content (35 lines) | stat: -rw-r--r-- 657 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
AUTOMAKE_OPTIONS = foreign

ACLOCAL_AMFLAGS = -I .

include doxygen.am

MOSTLYCLEANFILES = $(DX_CLEANFILES)

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


SUBDIRS = doc schemas xmltooling xmltoolingtest

if DX_COND_doc
all-local: doxygen-doc
else
all-local:
endif

GENFILES = xmltooling.spec pkginfo Portfile

EXTRA_DIST = $(DX_CONFIG) \
        cpp-xmltooling.sln \
        acx_pthread.m4 \
        acinclude.m4 \
        libtool.m4 \
        doxygen.m4 \
        depcomp \
        config_win32.h \
        $(GENFILES) \
        $(GENFILES:%=%.in) \
        depend \
        postinstall