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