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