/[GiNaC]/Makefile.am
ViewVC logotype

Contents of /Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.17 - (show annotations)
Wed Mar 28 21:29:57 2007 UTC (6 years, 1 month ago) by kreckel
Branch: MAIN
CVS Tags: release_1-4-1, release_1-4-0, HEAD
Branch point for: ginac_1-4
Changes since 1.16: +1 -13 lines
* Use pkg-config for detecting CLN, advertise it in the manual and drop
  ginac-config and ginac.m4. [Alexei Sheplyakov]

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

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15