/[GiNaC]/Makefile.am
ViewVC logotype

Contents of /Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations)
Tue May 16 17:06:42 2000 UTC (13 years, 1 month ago) by kreckel
Branch: MAIN
CVS Tags: release_0-6-1
Changes since 1.6: +1 -1 lines
- Adjusted build-environment for "Cint without crutches" (tm).

1 ## Process this file with automake to produce Makefile.in
2 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 # 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 # Rule to build tar-gzipped distribution package
19 $(PACKAGE)-$(VERSION).tar.gz: dist
20
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