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