2006-09-12 23:21:48 +02:00
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
2007-07-23 14:58:16 +02:00
|
|
|
SUBDIRS= src examples tests
|
2006-09-12 23:21:48 +02:00
|
|
|
|
2010-01-14 12:26:23 +01:00
|
|
|
DIST_SUBDIRS=src examples tests
|
2006-09-12 23:21:48 +02:00
|
|
|
EXTRA_DIST=vs7 \
|
2007-08-22 14:36:33 +02:00
|
|
|
vs8 \
|
2008-07-24 12:20:47 +02:00
|
|
|
vs9 \
|
2006-09-12 23:21:48 +02:00
|
|
|
include \
|
2010-01-14 12:26:23 +01:00
|
|
|
doc \
|
2007-08-28 03:57:56 +02:00
|
|
|
tests/XSLT/testsuite \
|
2006-09-12 23:21:48 +02:00
|
|
|
src/SAX/wrappers/saxexpat.cpp \
|
|
|
|
src/SAX/wrappers/saxlibxml2.cpp \
|
|
|
|
src/SAX/wrappers/saxxerces.cpp \
|
2007-09-11 11:25:18 +02:00
|
|
|
src/convert/impl/codecvt_specialisations.cpp
|
2010-01-14 12:26:23 +01:00
|
|
|
|
2006-09-12 23:21:48 +02:00
|
|
|
dist-hook:
|
2010-01-14 12:26:23 +01:00
|
|
|
find $(distdir) -print | grep \.bzr | xargs rm -rf
|
2006-09-12 23:21:48 +02:00
|
|
|
find $(distdir) -print | grep \.svn | xargs rm -rf
|
|
|
|
find $(distdir) -print | grep \~$ | xargs rm -rf
|
2010-01-14 12:26:23 +01:00
|
|
|
rm -f $(distdir)/include/SAX/ArabicaConfig.hpp
|
2006-09-12 23:21:48 +02:00
|
|
|
|
2007-09-11 11:25:18 +02:00
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2006-09-18 17:59:43 +02:00
|
|
|
pkgconfig_DATA = arabica.pc
|
2006-09-12 23:21:48 +02:00
|
|
|
|
2007-07-19 19:05:18 +02:00
|
|
|
docs:
|
2007-09-11 10:32:05 +02:00
|
|
|
cd doc && doxygen arabica.dox
|
2007-07-19 19:05:18 +02:00
|
|
|
@echo "------------------------------------------------------------"
|
|
|
|
@echo "Generated documents to ./doc/html"
|
|
|
|
@echo "------------------------------------------------------------"
|
|
|
|
|
2010-01-14 12:26:23 +01:00
|
|
|
clean-local:
|
|
|
|
cd doc && rm -rf html
|