Menu

[r40]: / Makefile.am  Maximize  Restore  History

Download this file

23 lines (15 with data), 482 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
## 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