]> www.ginac.de Git - ginac.git/blob - doc/Makefile.in
- RPM_OPT_FLAGS are used for compiling
[ginac.git] / doc / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 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 = @SHELL@
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 DESTDIR =
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@ $(AM_INSTALL_PROGRAM_FLAGS)
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 AS = @AS@
63 CC = @CC@
64 CXX = @CXX@
65 CXXCPP = @CXXCPP@
66 DLLTOOL = @DLLTOOL@
67 DOXYGEN = @DOXYGEN@
68 DVIPS = @DVIPS@
69 FIG2DEV = @FIG2DEV@
70 GINACLIB_BINARY_AGE = @GINACLIB_BINARY_AGE@
71 GINACLIB_INTERFACE_AGE = @GINACLIB_INTERFACE_AGE@
72 GINACLIB_MAJOR_VERSION = @GINACLIB_MAJOR_VERSION@
73 GINACLIB_MICRO_VERSION = @GINACLIB_MICRO_VERSION@
74 GINACLIB_MINOR_VERSION = @GINACLIB_MINOR_VERSION@
75 GINACLIB_VERSION = @GINACLIB_VERSION@
76 GINSH_LIBS = @GINSH_LIBS@
77 LATEX = @LATEX@
78 LD = @LD@
79 LEX = @LEX@
80 LIBTOOL = @LIBTOOL@
81 LN_S = @LN_S@
82 LT_AGE = @LT_AGE@
83 LT_CURRENT = @LT_CURRENT@
84 LT_RELEASE = @LT_RELEASE@
85 LT_REVISION = @LT_REVISION@
86 MAINT = @MAINT@
87 MAKEINDEX = @MAKEINDEX@
88 MAKEINFO = @MAKEINFO@
89 NM = @NM@
90 OBJDUMP = @OBJDUMP@
91 PACKAGE = @PACKAGE@
92 RANLIB = @RANLIB@
93 REFERENCE_TARGETS = @REFERENCE_TARGETS@
94 TUTORIAL_TARGETS = @TUTORIAL_TARGETS@
95 VERSION = @VERSION@
96 YACC = @YACC@
97
98 SUBDIRS = tutorial reference
99 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100 CONFIG_HEADER = ../config.h
101 CONFIG_CLEAN_FILES = 
102 DIST_COMMON =  Makefile.am Makefile.in
103
104
105 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
106
107 TAR = tar
108 GZIP_ENV = --best
109 all: all-redirect
110 .SUFFIXES:
111 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
112         cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
113
114 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
115         cd $(top_builddir) \
116           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
118
119 # This directory's subdirectories are mostly independent; you can cd
120 # into them and run `make' without going through this Makefile.
121 # To change the values of `make' variables: instead of editing Makefiles,
122 # (1) if the variable is set in `config.status', edit `config.status'
123 #     (which will cause the Makefiles to be regenerated when you run `make');
124 # (2) otherwise, pass the desired values on the `make' command line.
125
126 @SET_MAKE@
127
128 all-recursive install-data-recursive install-exec-recursive \
129 installdirs-recursive install-recursive uninstall-recursive  \
130 check-recursive installcheck-recursive info-recursive dvi-recursive:
131         @set fnord $(MAKEFLAGS); amf=$$2; \
132         dot_seen=no; \
133         target=`echo $@ | sed s/-recursive//`; \
134         list='$(SUBDIRS)'; for subdir in $$list; do \
135           echo "Making $$target in $$subdir"; \
136           if test "$$subdir" = "."; then \
137             dot_seen=yes; \
138             local_target="$$target-am"; \
139           else \
140             local_target="$$target"; \
141           fi; \
142           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
143            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
144         done; \
145         if test "$$dot_seen" = "no"; then \
146           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
147         fi; test -z "$$fail"
148
149 mostlyclean-recursive clean-recursive distclean-recursive \
150 maintainer-clean-recursive:
151         @set fnord $(MAKEFLAGS); amf=$$2; \
152         dot_seen=no; \
153         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
154           rev="$$subdir $$rev"; \
155           test "$$subdir" = "." && dot_seen=yes; \
156         done; \
157         test "$$dot_seen" = "no" && rev=". $$rev"; \
158         target=`echo $@ | sed s/-recursive//`; \
159         for subdir in $$rev; do \
160           echo "Making $$target in $$subdir"; \
161           if test "$$subdir" = "."; then \
162             local_target="$$target-am"; \
163           else \
164             local_target="$$target"; \
165           fi; \
166           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
167            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
168         done && test -z "$$fail"
169 tags-recursive:
170         list='$(SUBDIRS)'; for subdir in $$list; do \
171           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
172         done
173
174 tags: TAGS
175
176 ID: $(HEADERS) $(SOURCES) $(LISP)
177         list='$(SOURCES) $(HEADERS)'; \
178         unique=`for i in $$list; do echo $$i; done | \
179           awk '    { files[$$0] = 1; } \
180                END { for (i in files) print i; }'`; \
181         here=`pwd` && cd $(srcdir) \
182           && mkid -f$$here/ID $$unique $(LISP)
183
184 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
185         tags=; \
186         here=`pwd`; \
187         list='$(SUBDIRS)'; for subdir in $$list; do \
188    if test "$$subdir" = .; then :; else \
189             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
190    fi; \
191         done; \
192         list='$(SOURCES) $(HEADERS)'; \
193         unique=`for i in $$list; do echo $$i; done | \
194           awk '    { files[$$0] = 1; } \
195                END { for (i in files) print i; }'`; \
196         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
197           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
198
199 mostlyclean-tags:
200
201 clean-tags:
202
203 distclean-tags:
204         -rm -f TAGS ID
205
206 maintainer-clean-tags:
207
208 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
209
210 subdir = doc
211
212 distdir: $(DISTFILES)
213         here=`cd $(top_builddir) && pwd`; \
214         top_distdir=`cd $(top_distdir) && pwd`; \
215         distdir=`cd $(distdir) && pwd`; \
216         cd $(top_srcdir) \
217           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
218         @for file in $(DISTFILES); do \
219           d=$(srcdir); \
220           if test -d $$d/$$file; then \
221             cp -pr $$/$$file $(distdir)/$$file; \
222           else \
223             test -f $(distdir)/$$file \
224             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
225             || cp -p $$d/$$file $(distdir)/$$file || :; \
226           fi; \
227         done
228         for subdir in $(SUBDIRS); do \
229           if test "$$subdir" = .; then :; else \
230             test -d $(distdir)/$$subdir \
231             || mkdir $(distdir)/$$subdir \
232             || exit 1; \
233             chmod 777 $(distdir)/$$subdir; \
234             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
235               || exit 1; \
236           fi; \
237         done
238 info-am:
239 info: info-recursive
240 dvi-am:
241 dvi: dvi-recursive
242 check-am: all-am
243 check: check-recursive
244 installcheck-am:
245 installcheck: installcheck-recursive
246 install-exec-am:
247 install-exec: install-exec-recursive
248
249 install-data-am:
250 install-data: install-data-recursive
251
252 install-am: all-am
253         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
254 install: install-recursive
255 uninstall-am:
256 uninstall: uninstall-recursive
257 all-am: Makefile
258 all-redirect: all-recursive
259 install-strip:
260         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
261 installdirs: installdirs-recursive
262 installdirs-am:
263
264
265 mostlyclean-generic:
266
267 clean-generic:
268
269 distclean-generic:
270         -rm -f Makefile $(CONFIG_CLEAN_FILES)
271         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
272
273 maintainer-clean-generic:
274 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
275
276 mostlyclean: mostlyclean-recursive
277
278 clean-am:  clean-tags clean-generic mostlyclean-am
279
280 clean: clean-recursive
281
282 distclean-am:  distclean-tags distclean-generic clean-am
283         -rm -f libtool
284
285 distclean: distclean-recursive
286
287 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
288                 distclean-am
289         @echo "This command is intended for maintainers to use;"
290         @echo "it deletes files that may require special tools to rebuild."
291
292 maintainer-clean: maintainer-clean-recursive
293
294 .PHONY: install-data-recursive uninstall-data-recursive \
295 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
296 uninstalldirs-recursive all-recursive check-recursive \
297 installcheck-recursive info-recursive dvi-recursive \
298 mostlyclean-recursive distclean-recursive clean-recursive \
299 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
300 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
301 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
302 install-exec install-data-am install-data install-am install \
303 uninstall-am uninstall all-redirect all-am all installdirs-am \
304 installdirs mostlyclean-generic distclean-generic clean-generic \
305 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
306
307
308 # Tell versions [3.59,3.63) of GNU make to not export all variables.
309 # Otherwise a system limit (for SysV at least) may be exceeded.
310 .NOEXPORT: