/[GiNaC]/Makefile.am
ViewVC logotype

Contents of /Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (hide annotations)
Thu Jun 15 18:46:10 2000 UTC (12 years, 11 months ago) by kreckel
Branch: MAIN
CVS Tags: release_0-6-2, release_0-6-4, release_0-6-3
Changes since 1.7: +2 -2 lines
- cint/*:  Revamped the launch-scheme for ginaccint.bin.  It must be done
  by a binary executable and not by a script to ensure users can write
  shebang-scripts.
- cint/*:  Added a testsuite which hopefully passes (some lucky day).
- cint/ginaccint.bin: For this to work we needed a --silent command line
  switch.
- configure.in, Makefile.am, cint/Makefile.am: account for new launchers.
- ginac/matrix.cpp, ginac/matrix.h: removed confusing ffe_get() and ffe_set()
  routines since they counted the non-standard way.
- config.guess, config.sub: Updated to new versions from FSF.
- others files: Changes triggered.

1 cbauer 1.1 ## Process this file with automake to produce Makefile.in
2 kreckel 1.7 SUBDIRS = ginac check ginsh tools @GINACCINTDIR@ 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 kreckel 1.8 # Rule to build tar-bzipped distribution package
19     $(PACKAGE)-$(VERSION).tar.bz2: dist
20 cbauer 1.3
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