c80653fbe7291bd969bb185f83fb097957bb5b0e
[ctsim.git] / libctsim / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = libctsim
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42         $(ACLOCAL_M4)
43 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 LIBRARIES = $(noinst_LIBRARIES)
48 AR = ar
49 ARFLAGS = cru
50 libctsim_a_AR = $(AR) $(ARFLAGS)
51 libctsim_a_LIBADD =
52 am_libctsim_a_OBJECTS = filter.$(OBJEXT) scanner.$(OBJEXT) \
53         projections.$(OBJEXT) phantom.$(OBJEXT) imagefile.$(OBJEXT) \
54         backprojectors.$(OBJEXT) array2dfile.$(OBJEXT) trace.$(OBJEXT) \
55         procsignal.$(OBJEXT) reconstruct.$(OBJEXT) fourier.$(OBJEXT) \
56         ctndicom.$(OBJEXT)
57 libctsim_a_OBJECTS = $(am_libctsim_a_OBJECTS)
58 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
59 depcomp = $(SHELL) $(top_srcdir)/depcomp
60 am__depfiles_maybe = depfiles
61 am__mv = mv -f
62 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
63         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
64 CXXLD = $(CXX)
65 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
66         -o $@
67 SOURCES = $(libctsim_a_SOURCES)
68 DIST_SOURCES = $(libctsim_a_SOURCES)
69 ETAGS = etags
70 CTAGS = ctags
71 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72 ACLOCAL = @ACLOCAL@
73 AMTAR = @AMTAR@
74 AUTOCONF = @AUTOCONF@
75 AUTOHEADER = @AUTOHEADER@
76 AUTOMAKE = @AUTOMAKE@
77 AWK = @AWK@
78 CC = @CC@
79 CCDEPMODE = @CCDEPMODE@
80 CFLAGS = @CFLAGS@
81 CPP = @CPP@
82 CPPFLAGS = @CPPFLAGS@
83 CXX = @CXX@
84 CXXDEPMODE = @CXXDEPMODE@
85 CXXFLAGS = @CXXFLAGS@
86 CYGPATH_W = @CYGPATH_W@
87 DEFS = @DEFS@
88 DEPDIR = @DEPDIR@
89 ECHO_C = @ECHO_C@
90 ECHO_N = @ECHO_N@
91 ECHO_T = @ECHO_T@
92 EGREP = @EGREP@
93 EXEEXT = @EXEEXT@
94 GREP = @GREP@
95 INSTALL = @INSTALL@
96 INSTALL_DATA = @INSTALL_DATA@
97 INSTALL_PROGRAM = @INSTALL_PROGRAM@
98 INSTALL_SCRIPT = @INSTALL_SCRIPT@
99 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
100 LDFLAGS = @LDFLAGS@
101 LIBOBJS = @LIBOBJS@
102 LIBS = @LIBS@
103 LTLIBOBJS = @LTLIBOBJS@
104 MAINT = @MAINT@
105 MAKEINFO = @MAKEINFO@
106 MKDIR_P = @MKDIR_P@
107 OBJEXT = @OBJEXT@
108 PACKAGE = @PACKAGE@
109 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
110 PACKAGE_NAME = @PACKAGE_NAME@
111 PACKAGE_STRING = @PACKAGE_STRING@
112 PACKAGE_TARNAME = @PACKAGE_TARNAME@
113 PACKAGE_URL = @PACKAGE_URL@
114 PACKAGE_VERSION = @PACKAGE_VERSION@
115 PATH_SEPARATOR = @PATH_SEPARATOR@
116 RANLIB = @RANLIB@
117 SET_MAKE = @SET_MAKE@
118 SHELL = @SHELL@
119 STRIP = @STRIP@
120 VERSION = @VERSION@
121 XMKMF = @XMKMF@
122 X_BASIC_LIBS = @X_BASIC_LIBS@
123 X_CFLAGS = @X_CFLAGS@
124 X_EXTRA_LIBS = @X_EXTRA_LIBS@
125 X_LIBS = @X_LIBS@
126 X_PRE_LIBS = @X_PRE_LIBS@
127 X_TOOLKIT_LIBS = @X_TOOLKIT_LIBS@
128 abs_builddir = @abs_builddir@
129 abs_srcdir = @abs_srcdir@
130 abs_top_builddir = @abs_top_builddir@
131 abs_top_srcdir = @abs_top_srcdir@
132 ac_ct_CC = @ac_ct_CC@
133 ac_ct_CXX = @ac_ct_CXX@
134 am__include = @am__include@
135 am__leading_dot = @am__leading_dot@
136 am__quote = @am__quote@
137 am__tar = @am__tar@
138 am__untar = @am__untar@
139 bindir = @bindir@
140 build = @build@
141 build_alias = @build_alias@
142 build_cpu = @build_cpu@
143 build_os = @build_os@
144 build_vendor = @build_vendor@
145 builddir = @builddir@
146 cgibindir = @cgibindir@
147 cgibinurl = @cgibinurl@
148 cgiprograms = @cgiprograms@
149 ctlibs = @ctlibs@
150 datadir = @datadir@
151 datarootdir = @datarootdir@
152 docdir = @docdir@
153 dvidir = @dvidir@
154 exec_prefix = @exec_prefix@
155 host = @host@
156 host_alias = @host_alias@
157 host_cpu = @host_cpu@
158 host_os = @host_os@
159 host_vendor = @host_vendor@
160 htmldata = @htmldata@
161 htmldir = @htmldir@
162 includedir = @includedir@
163 infodir = @infodir@
164 install_sh = @install_sh@
165 lamdefs = @lamdefs@
166 lamdir = @lamdir@
167 lamprograms = @lamprograms@
168 libdir = @libdir@
169 libexecdir = @libexecdir@
170 localedir = @localedir@
171 localstatedir = @localstatedir@
172 mandir = @mandir@
173 mkdir_p = @mkdir_p@
174 mpienable = @mpienable@
175 my_includes = @my_includes@
176 oldincludedir = @oldincludedir@
177 pdfdir = @pdfdir@
178 prefix = @prefix@
179 program_transform_name = @program_transform_name@
180 psdir = @psdir@
181 sbindir = @sbindir@
182 sharedstatedir = @sharedstatedir@
183 srcdir = @srcdir@
184 sysconfdir = @sysconfdir@
185 target_alias = @target_alias@
186 top_build_prefix = @top_build_prefix@
187 top_builddir = @top_builddir@
188 top_srcdir = @top_srcdir@
189 webdatadir = @webdatadir@
190 webdataurl = @webdataurl@
191 webenabled = @webenabled@
192 wxcflags = @wxcflags@
193 wxconfig = @wxconfig@
194 wxlibs = @wxlibs@
195 noinst_LIBRARIES = libctsim.a 
196 libctsim_a_SOURCES = filter.cpp scanner.cpp projections.cpp phantom.cpp imagefile.cpp backprojectors.cpp array2dfile.cpp trace.cpp procsignal.cpp reconstruct.cpp fourier.cpp ctndicom.cpp
197 INCLUDES = @my_includes@
198 EXTRA_DIST = Makefile.nt
199 all: all-am
200
201 .SUFFIXES:
202 .SUFFIXES: .cpp .o .obj
203 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
204         @for dep in $?; do \
205           case '$(am__configure_deps)' in \
206             *$$dep*) \
207               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
208                 && { if test -f $@; then exit 0; else break; fi; }; \
209               exit 1;; \
210           esac; \
211         done; \
212         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libctsim/Makefile'; \
213         $(am__cd) $(top_srcdir) && \
214           $(AUTOMAKE) --gnu libctsim/Makefile
215 .PRECIOUS: Makefile
216 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
217         @case '$?' in \
218           *config.status*) \
219             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
220           *) \
221             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
222             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
223         esac;
224
225 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
226         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227
228 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
229         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
231         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232 $(am__aclocal_m4_deps):
233
234 clean-noinstLIBRARIES:
235         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
236 libctsim.a: $(libctsim_a_OBJECTS) $(libctsim_a_DEPENDENCIES) 
237         -rm -f libctsim.a
238         $(libctsim_a_AR) libctsim.a $(libctsim_a_OBJECTS) $(libctsim_a_LIBADD)
239         $(RANLIB) libctsim.a
240
241 mostlyclean-compile:
242         -rm -f *.$(OBJEXT)
243
244 distclean-compile:
245         -rm -f *.tab.c
246
247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array2dfile.Po@am__quote@
248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backprojectors.Po@am__quote@
249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctndicom.Po@am__quote@
250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Po@am__quote@
251 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fourier.Po@am__quote@
252 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imagefile.Po@am__quote@
253 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/phantom.Po@am__quote@
254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/procsignal.Po@am__quote@
255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projections.Po@am__quote@
256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reconstruct.Po@am__quote@
257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Po@am__quote@
258 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trace.Po@am__quote@
259
260 .cpp.o:
261 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
262 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
263 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
264 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
265 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
266
267 .cpp.obj:
268 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
269 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
270 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
271 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
272 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
273
274 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
275         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
276         unique=`for i in $$list; do \
277             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
278           done | \
279           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
280               END { if (nonempty) { for (i in files) print i; }; }'`; \
281         mkid -fID $$unique
282 tags: TAGS
283
284 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
285                 $(TAGS_FILES) $(LISP)
286         set x; \
287         here=`pwd`; \
288         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
289         unique=`for i in $$list; do \
290             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
291           done | \
292           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
293               END { if (nonempty) { for (i in files) print i; }; }'`; \
294         shift; \
295         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
296           test -n "$$unique" || unique=$$empty_fix; \
297           if test $$# -gt 0; then \
298             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
299               "$$@" $$unique; \
300           else \
301             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
302               $$unique; \
303           fi; \
304         fi
305 ctags: CTAGS
306 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
307                 $(TAGS_FILES) $(LISP)
308         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
309         unique=`for i in $$list; do \
310             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311           done | \
312           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
313               END { if (nonempty) { for (i in files) print i; }; }'`; \
314         test -z "$(CTAGS_ARGS)$$unique" \
315           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
316              $$unique
317
318 GTAGS:
319         here=`$(am__cd) $(top_builddir) && pwd` \
320           && $(am__cd) $(top_srcdir) \
321           && gtags -i $(GTAGS_ARGS) "$$here"
322
323 distclean-tags:
324         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
325
326 distdir: $(DISTFILES)
327         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
328         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
329         list='$(DISTFILES)'; \
330           dist_files=`for file in $$list; do echo $$file; done | \
331           sed -e "s|^$$srcdirstrip/||;t" \
332               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
333         case $$dist_files in \
334           */*) $(MKDIR_P) `echo "$$dist_files" | \
335                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
336                            sort -u` ;; \
337         esac; \
338         for file in $$dist_files; do \
339           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
340           if test -d $$d/$$file; then \
341             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
342             if test -d "$(distdir)/$$file"; then \
343               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
344             fi; \
345             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
346               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
347               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
348             fi; \
349             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
350           else \
351             test -f "$(distdir)/$$file" \
352             || cp -p $$d/$$file "$(distdir)/$$file" \
353             || exit 1; \
354           fi; \
355         done
356 check-am: all-am
357 check: check-am
358 all-am: Makefile $(LIBRARIES)
359 installdirs:
360 install: install-am
361 install-exec: install-exec-am
362 install-data: install-data-am
363 uninstall: uninstall-am
364
365 install-am: all-am
366         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
367
368 installcheck: installcheck-am
369 install-strip:
370         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
371           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
372           `test -z '$(STRIP)' || \
373             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
374 mostlyclean-generic:
375
376 clean-generic:
377
378 distclean-generic:
379         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
380         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
381
382 maintainer-clean-generic:
383         @echo "This command is intended for maintainers to use"
384         @echo "it deletes files that may require special tools to rebuild."
385 clean: clean-am
386
387 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
388
389 distclean: distclean-am
390         -rm -rf ./$(DEPDIR)
391         -rm -f Makefile
392 distclean-am: clean-am distclean-compile distclean-generic \
393         distclean-tags
394
395 dvi: dvi-am
396
397 dvi-am:
398
399 html: html-am
400
401 html-am:
402
403 info: info-am
404
405 info-am:
406
407 install-data-am:
408
409 install-dvi: install-dvi-am
410
411 install-dvi-am:
412
413 install-exec-am:
414
415 install-html: install-html-am
416
417 install-html-am:
418
419 install-info: install-info-am
420
421 install-info-am:
422
423 install-man:
424
425 install-pdf: install-pdf-am
426
427 install-pdf-am:
428
429 install-ps: install-ps-am
430
431 install-ps-am:
432
433 installcheck-am:
434
435 maintainer-clean: maintainer-clean-am
436         -rm -rf ./$(DEPDIR)
437         -rm -f Makefile
438 maintainer-clean-am: distclean-am maintainer-clean-generic
439
440 mostlyclean: mostlyclean-am
441
442 mostlyclean-am: mostlyclean-compile mostlyclean-generic
443
444 pdf: pdf-am
445
446 pdf-am:
447
448 ps: ps-am
449
450 ps-am:
451
452 uninstall-am:
453
454 .MAKE: install-am install-strip
455
456 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
457         clean-noinstLIBRARIES ctags distclean distclean-compile \
458         distclean-generic distclean-tags distdir dvi dvi-am html \
459         html-am info info-am install install-am install-data \
460         install-data-am install-dvi install-dvi-am install-exec \
461         install-exec-am install-html install-html-am install-info \
462         install-info-am install-man install-pdf install-pdf-am \
463         install-ps install-ps-am install-strip installcheck \
464         installcheck-am installdirs maintainer-clean \
465         maintainer-clean-generic mostlyclean mostlyclean-compile \
466         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
467         uninstall-am
468
469
470 # Tell versions [3.59,3.63) of GNU make to not export all variables.
471 # Otherwise a system limit (for SysV at least) may be exceeded.
472 .NOEXPORT: