r3847: mac changes
[ctsim.git] / man / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64
65 EXEEXT = @EXEEXT@
66 OBJEXT = @OBJEXT@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
68 AMTAR = @AMTAR@
69 AWK = @AWK@
70 CC = @CC@
71 CXX = @CXX@
72 DEPDIR = @DEPDIR@
73 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74 PACKAGE = @PACKAGE@
75 RANLIB = @RANLIB@
76 STRIP = @STRIP@
77 VERSION = @VERSION@
78 X_BASIC_LIBS = @X_BASIC_LIBS@
79 X_CFLAGS = @X_CFLAGS@
80 X_EXTRA_LIBS = @X_EXTRA_LIBS@
81 X_LIBS = @X_LIBS@
82 X_PRE_LIBS = @X_PRE_LIBS@
83 X_TOOLKIT_LIBS = @X_TOOLKIT_LIBS@
84 am__include = @am__include@
85 am__quote = @am__quote@
86 cgibindir = @cgibindir@
87 cgibinurl = @cgibinurl@
88 cgiprograms = @cgiprograms@
89 ctlibs = @ctlibs@
90 htmldata = @htmldata@
91 htmldir = @htmldir@
92 install_sh = @install_sh@
93 lamdefs = @lamdefs@
94 lamdir = @lamdir@
95 lamprograms = @lamprograms@
96 mpienable = @mpienable@
97 my_includes = @my_includes@
98 webdatadir = @webdatadir@
99 webdataurl = @webdataurl@
100 webenabled = @webenabled@
101 wxcflags = @wxcflags@
102 wxconfig = @wxconfig@
103 wxlibs = @wxlibs@
104 man_MANS = pjrec.1 phm2pj.1 phm2if.1 ifexport.1 ifinfo.1 if1.1 if2.1 pjinfo.1 ifinfo.1 pj2if.1 ctsim.1 ctsimtext.1 phm2helix.1 pjHinterp.1
105 EXTRA_DIST = $(man_MANS) 
106 subdir = man
107 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
108 CONFIG_HEADER = $(top_builddir)/config.h
109 CONFIG_CLEAN_FILES =
110 DIST_SOURCES =
111
112 NROFF = nroff
113 MANS = $(man_MANS)
114 DIST_COMMON = Makefile.am Makefile.in
115 all: all-am
116
117 .SUFFIXES:
118 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
119         cd $(top_srcdir) && \
120           $(AUTOMAKE) --gnu  man/Makefile
121 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
122         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
123 uninstall-info-am:
124
125 man1dir = $(mandir)/man1
126 install-man1: $(man1_MANS) $(man_MANS)
127         @$(NORMAL_INSTALL)
128         $(mkinstalldirs) $(DESTDIR)$(man1dir)
129         @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
130         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
131         for i in $$l2; do \
132           case "$$i" in \
133             *.1*) list="$$list $$i" ;; \
134           esac; \
135         done; \
136         for i in $$list; do \
137           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
138           else file=$$i; fi; \
139           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
140           case "$$ext" in \
141             1*) ;; \
142             *) ext='1' ;; \
143           esac; \
144           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
145           inst=`echo $$inst | sed -e 's/^.*\///'`; \
146           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
147           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
148           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
149         done
150 uninstall-man1:
151         @$(NORMAL_UNINSTALL)
152         @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
153         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
154         for i in $$l2; do \
155           case "$$i" in \
156             *.1*) list="$$list $$i" ;; \
157           esac; \
158         done; \
159         for i in $$list; do \
160           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
161           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
162           inst=`echo $$inst | sed -e 's/^.*\///'`; \
163           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
164           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
165           rm -f $(DESTDIR)$(man1dir)/$$inst; \
166         done
167 tags: TAGS
168 TAGS:
169
170 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
171
172 top_distdir = ..
173 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
174
175 distdir: $(DISTFILES)
176         @list='$(DISTFILES)'; for file in $$list; do \
177           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
178           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
179           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
180             dir="/$$dir"; \
181             $(mkinstalldirs) "$(distdir)$$dir"; \
182           else \
183             dir=''; \
184           fi; \
185           if test -d $$d/$$file; then \
186             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
187               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
188             fi; \
189             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
190           else \
191             test -f $(distdir)/$$file \
192             || cp -p $$d/$$file $(distdir)/$$file \
193             || exit 1; \
194           fi; \
195         done
196 check-am: all-am
197 check: check-am
198 all-am: Makefile $(MANS)
199
200 installdirs:
201         $(mkinstalldirs) $(DESTDIR)$(man1dir)
202
203 install: install-am
204 install-exec: install-exec-am
205 install-data: install-data-am
206 uninstall: uninstall-am
207
208 install-am: all-am
209         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
210
211 installcheck: installcheck-am
212 install-strip:
213         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
214           INSTALL_STRIP_FLAG=-s \
215           `test -z '$(STRIP)' || \
216             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
217 mostlyclean-generic:
218
219 clean-generic:
220
221 distclean-generic:
222         -rm -f Makefile $(CONFIG_CLEAN_FILES)
223
224 maintainer-clean-generic:
225         @echo "This command is intended for maintainers to use"
226         @echo "it deletes files that may require special tools to rebuild."
227 clean: clean-am
228
229 clean-am: clean-generic mostlyclean-am
230
231 distclean: distclean-am
232
233 distclean-am: clean-am distclean-generic
234
235 dvi: dvi-am
236
237 dvi-am:
238
239 info: info-am
240
241 info-am:
242
243 install-data-am: install-man
244
245 install-exec-am:
246
247 install-info: install-info-am
248
249 install-man: install-man1
250
251 installcheck-am:
252
253 maintainer-clean: maintainer-clean-am
254
255 maintainer-clean-am: distclean-am maintainer-clean-generic
256
257 mostlyclean: mostlyclean-am
258
259 mostlyclean-am: mostlyclean-generic
260
261 uninstall-am: uninstall-info-am uninstall-man
262
263 uninstall-man: uninstall-man1
264
265 .PHONY: all all-am check check-am clean clean-generic distclean \
266         distclean-generic distdir dvi dvi-am info info-am install \
267         install-am install-data install-data-am install-exec \
268         install-exec-am install-info install-info-am install-man \
269         install-man1 install-strip installcheck installcheck-am \
270         installdirs maintainer-clean maintainer-clean-generic \
271         mostlyclean mostlyclean-generic uninstall uninstall-am \
272         uninstall-info-am uninstall-man uninstall-man1
273
274 # Tell versions [3.59,3.63) of GNU make to not export all variables.
275 # Otherwise a system limit (for SysV at least) may be exceeded.
276 .NOEXPORT: