/[GiNaC]/Makefile.am
ViewVC logotype

Contents of /Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.17 - (hide 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 cbauer 1.1 ## Process this file with automake to produce Makefile.in
2 kreckel 1.12 SUBDIRS = ginac check ginsh tools doc
3     DIST_SUBDIRS = ginac check ginsh tools doc
4 cbauer 1.2
5 cbauer 1.15 # pkg-config metadata
6     pkgconfigdir = $(libdir)/pkgconfig
7     pkgconfig_DATA = ginac.pc
8     $(pkgconfig_DATA): config.status
9    
10 cbauer 1.10 # All the rest of the distributed files
11 kreckel 1.17 EXTRA_DIST = ginac.pc GiNaC.spec
12 cbauer 1.3
13 kreckel 1.8 # Rule to build tar-bzipped distribution package
14 cbauer 1.9 $(PACKAGE)-$(VERSION).tar.gz: dist
15 cbauer 1.3
16     # Rule to build RPM distribution package
17     rpm: $(PACKAGE)-$(VERSION).tar.gz
18 cbauer 1.14 rpmbuild -ta --clean $(PACKAGE)-$(VERSION).tar.gz

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