]> www.ginac.de Git - ginac.git/blob - Makefile.am
Make the behaviour of class function more consistent with respect to
[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 # pkg-config metadata
6 pkgconfigdir = $(libdir)/pkgconfig
7 pkgconfig_DATA = ginac.pc
8 $(pkgconfig_DATA): config.status
9
10 # All the rest of the distributed files
11 EXTRA_DIST = ginac.pc GiNaC.spec
12
13 # Rule to build tar-bzipped distribution package
14 $(PACKAGE)-$(VERSION).tar.gz: dist
15
16 # Rule to build RPM distribution package
17 rpm: $(PACKAGE)-$(VERSION).tar.gz
18         rpmbuild -ta --clean $(PACKAGE)-$(VERSION).tar.gz