Fix test syntax errors in configure.ac
[ctsim.git] / libctsupport / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = libctsupport
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42         $(ACLOCAL_M4)
43 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44 CONFIG_HEADER = $(top_builddir)/config.h
45 CONFIG_CLEAN_FILES =
46 CONFIG_CLEAN_VPATH_FILES =
47 LIBRARIES = $(noinst_LIBRARIES)
48 AR = ar
49 ARFLAGS = cru
50 libctsupport_a_AR = $(AR) $(ARFLAGS)
51 libctsupport_a_LIBADD =
52 am_libctsupport_a_OBJECTS = strfuncs.$(OBJEXT) syserror.$(OBJEXT) \
53         fnetorderstream.$(OBJEXT) consoleio.$(OBJEXT) \
54         mathfuncs.$(OBJEXT) xform.$(OBJEXT) clip.$(OBJEXT) \
55         plotfile.$(OBJEXT) hashtable.$(OBJEXT) interpolator.$(OBJEXT) \
56         globalvars.$(OBJEXT)
57 libctsupport_a_OBJECTS = $(am_libctsupport_a_OBJECTS)
58 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
59 depcomp = $(SHELL) $(top_srcdir)/depcomp
60 am__depfiles_maybe = depfiles
61 am__mv = mv -f
62 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
63         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
64 CXXLD = $(CXX)
65 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
66         -o $@
67 SOURCES = $(libctsupport_a_SOURCES)
68 DIST_SOURCES = $(libctsupport_a_SOURCES)
69 ETAGS = etags
70 CTAGS = ctags
71 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72 ACLOCAL = @ACLOCAL@
73 AMTAR = @AMTAR@
74 AUTOCONF = @AUTOCONF@
75 AUTOHEADER = @AUTOHEADER@
76 AUTOMAKE = @AUTOMAKE@
77 AWK = @AWK@
78 CC = @CC@
79 CCDEPMODE = @CCDEPMODE@
80 CFLAGS = @CFLAGS@
81 CPP = @CPP@
82 CPPFLAGS = @CPPFLAGS@
83 CXX = @CXX@
84 CXXDEPMODE = @CXXDEPMODE@
85 CXXFLAGS = @CXXFLAGS@
86 CYGPATH_W = @CYGPATH_W@
87 DEFS = @DEFS@
88 DEPDIR = @DEPDIR@
89 ECHO_C = @ECHO_C@
90 ECHO_N = @ECHO_N@
91 ECHO_T = @ECHO_T@
92 EGREP = @EGREP@
93 EXEEXT = @EXEEXT@
94 GREP = @GREP@
95 INSTALL = @INSTALL@
96 INSTALL_DATA = @INSTALL_DATA@
97 INSTALL_PROGRAM = @INSTALL_PROGRAM@
98 INSTALL_SCRIPT = @INSTALL_SCRIPT@
99 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
100 LDFLAGS = @LDFLAGS@
101 LIBOBJS = @LIBOBJS@
102 LIBS = @LIBS@
103 LTLIBOBJS = @LTLIBOBJS@
104 MAINT = @MAINT@
105 MAKEINFO = @MAKEINFO@
106 MKDIR_P = @MKDIR_P@
107 OBJEXT = @OBJEXT@
108 PACKAGE = @PACKAGE@
109 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
110 PACKAGE_NAME = @PACKAGE_NAME@
111 PACKAGE_STRING = @PACKAGE_STRING@
112 PACKAGE_TARNAME = @PACKAGE_TARNAME@
113 PACKAGE_URL = @PACKAGE_URL@
114 PACKAGE_VERSION = @PACKAGE_VERSION@
115 PATH_SEPARATOR = @PATH_SEPARATOR@
116 RANLIB = @RANLIB@
117 SET_MAKE = @SET_MAKE@
118 SHELL = @SHELL@
119 STRIP = @STRIP@
120 VERSION = @VERSION@
121 XMKMF = @XMKMF@
122 X_BASIC_LIBS = @X_BASIC_LIBS@
123 X_CFLAGS = @X_CFLAGS@
124 X_EXTRA_LIBS = @X_EXTRA_LIBS@
125 X_LIBS = @X_LIBS@
126 X_PRE_LIBS = @X_PRE_LIBS@
127 X_TOOLKIT_LIBS = @X_TOOLKIT_LIBS@
128 abs_builddir = @abs_builddir@
129 abs_srcdir = @abs_srcdir@
130 abs_top_builddir = @abs_top_builddir@
131 abs_top_srcdir = @abs_top_srcdir@
132 ac_ct_CC = @ac_ct_CC@
133 ac_ct_CXX = @ac_ct_CXX@
134 am__include = @am__include@
135 am__leading_dot = @am__leading_dot@
136 am__quote = @am__quote@
137 am__tar = @am__tar@
138 am__untar = @am__untar@
139 bindir = @bindir@
140 build = @build@
141 build_alias = @build_alias@
142 build_cpu = @build_cpu@
143 build_os = @build_os@
144 build_vendor = @build_vendor@
145 builddir = @builddir@
146 cgibindir = @cgibindir@
147 cgibinurl = @cgibinurl@
148 cgiprograms = @cgiprograms@
149 ctlibs = @ctlibs@
150 datadir = @datadir@
151 datarootdir = @datarootdir@
152 docdir = @docdir@
153 dvidir = @dvidir@
154 exec_prefix = @exec_prefix@
155 host = @host@
156 host_alias = @host_alias@
157 host_cpu = @host_cpu@
158 host_os = @host_os@
159 host_vendor = @host_vendor@
160 htmldata = @htmldata@
161 htmldir = @htmldir@
162 includedir = @includedir@
163 infodir = @infodir@
164 install_sh = @install_sh@
165 lamdefs = @lamdefs@
166 lamdir = @lamdir@
167 lamprograms = @lamprograms@
168 libdir = @libdir@
169 libexecdir = @libexecdir@
170 localedir = @localedir@
171 localstatedir = @localstatedir@
172 mandir = @mandir@
173 mkdir_p = @mkdir_p@
174 mpienable = @mpienable@
175 my_includes = @my_includes@
176 oldincludedir = @oldincludedir@
177 pdfdir = @pdfdir@
178 prefix = @prefix@
179 program_transform_name = @program_transform_name@
180 psdir = @psdir@
181 sbindir = @sbindir@
182 sharedstatedir = @sharedstatedir@
183 srcdir = @srcdir@
184 sysconfdir = @sysconfdir@
185 target_alias = @target_alias@
186 top_build_prefix = @top_build_prefix@
187 top_builddir = @top_builddir@
188 top_srcdir = @top_srcdir@
189 webdatadir = @webdatadir@
190 webdataurl = @webdataurl@
191 webenabled = @webenabled@
192 wxcflags = @wxcflags@
193 wxconfig = @wxconfig@
194 wxlibs = @wxlibs@
195 noinst_LIBRARIES = libctsupport.a
196 INCLUDES = @my_includes@
197 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
198 EXTRA_DIST = Makefile.nt
199 all: all-am
200
201 .SUFFIXES:
202 .SUFFIXES: .cpp .o .obj
203 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
204         @for dep in $?; do \
205           case '$(am__configure_deps)' in \
206             *$$dep*) \
207               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
208                 && { if test -f $@; then exit 0; else break; fi; }; \
209               exit 1;; \
210           esac; \
211         done; \
212         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libctsupport/Makefile'; \
213         $(am__cd) $(top_srcdir) && \
214           $(AUTOMAKE) --gnu libctsupport/Makefile
215 .PRECIOUS: Makefile
216 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
217         @case '$?' in \
218           *config.status*) \
219             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
220           *) \
221             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
222             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
223         esac;
224
225 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
226         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227
228 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
229         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
231         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232 $(am__aclocal_m4_deps):
233
234 clean-noinstLIBRARIES:
235         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
236 libctsupport.a: $(libctsupport_a_OBJECTS) $(libctsupport_a_DEPENDENCIES) 
237         -rm -f libctsupport.a
238         $(libctsupport_a_AR) libctsupport.a $(libctsupport_a_OBJECTS) $(libctsupport_a_LIBADD)
239         $(RANLIB) libctsupport.a
240
241 mostlyclean-compile:
242         -rm -f *.$(OBJEXT)
243
244 distclean-compile:
245         -rm -f *.tab.c
246
247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clip.Po@am__quote@
248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/consoleio.Po@am__quote@
249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnetorderstream.Po@am__quote@
250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/globalvars.Po@am__quote@
251 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashtable.Po@am__quote@
252 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interpolator.Po@am__quote@
253 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mathfuncs.Po@am__quote@
254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plotfile.Po@am__quote@
255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strfuncs.Po@am__quote@
256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syserror.Po@am__quote@
257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xform.Po@am__quote@
258
259 .cpp.o:
260 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
261 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
262 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
263 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
265
266 .cpp.obj:
267 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
268 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
269 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
270 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
271 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
272
273 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
274         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
275         unique=`for i in $$list; do \
276             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
277           done | \
278           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
279               END { if (nonempty) { for (i in files) print i; }; }'`; \
280         mkid -fID $$unique
281 tags: TAGS
282
283 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
284                 $(TAGS_FILES) $(LISP)
285         set x; \
286         here=`pwd`; \
287         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
288         unique=`for i in $$list; do \
289             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290           done | \
291           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
292               END { if (nonempty) { for (i in files) print i; }; }'`; \
293         shift; \
294         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
295           test -n "$$unique" || unique=$$empty_fix; \
296           if test $$# -gt 0; then \
297             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
298               "$$@" $$unique; \
299           else \
300             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
301               $$unique; \
302           fi; \
303         fi
304 ctags: CTAGS
305 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
306                 $(TAGS_FILES) $(LISP)
307         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
308         unique=`for i in $$list; do \
309             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310           done | \
311           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
312               END { if (nonempty) { for (i in files) print i; }; }'`; \
313         test -z "$(CTAGS_ARGS)$$unique" \
314           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
315              $$unique
316
317 GTAGS:
318         here=`$(am__cd) $(top_builddir) && pwd` \
319           && $(am__cd) $(top_srcdir) \
320           && gtags -i $(GTAGS_ARGS) "$$here"
321
322 distclean-tags:
323         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
324
325 distdir: $(DISTFILES)
326         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
327         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
328         list='$(DISTFILES)'; \
329           dist_files=`for file in $$list; do echo $$file; done | \
330           sed -e "s|^$$srcdirstrip/||;t" \
331               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
332         case $$dist_files in \
333           */*) $(MKDIR_P) `echo "$$dist_files" | \
334                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
335                            sort -u` ;; \
336         esac; \
337         for file in $$dist_files; do \
338           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
339           if test -d $$d/$$file; then \
340             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
341             if test -d "$(distdir)/$$file"; then \
342               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
343             fi; \
344             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
345               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
346               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
347             fi; \
348             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
349           else \
350             test -f "$(distdir)/$$file" \
351             || cp -p $$d/$$file "$(distdir)/$$file" \
352             || exit 1; \
353           fi; \
354         done
355 check-am: all-am
356 check: check-am
357 all-am: Makefile $(LIBRARIES)
358 installdirs:
359 install: install-am
360 install-exec: install-exec-am
361 install-data: install-data-am
362 uninstall: uninstall-am
363
364 install-am: all-am
365         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
366
367 installcheck: installcheck-am
368 install-strip:
369         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
370           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
371           `test -z '$(STRIP)' || \
372             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
373 mostlyclean-generic:
374
375 clean-generic:
376
377 distclean-generic:
378         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
379         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
380
381 maintainer-clean-generic:
382         @echo "This command is intended for maintainers to use"
383         @echo "it deletes files that may require special tools to rebuild."
384 clean: clean-am
385
386 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
387
388 distclean: distclean-am
389         -rm -rf ./$(DEPDIR)
390         -rm -f Makefile
391 distclean-am: clean-am distclean-compile distclean-generic \
392         distclean-tags
393
394 dvi: dvi-am
395
396 dvi-am:
397
398 html: html-am
399
400 html-am:
401
402 info: info-am
403
404 info-am:
405
406 install-data-am:
407
408 install-dvi: install-dvi-am
409
410 install-dvi-am:
411
412 install-exec-am:
413
414 install-html: install-html-am
415
416 install-html-am:
417
418 install-info: install-info-am
419
420 install-info-am:
421
422 install-man:
423
424 install-pdf: install-pdf-am
425
426 install-pdf-am:
427
428 install-ps: install-ps-am
429
430 install-ps-am:
431
432 installcheck-am:
433
434 maintainer-clean: maintainer-clean-am
435         -rm -rf ./$(DEPDIR)
436         -rm -f Makefile
437 maintainer-clean-am: distclean-am maintainer-clean-generic
438
439 mostlyclean: mostlyclean-am
440
441 mostlyclean-am: mostlyclean-compile mostlyclean-generic
442
443 pdf: pdf-am
444
445 pdf-am:
446
447 ps: ps-am
448
449 ps-am:
450
451 uninstall-am:
452
453 .MAKE: install-am install-strip
454
455 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
456         clean-noinstLIBRARIES ctags distclean distclean-compile \
457         distclean-generic distclean-tags distdir dvi dvi-am html \
458         html-am info info-am install install-am install-data \
459         install-data-am install-dvi install-dvi-am install-exec \
460         install-exec-am install-html install-html-am install-info \
461         install-info-am install-man install-pdf install-pdf-am \
462         install-ps install-ps-am install-strip installcheck \
463         installcheck-am installdirs maintainer-clean \
464         maintainer-clean-generic mostlyclean mostlyclean-compile \
465         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
466         uninstall-am
467
468
469 # Tell versions [3.59,3.63) of GNU make to not export all variables.
470 # Otherwise a system limit (for SysV at least) may be exceeded.
471 .NOEXPORT: