| 2 |
SUBDIRS = ginac check ginsh tools doc |
SUBDIRS = ginac check ginsh tools doc |
| 3 |
DIST_SUBDIRS = ginac check ginsh tools doc |
DIST_SUBDIRS = ginac check ginsh tools doc |
| 4 |
|
|
|
# Requires automake 1.4 |
|
|
AUTOMAKE_OPTIONS = 1.4 |
|
|
|
|
|
# GiNaC runtime configuration script |
|
|
bin_SCRIPTS = ginac-config |
|
|
BUILT_SOURCES = ginac-config |
|
|
ginac-config: ginac-config.in |
|
|
|
|
|
# Man pages |
|
|
man_MANS = ginac-config.1 |
|
|
|
|
|
# M4 macro file for inclusion with autoconf |
|
|
m4datadir = $(datadir)/aclocal |
|
|
m4data_DATA = ginac.m4 |
|
|
|
|
| 5 |
# pkg-config metadata |
# pkg-config metadata |
| 6 |
pkgconfigdir = $(libdir)/pkgconfig |
pkgconfigdir = $(libdir)/pkgconfig |
| 7 |
pkgconfig_DATA = ginac.pc |
pkgconfig_DATA = ginac.pc |
| 8 |
$(pkgconfig_DATA): config.status |
$(pkgconfig_DATA): config.status |
| 9 |
|
|
| 10 |
# All the rest of the distributed files |
# All the rest of the distributed files |
| 11 |
EXTRA_DIST = ginac.m4 ginac.pc GiNaC.spec depcomp |
EXTRA_DIST = ginac.pc GiNaC.spec |
| 12 |
|
|
| 13 |
# Rule to build tar-bzipped distribution package |
# Rule to build tar-bzipped distribution package |
| 14 |
$(PACKAGE)-$(VERSION).tar.gz: dist |
$(PACKAGE)-$(VERSION).tar.gz: dist |