| 7 |
|
|
| 8 |
# GiNaC runtime configuration script |
# GiNaC runtime configuration script |
| 9 |
bin_SCRIPTS = ginac-config |
bin_SCRIPTS = ginac-config |
| 10 |
|
BUILT_SOURCES = ginac-config |
| 11 |
|
ginac-config: ginac-config.in |
| 12 |
|
|
| 13 |
# Man pages |
# Man pages |
| 14 |
man_MANS = ginac-config.1 |
man_MANS = ginac-config.1 |
| 17 |
m4datadir = $(datadir)/aclocal |
m4datadir = $(datadir)/aclocal |
| 18 |
m4data_DATA = ginac.m4 |
m4data_DATA = ginac.m4 |
| 19 |
|
|
| 20 |
|
# pkg-config metadata |
| 21 |
|
pkgconfigdir = $(libdir)/pkgconfig |
| 22 |
|
pkgconfig_DATA = ginac.pc |
| 23 |
|
$(pkgconfig_DATA): config.status |
| 24 |
|
|
| 25 |
# All the rest of the distributed files |
# All the rest of the distributed files |
| 26 |
EXTRA_DIST = ginac.m4 GiNaC.spec depcomp |
EXTRA_DIST = ginac.m4 ginac.pc GiNaC.spec depcomp |
| 27 |
|
|
| 28 |
# Rule to build tar-bzipped distribution package |
# Rule to build tar-bzipped distribution package |
| 29 |
$(PACKAGE)-$(VERSION).tar.gz: dist |
$(PACKAGE)-$(VERSION).tar.gz: dist |