]> www.ginac.de Git - ginac.git/blob - Makefile.am
Speed up power::real_part() and power::imag_part().
[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
18 BUILD_HELPERS = scripts/yaptu.py scripts/fixupind.py
19
20 # All the rest of the distributed files
21 EXTRA_DIST = ginac.pc GiNaC.spec $(BUILD_HELPERS) $(CMAKE_FILES)
22
23 # Rule to build tar-bzipped distribution package
24 $(PACKAGE)-$(VERSION).tar.gz: dist
25
26 # Rule to build RPM distribution package
27 rpm: $(PACKAGE)-$(VERSION).tar.gz
28         rpmbuild -ta --clean $(PACKAGE)-$(VERSION).tar.gz
29
30 ACLOCAL_AMFLAGS = -I m4