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