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