]> www.ginac.de Git - ginac.git/blob - doc/Makefile.in
- check program is not built until you say "make check"
[ginac.git] / doc / Makefile.in
1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = /bin/sh
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DISTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 CC = @CC@
63 CXX = @CXX@
64 CXXCPP = @CXXCPP@
65 DOXYGEN = @DOXYGEN@
66 DVIPS = @DVIPS@
67 FIG2DEV = @FIG2DEV@
68 GINACLIB_BINARY_AGE = @GINACLIB_BINARY_AGE@
69 GINACLIB_INTERFACE_AGE = @GINACLIB_INTERFACE_AGE@
70 GINACLIB_MAJOR_VERSION = @GINACLIB_MAJOR_VERSION@
71 GINACLIB_MICRO_VERSION = @GINACLIB_MICRO_VERSION@
72 GINACLIB_MINOR_VERSION = @GINACLIB_MINOR_VERSION@
73 GINACLIB_VERSION = @GINACLIB_VERSION@
74 JADE = @JADE@
75 JADETEX = @JADETEX@
76 LATEX = @LATEX@
77 LD = @LD@
78 LEX = @LEX@
79 LIBTOOL = @LIBTOOL@
80 LN_S = @LN_S@
81 LT_AGE = @LT_AGE@
82 LT_CURRENT = @LT_CURRENT@
83 LT_RELEASE = @LT_RELEASE@
84 LT_REVISION = @LT_REVISION@
85 MAINT = @MAINT@
86 MAKEINDEX = @MAKEINDEX@
87 MAKEINFO = @MAKEINFO@
88 NM = @NM@
89 PACKAGE = @PACKAGE@
90 RANLIB = @RANLIB@
91 VERSION = @VERSION@
92 YACC = @YACC@
93 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94 CONFIG_HEADER = ../config.h
95 CONFIG_CLEAN_FILES = 
96 DIST_COMMON =  Makefile.am Makefile.in
97
98
99 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
100
101 TAR = tar
102 GZIP = --best
103 all: Makefile
104
105 .SUFFIXES:
106 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107         cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
108
109 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
110         cd $(top_builddir) \
111           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113 tags: TAGS
114 TAGS:
115
116
117 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119 subdir = doc
120
121 distdir: $(DISTFILES)
122         here=`cd $(top_builddir) && pwd`; \
123         top_distdir=`cd $(top_distdir) && pwd`; \
124         distdir=`cd $(distdir) && pwd`; \
125         cd $(top_srcdir) \
126           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
127         @for file in $(DISTFILES); do \
128           d=$(srcdir); \
129           test -f $(distdir)/$$file \
130           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
131           || cp -p $$d/$$file $(distdir)/$$file; \
132         done
133 info:
134 dvi:
135 check: all
136         $(MAKE)
137 installcheck:
138 install-exec: 
139         @$(NORMAL_INSTALL)
140
141 install-data: 
142         @$(NORMAL_INSTALL)
143
144 install: install-exec install-data all
145         @:
146
147 uninstall: 
148
149 install-strip:
150         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
151 installdirs:
152
153
154 mostlyclean-generic:
155         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
156
157 clean-generic:
158         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
159
160 distclean-generic:
161         -rm -f Makefile $(DISTCLEANFILES)
162         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
163         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
164
165 maintainer-clean-generic:
166         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
167         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
168 mostlyclean:  mostlyclean-generic
169
170 clean:  clean-generic mostlyclean
171
172 distclean:  distclean-generic clean
173         -rm -f config.status
174         -rm -f libtool
175
176 maintainer-clean:  maintainer-clean-generic distclean
177         @echo "This command is intended for maintainers to use;"
178         @echo "it deletes files that may require special tools to rebuild."
179
180 .PHONY: tags distdir info dvi installcheck install-exec install-data \
181 install uninstall all installdirs mostlyclean-generic distclean-generic \
182 clean-generic maintainer-clean-generic clean mostlyclean distclean \
183 maintainer-clean
184
185
186 # Tell versions [3.59,3.63) of GNU make to not export all variables.
187 # Otherwise a system limit (for SysV at least) may be exceeded.
188 .NOEXPORT: