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
6 pkgconfigdir = $(libdir)/pkgconfig
7 pkgconfig_DATA = ginac.pc
8 $(pkgconfig_DATA): config.status
10 CMAKE_FILES = CMakeLists.txt \
14 cmake/modules/FindCLN.cmake \
15 cmake/modules/FindReadline.cmake \
16 cmake/modules/FindGiNaC.cmake
18 BUILD_HELPERS = scripts/yaptu.py scripts/fixupind.py
20 # All the rest of the distributed files
21 EXTRA_DIST = ginac.pc GiNaC.spec $(BUILD_HELPERS) $(CMAKE_FILES)
23 # Rule to build tar-bzipped distribution package
24 $(PACKAGE)-$(VERSION).tar.gz: dist
26 # Rule to build RPM distribution package
27 rpm: $(PACKAGE)-$(VERSION).tar.gz
28 rpmbuild -ta --clean $(PACKAGE)-$(VERSION).tar.gz
30 ACLOCAL_AMFLAGS = -I m4