r4312: *** empty log message ***
[ctsim.git] / tools / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 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 MAINT = @MAINT@
66 MAKEINFO = @MAKEINFO@
67 PACKAGE = @PACKAGE@
68 RANLIB = @RANLIB@
69 VERSION = @VERSION@
70 X_BASIC_LIBS = @X_BASIC_LIBS@
71 X_CFLAGS = @X_CFLAGS@
72 X_EXTRA_LIBS = @X_EXTRA_LIBS@
73 X_LIBS = @X_LIBS@
74 X_PRE_LIBS = @X_PRE_LIBS@
75 X_TOOLKIT_LIBS = @X_TOOLKIT_LIBS@
76 cgibindir = @cgibindir@
77 cgibinurl = @cgibinurl@
78 cgiprograms = @cgiprograms@
79 ctlibs = @ctlibs@
80 htmldata = @htmldata@
81 htmldir = @htmldir@
82 lamdefs = @lamdefs@
83 lamdir = @lamdir@
84 lamprograms = @lamprograms@
85 mpienable = @mpienable@
86 my_includes = @my_includes@
87 webdatadir = @webdatadir@
88 webdataurl = @webdataurl@
89 webenabled = @webenabled@
90 wxcflags = @wxcflags@
91 wxconfig = @wxconfig@
92 wxlibs = @wxlibs@
93
94 bin_PROGRAMS = @lamprograms@  ctsimtext 
95 EXTRA_PROGRAMS = ctsimtext-lam
96 INCLUDES = @my_includes@
97 @HAVE_SGP_TRUE@SOURCE_DEPEND = ../include/ct.h ../libctsim/libctsim.a ../libctsupport/libctsupport.a ../libctgraphics/libctgraphics.a
98 @HAVE_SGP_FALSE@SOURCE_DEPEND = ../include/ct.h ../libctsim/libctsim.a ../libctsupport/libctsupport.a
99
100 ctsimtext_SOURCES = ctsimtext.cpp if1.cpp if2.cpp ifinfo.cpp ifexport.cpp phm2if.cpp phm2pj.cpp pj2if.cpp pjinfo.cpp pjrec.cpp nographics.cpp phm2helix.cpp pjHinterp.cpp linogram.cpp
101 ctsimtext_LDADD = @ctlibs@
102 ctsimtext_DEPENDENCIES = $(SOURCE_DEPEND)
103
104 ctsimtext_lam_SOURCES = ctsimtext.cpp if1.cpp if2.cpp ifinfo.cpp ifexport.cpp phm2if.cpp phm2pj.cpp pj2if.cpp pjinfo.cpp pjrec.cpp nographics.cpp mpiworld.cpp phm2helix.cpp pjHinterp.cpp linogram.cpp
105 ctsimtext_lam_LDADD = @ctlamlibs@
106
107 @USE_LAM_TRUE@CC_LAM = $(lamdir)/bin/hcp
108 @USE_LAM_TRUE@LAM_EXTRA_SRC = mpiworld.cpp
109
110 @USE_LAM_TRUE@ctsimtext_lam_DEPENDENCIES = $(SOURCE_DEPEND)
111 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112 CONFIG_HEADER = ../config.h
113 CONFIG_CLEAN_FILES =  sample-ctsim.sh
114 PROGRAMS =  $(bin_PROGRAMS)
115
116
117 DEFS = @DEFS@ -I. -I$(srcdir) -I..
118 CPPFLAGS = @CPPFLAGS@
119 LDFLAGS = @LDFLAGS@
120 LIBS = @LIBS@
121 ctsimtext_lam_OBJECTS =  ctsimtext.o if1.o if2.o ifinfo.o ifexport.o \
122 phm2if.o phm2pj.o pj2if.o pjinfo.o pjrec.o nographics.o mpiworld.o \
123 phm2helix.o pjHinterp.o linogram.o
124 ctsimtext_lam_LDFLAGS = 
125 ctsimtext_OBJECTS =  ctsimtext.o if1.o if2.o ifinfo.o ifexport.o \
126 phm2if.o phm2pj.o pj2if.o pjinfo.o pjrec.o nographics.o phm2helix.o \
127 pjHinterp.o linogram.o
128 ctsimtext_LDFLAGS = 
129 CXXFLAGS = @CXXFLAGS@
130 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
131 CXXLD = $(CXX)
132 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
133 DIST_COMMON =  Makefile.am Makefile.in sample-ctsim.sh.in
134
135
136 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
137
138 TAR = tar
139 GZIP_ENV = --best
140 DEP_FILES =  .deps/ctsimtext.P .deps/if1.P .deps/if2.P .deps/ifexport.P \
141 .deps/ifinfo.P .deps/linogram.P .deps/mpiworld.P .deps/nographics.P \
142 .deps/phm2helix.P .deps/phm2if.P .deps/phm2pj.P .deps/pj2if.P \
143 .deps/pjHinterp.P .deps/pjinfo.P .deps/pjrec.P
144 SOURCES = $(ctsimtext_lam_SOURCES) $(ctsimtext_SOURCES)
145 OBJECTS = $(ctsimtext_lam_OBJECTS) $(ctsimtext_OBJECTS)
146
147 all: all-redirect
148 .SUFFIXES:
149 .SUFFIXES: .S .c .cpp .o .s
150 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
151         cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile
152
153 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
154         cd $(top_builddir) \
155           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
156
157 sample-ctsim.sh: $(top_builddir)/config.status sample-ctsim.sh.in
158         cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
159
160 mostlyclean-binPROGRAMS:
161
162 clean-binPROGRAMS:
163         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
164
165 distclean-binPROGRAMS:
166
167 maintainer-clean-binPROGRAMS:
168
169 install-binPROGRAMS: $(bin_PROGRAMS)
170         @$(NORMAL_INSTALL)
171         $(mkinstalldirs) $(DESTDIR)$(bindir)
172         @list='$(bin_PROGRAMS)'; for p in $$list; do \
173           if test -f $$p; then \
174             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
175              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
176           else :; fi; \
177         done
178
179 uninstall-binPROGRAMS:
180         @$(NORMAL_UNINSTALL)
181         list='$(bin_PROGRAMS)'; for p in $$list; do \
182           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
183         done
184
185 .s.o:
186         $(COMPILE) -c $<
187
188 .S.o:
189         $(COMPILE) -c $<
190
191 mostlyclean-compile:
192         -rm -f *.o core *.core
193
194 clean-compile:
195
196 distclean-compile:
197         -rm -f *.tab.c
198
199 maintainer-clean-compile:
200
201 ctsimtext-lam: $(ctsimtext_lam_OBJECTS) $(ctsimtext_lam_DEPENDENCIES)
202         @rm -f ctsimtext-lam
203         $(CXXLINK) $(ctsimtext_lam_LDFLAGS) $(ctsimtext_lam_OBJECTS) $(ctsimtext_lam_LDADD) $(LIBS)
204
205 ctsimtext: $(ctsimtext_OBJECTS) $(ctsimtext_DEPENDENCIES)
206         @rm -f ctsimtext
207         $(CXXLINK) $(ctsimtext_LDFLAGS) $(ctsimtext_OBJECTS) $(ctsimtext_LDADD) $(LIBS)
208 .cpp.o:
209         $(CXXCOMPILE) -c $<
210
211 tags: TAGS
212
213 ID: $(HEADERS) $(SOURCES) $(LISP)
214         list='$(SOURCES) $(HEADERS)'; \
215         unique=`for i in $$list; do echo $$i; done | \
216           awk '    { files[$$0] = 1; } \
217                END { for (i in files) print i; }'`; \
218         here=`pwd` && cd $(srcdir) \
219           && mkid -f$$here/ID $$unique $(LISP)
220
221 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
222         tags=; \
223         here=`pwd`; \
224         list='$(SOURCES) $(HEADERS)'; \
225         unique=`for i in $$list; do echo $$i; done | \
226           awk '    { files[$$0] = 1; } \
227                END { for (i in files) print i; }'`; \
228         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
229           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
230
231 mostlyclean-tags:
232
233 clean-tags:
234
235 distclean-tags:
236         -rm -f TAGS ID
237
238 maintainer-clean-tags:
239
240 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
241
242 subdir = tools
243
244 distdir: $(DISTFILES)
245         here=`cd $(top_builddir) && pwd`; \
246         top_distdir=`cd $(top_distdir) && pwd`; \
247         distdir=`cd $(distdir) && pwd`; \
248         cd $(top_srcdir) \
249           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu tools/Makefile
250         @for file in $(DISTFILES); do \
251           d=$(srcdir); \
252           if test -d $$d/$$file; then \
253             cp -pr $$d/$$file $(distdir)/$$file; \
254           else \
255             test -f $(distdir)/$$file \
256             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
257             || cp -p $$d/$$file $(distdir)/$$file || :; \
258           fi; \
259         done
260
261 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
262
263 -include $(DEP_FILES)
264
265 mostlyclean-depend:
266
267 clean-depend:
268
269 distclean-depend:
270         -rm -rf .deps
271
272 maintainer-clean-depend:
273
274 %.o: %.c
275         @echo '$(COMPILE) -c $<'; \
276         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
277         @-cp .deps/$(*F).pp .deps/$(*F).P; \
278         tr ' ' '\012' < .deps/$(*F).pp \
279           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
280             >> .deps/$(*F).P; \
281         rm .deps/$(*F).pp
282
283 %.lo: %.c
284         @echo '$(LTCOMPILE) -c $<'; \
285         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
286         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
287           < .deps/$(*F).pp > .deps/$(*F).P; \
288         tr ' ' '\012' < .deps/$(*F).pp \
289           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
290             >> .deps/$(*F).P; \
291         rm -f .deps/$(*F).pp
292
293 %.o: %.cpp
294         @echo '$(CXXCOMPILE) -c $<'; \
295         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
296         @-cp .deps/$(*F).pp .deps/$(*F).P; \
297         tr ' ' '\012' < .deps/$(*F).pp \
298           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
299             >> .deps/$(*F).P; \
300         rm .deps/$(*F).pp
301
302 %.lo: %.cpp
303         @echo '$(LTCXXCOMPILE) -c $<'; \
304         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
305         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
306           < .deps/$(*F).pp > .deps/$(*F).P; \
307         tr ' ' '\012' < .deps/$(*F).pp \
308           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
309             >> .deps/$(*F).P; \
310         rm -f .deps/$(*F).pp
311 info-am:
312 info: info-am
313 dvi-am:
314 dvi: dvi-am
315 check-am: all-am
316 check: check-am
317 installcheck-am:
318 installcheck: installcheck-am
319 install-exec-am: install-binPROGRAMS
320         @$(NORMAL_INSTALL)
321         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
322 install-exec: install-exec-am
323
324 install-data-am:
325 install-data: install-data-am
326
327 install-am: all-am
328         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
329 install: install-am
330 uninstall-am: uninstall-binPROGRAMS
331 uninstall: uninstall-am
332 all-am: Makefile $(PROGRAMS)
333 all-redirect: all-am
334 install-strip:
335         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
336 installdirs:
337         $(mkinstalldirs)  $(DESTDIR)$(bindir)
338
339
340 mostlyclean-generic:
341
342 clean-generic:
343
344 distclean-generic:
345         -rm -f Makefile $(CONFIG_CLEAN_FILES)
346         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
347
348 maintainer-clean-generic:
349 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
350                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
351
352 mostlyclean: mostlyclean-am
353
354 clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend \
355                 clean-generic mostlyclean-am
356
357 clean: clean-am
358
359 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
360                 distclean-depend distclean-generic clean-am
361
362 distclean: distclean-am
363
364 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
365                 maintainer-clean-compile maintainer-clean-tags \
366                 maintainer-clean-depend maintainer-clean-generic \
367                 distclean-am
368         @echo "This command is intended for maintainers to use;"
369         @echo "it deletes files that may require special tools to rebuild."
370
371 maintainer-clean: maintainer-clean-am
372
373 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
374 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
375 mostlyclean-compile distclean-compile clean-compile \
376 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
377 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
378 distclean-depend clean-depend maintainer-clean-depend info-am info \
379 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
380 install-exec install-data-am install-data install-am install \
381 uninstall-am uninstall all-redirect all-am all installdirs \
382 mostlyclean-generic distclean-generic clean-generic \
383 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
384
385
386 install-exec-hook:
387         ln -sf ctsimtext $(bindir)/if1
388         ln -sf ctsimtext $(bindir)/if2
389         ln -sf ctsimtext $(bindir)/ifexport
390         ln -sf ctsimtext $(bindir)/ifinfo
391         ln -sf ctsimtext $(bindir)/phm2if
392         ln -sf ctsimtext $(bindir)/phm2pj
393         ln -sf ctsimtext $(bindir)/phm2helix
394         ln -sf ctsimtext $(bindir)/pj2if
395         ln -sf ctsimtext $(bindir)/pjinfo
396         ln -sf ctsimtext $(bindir)/pjrec
397         ln -sf ctsimtext $(bindir)/pjHinterp
398         ln -sf linogram $(bindir)/linogram
399
400 realclean:
401         rm -f *.pgm *.if *~ *.pj
402
403 @USE_LAM_TRUE@ctsimtext-lam$(EXEEXT): ctsimtext.cpp if1.cpp if2.cpp ifinfo.cpp ifexport.cpp phm2if.cpp phm2pj.cpp pj2if.cpp pjinfo.cpp pjrec.cpp mpiworld.cpp linogram.cpp ../include/ct.h ../libctsim/libctsim.a ../libctsupport/libctsupport.a
404 @USE_LAM_TRUE@  $(CC_LAM) @DEFS@ @lamdefs@ $(CFLAGS) $(INCLUDES) -DHAVE_MPI -DNO_MAIN ctsimtext.cpp if1.cpp if2.cpp ifinfo.cpp ifexport.cpp phm2if.cpp phm2pj.cpp pj2if.cpp pjinfo.cpp pjrec.cpp -o ctsimtext-lam $(LDFLAGS) $(LAM_EXTRA_SRC) @ctlibs@
405
406 # Tell versions [3.59,3.63) of GNU make to not export all variables.
407 # Otherwise a system limit (for SysV at least) may be exceeded.
408 .NOEXPORT: