/[GiNaC]/Makefile.am
ViewVC logotype

Diff of /Makefile.am

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

revision 1.14 by cbauer, Mon Mar 24 14:18:47 2003 UTC revision 1.15 by cbauer, Thu Nov 20 16:18:27 2003 UTC
# Line 7  AUTOMAKE_OPTIONS = 1.4 Line 7  AUTOMAKE_OPTIONS = 1.4
7    
8  # GiNaC runtime configuration script  # GiNaC runtime configuration script
9  bin_SCRIPTS = ginac-config  bin_SCRIPTS = ginac-config
10    BUILT_SOURCES = ginac-config
11    ginac-config: ginac-config.in
12    
13  # Man pages  # Man pages
14  man_MANS = ginac-config.1  man_MANS = ginac-config.1
# Line 15  man_MANS = ginac-config.1 Line 17  man_MANS = ginac-config.1
17  m4datadir = $(datadir)/aclocal  m4datadir = $(datadir)/aclocal
18  m4data_DATA = ginac.m4  m4data_DATA = ginac.m4
19    
20    # pkg-config metadata
21    pkgconfigdir = $(libdir)/pkgconfig
22    pkgconfig_DATA = ginac.pc
23    $(pkgconfig_DATA): config.status
24    
25  # All the rest of the distributed files  # All the rest of the distributed files
26  EXTRA_DIST = ginac.m4 GiNaC.spec depcomp  EXTRA_DIST = ginac.m4 ginac.pc GiNaC.spec depcomp
27    
28  # Rule to build tar-bzipped distribution package  # Rule to build tar-bzipped distribution package
29  $(PACKAGE)-$(VERSION).tar.gz: dist  $(PACKAGE)-$(VERSION).tar.gz: dist

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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