r1883: *** empty log message ***
[ctsim.git] / doc / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p4 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 := ctsim.tex texhelp.sty psbox.tex logo.eps logo.gif ctsim-sgp.tex ctsim-concepts.tex ctsim-gui.tex ctsim-install.tex ctsim-textui.tex ctsim-web.tex alphacalc.eps alphacalc.gif divergent.eps divergent.gif equiangular.eps equiangular.gif equilinear.eps equilinear.gif scangeometry.eps scangeometry.gif tex2rtf.ini ctsim.hpj bullet.bmp verbatim.sty mytitle.sty makeidx.sty mysober.sty fancyhea.sty ctsim-latex.bib ctsim-tex2rtf.bib
94
95 pkg = ctsim
96
97 EXTRA_DIST = $(docs) html
98
99 CLEANFILES = $(pkg).ps $(pkg)*.html $(pkg).hhc $(pkg).hhp $(pkg).hhk    $(pkg).bib $(pkg).zip *.aux *.log *~ \#*~ \#*\# \.*~    $(pkg).ilg $(pkg).ind
100
101 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102 CONFIG_HEADER = ../config.h
103 CONFIG_CLEAN_FILES = 
104 DIST_COMMON =  Makefile.am Makefile.in
105
106
107 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
108
109 TAR = tar
110 GZIP_ENV = --best
111 all: all-redirect
112 .SUFFIXES:
113 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
114         cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
115
116 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
117         cd $(top_builddir) \
118           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
119
120 tags: TAGS
121 TAGS:
122
123
124 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
125
126 subdir = doc
127
128 distdir: $(DISTFILES)
129         here=`cd $(top_builddir) && pwd`; \
130         top_distdir=`cd $(top_distdir) && pwd`; \
131         distdir=`cd $(distdir) && pwd`; \
132         cd $(top_srcdir) \
133           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
134         @for file in $(DISTFILES); do \
135           d=$(srcdir); \
136           if test -d $$d/$$file; then \
137             cp -pr $$d/$$file $(distdir)/$$file; \
138           else \
139             test -f $(distdir)/$$file \
140             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
141             || cp -p $$d/$$file $(distdir)/$$file || :; \
142           fi; \
143         done
144 info-am:
145 info: info-am
146 dvi-am:
147 dvi: dvi-am
148 check-am: all-am
149 check: check-am
150 installcheck-am:
151 installcheck: installcheck-am
152 install-exec-am:
153 install-exec: install-exec-am
154
155 install-data-am:
156         @$(NORMAL_INSTALL)
157         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
158 install-data: install-data-am
159
160 install-am: all-am
161         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
162 install: install-am
163 uninstall-am:
164 uninstall: uninstall-am
165 all-am: Makefile all-local
166 all-redirect: all-am
167 install-strip:
168         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
169 installdirs:
170
171
172 mostlyclean-generic:
173
174 clean-generic:
175         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
176
177 distclean-generic:
178         -rm -f Makefile $(CONFIG_CLEAN_FILES)
179         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
180
181 maintainer-clean-generic:
182 mostlyclean-am:  mostlyclean-generic
183
184 mostlyclean: mostlyclean-am
185
186 clean-am:  clean-generic mostlyclean-am
187
188 clean: clean-am
189
190 distclean-am:  distclean-generic clean-am
191
192 distclean: distclean-am
193
194 maintainer-clean-am:  maintainer-clean-generic distclean-am
195         @echo "This command is intended for maintainers to use;"
196         @echo "it deletes files that may require special tools to rebuild."
197
198 maintainer-clean: maintainer-clean-am
199
200 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
201 installcheck-am installcheck install-exec-am install-exec \
202 install-data-am install-data install-am install uninstall-am uninstall \
203 all-local all-redirect all-am all installdirs mostlyclean-generic \
204 distclean-generic clean-generic maintainer-clean-generic clean \
205 mostlyclean distclean maintainer-clean
206
207
208 all-local: htmlhelp html pdf
209
210 install-data-hook: $(pkg).htb
211         install -g root -o root -m 0644 $(pkg).htb $(datadir)
212
213 .PHONY: pdf
214 pdf: ctsim.pdf
215 $(pkg).pdf: $(pkg).dvi
216         dvipdfm $(pkg)
217
218 .PHONY: dvi
219 dvi: $(pkg).dvi
220 $(pkg).dvi: $(docs)
221         cp $(pkg)-latex.bib $(pkg).bib
222         latex $(pkg) > /dev/null
223         bibtex $(pkg) > /dev/null
224         latex $(pkg) > /dev/null
225         makeindex $(pkg) > /dev/null
226         latex $(pkg) > /dev/null
227
228 .PHONY: winhelp
229 winhelp: $(docs)
230         rm -f $(pkg).rtf $(pkg).cnt
231         cp $(pkg)-tex2rtf.bib $(pkg).bib
232         tex2rtf $(pkg).tex $(pkg).rtf -winhelp
233         hcw /c /m /e $(pkg).hpj
234         mv $(PKG).HLP $(pkg).hlp
235         cp $(pkg).hlp $(pkg).cnt ../msvc/$(pkg)/
236
237 .PHONY: htmlhelp
238 htmlhelp: $(docs)
239         rm -f $(pkg)*.html $(pkg).hhp $(pkg).hhc $(pkg).hhk $(pkg).zip
240         cp $(pkg)-tex2rtf.bib $(pkg).bib
241         tex2rtf $(pkg).tex $(pkg).html -html  > /dev/null
242         zip -q $(pkg).zip *.html *.gif $(pkg).hh[pck]
243         mv $(pkg).zip $(pkg).htb
244
245 html: htmlhelp
246         rm -rf html
247         mkdir html
248         cp *.gif html
249         mv *.html html
250
251 # Tell versions [3.59,3.63) of GNU make to not export all variables.
252 # Otherwise a system limit (for SysV at least) may be exceeded.
253 .NOEXPORT: