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