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