/[GiNaC]/Makefile.am
ViewVC logotype

Contents of /Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (hide annotations)
Mon Feb 7 16:47:35 2000 UTC (13 years, 3 months ago) by cbauer
Branch: MAIN
CVS Tags: relase_0-5-0, release_0-5-4, release_0-6-0, relase_0-5-1, release_0-5-2, release_0-5-3
Changes since 1.5: +1 -0 lines
- cint dir was missing from distribution

1 cbauer 1.1 ## Process this file with automake to produce Makefile.in
2 kreckel 1.5 SUBDIRS = @GINACCINTDIR@ ginac check ginsh tools doc
3 cbauer 1.6 DIST_SUBDIRS = cint ginac check ginsh tools doc
4 cbauer 1.2
5     # Requires automake 1.4
6     AUTOMAKE_OPTIONS = 1.4
7 cbauer 1.3
8     # GiNaC runtime configuration script
9     bin_SCRIPTS = ginac-config
10    
11     # All the rest of the distributed files
12     EXTRA_DIST = autogen.sh ginac.m4
13    
14     # M4 macro file for inclusion with autoconf
15     m4datadir = $(datadir)/aclocal
16     m4data_DATA = ginac.m4
17    
18     # Rule to build tar-gzipped distribution package
19     $(PACKAGE)-$(VERSION).tar.gz: dist
20    
21     # Rule to build RPM distribution package
22     rpm: $(PACKAGE)-$(VERSION).tar.gz
23     cp $(PACKAGE)-$(VERSRION).tar.gz /usr/src/redhat/SOURCES
24     rpm -ba GiNaC.spec

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