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