| 1 |
## Process this file with automake to produce Makefile.in |
## Process this file with automake to produce Makefile.in |
| 2 |
SUBDIRS = ginac check ginsh doc |
SUBDIRS = ginac check ginsh tools @GINACCINTDIR@ 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 |
|
# 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 |
| 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 |
|
rpm -ta --clean $(PACKAGE)-$(VERSION).tar.gz |