/[GiNaC]/Makefile.am
ViewVC logotype

Diff of /Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by cbauer, Fri Nov 26 17:08:46 1999 UTC revision 1.3 by cbauer, Wed Dec 1 16:03:37 1999 UTC
# Line 3  SUBDIRS = ginac check ginsh doc Line 3  SUBDIRS = ginac check ginsh doc
3    
4  # Requires automake 1.4  # Requires automake 1.4
5  AUTOMAKE_OPTIONS = 1.4  AUTOMAKE_OPTIONS = 1.4
6    
7    # GiNaC runtime configuration script
8    bin_SCRIPTS = ginac-config
9    
10    # All the rest of the distributed files
11    EXTRA_DIST = autogen.sh ginac.m4
12    
13    # M4 macro file for inclusion with autoconf
14    m4datadir = $(datadir)/aclocal
15    m4data_DATA = ginac.m4
16    
17    # Rule to build tar-gzipped distribution package
18    $(PACKAGE)-$(VERSION).tar.gz: dist
19    
20    # Rule to build RPM distribution package
21    rpm: $(PACKAGE)-$(VERSION).tar.gz
22            cp $(PACKAGE)-$(VERSRION).tar.gz /usr/src/redhat/SOURCES
23            rpm -ba GiNaC.spec

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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