1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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#
18# Copyright (C) Mellanox Technologies Ltd. 2001-2014.  ALL RIGHTS RESERVED.
19# Copyright (C) The University of Tennessee and the University of Tennessee Research Foundation. 2016. ALL RIGHTS RESERVED.
20#
21# See file LICENSE for terms.
22#
23
24
25VPATH = @srcdir@
26am__is_gnu_make = { \
27  if test -z '$(MAKELEVEL)'; then \
28    false; \
29  elif test -n '$(MAKE_HOST)'; then \
30    true; \
31  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
32    true; \
33  else \
34    false; \
35  fi; \
36}
37am__make_running_with_option = \
38  case $${target_option-} in \
39      ?) ;; \
40      *) echo "am__make_running_with_option: internal error: invalid" \
41              "target option '$${target_option-}' specified" >&2; \
42         exit 1;; \
43  esac; \
44  has_opt=no; \
45  sane_makeflags=$$MAKEFLAGS; \
46  if $(am__is_gnu_make); then \
47    sane_makeflags=$$MFLAGS; \
48  else \
49    case $$MAKEFLAGS in \
50      *\\[\ \	]*) \
51        bs=\\; \
52        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
53          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
54    esac; \
55  fi; \
56  skip_next=no; \
57  strip_trailopt () \
58  { \
59    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
60  }; \
61  for flg in $$sane_makeflags; do \
62    test $$skip_next = yes && { skip_next=no; continue; }; \
63    case $$flg in \
64      *=*|--*) continue;; \
65        -*I) strip_trailopt 'I'; skip_next=yes;; \
66      -*I?*) strip_trailopt 'I';; \
67        -*O) strip_trailopt 'O'; skip_next=yes;; \
68      -*O?*) strip_trailopt 'O';; \
69        -*l) strip_trailopt 'l'; skip_next=yes;; \
70      -*l?*) strip_trailopt 'l';; \
71      -[dEDm]) skip_next=yes;; \
72      -[JT]) skip_next=yes;; \
73    esac; \
74    case $$flg in \
75      *$$target_option*) has_opt=yes; break;; \
76    esac; \
77  done; \
78  test $$has_opt = yes
79am__make_dryrun = (target_option=n; $(am__make_running_with_option))
80am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
81pkgdatadir = $(datadir)/@PACKAGE@
82pkgincludedir = $(includedir)/@PACKAGE@
83pkglibdir = $(libdir)/@PACKAGE@
84pkglibexecdir = $(libexecdir)/@PACKAGE@
85am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
86install_sh_DATA = $(install_sh) -c -m 644
87install_sh_PROGRAM = $(install_sh) -c
88install_sh_SCRIPT = $(install_sh) -c
89INSTALL_HEADER = $(INSTALL_DATA)
90transform = $(program_transform_name)
91NORMAL_INSTALL = :
92PRE_INSTALL = :
93POST_INSTALL = :
94NORMAL_UNINSTALL = :
95PRE_UNINSTALL = :
96POST_UNINSTALL = :
97build_triplet = @build@
98host_triplet = @host@
99@EMBEDDED_FALSE@bin_PROGRAMS = ucx_info$(EXEEXT)
100@HAVE_IB_TRUE@am__append_1 = $(IBVERBS_CPPFLAGS)
101@HAVE_CRAY_UGNI_TRUE@am__append_2 = $(CRAY_UGNI_CFLAGS)
102subdir = src/tools/info
103ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
104am__aclocal_m4_deps = $(top_srcdir)/config/m4/gtest.m4 \
105	$(top_srcdir)/config/m4/libtool.m4 \
106	$(top_srcdir)/config/m4/ltoptions.m4 \
107	$(top_srcdir)/config/m4/ltsugar.m4 \
108	$(top_srcdir)/config/m4/ltversion.m4 \
109	$(top_srcdir)/config/m4/lt~obsolete.m4 \
110	$(top_srcdir)/config/m4/ax_prog_doxygen.m4 \
111	$(top_srcdir)/config/m4/graphviz.m4 \
112	$(top_srcdir)/config/m4/ucg.m4 \
113	$(top_srcdir)/src/ucg/configure.m4 \
114	$(top_srcdir)/src/ucg/base/configure.m4 \
115	$(top_srcdir)/src/ucg/builtin/configure.m4 \
116	$(top_srcdir)/config/m4/compiler.m4 \
117	$(top_srcdir)/config/m4/sysdep.m4 \
118	$(top_srcdir)/config/m4/ucs.m4 $(top_srcdir)/config/m4/ucm.m4 \
119	$(top_srcdir)/config/m4/mpi.m4 $(top_srcdir)/config/m4/rte.m4 \
120	$(top_srcdir)/config/m4/java.m4 \
121	$(top_srcdir)/config/m4/cuda.m4 \
122	$(top_srcdir)/config/m4/rocm.m4 \
123	$(top_srcdir)/config/m4/gdrcopy.m4 \
124	$(top_srcdir)/src/ucm/configure.m4 \
125	$(top_srcdir)/src/ucm/cuda/configure.m4 \
126	$(top_srcdir)/src/ucm/rocm/configure.m4 \
127	$(top_srcdir)/src/uct/configure.m4 \
128	$(top_srcdir)/src/uct/cuda/configure.m4 \
129	$(top_srcdir)/src/uct/cuda/gdr_copy/configure.m4 \
130	$(top_srcdir)/src/uct/ib/configure.m4 \
131	$(top_srcdir)/src/uct/ib/cm/configure.m4 \
132	$(top_srcdir)/src/uct/ib/rdmacm/configure.m4 \
133	$(top_srcdir)/src/uct/rocm/configure.m4 \
134	$(top_srcdir)/src/uct/rocm/gdr/configure.m4 \
135	$(top_srcdir)/src/uct/sm/configure.m4 \
136	$(top_srcdir)/src/uct/sm/scopy/configure.m4 \
137	$(top_srcdir)/src/uct/sm/scopy/cma/configure.m4 \
138	$(top_srcdir)/src/uct/sm/scopy/knem/configure.m4 \
139	$(top_srcdir)/src/uct/sm/mm/configure.m4 \
140	$(top_srcdir)/src/uct/sm/mm/xpmem/configure.m4 \
141	$(top_srcdir)/src/uct/ugni/configure.m4 \
142	$(top_srcdir)/src/tools/perf/configure.m4 \
143	$(top_srcdir)/src/tools/perf/lib/configure.m4 \
144	$(top_srcdir)/src/tools/perf/cuda/configure.m4 \
145	$(top_srcdir)/src/tools/perf/rocm/configure.m4 \
146	$(top_srcdir)/test/gtest/configure.m4 \
147	$(top_srcdir)/test/gtest/ucm/test_dlopen/configure.m4 \
148	$(top_srcdir)/test/gtest/ucm/test_dlopen/rpath-subdir/configure.m4 \
149	$(top_srcdir)/test/gtest/ucs/test_module/configure.m4 \
150	$(top_srcdir)/configure.ac
151am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
152	$(ACLOCAL_M4)
153DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
154	$(am__DIST_COMMON)
155mkinstalldirs = $(install_sh) -d
156CONFIG_HEADER = $(top_builddir)/config.h
157CONFIG_CLEAN_FILES =
158CONFIG_CLEAN_VPATH_FILES =
159am__installdirs = "$(DESTDIR)$(bindir)"
160PROGRAMS = $(bin_PROGRAMS)
161am_ucx_info_OBJECTS = ucx_info-build_info.$(OBJEXT) \
162	ucx_info-proto_info.$(OBJEXT) ucx_info-sys_info.$(OBJEXT) \
163	ucx_info-tl_info.$(OBJEXT) ucx_info-type_info.$(OBJEXT) \
164	ucx_info-ucx_info.$(OBJEXT)
165nodist_ucx_info_OBJECTS =
166ucx_info_OBJECTS = $(am_ucx_info_OBJECTS) $(nodist_ucx_info_OBJECTS)
167ucx_info_DEPENDENCIES = $(abs_top_builddir)/src/uct/libuct.la \
168	$(abs_top_builddir)/src/ucp/libucp.la \
169	$(abs_top_builddir)/src/ucs/libucs.la \
170	$(abs_top_builddir)/src/ucm/libucm.la
171AM_V_lt = $(am__v_lt_@AM_V@)
172am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
173am__v_lt_0 = --silent
174am__v_lt_1 =
175ucx_info_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
176	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(ucx_info_CFLAGS) \
177	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
178AM_V_P = $(am__v_P_@AM_V@)
179am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
180am__v_P_0 = false
181am__v_P_1 = :
182AM_V_GEN = $(am__v_GEN_@AM_V@)
183am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
184am__v_GEN_0 = @echo "  GEN     " $@;
185am__v_GEN_1 =
186AM_V_at = $(am__v_at_@AM_V@)
187am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
188am__v_at_0 = @
189am__v_at_1 =
190DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
191depcomp = $(SHELL) $(top_srcdir)/depcomp
192am__depfiles_maybe = depfiles
193am__mv = mv -f
194COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
195	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
196LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
197	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
198	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
199	$(AM_CFLAGS) $(CFLAGS)
200AM_V_CC = $(am__v_CC_@AM_V@)
201am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
202am__v_CC_0 = @echo "  CC      " $@;
203am__v_CC_1 =
204CCLD = $(CC)
205LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
206	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
207	$(AM_LDFLAGS) $(LDFLAGS) -o $@
208AM_V_CCLD = $(am__v_CCLD_@AM_V@)
209am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
210am__v_CCLD_0 = @echo "  CCLD    " $@;
211am__v_CCLD_1 =
212SOURCES = $(ucx_info_SOURCES) $(nodist_ucx_info_SOURCES)
213DIST_SOURCES = $(ucx_info_SOURCES)
214am__can_run_installinfo = \
215  case $$AM_UPDATE_INFO_DIR in \
216    n|no|NO) false;; \
217    *) (install-info --version) >/dev/null 2>&1;; \
218  esac
219HEADERS = $(noinst_HEADERS)
220am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
221# Read a list of newline-separated strings from the standard input,
222# and print each of them once, without duplicates.  Input order is
223# *not* preserved.
224am__uniquify_input = $(AWK) '\
225  BEGIN { nonempty = 0; } \
226  { items[$$0] = 1; nonempty = 1; } \
227  END { if (nonempty) { for (i in items) print i; }; } \
228'
229# Make sure the list of sources is unique.  This is necessary because,
230# e.g., the same source file might be shared among _SOURCES variables
231# for different programs/libraries.
232am__define_uniq_tagged_files = \
233  list='$(am__tagged_files)'; \
234  unique=`for i in $$list; do \
235    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
236  done | $(am__uniquify_input)`
237ETAGS = etags
238CTAGS = ctags
239am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
240DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
241ACLOCAL = @ACLOCAL@
242ALLOCA = @ALLOCA@
243AMTAR = @AMTAR@
244AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
245AR = @AR@
246AUTOCONF = @AUTOCONF@
247AUTOHEADER = @AUTOHEADER@
248AUTOMAKE = @AUTOMAKE@
249AWK = @AWK@
250BASE_CFLAGS = @BASE_CFLAGS@
251BASE_CPPFLAGS = @BASE_CPPFLAGS@
252BASE_CXXFLAGS = @BASE_CXXFLAGS@
253CC = @CC@
254CCAS = @CCAS@
255CCASDEPMODE = @CCASDEPMODE@
256CCASFLAGS = @CCASFLAGS@
257CCDEPMODE = @CCDEPMODE@
258CFLAGS = @CFLAGS@
259CFLAGS_NO_DEPRECATED = @CFLAGS_NO_DEPRECATED@
260CFLAGS_PEDANTIC = @CFLAGS_PEDANTIC@
261CPP = @CPP@
262CPPFLAGS = @CPPFLAGS@
263CRAY_UGNI_CFLAGS = @CRAY_UGNI_CFLAGS@
264CRAY_UGNI_LIBS = @CRAY_UGNI_LIBS@
265CUDA_CPPFLAGS = @CUDA_CPPFLAGS@
266CUDA_LDFLAGS = @CUDA_LDFLAGS@
267CXX = @CXX@
268CXX11FLAGS = @CXX11FLAGS@
269CXXCPP = @CXXCPP@
270CXXDEPMODE = @CXXDEPMODE@
271CXXFLAGS = @CXXFLAGS@
272CYGPATH_W = @CYGPATH_W@
273DEFS = @DEFS@
274DEPDIR = @DEPDIR@
275DLLTOOL = @DLLTOOL@
276DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
277DSYMUTIL = @DSYMUTIL@
278DUMPBIN = @DUMPBIN@
279DX_BIBTEX = @DX_BIBTEX@
280DX_CONFIG = @DX_CONFIG@
281DX_DOCDIR = @DX_DOCDIR@
282DX_DOT = @DX_DOT@
283DX_DOXYGEN = @DX_DOXYGEN@
284DX_DVIPS = @DX_DVIPS@
285DX_EGREP = @DX_EGREP@
286DX_ENV = @DX_ENV@
287DX_FLAG_chi = @DX_FLAG_chi@
288DX_FLAG_chm = @DX_FLAG_chm@
289DX_FLAG_doc = @DX_FLAG_doc@
290DX_FLAG_dot = @DX_FLAG_dot@
291DX_FLAG_html = @DX_FLAG_html@
292DX_FLAG_man = @DX_FLAG_man@
293DX_FLAG_pdf = @DX_FLAG_pdf@
294DX_FLAG_ps = @DX_FLAG_ps@
295DX_FLAG_rtf = @DX_FLAG_rtf@
296DX_FLAG_xml = @DX_FLAG_xml@
297DX_HHC = @DX_HHC@
298DX_LATEX = @DX_LATEX@
299DX_MAKEINDEX = @DX_MAKEINDEX@
300DX_PDFLATEX = @DX_PDFLATEX@
301DX_PERL = @DX_PERL@
302DX_PROJECT = @DX_PROJECT@
303ECHO_C = @ECHO_C@
304ECHO_N = @ECHO_N@
305ECHO_T = @ECHO_T@
306EGREP = @EGREP@
307EXEEXT = @EXEEXT@
308FGREP = @FGREP@
309GDR_COPY_CPPFLAGS = @GDR_COPY_CPPFLAGS@
310GDR_COPY_LDFLAGS = @GDR_COPY_LDFLAGS@
311GITBIN = @GITBIN@
312GRAPHVIZ_DOT = @GRAPHVIZ_DOT@
313GREP = @GREP@
314GTEST_CXXFLAGS = @GTEST_CXXFLAGS@
315HIP_CPPFLAGS = @HIP_CPPFLAGS@
316HIP_CXXFLAGS = @HIP_CXXFLAGS@
317HIP_LDFLAGS = @HIP_LDFLAGS@
318HIP_LIBS = @HIP_LIBS@
319IBCM_LIBS = @IBCM_LIBS@
320IBVERBS_CFLAGS = @IBVERBS_CFLAGS@
321IBVERBS_CPPFLAGS = @IBVERBS_CPPFLAGS@
322IBVERBS_DIR = @IBVERBS_DIR@
323IBVERBS_LDFLAGS = @IBVERBS_LDFLAGS@
324INSTALL = @INSTALL@
325INSTALL_DATA = @INSTALL_DATA@
326INSTALL_PROGRAM = @INSTALL_PROGRAM@
327INSTALL_SCRIPT = @INSTALL_SCRIPT@
328INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
329JAVABIN = @JAVABIN@
330JDK = @JDK@
331KNEM_CPPFLAGS = @KNEM_CPPFLAGS@
332LD = @LD@
333LDFLAGS = @LDFLAGS@
334LIBM = @LIBM@
335LIBOBJS = @LIBOBJS@
336LIBS = @LIBS@
337LIBTOOL = @LIBTOOL@
338LIB_MLX5 = @LIB_MLX5@
339LIPO = @LIPO@
340LN_RS = @LN_RS@
341LN_S = @LN_S@
342LTLIBOBJS = @LTLIBOBJS@
343LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
344MAINT = @MAINT@
345MAJOR_VERSION = @MAJOR_VERSION@
346MAKEINFO = @MAKEINFO@
347MANIFEST_TOOL = @MANIFEST_TOOL@
348MINOR_VERSION = @MINOR_VERSION@
349MKDIR_P = @MKDIR_P@
350MPICC = @MPICC@
351MPIRUN = @MPIRUN@
352MVN = @MVN@
353MVNBIN = @MVNBIN@
354NM = @NM@
355NMEDIT = @NMEDIT@
356NUMA_LIBS = @NUMA_LIBS@
357OBJDUMP = @OBJDUMP@
358OBJEXT = @OBJEXT@
359OPENMP_CFLAGS = @OPENMP_CFLAGS@
360OTOOL = @OTOOL@
361OTOOL64 = @OTOOL64@
362PACKAGE = @PACKAGE@
363PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
364PACKAGE_NAME = @PACKAGE_NAME@
365PACKAGE_STRING = @PACKAGE_STRING@
366PACKAGE_TARNAME = @PACKAGE_TARNAME@
367PACKAGE_URL = @PACKAGE_URL@
368PACKAGE_VERSION = @PACKAGE_VERSION@
369PATCH_VERSION = @PATCH_VERSION@
370PATH_SEPARATOR = @PATH_SEPARATOR@
371PERF_LIB_CXXFLAGS = @PERF_LIB_CXXFLAGS@
372PKG_CONFIG = @PKG_CONFIG@
373RANLIB = @RANLIB@
374RDMACM_CPPFLAGS = @RDMACM_CPPFLAGS@
375RDMACM_LDFLAGS = @RDMACM_LDFLAGS@
376RDMACM_LIBS = @RDMACM_LIBS@
377READLINK = @READLINK@
378ROCM_CPPFLAGS = @ROCM_CPPFLAGS@
379ROCM_LDFLAGS = @ROCM_LDFLAGS@
380ROCM_LIBS = @ROCM_LIBS@
381ROCM_ROOT = @ROCM_ROOT@
382RTE_CPPFLAGS = @RTE_CPPFLAGS@
383RTE_LDFLAGS = @RTE_LDFLAGS@
384SCM_BRANCH = @SCM_BRANCH@
385SCM_VERSION = @SCM_VERSION@
386SED = @SED@
387SET_MAKE = @SET_MAKE@
388SHELL = @SHELL@
389SOVERSION = @SOVERSION@
390STRIP = @STRIP@
391UCG_SUBDIR = @UCG_SUBDIR@
392UCM_MODULE_LDFLAGS = @UCM_MODULE_LDFLAGS@
393UCX_PERFTEST_CC = @UCX_PERFTEST_CC@
394VALGRIND_LIBPATH = @VALGRIND_LIBPATH@
395VERSION = @VERSION@
396XPMEM_CFLAGS = @XPMEM_CFLAGS@
397XPMEM_LIBS = @XPMEM_LIBS@
398abs_builddir = @abs_builddir@
399abs_srcdir = @abs_srcdir@
400abs_top_builddir = @abs_top_builddir@
401abs_top_srcdir = @abs_top_srcdir@
402ac_ct_AR = @ac_ct_AR@
403ac_ct_CC = @ac_ct_CC@
404ac_ct_CXX = @ac_ct_CXX@
405ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
406am__include = @am__include@
407am__leading_dot = @am__leading_dot@
408am__quote = @am__quote@
409am__tar = @am__tar@
410am__untar = @am__untar@
411bindir = @bindir@
412build = @build@
413build_alias = @build_alias@
414build_bindings = @build_bindings@
415build_cpu = @build_cpu@
416build_modules = @build_modules@
417build_os = @build_os@
418build_vendor = @build_vendor@
419builddir = @builddir@
420datadir = @datadir@
421datarootdir = @datarootdir@
422docdir = @docdir@
423dvidir = @dvidir@
424exec_prefix = @exec_prefix@
425host = @host@
426host_alias = @host_alias@
427host_cpu = @host_cpu@
428host_os = @host_os@
429host_vendor = @host_vendor@
430htmldir = @htmldir@
431includedir = @includedir@
432infodir = @infodir@
433install_sh = @install_sh@
434libdir = @libdir@
435libexecdir = @libexecdir@
436localedir = @localedir@
437localmoduledir = @localmoduledir@
438localstatedir = @localstatedir@
439mandir = @mandir@
440mkdir_p = @mkdir_p@
441moduledir = @moduledir@
442modulesubdir = @modulesubdir@
443objdir = @objdir@
444oldincludedir = @oldincludedir@
445pdfdir = @pdfdir@
446prefix = @prefix@
447program_transform_name = @program_transform_name@
448psdir = @psdir@
449sbindir = @sbindir@
450sharedstatedir = @sharedstatedir@
451shrext = @shrext@
452srcdir = @srcdir@
453sysconfdir = @sysconfdir@
454target_alias = @target_alias@
455top_build_prefix = @top_build_prefix@
456top_builddir = @top_builddir@
457top_srcdir = @top_srcdir@
458top_top_srcdir = @top_top_srcdir@
459BUILT_SOURCES = build_config.h
460DISTCLEANFILES = build_config.h
461ucx_info_CPPFLAGS = $(BASE_CPPFLAGS) $(am__append_1)
462ucx_info_CFLAGS = $(BASE_CFLAGS) $(am__append_2)
463ucx_info_SOURCES = \
464	build_info.c \
465	proto_info.c \
466	sys_info.c \
467	tl_info.c \
468	type_info.c \
469	ucx_info.c
470
471noinst_HEADERS = \
472	ucx_info.h
473
474nodist_ucx_info_SOURCES = \
475	build_config.h
476
477ucx_info_LDADD = \
478    $(abs_top_builddir)/src/uct/libuct.la \
479    $(abs_top_builddir)/src/ucp/libucp.la \
480    $(abs_top_builddir)/src/ucs/libucs.la \
481    $(abs_top_builddir)/src/ucm/libucm.la
482
483all: $(BUILT_SOURCES)
484	$(MAKE) $(AM_MAKEFLAGS) all-am
485
486.SUFFIXES:
487.SUFFIXES: .c .lo .o .obj
488$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
489	@for dep in $?; do \
490	  case '$(am__configure_deps)' in \
491	    *$$dep*) \
492	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
493	        && { if test -f $@; then exit 0; else break; fi; }; \
494	      exit 1;; \
495	  esac; \
496	done; \
497	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tools/info/Makefile'; \
498	$(am__cd) $(top_srcdir) && \
499	  $(AUTOMAKE) --foreign src/tools/info/Makefile
500Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
501	@case '$?' in \
502	  *config.status*) \
503	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
504	  *) \
505	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
506	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
507	esac;
508
509$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
510	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
511
512$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
513	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
514$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
515	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
516$(am__aclocal_m4_deps):
517install-binPROGRAMS: $(bin_PROGRAMS)
518	@$(NORMAL_INSTALL)
519	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
520	if test -n "$$list"; then \
521	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
522	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
523	fi; \
524	for p in $$list; do echo "$$p $$p"; done | \
525	sed 's/$(EXEEXT)$$//' | \
526	while read p p1; do if test -f $$p \
527	 || test -f $$p1 \
528	  ; then echo "$$p"; echo "$$p"; else :; fi; \
529	done | \
530	sed -e 'p;s,.*/,,;n;h' \
531	    -e 's|.*|.|' \
532	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
533	sed 'N;N;N;s,\n, ,g' | \
534	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
535	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
536	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
537	    else { print "f", $$3 "/" $$4, $$1; } } \
538	  END { for (d in files) print "f", d, files[d] }' | \
539	while read type dir files; do \
540	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
541	    test -z "$$files" || { \
542	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
543	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
544	    } \
545	; done
546
547uninstall-binPROGRAMS:
548	@$(NORMAL_UNINSTALL)
549	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
550	files=`for p in $$list; do echo "$$p"; done | \
551	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
552	      -e 's/$$/$(EXEEXT)/' \
553	`; \
554	test -n "$$list" || exit 0; \
555	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
556	cd "$(DESTDIR)$(bindir)" && rm -f $$files
557
558clean-binPROGRAMS:
559	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
560	echo " rm -f" $$list; \
561	rm -f $$list || exit $$?; \
562	test -n "$(EXEEXT)" || exit 0; \
563	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
564	echo " rm -f" $$list; \
565	rm -f $$list
566
567ucx_info$(EXEEXT): $(ucx_info_OBJECTS) $(ucx_info_DEPENDENCIES) $(EXTRA_ucx_info_DEPENDENCIES)
568	@rm -f ucx_info$(EXEEXT)
569	$(AM_V_CCLD)$(ucx_info_LINK) $(ucx_info_OBJECTS) $(ucx_info_LDADD) $(LIBS)
570
571mostlyclean-compile:
572	-rm -f *.$(OBJEXT)
573
574distclean-compile:
575	-rm -f *.tab.c
576
577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ucx_info-build_info.Po@am__quote@
578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ucx_info-proto_info.Po@am__quote@
579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ucx_info-sys_info.Po@am__quote@
580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ucx_info-tl_info.Po@am__quote@
581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ucx_info-type_info.Po@am__quote@
582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ucx_info-ucx_info.Po@am__quote@
583
584.c.o:
585@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
586@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
587@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
588@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
589@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
590@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
591
592.c.obj:
593@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
594@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
595@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
596@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
597@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
599
600.c.lo:
601@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
602@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
603@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
604@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
605@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
606@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
607
608ucx_info-build_info.o: build_info.c
609@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -MT ucx_info-build_info.o -MD -MP -MF $(DEPDIR)/ucx_info-build_info.Tpo -c -o ucx_info-build_info.o `test -f 'build_info.c' || echo '$(srcdir)/'`build_info.c
610@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ucx_info-build_info.Tpo $(DEPDIR)/ucx_info-build_info.Po
611@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='build_info.c' object='ucx_info-build_info.o' libtool=no @AMDEPBACKSLASH@
612@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
613@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -c -o ucx_info-build_info.o `test -f 'build_info.c' || echo '$(srcdir)/'`build_info.c
614
615ucx_info-build_info.obj: build_info.c
616@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -MT ucx_info-build_info.obj -MD -MP -MF $(DEPDIR)/ucx_info-build_info.Tpo -c -o ucx_info-build_info.obj `if test -f 'build_info.c'; then $(CYGPATH_W) 'build_info.c'; else $(CYGPATH_W) '$(srcdir)/build_info.c'; fi`
617@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ucx_info-build_info.Tpo $(DEPDIR)/ucx_info-build_info.Po
618@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='build_info.c' object='ucx_info-build_info.obj' libtool=no @AMDEPBACKSLASH@
619@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
620@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -c -o ucx_info-build_info.obj `if test -f 'build_info.c'; then $(CYGPATH_W) 'build_info.c'; else $(CYGPATH_W) '$(srcdir)/build_info.c'; fi`
621
622ucx_info-proto_info.o: proto_info.c
623@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -MT ucx_info-proto_info.o -MD -MP -MF $(DEPDIR)/ucx_info-proto_info.Tpo -c -o ucx_info-proto_info.o `test -f 'proto_info.c' || echo '$(srcdir)/'`proto_info.c
624@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ucx_info-proto_info.Tpo $(DEPDIR)/ucx_info-proto_info.Po
625@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='proto_info.c' object='ucx_info-proto_info.o' libtool=no @AMDEPBACKSLASH@
626@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
627@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -c -o ucx_info-proto_info.o `test -f 'proto_info.c' || echo '$(srcdir)/'`proto_info.c
628
629ucx_info-proto_info.obj: proto_info.c
630@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -MT ucx_info-proto_info.obj -MD -MP -MF $(DEPDIR)/ucx_info-proto_info.Tpo -c -o ucx_info-proto_info.obj `if test -f 'proto_info.c'; then $(CYGPATH_W) 'proto_info.c'; else $(CYGPATH_W) '$(srcdir)/proto_info.c'; fi`
631@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ucx_info-proto_info.Tpo $(DEPDIR)/ucx_info-proto_info.Po
632@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='proto_info.c' object='ucx_info-proto_info.obj' libtool=no @AMDEPBACKSLASH@
633@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
634@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -c -o ucx_info-proto_info.obj `if test -f 'proto_info.c'; then $(CYGPATH_W) 'proto_info.c'; else $(CYGPATH_W) '$(srcdir)/proto_info.c'; fi`
635
636ucx_info-sys_info.o: sys_info.c
637@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -MT ucx_info-sys_info.o -MD -MP -MF $(DEPDIR)/ucx_info-sys_info.Tpo -c -o ucx_info-sys_info.o `test -f 'sys_info.c' || echo '$(srcdir)/'`sys_info.c
638@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ucx_info-sys_info.Tpo $(DEPDIR)/ucx_info-sys_info.Po
639@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sys_info.c' object='ucx_info-sys_info.o' libtool=no @AMDEPBACKSLASH@
640@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
641@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -c -o ucx_info-sys_info.o `test -f 'sys_info.c' || echo '$(srcdir)/'`sys_info.c
642
643ucx_info-sys_info.obj: sys_info.c
644@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -MT ucx_info-sys_info.obj -MD -MP -MF $(DEPDIR)/ucx_info-sys_info.Tpo -c -o ucx_info-sys_info.obj `if test -f 'sys_info.c'; then $(CYGPATH_W) 'sys_info.c'; else $(CYGPATH_W) '$(srcdir)/sys_info.c'; fi`
645@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ucx_info-sys_info.Tpo $(DEPDIR)/ucx_info-sys_info.Po
646@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sys_info.c' object='ucx_info-sys_info.obj' libtool=no @AMDEPBACKSLASH@
647@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
648@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -c -o ucx_info-sys_info.obj `if test -f 'sys_info.c'; then $(CYGPATH_W) 'sys_info.c'; else $(CYGPATH_W) '$(srcdir)/sys_info.c'; fi`
649
650ucx_info-tl_info.o: tl_info.c
651@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -MT ucx_info-tl_info.o -MD -MP -MF $(DEPDIR)/ucx_info-tl_info.Tpo -c -o ucx_info-tl_info.o `test -f 'tl_info.c' || echo '$(srcdir)/'`tl_info.c
652@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ucx_info-tl_info.Tpo $(DEPDIR)/ucx_info-tl_info.Po
653@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tl_info.c' object='ucx_info-tl_info.o' libtool=no @AMDEPBACKSLASH@
654@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
655@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -c -o ucx_info-tl_info.o `test -f 'tl_info.c' || echo '$(srcdir)/'`tl_info.c
656
657ucx_info-tl_info.obj: tl_info.c
658@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -MT ucx_info-tl_info.obj -MD -MP -MF $(DEPDIR)/ucx_info-tl_info.Tpo -c -o ucx_info-tl_info.obj `if test -f 'tl_info.c'; then $(CYGPATH_W) 'tl_info.c'; else $(CYGPATH_W) '$(srcdir)/tl_info.c'; fi`
659@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ucx_info-tl_info.Tpo $(DEPDIR)/ucx_info-tl_info.Po
660@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tl_info.c' object='ucx_info-tl_info.obj' libtool=no @AMDEPBACKSLASH@
661@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
662@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -c -o ucx_info-tl_info.obj `if test -f 'tl_info.c'; then $(CYGPATH_W) 'tl_info.c'; else $(CYGPATH_W) '$(srcdir)/tl_info.c'; fi`
663
664ucx_info-type_info.o: type_info.c
665@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -MT ucx_info-type_info.o -MD -MP -MF $(DEPDIR)/ucx_info-type_info.Tpo -c -o ucx_info-type_info.o `test -f 'type_info.c' || echo '$(srcdir)/'`type_info.c
666@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ucx_info-type_info.Tpo $(DEPDIR)/ucx_info-type_info.Po
667@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='type_info.c' object='ucx_info-type_info.o' libtool=no @AMDEPBACKSLASH@
668@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
669@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -c -o ucx_info-type_info.o `test -f 'type_info.c' || echo '$(srcdir)/'`type_info.c
670
671ucx_info-type_info.obj: type_info.c
672@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -MT ucx_info-type_info.obj -MD -MP -MF $(DEPDIR)/ucx_info-type_info.Tpo -c -o ucx_info-type_info.obj `if test -f 'type_info.c'; then $(CYGPATH_W) 'type_info.c'; else $(CYGPATH_W) '$(srcdir)/type_info.c'; fi`
673@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ucx_info-type_info.Tpo $(DEPDIR)/ucx_info-type_info.Po
674@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='type_info.c' object='ucx_info-type_info.obj' libtool=no @AMDEPBACKSLASH@
675@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
676@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -c -o ucx_info-type_info.obj `if test -f 'type_info.c'; then $(CYGPATH_W) 'type_info.c'; else $(CYGPATH_W) '$(srcdir)/type_info.c'; fi`
677
678ucx_info-ucx_info.o: ucx_info.c
679@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -MT ucx_info-ucx_info.o -MD -MP -MF $(DEPDIR)/ucx_info-ucx_info.Tpo -c -o ucx_info-ucx_info.o `test -f 'ucx_info.c' || echo '$(srcdir)/'`ucx_info.c
680@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ucx_info-ucx_info.Tpo $(DEPDIR)/ucx_info-ucx_info.Po
681@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ucx_info.c' object='ucx_info-ucx_info.o' libtool=no @AMDEPBACKSLASH@
682@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
683@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -c -o ucx_info-ucx_info.o `test -f 'ucx_info.c' || echo '$(srcdir)/'`ucx_info.c
684
685ucx_info-ucx_info.obj: ucx_info.c
686@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -MT ucx_info-ucx_info.obj -MD -MP -MF $(DEPDIR)/ucx_info-ucx_info.Tpo -c -o ucx_info-ucx_info.obj `if test -f 'ucx_info.c'; then $(CYGPATH_W) 'ucx_info.c'; else $(CYGPATH_W) '$(srcdir)/ucx_info.c'; fi`
687@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ucx_info-ucx_info.Tpo $(DEPDIR)/ucx_info-ucx_info.Po
688@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ucx_info.c' object='ucx_info-ucx_info.obj' libtool=no @AMDEPBACKSLASH@
689@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
690@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucx_info_CPPFLAGS) $(CPPFLAGS) $(ucx_info_CFLAGS) $(CFLAGS) -c -o ucx_info-ucx_info.obj `if test -f 'ucx_info.c'; then $(CYGPATH_W) 'ucx_info.c'; else $(CYGPATH_W) '$(srcdir)/ucx_info.c'; fi`
691
692mostlyclean-libtool:
693	-rm -f *.lo
694
695clean-libtool:
696	-rm -rf .libs _libs
697
698ID: $(am__tagged_files)
699	$(am__define_uniq_tagged_files); mkid -fID $$unique
700tags: tags-am
701TAGS: tags
702
703tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
704	set x; \
705	here=`pwd`; \
706	$(am__define_uniq_tagged_files); \
707	shift; \
708	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
709	  test -n "$$unique" || unique=$$empty_fix; \
710	  if test $$# -gt 0; then \
711	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
712	      "$$@" $$unique; \
713	  else \
714	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
715	      $$unique; \
716	  fi; \
717	fi
718ctags: ctags-am
719
720CTAGS: ctags
721ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
722	$(am__define_uniq_tagged_files); \
723	test -z "$(CTAGS_ARGS)$$unique" \
724	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
725	     $$unique
726
727GTAGS:
728	here=`$(am__cd) $(top_builddir) && pwd` \
729	  && $(am__cd) $(top_srcdir) \
730	  && gtags -i $(GTAGS_ARGS) "$$here"
731cscopelist: cscopelist-am
732
733cscopelist-am: $(am__tagged_files)
734	list='$(am__tagged_files)'; \
735	case "$(srcdir)" in \
736	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
737	  *) sdir=$(subdir)/$(srcdir) ;; \
738	esac; \
739	for i in $$list; do \
740	  if test -f "$$i"; then \
741	    echo "$(subdir)/$$i"; \
742	  else \
743	    echo "$$sdir/$$i"; \
744	  fi; \
745	done >> $(top_builddir)/cscope.files
746
747distclean-tags:
748	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
749
750distdir: $(DISTFILES)
751	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
752	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
753	list='$(DISTFILES)'; \
754	  dist_files=`for file in $$list; do echo $$file; done | \
755	  sed -e "s|^$$srcdirstrip/||;t" \
756	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
757	case $$dist_files in \
758	  */*) $(MKDIR_P) `echo "$$dist_files" | \
759			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
760			   sort -u` ;; \
761	esac; \
762	for file in $$dist_files; do \
763	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
764	  if test -d $$d/$$file; then \
765	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
766	    if test -d "$(distdir)/$$file"; then \
767	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
768	    fi; \
769	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
770	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
771	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
772	    fi; \
773	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
774	  else \
775	    test -f "$(distdir)/$$file" \
776	    || cp -p $$d/$$file "$(distdir)/$$file" \
777	    || exit 1; \
778	  fi; \
779	done
780check-am: all-am
781check: $(BUILT_SOURCES)
782	$(MAKE) $(AM_MAKEFLAGS) check-am
783all-am: Makefile $(PROGRAMS) $(HEADERS)
784installdirs:
785	for dir in "$(DESTDIR)$(bindir)"; do \
786	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
787	done
788install: $(BUILT_SOURCES)
789	$(MAKE) $(AM_MAKEFLAGS) install-am
790install-exec: install-exec-am
791install-data: install-data-am
792uninstall: uninstall-am
793
794install-am: all-am
795	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
796
797installcheck: installcheck-am
798install-strip:
799	if test -z '$(STRIP)'; then \
800	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
801	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
802	      install; \
803	else \
804	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
805	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
806	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
807	fi
808mostlyclean-generic:
809
810clean-generic:
811
812distclean-generic:
813	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
814	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
815	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
816
817maintainer-clean-generic:
818	@echo "This command is intended for maintainers to use"
819	@echo "it deletes files that may require special tools to rebuild."
820	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
821clean: clean-am
822
823clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
824
825distclean: distclean-am
826	-rm -rf ./$(DEPDIR)
827	-rm -f Makefile
828distclean-am: clean-am distclean-compile distclean-generic \
829	distclean-tags
830
831dvi: dvi-am
832
833dvi-am:
834
835html: html-am
836
837html-am:
838
839info: info-am
840
841info-am:
842
843install-data-am:
844
845install-dvi: install-dvi-am
846
847install-dvi-am:
848
849install-exec-am: install-binPROGRAMS
850
851install-html: install-html-am
852
853install-html-am:
854
855install-info: install-info-am
856
857install-info-am:
858
859install-man:
860
861install-pdf: install-pdf-am
862
863install-pdf-am:
864
865install-ps: install-ps-am
866
867install-ps-am:
868
869installcheck-am:
870
871maintainer-clean: maintainer-clean-am
872	-rm -rf ./$(DEPDIR)
873	-rm -f Makefile
874maintainer-clean-am: distclean-am maintainer-clean-generic
875
876mostlyclean: mostlyclean-am
877
878mostlyclean-am: mostlyclean-compile mostlyclean-generic \
879	mostlyclean-libtool
880
881pdf: pdf-am
882
883pdf-am:
884
885ps: ps-am
886
887ps-am:
888
889uninstall-am: uninstall-binPROGRAMS
890
891.MAKE: all check install install-am install-strip
892
893.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
894	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
895	ctags ctags-am distclean distclean-compile distclean-generic \
896	distclean-libtool distclean-tags distdir dvi dvi-am html \
897	html-am info info-am install install-am install-binPROGRAMS \
898	install-data install-data-am install-dvi install-dvi-am \
899	install-exec install-exec-am install-html install-html-am \
900	install-info install-info-am install-man install-pdf \
901	install-pdf-am install-ps install-ps-am install-strip \
902	installcheck installcheck-am installdirs maintainer-clean \
903	maintainer-clean-generic mostlyclean mostlyclean-compile \
904	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
905	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
906
907.PRECIOUS: Makefile
908
909
910#
911# Produce a C header file which contains all defined variables from config.h
912#
913build_config.h: $(top_builddir)/config.h Makefile
914	$(SED) -nr 's:\s*#define\s+(\w+)(\s+(\w+)|\s+(".*")|\s*)$$:{"\1", UCS_PP_MAKE_STRING(\3\4)},:p' <$(top_builddir)/config.h >$@
915
916# Tell versions [3.59,3.63) of GNU make to not export all variables.
917# Otherwise a system limit (for SysV at least) may be exceeded.
918.NOEXPORT:
919