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
5 # Requires automake 1.4
8 # GiNaC runtime configuration script
9 bin_SCRIPTS = ginac-config
12 man_MANS = ginac-config.1
14 # M4 macro file for inclusion with autoconf
15 m4datadir = $(datadir)/aclocal
16 m4data_DATA = ginac.m4
18 # All the rest of the distributed files
19 EXTRA_DIST = ginac.m4 GiNaC.spec depcomp
21 # Rule to build tar-bzipped distribution package
22 $(PACKAGE)-$(VERSION).tar.gz: dist
24 # Rule to build RPM distribution package
25 rpm: $(PACKAGE)-$(VERSION).tar.gz
26 rpmbuild -ta --clean $(PACKAGE)-$(VERSION).tar.gz