## Process this file with automake to produce Makefile.in
SUBDIRS = wt doc tests
.PHONY: doc tests
## Files that aren't included automatically (e.g. html, docs, etc.)
EXTRA_DIST = COPYING.LIB TODO README wt.spec.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = wt.pc
# Rule to build RPM distribution package
rpm: $(PACKAGE)-$(VERSION).tar.gz wt.spec
cp $(PACKAGE)-$(VERSION).tar.gz @RPM_DIR@/SOURCES
rpm -ba wt.spec
doc:
make -C doc doc
tests:
make -C tests tests