r3853: mac os x port
[ctsim.git] / src / 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 INCLUDES = @my_includes@
105
106 bin_PROGRAMS = ctsim
107
108 ctsim_SOURCES = ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h \
109 views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp \
110 dlgreconstruct.h  graph3dview.cpp graph3dview.h ctsim-map.h ctsim.xpm \
111 splash.xpm tips.cpp tips.h threadrecon.cpp threadrecon.h backgroundmgr.cpp \
112 backgroundmgr.h backgroundsupr.cpp backgroundsupr.h threadproj.cpp \
113 threadproj.h threadraster.cpp threadraster.h dlgezplot.cpp dlgezplot.h
114
115
116 ctsim_DEPENDENCIES = ../libctgraphics/libctgraphics.a ../libctsupport/libctsupport.a ../libctsim/libctsim.a ../include/ct.h
117 ctsim_LDADD = -L../libctgraphics -L../libctsupport -L../libctsim @ctlibs@
118 subdir = src
119 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
120 CONFIG_HEADER = $(top_builddir)/config.h
121 CONFIG_CLEAN_FILES =
122 bin_PROGRAMS = ctsim$(EXEEXT)
123 PROGRAMS = $(bin_PROGRAMS)
124
125 am_ctsim_OBJECTS = ctsim.$(OBJEXT) docs.$(OBJEXT) views.$(OBJEXT) \
126         dialogs.$(OBJEXT) dlgprojections.$(OBJEXT) \
127         dlgreconstruct.$(OBJEXT) graph3dview.$(OBJEXT) tips.$(OBJEXT) \
128         threadrecon.$(OBJEXT) backgroundmgr.$(OBJEXT) \
129         backgroundsupr.$(OBJEXT) threadproj.$(OBJEXT) \
130         threadraster.$(OBJEXT) dlgezplot.$(OBJEXT)
131 ctsim_OBJECTS = $(am_ctsim_OBJECTS)
132 ctsim_LDFLAGS =
133
134 DEFS = @DEFS@
135 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
136 CPPFLAGS = @CPPFLAGS@
137 LDFLAGS = @LDFLAGS@
138 LIBS = @LIBS@
139 depcomp = $(SHELL) $(top_srcdir)/depcomp
140 am__depfiles_maybe = depfiles
141 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/backgroundmgr.Po \
142 @AMDEP_TRUE@    ./$(DEPDIR)/backgroundsupr.Po ./$(DEPDIR)/ctsim.Po \
143 @AMDEP_TRUE@    ./$(DEPDIR)/dialogs.Po ./$(DEPDIR)/dlgezplot.Po \
144 @AMDEP_TRUE@    ./$(DEPDIR)/dlgprojections.Po \
145 @AMDEP_TRUE@    ./$(DEPDIR)/dlgreconstruct.Po ./$(DEPDIR)/docs.Po \
146 @AMDEP_TRUE@    ./$(DEPDIR)/graph3dview.Po \
147 @AMDEP_TRUE@    ./$(DEPDIR)/threadproj.Po \
148 @AMDEP_TRUE@    ./$(DEPDIR)/threadraster.Po \
149 @AMDEP_TRUE@    ./$(DEPDIR)/threadrecon.Po ./$(DEPDIR)/tips.Po \
150 @AMDEP_TRUE@    ./$(DEPDIR)/views.Po
151 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
152         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
153 CXXLD = $(CXX)
154 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
155         -o $@
156 CXXFLAGS = @CXXFLAGS@
157 CFLAGS = @CFLAGS@
158 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
159         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
160 CCLD = $(CC)
161 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
162 DIST_SOURCES = $(ctsim_SOURCES)
163 DIST_COMMON = Makefile.am Makefile.in
164 SOURCES = $(ctsim_SOURCES)
165
166 all: all-am
167
168 .SUFFIXES:
169 .SUFFIXES: .cpp .o .obj
170 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
171         cd $(top_srcdir) && \
172           $(AUTOMAKE) --gnu  src/Makefile
173 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
174         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
175 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
176 install-binPROGRAMS: $(bin_PROGRAMS)
177         @$(NORMAL_INSTALL)
178         $(mkinstalldirs) $(DESTDIR)$(bindir)
179         @list='$(bin_PROGRAMS)'; for p in $$list; do \
180           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
181           if test -f $$p \
182           ; then \
183             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
184            echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
185            $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
186           else :; fi; \
187         done
188
189 uninstall-binPROGRAMS:
190         @$(NORMAL_UNINSTALL)
191         @list='$(bin_PROGRAMS)'; for p in $$list; do \
192           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
193           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
194           rm -f $(DESTDIR)$(bindir)/$$f; \
195         done
196
197 clean-binPROGRAMS:
198         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
199 ctsim$(EXEEXT): $(ctsim_OBJECTS) $(ctsim_DEPENDENCIES) 
200         @rm -f ctsim$(EXEEXT)
201         $(CXXLINK) $(ctsim_LDFLAGS) $(ctsim_OBJECTS) $(ctsim_LDADD) $(LIBS)
202
203 mostlyclean-compile:
204         -rm -f *.$(OBJEXT) core *.core
205
206 distclean-compile:
207         -rm -f *.tab.c
208
209 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backgroundmgr.Po@am__quote@
210 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backgroundsupr.Po@am__quote@
211 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctsim.Po@am__quote@
212 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dialogs.Po@am__quote@
213 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlgezplot.Po@am__quote@
214 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlgprojections.Po@am__quote@
215 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlgreconstruct.Po@am__quote@
216 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/docs.Po@am__quote@
217 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graph3dview.Po@am__quote@
218 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threadproj.Po@am__quote@
219 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threadraster.Po@am__quote@
220 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threadrecon.Po@am__quote@
221 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tips.Po@am__quote@
222 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/views.Po@am__quote@
223
224 distclean-depend:
225         -rm -rf ./$(DEPDIR)
226
227 .cpp.o:
228 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
229 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
230 @AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
231         $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
232
233 .cpp.obj:
234 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
235 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
236 @AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
237         $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
238 CXXDEPMODE = @CXXDEPMODE@
239 uninstall-info-am:
240
241 ETAGS = etags
242 ETAGSFLAGS =
243
244 tags: TAGS
245
246 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
247         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
248         unique=`for i in $$list; do \
249             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
250           done | \
251           $(AWK) '    { files[$$0] = 1; } \
252                END { for (i in files) print i; }'`; \
253         mkid -fID $$unique
254
255 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
256                 $(TAGS_FILES) $(LISP)
257         tags=; \
258         here=`pwd`; \
259         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
260         unique=`for i in $$list; do \
261             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
262           done | \
263           $(AWK) '    { files[$$0] = 1; } \
264                END { for (i in files) print i; }'`; \
265         test -z "$(ETAGS_ARGS)$$tags$$unique" \
266           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
267              $$tags $$unique
268
269 GTAGS:
270         here=`$(am__cd) $(top_builddir) && pwd` \
271           && cd $(top_srcdir) \
272           && gtags -i $(GTAGS_ARGS) $$here
273
274 distclean-tags:
275         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
276 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
277
278 top_distdir = ..
279 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
280
281 distdir: $(DISTFILES)
282         @list='$(DISTFILES)'; for file in $$list; do \
283           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
284           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
285           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
286             dir="/$$dir"; \
287             $(mkinstalldirs) "$(distdir)$$dir"; \
288           else \
289             dir=''; \
290           fi; \
291           if test -d $$d/$$file; then \
292             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
293               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
294             fi; \
295             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
296           else \
297             test -f $(distdir)/$$file \
298             || cp -p $$d/$$file $(distdir)/$$file \
299             || exit 1; \
300           fi; \
301         done
302 check-am: all-am
303 check: check-am
304 all-am: Makefile $(PROGRAMS)
305
306 installdirs:
307         $(mkinstalldirs) $(DESTDIR)$(bindir)
308
309 install: install-am
310 install-exec: install-exec-am
311 install-data: install-data-am
312 uninstall: uninstall-am
313
314 install-am: all-am
315         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
316
317 installcheck: installcheck-am
318 install-strip:
319         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
320           INSTALL_STRIP_FLAG=-s \
321           `test -z '$(STRIP)' || \
322             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
323 mostlyclean-generic:
324
325 clean-generic:
326
327 distclean-generic:
328         -rm -f Makefile $(CONFIG_CLEAN_FILES)
329
330 maintainer-clean-generic:
331         @echo "This command is intended for maintainers to use"
332         @echo "it deletes files that may require special tools to rebuild."
333 clean: clean-am
334
335 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
336
337 distclean: distclean-am
338
339 distclean-am: clean-am distclean-compile distclean-depend \
340         distclean-generic distclean-tags
341
342 dvi: dvi-am
343
344 dvi-am:
345
346 info: info-am
347
348 info-am:
349
350 install-data-am:
351
352 install-exec-am: install-binPROGRAMS
353
354 install-info: install-info-am
355
356 install-man:
357
358 installcheck-am:
359
360 maintainer-clean: maintainer-clean-am
361
362 maintainer-clean-am: distclean-am maintainer-clean-generic
363
364 mostlyclean: mostlyclean-am
365
366 mostlyclean-am: mostlyclean-compile mostlyclean-generic
367
368 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
369
370 .PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
371         clean-generic distclean distclean-compile distclean-depend \
372         distclean-generic distclean-tags distdir dvi dvi-am info \
373         info-am install install-am install-binPROGRAMS install-data \
374         install-data-am install-exec install-exec-am install-info \
375         install-info-am install-man install-strip installcheck \
376         installcheck-am installdirs maintainer-clean \
377         maintainer-clean-generic mostlyclean mostlyclean-compile \
378         mostlyclean-generic tags uninstall uninstall-am \
379         uninstall-binPROGRAMS uninstall-info-am
380
381 # Tell versions [3.59,3.63) of GNU make to not export all variables.
382 # Otherwise a system limit (for SysV at least) may be exceeded.
383 .NOEXPORT: