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