/[GiNaC]/Makefile.am
ViewVC logotype

Diff of /Makefile.am

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

revision 1.13.2.2 by cbauer, Thu Nov 20 16:58:40 2003 UTC revision 1.17 by kreckel, Wed Mar 28 21:29:57 2007 UTC
# Line 2  Line 2 
2  SUBDIRS = ginac check ginsh tools doc  SUBDIRS = ginac check ginsh tools doc
3  DIST_SUBDIRS = ginac check ginsh tools doc  DIST_SUBDIRS = ginac check ginsh tools doc
4    
 # Requires automake 1.4  
 AUTOMAKE_OPTIONS = 1.4  
   
 # GiNaC runtime configuration script  
 bin_SCRIPTS = ginac-config  
 BUILT_SOURCES = ginac-config  
 ginac-config: ginac-config.in  
   
 # Man pages  
 man_MANS = ginac-config.1  
   
 # M4 macro file for inclusion with autoconf  
 m4datadir = $(datadir)/aclocal  
 m4data_DATA = ginac.m4  
   
5  # pkg-config metadata  # pkg-config metadata
6  pkgconfigdir = $(libdir)/pkgconfig  pkgconfigdir = $(libdir)/pkgconfig
7  pkgconfig_DATA = ginac.pc  pkgconfig_DATA = ginac.pc
8  $(pkgconfig_DATA): config.status  $(pkgconfig_DATA): config.status
9    
10  # All the rest of the distributed files  # All the rest of the distributed files
11  EXTRA_DIST = ginac.m4 ginac.pc GiNaC.spec depcomp  EXTRA_DIST = ginac.pc GiNaC.spec
12    
13  # Rule to build tar-bzipped distribution package  # Rule to build tar-bzipped distribution package
14  $(PACKAGE)-$(VERSION).tar.gz: dist  $(PACKAGE)-$(VERSION).tar.gz: dist

Legend:
Removed from v.1.13.2.2  
changed lines
  Added in v.1.17

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