SUBDIRS = \ libxslt \ tests \ doc confexecdir=$(libdir) confexec_DATA = xsltConf.sh bin_SCRIPTS = xslt-config EXTRA_DIST = xsltConf.sh.in xslt-config.in libxslt.spec libxslt.spec.in \ FEATURES TODO COPYING.LIB Copyright IPR ## We create xsltConf.sh here and not from configure because we want ## to get the paths expanded correctly. Macros like srcdir are given ## the value NONE in configure if the user doesn't specify them (this ## is an autoconf feature, not a bug). xsltConf.sh: xsltConf.sh.in Makefile ## Use sed and then mv to avoid problems if the user interrupts. sed -e 's?\@XSLT_LIBDIR\@?$(XSLT_LIBDIR)?g' \ -e 's?\@XSLT_INCLUDEDIR\@?$(XSLT_INCLUDEDIR)?g' \ -e 's?\@VERSION\@?$(VERSION)?g' \ -e 's?\@XSLT_LIBS\@?$(XSLT_LIBS)?g' \ < $(srcdir)/xsltConf.sh.in > xsltConf.tmp \ && mv xsltConf.tmp xsltConf.sh dummy: test tests: dummy @(cd tests ; make test) cleantar: @(rm -f libxslt*.tar.gz) rpm: cleantar distcheck rpm -ta libxslt*.tar.gz