404097684745ee5721fde32ba2fe9aa857c90768
[ctsim.git] / src / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 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 MAINT = @MAINT@
66 MAKEINFO = @MAKEINFO@
67 PACKAGE = @PACKAGE@
68 RANLIB = @RANLIB@
69 VERSION = @VERSION@
70 X_BASIC_LIBS = @X_BASIC_LIBS@
71 X_CFLAGS = @X_CFLAGS@
72 X_EXTRA_LIBS = @X_EXTRA_LIBS@
73 X_LIBS = @X_LIBS@
74 X_PRE_LIBS = @X_PRE_LIBS@
75 X_TOOLKIT_LIBS = @X_TOOLKIT_LIBS@
76 cgibindir = @cgibindir@
77 cgibinurl = @cgibinurl@
78 cgiprograms = @cgiprograms@
79 ctlibs = @ctlibs@
80 htmldata = @htmldata@
81 htmldir = @htmldir@
82 lamdefs = @lamdefs@
83 lamdir = @lamdir@
84 lamprograms = @lamprograms@
85 mpienable = @mpienable@
86 my_includes = @my_includes@
87 webdatadir = @webdatadir@
88 webdataurl = @webdataurl@
89 webenabled = @webenabled@
90 wxcflags = @wxcflags@
91 wxconfig = @wxconfig@
92 wxlibs = @wxlibs@
93
94 INCLUDES = @my_includes@
95
96 bin_PROGRAMS = ctsim
97
98 ctsim_SOURCES = ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp dlgreconstruct.h  graph3dview.cpp graph3dview.h ctsim-map.h ctsim.xpm splash.xpm tips.cpp tips.h threadrecon.cpp threadrecon.h backgroundmgr.cpp backgroundmgr.h backgroundsupr.cpp backgroundsupr.h threadproj.cpp threadproj.h threadraster.cpp threadraster.h dlgezplot.cpp dlgezplot.h
99
100
101 ctsim_DEPENDENCIES = ../libctgraphics/libctgraphics.a ../libctsupport/libctsupport.a ../libctsim/libctsim.a ../include/ct.h
102 ctsim_LDADD = -L../libctgraphics -L../libctsupport -L../libctsim @ctlibs@
103 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
104 CONFIG_HEADER = ../config.h
105 CONFIG_CLEAN_FILES = 
106 PROGRAMS =  $(bin_PROGRAMS)
107
108
109 DEFS = @DEFS@ -I. -I$(srcdir) -I..
110 CPPFLAGS = @CPPFLAGS@
111 LDFLAGS = @LDFLAGS@
112 LIBS = @LIBS@
113 ctsim_OBJECTS =  ctsim.o docs.o views.o dialogs.o dlgprojections.o \
114 dlgreconstruct.o graph3dview.o tips.o threadrecon.o backgroundmgr.o \
115 backgroundsupr.o threadproj.o threadraster.o dlgezplot.o
116 ctsim_LDFLAGS = 
117 CXXFLAGS = @CXXFLAGS@
118 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
119 CXXLD = $(CXX)
120 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
121 CFLAGS = @CFLAGS@
122 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
123 CCLD = $(CC)
124 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
125 DIST_COMMON =  Makefile.am Makefile.in
126
127
128 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129
130 TAR = tar
131 GZIP_ENV = --best
132 DEP_FILES =  .deps/backgroundmgr.P .deps/backgroundsupr.P .deps/ctsim.P \
133 .deps/dialogs.P .deps/dlgezplot.P .deps/dlgprojections.P \
134 .deps/dlgreconstruct.P .deps/docs.P .deps/graph3dview.P \
135 .deps/threadproj.P .deps/threadraster.P .deps/threadrecon.P \
136 .deps/tips.P .deps/views.P
137 SOURCES = $(ctsim_SOURCES)
138 OBJECTS = $(ctsim_OBJECTS)
139
140 all: all-redirect
141 .SUFFIXES:
142 .SUFFIXES: .S .c .cpp .o .s
143 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
144         cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
145
146 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
147         cd $(top_builddir) \
148           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
149
150
151 mostlyclean-binPROGRAMS:
152
153 clean-binPROGRAMS:
154         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
155
156 distclean-binPROGRAMS:
157
158 maintainer-clean-binPROGRAMS:
159
160 install-binPROGRAMS: $(bin_PROGRAMS)
161         @$(NORMAL_INSTALL)
162         $(mkinstalldirs) $(DESTDIR)$(bindir)
163         @list='$(bin_PROGRAMS)'; for p in $$list; do \
164           if test -f $$p; then \
165             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
166              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
167           else :; fi; \
168         done
169
170 uninstall-binPROGRAMS:
171         @$(NORMAL_UNINSTALL)
172         list='$(bin_PROGRAMS)'; for p in $$list; do \
173           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
174         done
175
176 .s.o:
177         $(COMPILE) -c $<
178
179 .S.o:
180         $(COMPILE) -c $<
181
182 mostlyclean-compile:
183         -rm -f *.o core *.core
184
185 clean-compile:
186
187 distclean-compile:
188         -rm -f *.tab.c
189
190 maintainer-clean-compile:
191
192 ctsim: $(ctsim_OBJECTS) $(ctsim_DEPENDENCIES)
193         @rm -f ctsim
194         $(CXXLINK) $(ctsim_LDFLAGS) $(ctsim_OBJECTS) $(ctsim_LDADD) $(LIBS)
195 .cpp.o:
196         $(CXXCOMPILE) -c $<
197
198 tags: TAGS
199
200 ID: $(HEADERS) $(SOURCES) $(LISP)
201         list='$(SOURCES) $(HEADERS)'; \
202         unique=`for i in $$list; do echo $$i; done | \
203           awk '    { files[$$0] = 1; } \
204                END { for (i in files) print i; }'`; \
205         here=`pwd` && cd $(srcdir) \
206           && mkid -f$$here/ID $$unique $(LISP)
207
208 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
209         tags=; \
210         here=`pwd`; \
211         list='$(SOURCES) $(HEADERS)'; \
212         unique=`for i in $$list; do echo $$i; done | \
213           awk '    { files[$$0] = 1; } \
214                END { for (i in files) print i; }'`; \
215         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
216           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
217
218 mostlyclean-tags:
219
220 clean-tags:
221
222 distclean-tags:
223         -rm -f TAGS ID
224
225 maintainer-clean-tags:
226
227 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
228
229 subdir = src
230
231 distdir: $(DISTFILES)
232         here=`cd $(top_builddir) && pwd`; \
233         top_distdir=`cd $(top_distdir) && pwd`; \
234         distdir=`cd $(distdir) && pwd`; \
235         cd $(top_srcdir) \
236           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
237         @for file in $(DISTFILES); do \
238           d=$(srcdir); \
239           if test -d $$d/$$file; then \
240             cp -pr $$d/$$file $(distdir)/$$file; \
241           else \
242             test -f $(distdir)/$$file \
243             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
244             || cp -p $$d/$$file $(distdir)/$$file || :; \
245           fi; \
246         done
247
248 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
249
250 -include $(DEP_FILES)
251
252 mostlyclean-depend:
253
254 clean-depend:
255
256 distclean-depend:
257         -rm -rf .deps
258
259 maintainer-clean-depend:
260
261 %.o: %.c
262         @echo '$(COMPILE) -c $<'; \
263         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
264         @-cp .deps/$(*F).pp .deps/$(*F).P; \
265         tr ' ' '\012' < .deps/$(*F).pp \
266           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
267             >> .deps/$(*F).P; \
268         rm .deps/$(*F).pp
269
270 %.lo: %.c
271         @echo '$(LTCOMPILE) -c $<'; \
272         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
273         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
274           < .deps/$(*F).pp > .deps/$(*F).P; \
275         tr ' ' '\012' < .deps/$(*F).pp \
276           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
277             >> .deps/$(*F).P; \
278         rm -f .deps/$(*F).pp
279
280 %.o: %.cpp
281         @echo '$(CXXCOMPILE) -c $<'; \
282         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
283         @-cp .deps/$(*F).pp .deps/$(*F).P; \
284         tr ' ' '\012' < .deps/$(*F).pp \
285           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
286             >> .deps/$(*F).P; \
287         rm .deps/$(*F).pp
288
289 %.lo: %.cpp
290         @echo '$(LTCXXCOMPILE) -c $<'; \
291         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
292         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
293           < .deps/$(*F).pp > .deps/$(*F).P; \
294         tr ' ' '\012' < .deps/$(*F).pp \
295           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
296             >> .deps/$(*F).P; \
297         rm -f .deps/$(*F).pp
298 info-am:
299 info: info-am
300 dvi-am:
301 dvi: dvi-am
302 check-am: all-am
303 check: check-am
304 installcheck-am:
305 installcheck: installcheck-am
306 install-exec-am: install-binPROGRAMS
307 install-exec: install-exec-am
308
309 install-data-am:
310 install-data: install-data-am
311
312 install-am: all-am
313         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
314 install: install-am
315 uninstall-am: uninstall-binPROGRAMS
316 uninstall: uninstall-am
317 all-am: Makefile $(PROGRAMS)
318 all-redirect: all-am
319 install-strip:
320         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
321 installdirs:
322         $(mkinstalldirs)  $(DESTDIR)$(bindir)
323
324
325 mostlyclean-generic:
326
327 clean-generic:
328
329 distclean-generic:
330         -rm -f Makefile $(CONFIG_CLEAN_FILES)
331         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
332
333 maintainer-clean-generic:
334 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
335                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
336
337 mostlyclean: mostlyclean-am
338
339 clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend \
340                 clean-generic mostlyclean-am
341
342 clean: clean-am
343
344 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
345                 distclean-depend distclean-generic clean-am
346
347 distclean: distclean-am
348
349 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
350                 maintainer-clean-compile maintainer-clean-tags \
351                 maintainer-clean-depend maintainer-clean-generic \
352                 distclean-am
353         @echo "This command is intended for maintainers to use;"
354         @echo "it deletes files that may require special tools to rebuild."
355
356 maintainer-clean: maintainer-clean-am
357
358 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
359 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
360 mostlyclean-compile distclean-compile clean-compile \
361 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
362 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
363 distclean-depend clean-depend maintainer-clean-depend info-am info \
364 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
365 install-exec install-data-am install-data install-am install \
366 uninstall-am uninstall all-redirect all-am all installdirs \
367 mostlyclean-generic distclean-generic clean-generic \
368 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
369
370
371 # Tell versions [3.59,3.63) of GNU make to not export all variables.
372 # Otherwise a system limit (for SysV at least) may be exceeded.
373 .NOEXPORT: