]> www.ginac.de Git - ginac.git/blob - Makefile.am
08a6da95a4b93b347638d957a15c70d86758bdae
[ginac.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 SUBDIRS = @GINACCINTDIR@ ginac check ginsh tools doc
3 DIST_SUBDIRS = cint 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 # All the rest of the distributed files
12 EXTRA_DIST = autogen.sh ginac.m4
13
14 # M4 macro file for inclusion with autoconf
15 m4datadir = $(datadir)/aclocal
16 m4data_DATA = ginac.m4
17
18 # Rule to build tar-gzipped distribution package
19 $(PACKAGE)-$(VERSION).tar.gz: dist
20
21 # Rule to build RPM distribution package
22 rpm: $(PACKAGE)-$(VERSION).tar.gz
23         cp $(PACKAGE)-$(VERSRION).tar.gz /usr/src/redhat/SOURCES
24         rpm -ba GiNaC.spec