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