]> www.ginac.de Git - ginac.git/blob - Makefile.am
some functions that were restricted to symbols for arguments now accept
[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 # Requires automake 1.4
6 AUTOMAKE_OPTIONS = 1.4
7
8 # GiNaC runtime configuration script
9 bin_SCRIPTS = ginac-config
10
11 # Man pages
12 man_MANS = ginac-config.1
13
14 # M4 macro file for inclusion with autoconf
15 m4datadir = $(datadir)/aclocal
16 m4data_DATA = ginac.m4
17
18 # All the rest of the distributed files
19 EXTRA_DIST = ginac.m4 GiNaC.spec depcomp
20
21 # Rule to build tar-bzipped distribution package
22 $(PACKAGE)-$(VERSION).tar.gz: dist
23
24 # Rule to build RPM distribution package
25 rpm: $(PACKAGE)-$(VERSION).tar.gz
26         rpmbuild -ta --clean $(PACKAGE)-$(VERSION).tar.gz