/[GiNaC]/Makefile.am
ViewVC logotype

Diff of /Makefile.am

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

revision 1.1 by cbauer, Tue Nov 9 19:56:40 1999 UTC revision 1.11 by cbauer, Tue Mar 6 17:05:57 2001 UTC
# Line 1  Line 1 
1  ## Process this file with automake to produce Makefile.in  ## Process this file with automake to produce Makefile.in
2  SUBDIRS = ginac check ginsh doc  SUBDIRS = ginac check ginsh tools @GINACCINTDIR@ doc
3    DIST_SUBDIRS = cint ginac check ginsh tools doc
4    
5    # Requires automake 1.4
6    AUTOMAKE_OPTIONS = 1.4
7    
8    # GiNaC runtime configuration script
9    bin_SCRIPTS = ginac-config
10    
11    # Man pages
12    man_MANS = ginac-config.1
13    
14    # M4 macro file for inclusion with autoconf
15    m4datadir = $(datadir)/aclocal
16    m4data_DATA = ginac.m4
17    
18    # All the rest of the distributed files
19    EXTRA_DIST = ginac.m4 GiNaC.spec
20    
21    # Rule to build tar-bzipped distribution package
22    $(PACKAGE)-$(VERSION).tar.gz: dist
23    
24    # Rule to build RPM distribution package
25    rpm: $(PACKAGE)-$(VERSION).tar.gz
26            rpm -ta --clean $(PACKAGE)-$(VERSION).tar.gz

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.11

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