r3847: mac changes
[ctsim.git] / 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 @INCLUDED_GETOPT_LONG_TRUE@EXTRA_DIRS1 = getopt
105 @INCLUDED_GETOPT_LONG_FALSE@EXTRA_DIRS1 = 
106
107 @HAVE_SGP_TRUE@EXTRA_DIRS2 = libctgraphics
108 @HAVE_SGP_FALSE@EXTRA_DIRS2 = 
109
110 @HAVE_WXWINDOWS_TRUE@EXTRA_DIRS3 = src
111 @HAVE_WXWINDOWS_FALSE@EXTRA_DIRS3 = 
112
113 SUBDIRS = man libctsupport libctsim  html cgi-bin include $(EXTRA_DIRS1) $(EXTRA_DIRS2) $(EXTRA_DIRS3) tools helical
114
115 EXTRA_DIST = acsite.m4 make.bat msvc/ctsim.dsw msvc/ctsimtext/ctsimtext.dsp msvc/libctsim/libctsim.dsp msvc/ctsim/ctsim.dsp
116 subdir = .
117 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
118 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
119 CONFIG_HEADER = config.h
120 CONFIG_CLEAN_FILES =
121 DIST_SOURCES =
122
123 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
124         uninstall-info-recursive all-recursive install-data-recursive \
125         install-exec-recursive installdirs-recursive install-recursive \
126         uninstall-recursive check-recursive installcheck-recursive
127 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
128         Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in \
129         config.sub configure configure.ac depcomp install-sh missing \
130         mkinstalldirs
131 DIST_SUBDIRS = man libctsupport libctsim html cgi-bin include getopt \
132         libctgraphics src tools helical
133 all: config.h
134         $(MAKE) $(AM_MAKEFLAGS) all-recursive
135
136 .SUFFIXES:
137
138 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
139  configure.lineno
140 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
141         cd $(top_srcdir) && \
142           $(AUTOMAKE) --gnu  Makefile
143 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
144         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
145
146 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
147         $(SHELL) ./config.status --recheck
148 $(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
149         cd $(srcdir) && $(AUTOCONF)
150
151 $(ACLOCAL_M4):  configure.ac 
152         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
153
154 config.h: stamp-h1
155         @if test ! -f $@; then \
156           rm -f stamp-h1; \
157           $(MAKE) stamp-h1; \
158         else :; fi
159
160 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
161         @rm -f stamp-h1
162         cd $(top_builddir) && $(SHELL) ./config.status config.h
163
164 $(srcdir)/config.h.in:  $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
165         cd $(top_srcdir) && $(AUTOHEADER)
166         touch $(srcdir)/config.h.in
167
168 distclean-hdr:
169         -rm -f config.h stamp-h1
170 uninstall-info-am:
171
172 # This directory's subdirectories are mostly independent; you can cd
173 # into them and run `make' without going through this Makefile.
174 # To change the values of `make' variables: instead of editing Makefiles,
175 # (1) if the variable is set in `config.status', edit `config.status'
176 #     (which will cause the Makefiles to be regenerated when you run `make');
177 # (2) otherwise, pass the desired values on the `make' command line.
178 $(RECURSIVE_TARGETS):
179         @set fnord $$MAKEFLAGS; amf=$$2; \
180         dot_seen=no; \
181         target=`echo $@ | sed s/-recursive//`; \
182         list='$(SUBDIRS)'; for subdir in $$list; do \
183           echo "Making $$target in $$subdir"; \
184           if test "$$subdir" = "."; then \
185             dot_seen=yes; \
186             local_target="$$target-am"; \
187           else \
188             local_target="$$target"; \
189           fi; \
190           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
191            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
192         done; \
193         if test "$$dot_seen" = "no"; then \
194           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
195         fi; test -z "$$fail"
196
197 mostlyclean-recursive clean-recursive distclean-recursive \
198 maintainer-clean-recursive:
199         @set fnord $$MAKEFLAGS; amf=$$2; \
200         dot_seen=no; \
201         case "$@" in \
202           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
203           *) list='$(SUBDIRS)' ;; \
204         esac; \
205         rev=''; for subdir in $$list; do \
206           if test "$$subdir" = "."; then :; else \
207             rev="$$subdir $$rev"; \
208           fi; \
209         done; \
210         rev="$$rev ."; \
211         target=`echo $@ | sed s/-recursive//`; \
212         for subdir in $$rev; do \
213           echo "Making $$target in $$subdir"; \
214           if test "$$subdir" = "."; then \
215             local_target="$$target-am"; \
216           else \
217             local_target="$$target"; \
218           fi; \
219           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
220            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
221         done && test -z "$$fail"
222 tags-recursive:
223         list='$(SUBDIRS)'; for subdir in $$list; do \
224           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
225         done
226
227 ETAGS = etags
228 ETAGSFLAGS =
229
230 tags: TAGS
231
232 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
233         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
234         unique=`for i in $$list; do \
235             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
236           done | \
237           $(AWK) '    { files[$$0] = 1; } \
238                END { for (i in files) print i; }'`; \
239         mkid -fID $$unique
240
241 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
242                 $(TAGS_FILES) $(LISP)
243         tags=; \
244         here=`pwd`; \
245         list='$(SUBDIRS)'; for subdir in $$list; do \
246           if test "$$subdir" = .; then :; else \
247             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
248           fi; \
249         done; \
250         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
251         unique=`for i in $$list; do \
252             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
253           done | \
254           $(AWK) '    { files[$$0] = 1; } \
255                END { for (i in files) print i; }'`; \
256         test -z "$(ETAGS_ARGS)$$tags$$unique" \
257           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
258              $$tags $$unique
259
260 GTAGS:
261         here=`$(am__cd) $(top_builddir) && pwd` \
262           && cd $(top_srcdir) \
263           && gtags -i $(GTAGS_ARGS) $$here
264
265 distclean-tags:
266         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
267 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
268
269 top_distdir = .
270 distdir = $(PACKAGE)-$(VERSION)
271
272 am__remove_distdir = \
273   { test ! -d $(distdir) \
274     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
275          && rm -fr $(distdir); }; }
276
277 GZIP_ENV = --best
278 distcleancheck_listfiles = find . -type f -print
279
280 distdir: $(DISTFILES)
281         $(am__remove_distdir)
282         mkdir $(distdir)
283         $(mkinstalldirs) $(distdir)/cgi-bin $(distdir)/helical $(distdir)/html $(distdir)/msvc $(distdir)/msvc/ctsim $(distdir)/msvc/ctsimtext $(distdir)/msvc/libctsim $(distdir)/tools
284         @list='$(DISTFILES)'; for file in $$list; do \
285           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
286           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
287           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
288             dir="/$$dir"; \
289             $(mkinstalldirs) "$(distdir)$$dir"; \
290           else \
291             dir=''; \
292           fi; \
293           if test -d $$d/$$file; then \
294             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
295               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
296             fi; \
297             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
298           else \
299             test -f $(distdir)/$$file \
300             || cp -p $$d/$$file $(distdir)/$$file \
301             || exit 1; \
302           fi; \
303         done
304         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
305           if test "$$subdir" = .; then :; else \
306             test -d $(distdir)/$$subdir \
307             || mkdir $(distdir)/$$subdir \
308             || exit 1; \
309             (cd $$subdir && \
310               $(MAKE) $(AM_MAKEFLAGS) \
311                 top_distdir="$(top_distdir)" \
312                 distdir=../$(distdir)/$$subdir \
313                 distdir) \
314               || exit 1; \
315           fi; \
316         done
317         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
318           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
319           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
320           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
321         || chmod -R a+r $(distdir)
322 dist-gzip: distdir
323         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
324         $(am__remove_distdir)
325
326 dist dist-all: distdir
327         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
328         $(am__remove_distdir)
329
330 # This target untars the dist file and tries a VPATH configuration.  Then
331 # it guarantees that the distribution is self-contained by making another
332 # tarfile.
333 distcheck: dist
334         $(am__remove_distdir)
335         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
336         chmod -R a-w $(distdir); chmod a+w $(distdir)
337         mkdir $(distdir)/=build
338         mkdir $(distdir)/=inst
339         chmod a-w $(distdir)
340         dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
341           && cd $(distdir)/=build \
342           && ../configure --srcdir=.. --prefix=$$dc_install_base \
343             $(DISTCHECK_CONFIGURE_FLAGS) \
344           && $(MAKE) $(AM_MAKEFLAGS) \
345           && $(MAKE) $(AM_MAKEFLAGS) dvi \
346           && $(MAKE) $(AM_MAKEFLAGS) check \
347           && $(MAKE) $(AM_MAKEFLAGS) install \
348           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
349           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
350           && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
351               || { echo "ERROR: files left after uninstall:" ; \
352                    find $$dc_install_base -type f -print ; \
353                    exit 1; } >&2 ) \
354           && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
355           && rm -f $(distdir).tar.gz \
356           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
357         $(am__remove_distdir)
358         @echo "$(distdir).tar.gz is ready for distribution" | \
359           sed 'h;s/./=/g;p;x;p;x'
360 distcleancheck: distclean
361         if test '$(srcdir)' = . ; then \
362           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
363           exit 1 ; \
364         fi
365         test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
366           || { echo "ERROR: files left after distclean:" ; \
367                $(distcleancheck_listfiles) ; \
368                exit 1; } >&2
369 check-am: all-am
370 check: check-recursive
371 all-am: Makefile config.h
372 installdirs: installdirs-recursive
373 installdirs-am:
374
375 install: install-recursive
376 install-exec: install-exec-recursive
377 install-data: install-data-recursive
378 uninstall: uninstall-recursive
379
380 install-am: all-am
381         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
382
383 installcheck: installcheck-recursive
384 install-strip:
385         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
386           INSTALL_STRIP_FLAG=-s \
387           `test -z '$(STRIP)' || \
388             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
389 mostlyclean-generic:
390
391 clean-generic:
392
393 distclean-generic:
394         -rm -f Makefile $(CONFIG_CLEAN_FILES)
395
396 maintainer-clean-generic:
397         @echo "This command is intended for maintainers to use"
398         @echo "it deletes files that may require special tools to rebuild."
399 clean: clean-recursive
400
401 clean-am: clean-generic mostlyclean-am
402
403 distclean: distclean-recursive
404         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
405 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
406
407 dvi: dvi-recursive
408
409 dvi-am:
410
411 info: info-recursive
412
413 info-am:
414
415 install-data-am:
416         @$(NORMAL_INSTALL)
417         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
418
419 install-exec-am:
420
421 install-info: install-info-recursive
422
423 install-man:
424
425 installcheck-am:
426
427 maintainer-clean: maintainer-clean-recursive
428         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
429         -rm -rf autom4te.cache
430 maintainer-clean-am: distclean-am maintainer-clean-generic
431
432 mostlyclean: mostlyclean-recursive
433
434 mostlyclean-am: mostlyclean-generic
435
436 uninstall-am: uninstall-info-am
437
438 uninstall-info: uninstall-info-recursive
439
440 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
441         clean-generic clean-recursive dist dist-all dist-gzip distcheck \
442         distclean distclean-generic distclean-hdr distclean-recursive \
443         distclean-tags distcleancheck distdir dvi dvi-am dvi-recursive \
444         info info-am info-recursive install install-am install-data \
445         install-data-am install-data-recursive install-exec \
446         install-exec-am install-exec-recursive install-info \
447         install-info-am install-info-recursive install-man \
448         install-recursive install-strip installcheck installcheck-am \
449         installdirs installdirs-am installdirs-recursive \
450         maintainer-clean maintainer-clean-generic \
451         maintainer-clean-recursive mostlyclean mostlyclean-generic \
452         mostlyclean-recursive tags tags-recursive uninstall \
453         uninstall-am uninstall-info-am uninstall-info-recursive \
454         uninstall-recursive
455
456
457 install-data-hook: 
458         test -d $(datadir) || mkdir -p $(datadir) && chmod 0755 $(datadir)
459         install -g root -o root -m 0644 docs/ctsim.htb $(datadir)
460 # Tell versions [3.59,3.63) of GNU make to not export all variables.
461 # Otherwise a system limit (for SysV at least) may be exceeded.
462 .NOEXPORT: