forked from jezhiggins/arabica
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMakefile.am
31 lines (25 loc) · 896 Bytes
/
Makefile.am
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
ACLOCAL_AMFLAGS = -I m4
SUBDIRS=include src examples tests
DIST_SUBDIRS=include src examples tests
EXTRA_DIST=vs7 \
vs8 \
vs9 \
vs10 \
doc \
tests/DOM/conformance \
tests/XSLT/testsuite \
src/SAX/wrappers/saxexpat.cpp \
src/SAX/wrappers/saxlibxml2.cpp \
src/SAX/wrappers/saxxerces.cpp \
src/convert/impl/codecvt_specialisations.cpp
dist-hook:
find $(distdir) -print | grep \.bzr | xargs rm -rf
find $(distdir) -print | grep \.svn | xargs rm -rf
rm -f $(distdir)/include/SAX/ArabicaConfig.hpp
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = arabica.pc
docs:
cd doc && doxygen arabica.dox
@echo "------------------------------------------------------------"
@echo "Generated documents to ./doc/html"
@echo "------------------------------------------------------------"