]> www.ginac.de Git - ginac.git/blob - Makefile.am
Finalize 1.7.1 release.
[ginac.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 SUBDIRS = ginac check ginsh tools doc
3 DIST_SUBDIRS = ginac check ginsh tools doc
4
5 # pkg-config metadata
6 pkgconfigdir = $(libdir)/pkgconfig
7 pkgconfig_DATA = ginac.pc
8 $(pkgconfig_DATA): config.status
9
10 CMAKE_FILES = CMakeLists.txt \
11               ginac.pc.cmake \
12               config.cmake.in \
13               INSTALL.CMake \
14               cmake/modules/FindCLN.cmake \
15               cmake/modules/FindReadline.cmake \
16               cmake/modules/FindGiNaC.cmake \
17               cmake/modules/FindLibDL.cmake
18
19 BUILD_HELPERS = scripts/yaptu.py scripts/fixupind.py
20
21 # All the rest of the distributed files
22 EXTRA_DIST = ginac.pc GiNaC.spec $(BUILD_HELPERS) $(CMAKE_FILES)
23
24 # Rule to build tar-bzipped distribution package
25 $(PACKAGE)-$(VERSION).tar.gz: dist
26
27 # Rule to build RPM distribution package
28 rpm: $(PACKAGE)-$(VERSION).tar.gz
29         rpmbuild -ta --clean $(PACKAGE)-$(VERSION).tar.gz
30
31 ACLOCAL_AMFLAGS = -I m4