r3853: mac os x port
[ctsim.git] / helical / 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 CLEANFILES = \*.pgm \*.if \*~ \*.pj \.*~ \#\*\# \#\*~
105 subdir = helical
106 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107 CONFIG_HEADER = $(top_builddir)/config.h
108 CONFIG_CLEAN_FILES = sample-helical.sh
109 DIST_SOURCES =
110 DIST_COMMON = Makefile.am Makefile.in sample-helical.sh.in
111 all: all-am
112
113 .SUFFIXES:
114 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
115         cd $(top_srcdir) && \
116           $(AUTOMAKE) --gnu  helical/Makefile
117 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
118         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
119 sample-helical.sh: $(top_builddir)/config.status sample-helical.sh.in
120         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
121 uninstall-info-am:
122 tags: TAGS
123 TAGS:
124
125 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126
127 top_distdir = ..
128 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
129
130 distdir: $(DISTFILES)
131         @list='$(DISTFILES)'; for file in $$list; do \
132           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
133           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
134           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
135             dir="/$$dir"; \
136             $(mkinstalldirs) "$(distdir)$$dir"; \
137           else \
138             dir=''; \
139           fi; \
140           if test -d $$d/$$file; then \
141             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
142               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
143             fi; \
144             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
145           else \
146             test -f $(distdir)/$$file \
147             || cp -p $$d/$$file $(distdir)/$$file \
148             || exit 1; \
149           fi; \
150         done
151 check-am: all-am
152 check: check-am
153 all-am: Makefile
154
155 installdirs:
156
157 install: install-am
158 install-exec: install-exec-am
159 install-data: install-data-am
160 uninstall: uninstall-am
161
162 install-am: all-am
163         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
164
165 installcheck: installcheck-am
166 install-strip:
167         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
168           INSTALL_STRIP_FLAG=-s \
169           `test -z '$(STRIP)' || \
170             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
171 mostlyclean-generic:
172
173 clean-generic:
174         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
175
176 distclean-generic:
177         -rm -f Makefile $(CONFIG_CLEAN_FILES)
178
179 maintainer-clean-generic:
180         @echo "This command is intended for maintainers to use"
181         @echo "it deletes files that may require special tools to rebuild."
182 clean: clean-am
183
184 clean-am: clean-generic mostlyclean-am
185
186 distclean: distclean-am
187
188 distclean-am: clean-am distclean-generic
189
190 dvi: dvi-am
191
192 dvi-am:
193
194 info: info-am
195
196 info-am:
197
198 install-data-am:
199
200 install-exec-am:
201
202 install-info: install-info-am
203
204 install-man:
205
206 installcheck-am:
207
208 maintainer-clean: maintainer-clean-am
209
210 maintainer-clean-am: distclean-am maintainer-clean-generic
211
212 mostlyclean: mostlyclean-am
213
214 mostlyclean-am: mostlyclean-generic
215
216 uninstall-am: uninstall-info-am
217
218 .PHONY: all all-am check check-am clean clean-generic distclean \
219         distclean-generic distdir dvi dvi-am info info-am install \
220         install-am install-data install-data-am install-exec \
221         install-exec-am install-info install-info-am install-man \
222         install-strip installcheck installcheck-am installdirs \
223         maintainer-clean maintainer-clean-generic mostlyclean \
224         mostlyclean-generic uninstall uninstall-am uninstall-info-am
225
226 # Tell versions [3.59,3.63) of GNU make to not export all variables.
227 # Otherwise a system limit (for SysV at least) may be exceeded.
228 .NOEXPORT: