r3853: mac os x port
[ctsim.git] / include / 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 noinst_HEADERS = ct.h ezplot.h pol.h sgp.h array2d.h imagefile.h backprojectors.h mpiworld.h fnetorderstream.h phantom.h timer.h sstream_subst scanner.h projections.h ctsupport.h filter.h array2dfile.h trace.h transformmatrix.h procsignal.h reconstruct.h plotfile.h hashtable.h fourier.h ctglobals.h interpolator.h ctndicom.h nographics.h
105 subdir = include
106 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107 CONFIG_HEADER = $(top_builddir)/config.h
108 CONFIG_CLEAN_FILES =
109 DIST_SOURCES =
110 HEADERS = $(noinst_HEADERS)
111
112 DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
113 all: all-am
114
115 .SUFFIXES:
116 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
117         cd $(top_srcdir) && \
118           $(AUTOMAKE) --gnu  include/Makefile
119 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
120         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
121 uninstall-info-am:
122
123 ETAGS = etags
124 ETAGSFLAGS =
125
126 tags: TAGS
127
128 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
129         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
130         unique=`for i in $$list; do \
131             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
132           done | \
133           $(AWK) '    { files[$$0] = 1; } \
134                END { for (i in files) print i; }'`; \
135         mkid -fID $$unique
136
137 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
138                 $(TAGS_FILES) $(LISP)
139         tags=; \
140         here=`pwd`; \
141         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
142         unique=`for i in $$list; do \
143             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
144           done | \
145           $(AWK) '    { files[$$0] = 1; } \
146                END { for (i in files) print i; }'`; \
147         test -z "$(ETAGS_ARGS)$$tags$$unique" \
148           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
149              $$tags $$unique
150
151 GTAGS:
152         here=`$(am__cd) $(top_builddir) && pwd` \
153           && cd $(top_srcdir) \
154           && gtags -i $(GTAGS_ARGS) $$here
155
156 distclean-tags:
157         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
158 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
159
160 top_distdir = ..
161 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
162
163 distdir: $(DISTFILES)
164         @list='$(DISTFILES)'; for file in $$list; do \
165           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
166           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
167           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
168             dir="/$$dir"; \
169             $(mkinstalldirs) "$(distdir)$$dir"; \
170           else \
171             dir=''; \
172           fi; \
173           if test -d $$d/$$file; then \
174             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
175               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
176             fi; \
177             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
178           else \
179             test -f $(distdir)/$$file \
180             || cp -p $$d/$$file $(distdir)/$$file \
181             || exit 1; \
182           fi; \
183         done
184 check-am: all-am
185 check: check-am
186 all-am: Makefile $(HEADERS)
187
188 installdirs:
189
190 install: install-am
191 install-exec: install-exec-am
192 install-data: install-data-am
193 uninstall: uninstall-am
194
195 install-am: all-am
196         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
197
198 installcheck: installcheck-am
199 install-strip:
200         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
201           INSTALL_STRIP_FLAG=-s \
202           `test -z '$(STRIP)' || \
203             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
204 mostlyclean-generic:
205
206 clean-generic:
207
208 distclean-generic:
209         -rm -f Makefile $(CONFIG_CLEAN_FILES)
210
211 maintainer-clean-generic:
212         @echo "This command is intended for maintainers to use"
213         @echo "it deletes files that may require special tools to rebuild."
214 clean: clean-am
215
216 clean-am: clean-generic mostlyclean-am
217
218 distclean: distclean-am
219
220 distclean-am: clean-am distclean-generic distclean-tags
221
222 dvi: dvi-am
223
224 dvi-am:
225
226 info: info-am
227
228 info-am:
229
230 install-data-am:
231
232 install-exec-am:
233
234 install-info: install-info-am
235
236 install-man:
237
238 installcheck-am:
239
240 maintainer-clean: maintainer-clean-am
241
242 maintainer-clean-am: distclean-am maintainer-clean-generic
243
244 mostlyclean: mostlyclean-am
245
246 mostlyclean-am: mostlyclean-generic
247
248 uninstall-am: uninstall-info-am
249
250 .PHONY: GTAGS all all-am check check-am clean clean-generic distclean \
251         distclean-generic distclean-tags distdir dvi dvi-am info \
252         info-am install install-am install-data install-data-am \
253         install-exec install-exec-am install-info install-info-am \
254         install-man install-strip installcheck installcheck-am \
255         installdirs maintainer-clean maintainer-clean-generic \
256         mostlyclean mostlyclean-generic tags uninstall uninstall-am \
257         uninstall-info-am
258
259 # Tell versions [3.59,3.63) of GNU make to not export all variables.
260 # Otherwise a system limit (for SysV at least) may be exceeded.
261 .NOEXPORT: