r172: *** empty log message ***
[ctsim.git] / libctsim / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 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 lamdir = @lamdir@
82 lamprograms = @lamprograms@
83 mpienable = @mpienable@
84 my_includes = @my_includes@
85 webdatadir = @webdatadir@
86 webdataurl = @webdataurl@
87 webenabled = @webenabled@
88 wxcflags = @wxcflags@
89 wxconfig = @wxconfig@
90 wxlibs = @wxlibs@
91
92 noinst_LIBRARIES = libctsim.a 
93 libctsim_a_SOURCES = filter.cpp scanner.cpp projections.cpp phantom.cpp imagefile.cpp backprojectors.cpp array2dfile.cpp trace.cpp
94
95 INCLUDES = @my_includes@
96 EXTRA_DIST = Makefile.nt
97 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98 CONFIG_HEADER = ../config.h
99 CONFIG_CLEAN_FILES = 
100 LIBRARIES =  $(noinst_LIBRARIES)
101
102
103 DEFS = @DEFS@ -I. -I$(srcdir) -I..
104 CPPFLAGS = @CPPFLAGS@
105 LDFLAGS = @LDFLAGS@
106 LIBS = @LIBS@
107 libctsim_a_LIBADD = 
108 libctsim_a_OBJECTS =  filter.o scanner.o projections.o phantom.o \
109 imagefile.o backprojectors.o array2dfile.o trace.o
110 AR = ar
111 CXXFLAGS = @CXXFLAGS@
112 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
113 CXXLD = $(CXX)
114 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
115 DIST_COMMON =  Makefile.am Makefile.in
116
117
118 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
119
120 TAR = tar
121 GZIP_ENV = --best
122 DEP_FILES =  .deps/array2dfile.P .deps/backprojectors.P .deps/filter.P \
123 .deps/imagefile.P .deps/phantom.P .deps/projections.P .deps/scanner.P \
124 .deps/trace.P
125 SOURCES = $(libctsim_a_SOURCES)
126 OBJECTS = $(libctsim_a_OBJECTS)
127
128 all: all-redirect
129 .SUFFIXES:
130 .SUFFIXES: .S .c .cpp .o .s
131 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
132         cd $(top_srcdir) && $(AUTOMAKE) --gnu libctsim/Makefile
133
134 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
135         cd $(top_builddir) \
136           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
137
138
139 mostlyclean-noinstLIBRARIES:
140
141 clean-noinstLIBRARIES:
142         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
143
144 distclean-noinstLIBRARIES:
145
146 maintainer-clean-noinstLIBRARIES:
147
148 .s.o:
149         $(COMPILE) -c $<
150
151 .S.o:
152         $(COMPILE) -c $<
153
154 mostlyclean-compile:
155         -rm -f *.o core *.core
156
157 clean-compile:
158
159 distclean-compile:
160         -rm -f *.tab.c
161
162 maintainer-clean-compile:
163
164 libctsim.a: $(libctsim_a_OBJECTS) $(libctsim_a_DEPENDENCIES)
165         -rm -f libctsim.a
166         $(AR) cru libctsim.a $(libctsim_a_OBJECTS) $(libctsim_a_LIBADD)
167         $(RANLIB) libctsim.a
168 .cpp.o:
169         $(CXXCOMPILE) -c $<
170
171 tags: TAGS
172
173 ID: $(HEADERS) $(SOURCES) $(LISP)
174         list='$(SOURCES) $(HEADERS)'; \
175         unique=`for i in $$list; do echo $$i; done | \
176           awk '    { files[$$0] = 1; } \
177                END { for (i in files) print i; }'`; \
178         here=`pwd` && cd $(srcdir) \
179           && mkid -f$$here/ID $$unique $(LISP)
180
181 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
182         tags=; \
183         here=`pwd`; \
184         list='$(SOURCES) $(HEADERS)'; \
185         unique=`for i in $$list; do echo $$i; done | \
186           awk '    { files[$$0] = 1; } \
187                END { for (i in files) print i; }'`; \
188         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
189           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
190
191 mostlyclean-tags:
192
193 clean-tags:
194
195 distclean-tags:
196         -rm -f TAGS ID
197
198 maintainer-clean-tags:
199
200 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
201
202 subdir = libctsim
203
204 distdir: $(DISTFILES)
205         here=`cd $(top_builddir) && pwd`; \
206         top_distdir=`cd $(top_distdir) && pwd`; \
207         distdir=`cd $(distdir) && pwd`; \
208         cd $(top_srcdir) \
209           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu libctsim/Makefile
210         @for file in $(DISTFILES); do \
211           d=$(srcdir); \
212           if test -d $$d/$$file; then \
213             cp -pr $$/$$file $(distdir)/$$file; \
214           else \
215             test -f $(distdir)/$$file \
216             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
217             || cp -p $$d/$$file $(distdir)/$$file || :; \
218           fi; \
219         done
220
221 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
222
223 -include $(DEP_FILES)
224
225 mostlyclean-depend:
226
227 clean-depend:
228
229 distclean-depend:
230         -rm -rf .deps
231
232 maintainer-clean-depend:
233
234 %.o: %.c
235         @echo '$(COMPILE) -c $<'; \
236         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
237         @-cp .deps/$(*F).pp .deps/$(*F).P; \
238         tr ' ' '\012' < .deps/$(*F).pp \
239           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
240             >> .deps/$(*F).P; \
241         rm .deps/$(*F).pp
242
243 %.lo: %.c
244         @echo '$(LTCOMPILE) -c $<'; \
245         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
246         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
247           < .deps/$(*F).pp > .deps/$(*F).P; \
248         tr ' ' '\012' < .deps/$(*F).pp \
249           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
250             >> .deps/$(*F).P; \
251         rm -f .deps/$(*F).pp
252
253 %.o: %.cpp
254         @echo '$(CXXCOMPILE) -c $<'; \
255         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
256         @-cp .deps/$(*F).pp .deps/$(*F).P; \
257         tr ' ' '\012' < .deps/$(*F).pp \
258           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
259             >> .deps/$(*F).P; \
260         rm .deps/$(*F).pp
261
262 %.lo: %.cpp
263         @echo '$(LTCXXCOMPILE) -c $<'; \
264         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
265         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
266           < .deps/$(*F).pp > .deps/$(*F).P; \
267         tr ' ' '\012' < .deps/$(*F).pp \
268           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
269             >> .deps/$(*F).P; \
270         rm -f .deps/$(*F).pp
271 info-am:
272 info: info-am
273 dvi-am:
274 dvi: dvi-am
275 check-am: all-am
276 check: check-am
277 installcheck-am:
278 installcheck: installcheck-am
279 install-exec-am:
280 install-exec: install-exec-am
281
282 install-data-am:
283 install-data: install-data-am
284
285 install-am: all-am
286         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
287 install: install-am
288 uninstall-am:
289 uninstall: uninstall-am
290 all-am: Makefile $(LIBRARIES)
291 all-redirect: all-am
292 install-strip:
293         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
294 installdirs:
295
296
297 mostlyclean-generic:
298
299 clean-generic:
300
301 distclean-generic:
302         -rm -f Makefile $(CONFIG_CLEAN_FILES)
303         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
304
305 maintainer-clean-generic:
306 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
307                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
308
309 mostlyclean: mostlyclean-am
310
311 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
312                 clean-generic mostlyclean-am
313
314 clean: clean-am
315
316 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
317                 distclean-tags distclean-depend distclean-generic \
318                 clean-am
319
320 distclean: distclean-am
321
322 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
323                 maintainer-clean-compile maintainer-clean-tags \
324                 maintainer-clean-depend maintainer-clean-generic \
325                 distclean-am
326         @echo "This command is intended for maintainers to use;"
327         @echo "it deletes files that may require special tools to rebuild."
328
329 maintainer-clean: maintainer-clean-am
330
331 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
332 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
333 mostlyclean-compile distclean-compile clean-compile \
334 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
335 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
336 distclean-depend clean-depend maintainer-clean-depend info-am info \
337 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
338 install-exec install-data-am install-data install-am install \
339 uninstall-am uninstall all-redirect all-am all installdirs \
340 mostlyclean-generic distclean-generic clean-generic \
341 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
342
343
344 # Tell versions [3.59,3.63) of GNU make to not export all variables.
345 # Otherwise a system limit (for SysV at least) may be exceeded.
346 .NOEXPORT: