r2135: *** empty log message ***
[ctsim.git] / libctsim / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AWK = @AWK@
63 CC = @CC@
64 CXX = @CXX@
65 MAKEINFO = @MAKEINFO@
66 PACKAGE = @PACKAGE@
67 RANLIB = @RANLIB@
68 VERSION = @VERSION@
69 X_BASIC_LIBS = @X_BASIC_LIBS@
70 X_CFLAGS = @X_CFLAGS@
71 X_EXTRA_LIBS = @X_EXTRA_LIBS@
72 X_LIBS = @X_LIBS@
73 X_PRE_LIBS = @X_PRE_LIBS@
74 X_TOOLKIT_LIBS = @X_TOOLKIT_LIBS@
75 cgibindir = @cgibindir@
76 cgibinurl = @cgibinurl@
77 cgiprograms = @cgiprograms@
78 ctlibs = @ctlibs@
79 htmldata = @htmldata@
80 htmldir = @htmldir@
81 lamdefs = @lamdefs@
82 lamdir = @lamdir@
83 lamprograms = @lamprograms@
84 mpienable = @mpienable@
85 my_includes = @my_includes@
86 webdatadir = @webdatadir@
87 webdataurl = @webdataurl@
88 webenabled = @webenabled@
89 wxcflags = @wxcflags@
90 wxconfig = @wxconfig@
91 wxlibs = @wxlibs@
92
93 noinst_LIBRARIES = libctsim.a 
94 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
95
96 INCLUDES = @my_includes@
97 EXTRA_DIST = Makefile.nt
98 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99 CONFIG_HEADER = ../config.h
100 CONFIG_CLEAN_FILES = 
101 LIBRARIES =  $(noinst_LIBRARIES)
102
103
104 DEFS = @DEFS@ -I. -I$(srcdir) -I..
105 CPPFLAGS = @CPPFLAGS@
106 LDFLAGS = @LDFLAGS@
107 LIBS = @LIBS@
108 libctsim_a_LIBADD = 
109 libctsim_a_OBJECTS =  filter.o scanner.o projections.o phantom.o \
110 imagefile.o backprojectors.o array2dfile.o trace.o procsignal.o \
111 reconstruct.o fourier.o ctndicom.o
112 AR = ar
113 CXXFLAGS = @CXXFLAGS@
114 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
115 CXXLD = $(CXX)
116 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
117 DIST_COMMON =  Makefile.am Makefile.in
118
119
120 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121
122 TAR = tar
123 GZIP_ENV = --best
124 DEP_FILES =  .deps/array2dfile.P .deps/backprojectors.P .deps/ctndicom.P \
125 .deps/filter.P .deps/fourier.P .deps/imagefile.P .deps/phantom.P \
126 .deps/procsignal.P .deps/projections.P .deps/reconstruct.P \
127 .deps/scanner.P .deps/trace.P
128 SOURCES = $(libctsim_a_SOURCES)
129 OBJECTS = $(libctsim_a_OBJECTS)
130
131 all: all-redirect
132 .SUFFIXES:
133 .SUFFIXES: .S .c .cpp .o .s
134 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
135         cd $(top_srcdir) && $(AUTOMAKE) --gnu libctsim/Makefile
136
137 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
138         cd $(top_builddir) \
139           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
141
142 mostlyclean-noinstLIBRARIES:
143
144 clean-noinstLIBRARIES:
145         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
146
147 distclean-noinstLIBRARIES:
148
149 maintainer-clean-noinstLIBRARIES:
150
151 .s.o:
152         $(COMPILE) -c $<
153
154 .S.o:
155         $(COMPILE) -c $<
156
157 mostlyclean-compile:
158         -rm -f *.o core *.core
159
160 clean-compile:
161
162 distclean-compile:
163         -rm -f *.tab.c
164
165 maintainer-clean-compile:
166
167 libctsim.a: $(libctsim_a_OBJECTS) $(libctsim_a_DEPENDENCIES)
168         -rm -f libctsim.a
169         $(AR) cru libctsim.a $(libctsim_a_OBJECTS) $(libctsim_a_LIBADD)
170         $(RANLIB) libctsim.a
171 .cpp.o:
172         $(CXXCOMPILE) -c $<
173
174 tags: TAGS
175
176 ID: $(HEADERS) $(SOURCES) $(LISP)
177         list='$(SOURCES) $(HEADERS)'; \
178         unique=`for i in $$list; do echo $$i; done | \
179           awk '    { files[$$0] = 1; } \
180                END { for (i in files) print i; }'`; \
181         here=`pwd` && cd $(srcdir) \
182           && mkid -f$$here/ID $$unique $(LISP)
183
184 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
185         tags=; \
186         here=`pwd`; \
187         list='$(SOURCES) $(HEADERS)'; \
188         unique=`for i in $$list; do echo $$i; done | \
189           awk '    { files[$$0] = 1; } \
190                END { for (i in files) print i; }'`; \
191         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
192           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
193
194 mostlyclean-tags:
195
196 clean-tags:
197
198 distclean-tags:
199         -rm -f TAGS ID
200
201 maintainer-clean-tags:
202
203 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
204
205 subdir = libctsim
206
207 distdir: $(DISTFILES)
208         here=`cd $(top_builddir) && pwd`; \
209         top_distdir=`cd $(top_distdir) && pwd`; \
210         distdir=`cd $(distdir) && pwd`; \
211         cd $(top_srcdir) \
212           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu libctsim/Makefile
213         @for file in $(DISTFILES); do \
214           d=$(srcdir); \
215           if test -d $$d/$$file; then \
216             cp -pr $$d/$$file $(distdir)/$$file; \
217           else \
218             test -f $(distdir)/$$file \
219             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
220             || cp -p $$d/$$file $(distdir)/$$file || :; \
221           fi; \
222         done
223
224 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
225
226 -include $(DEP_FILES)
227
228 mostlyclean-depend:
229
230 clean-depend:
231
232 distclean-depend:
233         -rm -rf .deps
234
235 maintainer-clean-depend:
236
237 %.o: %.c
238         @echo '$(COMPILE) -c $<'; \
239         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
240         @-cp .deps/$(*F).pp .deps/$(*F).P; \
241         tr ' ' '\012' < .deps/$(*F).pp \
242           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
243             >> .deps/$(*F).P; \
244         rm .deps/$(*F).pp
245
246 %.lo: %.c
247         @echo '$(LTCOMPILE) -c $<'; \
248         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
249         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
250           < .deps/$(*F).pp > .deps/$(*F).P; \
251         tr ' ' '\012' < .deps/$(*F).pp \
252           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
253             >> .deps/$(*F).P; \
254         rm -f .deps/$(*F).pp
255
256 %.o: %.cpp
257         @echo '$(CXXCOMPILE) -c $<'; \
258         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
259         @-cp .deps/$(*F).pp .deps/$(*F).P; \
260         tr ' ' '\012' < .deps/$(*F).pp \
261           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
262             >> .deps/$(*F).P; \
263         rm .deps/$(*F).pp
264
265 %.lo: %.cpp
266         @echo '$(LTCXXCOMPILE) -c $<'; \
267         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
268         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
269           < .deps/$(*F).pp > .deps/$(*F).P; \
270         tr ' ' '\012' < .deps/$(*F).pp \
271           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
272             >> .deps/$(*F).P; \
273         rm -f .deps/$(*F).pp
274 info-am:
275 info: info-am
276 dvi-am:
277 dvi: dvi-am
278 check-am: all-am
279 check: check-am
280 installcheck-am:
281 installcheck: installcheck-am
282 install-exec-am:
283 install-exec: install-exec-am
284
285 install-data-am:
286 install-data: install-data-am
287
288 install-am: all-am
289         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
290 install: install-am
291 uninstall-am:
292 uninstall: uninstall-am
293 all-am: Makefile $(LIBRARIES)
294 all-redirect: all-am
295 install-strip:
296         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
297 installdirs:
298
299
300 mostlyclean-generic:
301
302 clean-generic:
303
304 distclean-generic:
305         -rm -f Makefile $(CONFIG_CLEAN_FILES)
306         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
307
308 maintainer-clean-generic:
309 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
310                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
311
312 mostlyclean: mostlyclean-am
313
314 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
315                 clean-generic mostlyclean-am
316
317 clean: clean-am
318
319 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
320                 distclean-tags distclean-depend distclean-generic \
321                 clean-am
322
323 distclean: distclean-am
324
325 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
326                 maintainer-clean-compile maintainer-clean-tags \
327                 maintainer-clean-depend maintainer-clean-generic \
328                 distclean-am
329         @echo "This command is intended for maintainers to use;"
330         @echo "it deletes files that may require special tools to rebuild."
331
332 maintainer-clean: maintainer-clean-am
333
334 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
335 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
336 mostlyclean-compile distclean-compile clean-compile \
337 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
338 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
339 distclean-depend clean-depend maintainer-clean-depend info-am info \
340 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
341 install-exec install-data-am install-data install-am install \
342 uninstall-am uninstall all-redirect all-am all installdirs \
343 mostlyclean-generic distclean-generic clean-generic \
344 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
345
346
347 # Tell versions [3.59,3.63) of GNU make to not export all variables.
348 # Otherwise a system limit (for SysV at least) may be exceeded.
349 .NOEXPORT: