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