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) UT-Battelle, LLC. 2014-2017. ALL RIGHTS RESERVED.
20# Copyright (C) ARM Ltd. 2016-2017.  ALL RIGHTS RESERVED.
21# See file LICENSE for terms.
22#
23
24
25
26VPATH = @srcdir@
27am__is_gnu_make = { \
28  if test -z '$(MAKELEVEL)'; then \
29    false; \
30  elif test -n '$(MAKE_HOST)'; then \
31    true; \
32  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
33    true; \
34  else \
35    false; \
36  fi; \
37}
38am__make_running_with_option = \
39  case $${target_option-} in \
40      ?) ;; \
41      *) echo "am__make_running_with_option: internal error: invalid" \
42              "target option '$${target_option-}' specified" >&2; \
43         exit 1;; \
44  esac; \
45  has_opt=no; \
46  sane_makeflags=$$MAKEFLAGS; \
47  if $(am__is_gnu_make); then \
48    sane_makeflags=$$MFLAGS; \
49  else \
50    case $$MAKEFLAGS in \
51      *\\[\ \	]*) \
52        bs=\\; \
53        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
54          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
55    esac; \
56  fi; \
57  skip_next=no; \
58  strip_trailopt () \
59  { \
60    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
61  }; \
62  for flg in $$sane_makeflags; do \
63    test $$skip_next = yes && { skip_next=no; continue; }; \
64    case $$flg in \
65      *=*|--*) continue;; \
66        -*I) strip_trailopt 'I'; skip_next=yes;; \
67      -*I?*) strip_trailopt 'I';; \
68        -*O) strip_trailopt 'O'; skip_next=yes;; \
69      -*O?*) strip_trailopt 'O';; \
70        -*l) strip_trailopt 'l'; skip_next=yes;; \
71      -*l?*) strip_trailopt 'l';; \
72      -[dEDm]) skip_next=yes;; \
73      -[JT]) skip_next=yes;; \
74    esac; \
75    case $$flg in \
76      *$$target_option*) has_opt=yes; break;; \
77    esac; \
78  done; \
79  test $$has_opt = yes
80am__make_dryrun = (target_option=n; $(am__make_running_with_option))
81am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
82pkgdatadir = $(datadir)/@PACKAGE@
83pkgincludedir = $(includedir)/@PACKAGE@
84pkglibdir = $(libdir)/@PACKAGE@
85pkglibexecdir = $(libexecdir)/@PACKAGE@
86am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
87install_sh_DATA = $(install_sh) -c -m 644
88install_sh_PROGRAM = $(install_sh) -c
89install_sh_SCRIPT = $(install_sh) -c
90INSTALL_HEADER = $(INSTALL_DATA)
91transform = $(program_transform_name)
92NORMAL_INSTALL = :
93PRE_INSTALL = :
94POST_INSTALL = :
95NORMAL_UNINSTALL = :
96PRE_UNINSTALL = :
97POST_UNINSTALL = :
98build_triplet = @build@
99host_triplet = @host@
100bin_PROGRAMS = $(am__EXEEXT_1)
101@HAVE_AARCH64_THUNDERX2_TRUE@am__append_1 = \
102@HAVE_AARCH64_THUNDERX2_TRUE@        arch/aarch64/memcpy_thunderx2.S
103
104@HAVE_STATS_TRUE@am__append_2 = \
105@HAVE_STATS_TRUE@	stats/client_server.c \
106@HAVE_STATS_TRUE@	stats/serialization.c \
107@HAVE_STATS_TRUE@	stats/libstats.c
108
109@HAVE_STATS_TRUE@am__append_3 = ucs_stats_parser
110subdir = src/ucs
111ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112am__aclocal_m4_deps = $(top_srcdir)/config/m4/gtest.m4 \
113	$(top_srcdir)/config/m4/libtool.m4 \
114	$(top_srcdir)/config/m4/ltoptions.m4 \
115	$(top_srcdir)/config/m4/ltsugar.m4 \
116	$(top_srcdir)/config/m4/ltversion.m4 \
117	$(top_srcdir)/config/m4/lt~obsolete.m4 \
118	$(top_srcdir)/config/m4/ax_prog_doxygen.m4 \
119	$(top_srcdir)/config/m4/graphviz.m4 \
120	$(top_srcdir)/config/m4/ucg.m4 \
121	$(top_srcdir)/src/ucg/configure.m4 \
122	$(top_srcdir)/src/ucg/base/configure.m4 \
123	$(top_srcdir)/src/ucg/builtin/configure.m4 \
124	$(top_srcdir)/config/m4/compiler.m4 \
125	$(top_srcdir)/config/m4/sysdep.m4 \
126	$(top_srcdir)/config/m4/ucs.m4 $(top_srcdir)/config/m4/ucm.m4 \
127	$(top_srcdir)/config/m4/mpi.m4 $(top_srcdir)/config/m4/rte.m4 \
128	$(top_srcdir)/config/m4/java.m4 \
129	$(top_srcdir)/config/m4/cuda.m4 \
130	$(top_srcdir)/config/m4/rocm.m4 \
131	$(top_srcdir)/config/m4/gdrcopy.m4 \
132	$(top_srcdir)/src/ucm/configure.m4 \
133	$(top_srcdir)/src/ucm/cuda/configure.m4 \
134	$(top_srcdir)/src/ucm/rocm/configure.m4 \
135	$(top_srcdir)/src/uct/configure.m4 \
136	$(top_srcdir)/src/uct/cuda/configure.m4 \
137	$(top_srcdir)/src/uct/cuda/gdr_copy/configure.m4 \
138	$(top_srcdir)/src/uct/ib/configure.m4 \
139	$(top_srcdir)/src/uct/ib/cm/configure.m4 \
140	$(top_srcdir)/src/uct/ib/rdmacm/configure.m4 \
141	$(top_srcdir)/src/uct/rocm/configure.m4 \
142	$(top_srcdir)/src/uct/rocm/gdr/configure.m4 \
143	$(top_srcdir)/src/uct/sm/configure.m4 \
144	$(top_srcdir)/src/uct/sm/scopy/configure.m4 \
145	$(top_srcdir)/src/uct/sm/scopy/cma/configure.m4 \
146	$(top_srcdir)/src/uct/sm/scopy/knem/configure.m4 \
147	$(top_srcdir)/src/uct/sm/mm/configure.m4 \
148	$(top_srcdir)/src/uct/sm/mm/xpmem/configure.m4 \
149	$(top_srcdir)/src/uct/ugni/configure.m4 \
150	$(top_srcdir)/src/tools/perf/configure.m4 \
151	$(top_srcdir)/src/tools/perf/lib/configure.m4 \
152	$(top_srcdir)/src/tools/perf/cuda/configure.m4 \
153	$(top_srcdir)/src/tools/perf/rocm/configure.m4 \
154	$(top_srcdir)/test/gtest/configure.m4 \
155	$(top_srcdir)/test/gtest/ucm/test_dlopen/configure.m4 \
156	$(top_srcdir)/test/gtest/ucm/test_dlopen/rpath-subdir/configure.m4 \
157	$(top_srcdir)/test/gtest/ucs/test_module/configure.m4 \
158	$(top_srcdir)/configure.ac
159am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
160	$(ACLOCAL_M4)
161DIST_COMMON = $(srcdir)/Makefile.am \
162	$(am__nobase_dist_libucs_la_HEADERS_DIST) $(noinst_HEADERS) \
163	$(am__DIST_COMMON)
164mkinstalldirs = $(install_sh) -d
165CONFIG_HEADER = $(top_builddir)/config.h
166CONFIG_CLEAN_FILES =
167CONFIG_CLEAN_VPATH_FILES =
168am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
169am__vpath_adj = case $$p in \
170    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
171    *) f=$$p;; \
172  esac;
173am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
174am__install_max = 40
175am__nobase_strip_setup = \
176  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
177am__nobase_strip = \
178  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
179am__nobase_list = $(am__nobase_strip_setup); \
180  for p in $$list; do echo "$$p $$p"; done | \
181  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
182  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
183    if (++n[$$2] == $(am__install_max)) \
184      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
185    END { for (dir in files) print dir, files[dir] }'
186am__base_list = \
187  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
188  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
189am__uninstall_files_from_dir = { \
190  test -z "$$files" \
191    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
192    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
193         $(am__cd) "$$dir" && rm -f $$files; }; \
194  }
195am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
196	"$(DESTDIR)$(libucs_ladir)"
197LTLIBRARIES = $(lib_LTLIBRARIES)
198am__DEPENDENCIES_1 =
199libucs_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
200	$(top_builddir)/src/ucm/libucm.la
201am__libucs_la_SOURCES_DIST = algorithm/crc.c algorithm/qsort_r.c \
202	arch/aarch64/cpu.c arch/aarch64/global_opts.c \
203	arch/ppc64/timebase.c arch/ppc64/global_opts.c \
204	arch/x86_64/cpu.c arch/x86_64/global_opts.c arch/cpu.c \
205	async/async.c async/signal.c async/pipe.c async/thread.c \
206	config/global_opts.c config/ucm_opts.c config/parser.c \
207	datastruct/arbiter.c datastruct/callbackq.c \
208	datastruct/frag_list.c datastruct/mpmc.c datastruct/mpool.c \
209	datastruct/pgtable.c datastruct/ptr_array.c \
210	datastruct/strided_alloc.c datastruct/string_buffer.c \
211	datastruct/string_set.c datastruct/conn_match.c debug/assert.c \
212	debug/debug.c debug/log.c debug/memtrack.c \
213	memory/memory_type.c memory/memtype_cache.c memory/numa.c \
214	memory/rcache.c profile/profile.c stats/stats.c \
215	sys/event_set.c sys/init.c sys/math.c sys/module.c \
216	sys/string.c sys/sys.c sys/iovec.c sys/sock.c sys/topo.c \
217	sys/stubs.c time/time.c time/timer_wheel.c time/timerq.c \
218	type/class.c type/status.c type/init_once.c \
219	arch/aarch64/memcpy_thunderx2.S stats/client_server.c \
220	stats/serialization.c stats/libstats.c
221am__dirstamp = $(am__leading_dot)dirstamp
222@HAVE_AARCH64_THUNDERX2_TRUE@am__objects_1 = arch/aarch64/libucs_la-memcpy_thunderx2.lo
223@HAVE_STATS_TRUE@am__objects_2 = stats/libucs_la-client_server.lo \
224@HAVE_STATS_TRUE@	stats/libucs_la-serialization.lo \
225@HAVE_STATS_TRUE@	stats/libucs_la-libstats.lo
226am_libucs_la_OBJECTS = algorithm/libucs_la-crc.lo \
227	algorithm/libucs_la-qsort_r.lo arch/aarch64/libucs_la-cpu.lo \
228	arch/aarch64/libucs_la-global_opts.lo \
229	arch/ppc64/libucs_la-timebase.lo \
230	arch/ppc64/libucs_la-global_opts.lo \
231	arch/x86_64/libucs_la-cpu.lo \
232	arch/x86_64/libucs_la-global_opts.lo arch/libucs_la-cpu.lo \
233	async/libucs_la-async.lo async/libucs_la-signal.lo \
234	async/libucs_la-pipe.lo async/libucs_la-thread.lo \
235	config/libucs_la-global_opts.lo config/libucs_la-ucm_opts.lo \
236	config/libucs_la-parser.lo datastruct/libucs_la-arbiter.lo \
237	datastruct/libucs_la-callbackq.lo \
238	datastruct/libucs_la-frag_list.lo datastruct/libucs_la-mpmc.lo \
239	datastruct/libucs_la-mpool.lo datastruct/libucs_la-pgtable.lo \
240	datastruct/libucs_la-ptr_array.lo \
241	datastruct/libucs_la-strided_alloc.lo \
242	datastruct/libucs_la-string_buffer.lo \
243	datastruct/libucs_la-string_set.lo \
244	datastruct/libucs_la-conn_match.lo debug/libucs_la-assert.lo \
245	debug/libucs_la-debug.lo debug/libucs_la-log.lo \
246	debug/libucs_la-memtrack.lo memory/libucs_la-memory_type.lo \
247	memory/libucs_la-memtype_cache.lo memory/libucs_la-numa.lo \
248	memory/libucs_la-rcache.lo profile/libucs_la-profile.lo \
249	stats/libucs_la-stats.lo sys/libucs_la-event_set.lo \
250	sys/libucs_la-init.lo sys/libucs_la-math.lo \
251	sys/libucs_la-module.lo sys/libucs_la-string.lo \
252	sys/libucs_la-sys.lo sys/libucs_la-iovec.lo \
253	sys/libucs_la-sock.lo sys/libucs_la-topo.lo \
254	sys/libucs_la-stubs.lo time/libucs_la-time.lo \
255	time/libucs_la-timer_wheel.lo time/libucs_la-timerq.lo \
256	type/libucs_la-class.lo type/libucs_la-status.lo \
257	type/libucs_la-init_once.lo $(am__objects_1) $(am__objects_2)
258libucs_la_OBJECTS = $(am_libucs_la_OBJECTS)
259AM_V_lt = $(am__v_lt_@AM_V@)
260am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
261am__v_lt_0 = --silent
262am__v_lt_1 =
263libucs_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
264	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libucs_la_CFLAGS) \
265	$(CFLAGS) $(libucs_la_LDFLAGS) $(LDFLAGS) -o $@
266@HAVE_STATS_TRUE@am__EXEEXT_1 = ucs_stats_parser$(EXEEXT)
267PROGRAMS = $(bin_PROGRAMS)
268am__ucs_stats_parser_SOURCES_DIST = stats/stats_parser.c
269@HAVE_STATS_TRUE@am_ucs_stats_parser_OBJECTS = stats/ucs_stats_parser-stats_parser.$(OBJEXT)
270ucs_stats_parser_OBJECTS = $(am_ucs_stats_parser_OBJECTS)
271@HAVE_STATS_TRUE@ucs_stats_parser_DEPENDENCIES = libucs.la
272AM_V_P = $(am__v_P_@AM_V@)
273am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
274am__v_P_0 = false
275am__v_P_1 = :
276AM_V_GEN = $(am__v_GEN_@AM_V@)
277am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
278am__v_GEN_0 = @echo "  GEN     " $@;
279am__v_GEN_1 =
280AM_V_at = $(am__v_at_@AM_V@)
281am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
282am__v_at_0 = @
283am__v_at_1 =
284DEFAULT_INCLUDES =
285depcomp = $(SHELL) $(top_srcdir)/depcomp
286am__depfiles_maybe = depfiles
287am__mv = mv -f
288CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
289	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
290LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
291	$(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
292	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
293	$(AM_CCASFLAGS) $(CCASFLAGS)
294AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
295am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
296am__v_CPPAS_0 = @echo "  CPPAS   " $@;
297am__v_CPPAS_1 =
298COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
299	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
300LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
301	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
302	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
303	$(AM_CFLAGS) $(CFLAGS)
304AM_V_CC = $(am__v_CC_@AM_V@)
305am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
306am__v_CC_0 = @echo "  CC      " $@;
307am__v_CC_1 =
308CCLD = $(CC)
309LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
310	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
311	$(AM_LDFLAGS) $(LDFLAGS) -o $@
312AM_V_CCLD = $(am__v_CCLD_@AM_V@)
313am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
314am__v_CCLD_0 = @echo "  CCLD    " $@;
315am__v_CCLD_1 =
316SOURCES = $(libucs_la_SOURCES) $(ucs_stats_parser_SOURCES)
317DIST_SOURCES = $(am__libucs_la_SOURCES_DIST) \
318	$(am__ucs_stats_parser_SOURCES_DIST)
319am__can_run_installinfo = \
320  case $$AM_UPDATE_INFO_DIR in \
321    n|no|NO) false;; \
322    *) (install-info --version) >/dev/null 2>&1;; \
323  esac
324am__nobase_dist_libucs_la_HEADERS_DIST = arch/aarch64/bitops.h \
325	arch/ppc64/bitops.h arch/x86_64/bitops.h arch/bitops.h \
326	algorithm/crc.h algorithm/qsort_r.h async/async_fwd.h \
327	config/global_opts.h config/parser.h config/types.h \
328	datastruct/callbackq.h datastruct/hlist.h datastruct/khash.h \
329	datastruct/linear_func.h datastruct/list.h datastruct/mpool.h \
330	datastruct/pgtable.h datastruct/queue_types.h \
331	datastruct/strided_alloc.h datastruct/string_buffer.h \
332	datastruct/string_set.h debug/log_def.h memory/rcache.h \
333	memory/memory_type.h memory/memtype_cache.h \
334	profile/profile_defs.h profile/profile_off.h \
335	profile/profile_on.h stats/stats_fwd.h stats/libstats.h \
336	sys/event_set.h sys/compiler_def.h sys/math.h \
337	sys/preprocessor.h sys/string.h sys/sock.h sys/topo.h \
338	sys/stubs.h time/time_def.h type/class.h type/init_once.h \
339	type/spinlock.h type/status.h type/thread_mode.h \
340	type/cpu_set.h arch/x86_64/global_opts.h \
341	arch/aarch64/global_opts.h arch/ppc64/global_opts.h \
342	arch/global_opts.h
343HEADERS = $(nobase_dist_libucs_la_HEADERS) $(noinst_HEADERS)
344am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
345# Read a list of newline-separated strings from the standard input,
346# and print each of them once, without duplicates.  Input order is
347# *not* preserved.
348am__uniquify_input = $(AWK) '\
349  BEGIN { nonempty = 0; } \
350  { items[$$0] = 1; nonempty = 1; } \
351  END { if (nonempty) { for (i in items) print i; }; } \
352'
353# Make sure the list of sources is unique.  This is necessary because,
354# e.g., the same source file might be shared among _SOURCES variables
355# for different programs/libraries.
356am__define_uniq_tagged_files = \
357  list='$(am__tagged_files)'; \
358  unique=`for i in $$list; do \
359    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360  done | $(am__uniquify_input)`
361ETAGS = etags
362CTAGS = ctags
363am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
364DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
365ACLOCAL = @ACLOCAL@
366ALLOCA = @ALLOCA@
367AMTAR = @AMTAR@
368AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
369AR = @AR@
370AUTOCONF = @AUTOCONF@
371AUTOHEADER = @AUTOHEADER@
372AUTOMAKE = @AUTOMAKE@
373AWK = @AWK@
374BASE_CFLAGS = @BASE_CFLAGS@
375BASE_CPPFLAGS = @BASE_CPPFLAGS@
376BASE_CXXFLAGS = @BASE_CXXFLAGS@
377CC = @CC@
378CCAS = @CCAS@
379CCASDEPMODE = @CCASDEPMODE@
380CCASFLAGS = @CCASFLAGS@
381CCDEPMODE = @CCDEPMODE@
382CFLAGS = @CFLAGS@
383CFLAGS_NO_DEPRECATED = @CFLAGS_NO_DEPRECATED@
384CFLAGS_PEDANTIC = @CFLAGS_PEDANTIC@
385CPP = @CPP@
386CPPFLAGS = @CPPFLAGS@
387CRAY_UGNI_CFLAGS = @CRAY_UGNI_CFLAGS@
388CRAY_UGNI_LIBS = @CRAY_UGNI_LIBS@
389CUDA_CPPFLAGS = @CUDA_CPPFLAGS@
390CUDA_LDFLAGS = @CUDA_LDFLAGS@
391CXX = @CXX@
392CXX11FLAGS = @CXX11FLAGS@
393CXXCPP = @CXXCPP@
394CXXDEPMODE = @CXXDEPMODE@
395CXXFLAGS = @CXXFLAGS@
396CYGPATH_W = @CYGPATH_W@
397DEFS = @DEFS@
398DEPDIR = @DEPDIR@
399DLLTOOL = @DLLTOOL@
400DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
401DSYMUTIL = @DSYMUTIL@
402DUMPBIN = @DUMPBIN@
403DX_BIBTEX = @DX_BIBTEX@
404DX_CONFIG = @DX_CONFIG@
405DX_DOCDIR = @DX_DOCDIR@
406DX_DOT = @DX_DOT@
407DX_DOXYGEN = @DX_DOXYGEN@
408DX_DVIPS = @DX_DVIPS@
409DX_EGREP = @DX_EGREP@
410DX_ENV = @DX_ENV@
411DX_FLAG_chi = @DX_FLAG_chi@
412DX_FLAG_chm = @DX_FLAG_chm@
413DX_FLAG_doc = @DX_FLAG_doc@
414DX_FLAG_dot = @DX_FLAG_dot@
415DX_FLAG_html = @DX_FLAG_html@
416DX_FLAG_man = @DX_FLAG_man@
417DX_FLAG_pdf = @DX_FLAG_pdf@
418DX_FLAG_ps = @DX_FLAG_ps@
419DX_FLAG_rtf = @DX_FLAG_rtf@
420DX_FLAG_xml = @DX_FLAG_xml@
421DX_HHC = @DX_HHC@
422DX_LATEX = @DX_LATEX@
423DX_MAKEINDEX = @DX_MAKEINDEX@
424DX_PDFLATEX = @DX_PDFLATEX@
425DX_PERL = @DX_PERL@
426DX_PROJECT = @DX_PROJECT@
427ECHO_C = @ECHO_C@
428ECHO_N = @ECHO_N@
429ECHO_T = @ECHO_T@
430EGREP = @EGREP@
431EXEEXT = @EXEEXT@
432FGREP = @FGREP@
433GDR_COPY_CPPFLAGS = @GDR_COPY_CPPFLAGS@
434GDR_COPY_LDFLAGS = @GDR_COPY_LDFLAGS@
435GITBIN = @GITBIN@
436GRAPHVIZ_DOT = @GRAPHVIZ_DOT@
437GREP = @GREP@
438GTEST_CXXFLAGS = @GTEST_CXXFLAGS@
439HIP_CPPFLAGS = @HIP_CPPFLAGS@
440HIP_CXXFLAGS = @HIP_CXXFLAGS@
441HIP_LDFLAGS = @HIP_LDFLAGS@
442HIP_LIBS = @HIP_LIBS@
443IBCM_LIBS = @IBCM_LIBS@
444IBVERBS_CFLAGS = @IBVERBS_CFLAGS@
445IBVERBS_CPPFLAGS = @IBVERBS_CPPFLAGS@
446IBVERBS_DIR = @IBVERBS_DIR@
447IBVERBS_LDFLAGS = @IBVERBS_LDFLAGS@
448INSTALL = @INSTALL@
449INSTALL_DATA = @INSTALL_DATA@
450INSTALL_PROGRAM = @INSTALL_PROGRAM@
451INSTALL_SCRIPT = @INSTALL_SCRIPT@
452INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
453JAVABIN = @JAVABIN@
454JDK = @JDK@
455KNEM_CPPFLAGS = @KNEM_CPPFLAGS@
456LD = @LD@
457LDFLAGS = @LDFLAGS@
458LIBM = @LIBM@
459LIBOBJS = @LIBOBJS@
460LIBS = @LIBS@
461LIBTOOL = @LIBTOOL@
462LIB_MLX5 = @LIB_MLX5@
463LIPO = @LIPO@
464LN_RS = @LN_RS@
465LN_S = @LN_S@
466LTLIBOBJS = @LTLIBOBJS@
467LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
468MAINT = @MAINT@
469MAJOR_VERSION = @MAJOR_VERSION@
470MAKEINFO = @MAKEINFO@
471MANIFEST_TOOL = @MANIFEST_TOOL@
472MINOR_VERSION = @MINOR_VERSION@
473MKDIR_P = @MKDIR_P@
474MPICC = @MPICC@
475MPIRUN = @MPIRUN@
476MVN = @MVN@
477MVNBIN = @MVNBIN@
478NM = @NM@
479NMEDIT = @NMEDIT@
480NUMA_LIBS = @NUMA_LIBS@
481OBJDUMP = @OBJDUMP@
482OBJEXT = @OBJEXT@
483OPENMP_CFLAGS = @OPENMP_CFLAGS@
484OTOOL = @OTOOL@
485OTOOL64 = @OTOOL64@
486PACKAGE = @PACKAGE@
487PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
488PACKAGE_NAME = @PACKAGE_NAME@
489PACKAGE_STRING = @PACKAGE_STRING@
490PACKAGE_TARNAME = @PACKAGE_TARNAME@
491PACKAGE_URL = @PACKAGE_URL@
492PACKAGE_VERSION = @PACKAGE_VERSION@
493PATCH_VERSION = @PATCH_VERSION@
494PATH_SEPARATOR = @PATH_SEPARATOR@
495PERF_LIB_CXXFLAGS = @PERF_LIB_CXXFLAGS@
496PKG_CONFIG = @PKG_CONFIG@
497RANLIB = @RANLIB@
498RDMACM_CPPFLAGS = @RDMACM_CPPFLAGS@
499RDMACM_LDFLAGS = @RDMACM_LDFLAGS@
500RDMACM_LIBS = @RDMACM_LIBS@
501READLINK = @READLINK@
502ROCM_CPPFLAGS = @ROCM_CPPFLAGS@
503ROCM_LDFLAGS = @ROCM_LDFLAGS@
504ROCM_LIBS = @ROCM_LIBS@
505ROCM_ROOT = @ROCM_ROOT@
506RTE_CPPFLAGS = @RTE_CPPFLAGS@
507RTE_LDFLAGS = @RTE_LDFLAGS@
508SCM_BRANCH = @SCM_BRANCH@
509SCM_VERSION = @SCM_VERSION@
510SED = @SED@
511SET_MAKE = @SET_MAKE@
512SHELL = @SHELL@
513SOVERSION = @SOVERSION@
514STRIP = @STRIP@
515UCG_SUBDIR = @UCG_SUBDIR@
516UCM_MODULE_LDFLAGS = @UCM_MODULE_LDFLAGS@
517UCX_PERFTEST_CC = @UCX_PERFTEST_CC@
518VALGRIND_LIBPATH = @VALGRIND_LIBPATH@
519VERSION = @VERSION@
520XPMEM_CFLAGS = @XPMEM_CFLAGS@
521XPMEM_LIBS = @XPMEM_LIBS@
522abs_builddir = @abs_builddir@
523abs_srcdir = @abs_srcdir@
524abs_top_builddir = @abs_top_builddir@
525abs_top_srcdir = @abs_top_srcdir@
526ac_ct_AR = @ac_ct_AR@
527ac_ct_CC = @ac_ct_CC@
528ac_ct_CXX = @ac_ct_CXX@
529ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
530am__include = @am__include@
531am__leading_dot = @am__leading_dot@
532am__quote = @am__quote@
533am__tar = @am__tar@
534am__untar = @am__untar@
535bindir = @bindir@
536build = @build@
537build_alias = @build_alias@
538build_bindings = @build_bindings@
539build_cpu = @build_cpu@
540build_modules = @build_modules@
541build_os = @build_os@
542build_vendor = @build_vendor@
543builddir = @builddir@
544datadir = @datadir@
545datarootdir = @datarootdir@
546docdir = @docdir@
547dvidir = @dvidir@
548exec_prefix = @exec_prefix@
549host = @host@
550host_alias = @host_alias@
551host_cpu = @host_cpu@
552host_os = @host_os@
553host_vendor = @host_vendor@
554htmldir = @htmldir@
555includedir = @includedir@
556infodir = @infodir@
557install_sh = @install_sh@
558libdir = @libdir@
559libexecdir = @libexecdir@
560localedir = @localedir@
561localmoduledir = @localmoduledir@
562localstatedir = @localstatedir@
563mandir = @mandir@
564mkdir_p = @mkdir_p@
565moduledir = @moduledir@
566modulesubdir = @modulesubdir@
567objdir = @objdir@
568oldincludedir = @oldincludedir@
569pdfdir = @pdfdir@
570prefix = @prefix@
571program_transform_name = @program_transform_name@
572psdir = @psdir@
573sbindir = @sbindir@
574sharedstatedir = @sharedstatedir@
575shrext = @shrext@
576srcdir = @srcdir@
577sysconfdir = @sysconfdir@
578target_alias = @target_alias@
579top_build_prefix = @top_build_prefix@
580top_builddir = @top_builddir@
581top_srcdir = @top_srcdir@
582top_top_srcdir = @top_top_srcdir@
583AUTOMAKE_OPTIONS = nostdinc # avoid collision with built-in debug.h
584lib_LTLIBRARIES = libucs.la
585libucs_la_CPPFLAGS = $(BASE_CPPFLAGS) -DUCX_MODULE_DIR=\"$(moduledir)\"
586libucs_la_CFLAGS = $(BASE_CFLAGS)
587libucs_la_LDFLAGS = -ldl $(NUMA_LIBS) -version-info $(SOVERSION)
588libucs_ladir = $(includedir)/ucs
589libucs_la_LIBADD = $(LIBM) $(top_builddir)/src/ucm/libucm.la
590@EMBEDDED_FALSE@nobase_dist_libucs_la_HEADERS = \
591@EMBEDDED_FALSE@	arch/aarch64/bitops.h \
592@EMBEDDED_FALSE@	arch/ppc64/bitops.h \
593@EMBEDDED_FALSE@	arch/x86_64/bitops.h \
594@EMBEDDED_FALSE@	arch/bitops.h \
595@EMBEDDED_FALSE@	algorithm/crc.h \
596@EMBEDDED_FALSE@	algorithm/qsort_r.h \
597@EMBEDDED_FALSE@	async/async_fwd.h \
598@EMBEDDED_FALSE@	config/global_opts.h \
599@EMBEDDED_FALSE@	config/parser.h \
600@EMBEDDED_FALSE@	config/types.h \
601@EMBEDDED_FALSE@	datastruct/callbackq.h \
602@EMBEDDED_FALSE@	datastruct/hlist.h \
603@EMBEDDED_FALSE@	datastruct/khash.h \
604@EMBEDDED_FALSE@	datastruct/linear_func.h \
605@EMBEDDED_FALSE@	datastruct/list.h \
606@EMBEDDED_FALSE@	datastruct/mpool.h \
607@EMBEDDED_FALSE@	datastruct/pgtable.h \
608@EMBEDDED_FALSE@	datastruct/queue_types.h \
609@EMBEDDED_FALSE@	datastruct/strided_alloc.h \
610@EMBEDDED_FALSE@	datastruct/string_buffer.h \
611@EMBEDDED_FALSE@	datastruct/string_set.h \
612@EMBEDDED_FALSE@	debug/log_def.h \
613@EMBEDDED_FALSE@	memory/rcache.h \
614@EMBEDDED_FALSE@	memory/memory_type.h \
615@EMBEDDED_FALSE@	memory/memtype_cache.h \
616@EMBEDDED_FALSE@	profile/profile_defs.h \
617@EMBEDDED_FALSE@	profile/profile_off.h \
618@EMBEDDED_FALSE@	profile/profile_on.h \
619@EMBEDDED_FALSE@	stats/stats_fwd.h \
620@EMBEDDED_FALSE@	stats/libstats.h \
621@EMBEDDED_FALSE@	sys/event_set.h \
622@EMBEDDED_FALSE@	sys/compiler_def.h\
623@EMBEDDED_FALSE@	sys/math.h \
624@EMBEDDED_FALSE@	sys/preprocessor.h \
625@EMBEDDED_FALSE@	sys/string.h \
626@EMBEDDED_FALSE@	sys/sock.h \
627@EMBEDDED_FALSE@	sys/topo.h \
628@EMBEDDED_FALSE@	sys/stubs.h \
629@EMBEDDED_FALSE@	time/time_def.h \
630@EMBEDDED_FALSE@	type/class.h \
631@EMBEDDED_FALSE@	type/init_once.h \
632@EMBEDDED_FALSE@	type/spinlock.h \
633@EMBEDDED_FALSE@	type/status.h \
634@EMBEDDED_FALSE@	type/thread_mode.h \
635@EMBEDDED_FALSE@	type/cpu_set.h \
636@EMBEDDED_FALSE@	arch/x86_64/global_opts.h \
637@EMBEDDED_FALSE@	arch/aarch64/global_opts.h \
638@EMBEDDED_FALSE@	arch/ppc64/global_opts.h \
639@EMBEDDED_FALSE@	arch/global_opts.h
640
641noinst_HEADERS = \
642	arch/aarch64/cpu.h \
643	arch/generic/atomic.h \
644	arch/generic/cpu.h \
645	arch/ppc64/cpu.h \
646	arch/x86_64/atomic.h \
647	arch/x86_64/cpu.h \
648	arch/atomic.h \
649	arch/cpu.h \
650	datastruct/arbiter.h \
651	datastruct/frag_list.h \
652	datastruct/mpmc.h \
653	datastruct/mpool.inl \
654	datastruct/ptr_array.h \
655	datastruct/queue.h \
656	datastruct/sglib.h \
657	datastruct/sglib_wrapper.h \
658	datastruct/conn_match.h \
659	debug/assert.h \
660	debug/debug.h \
661	debug/log.h \
662	debug/memtrack.h \
663	memory/numa.h \
664	memory/rcache_int.h \
665	profile/profile.h \
666	stats/stats.h \
667	sys/checker.h \
668	sys/compiler.h \
669	sys/module.h \
670	sys/sys.h \
671	sys/iovec.h \
672	sys/iovec.inl \
673	time/time.h \
674	time/timerq.h \
675	time/timer_wheel.h \
676	async/async.h \
677	async/pipe.h \
678	async/signal.h \
679	async/thread.h \
680	async/async_int.h
681
682libucs_la_SOURCES = algorithm/crc.c algorithm/qsort_r.c \
683	arch/aarch64/cpu.c arch/aarch64/global_opts.c \
684	arch/ppc64/timebase.c arch/ppc64/global_opts.c \
685	arch/x86_64/cpu.c arch/x86_64/global_opts.c arch/cpu.c \
686	async/async.c async/signal.c async/pipe.c async/thread.c \
687	config/global_opts.c config/ucm_opts.c config/parser.c \
688	datastruct/arbiter.c datastruct/callbackq.c \
689	datastruct/frag_list.c datastruct/mpmc.c datastruct/mpool.c \
690	datastruct/pgtable.c datastruct/ptr_array.c \
691	datastruct/strided_alloc.c datastruct/string_buffer.c \
692	datastruct/string_set.c datastruct/conn_match.c debug/assert.c \
693	debug/debug.c debug/log.c debug/memtrack.c \
694	memory/memory_type.c memory/memtype_cache.c memory/numa.c \
695	memory/rcache.c profile/profile.c stats/stats.c \
696	sys/event_set.c sys/init.c sys/math.c sys/module.c \
697	sys/string.c sys/sys.c sys/iovec.c sys/sock.c sys/topo.c \
698	sys/stubs.c time/time.c time/timer_wheel.c time/timerq.c \
699	type/class.c type/status.c type/init_once.c $(am__append_1) \
700	$(am__append_2)
701@HAVE_STATS_TRUE@ucs_stats_parser_CPPFLAGS = $(BASE_CPPFLAGS)
702@HAVE_STATS_TRUE@ucs_stats_parser_LDADD = libucs.la
703@HAVE_STATS_TRUE@ucs_stats_parser_SOURCES = stats/stats_parser.c
704all: all-am
705
706.SUFFIXES:
707.SUFFIXES: .S .c .lo .o .obj
708$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
709	@for dep in $?; do \
710	  case '$(am__configure_deps)' in \
711	    *$$dep*) \
712	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
713	        && { if test -f $@; then exit 0; else break; fi; }; \
714	      exit 1;; \
715	  esac; \
716	done; \
717	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/ucs/Makefile'; \
718	$(am__cd) $(top_srcdir) && \
719	  $(AUTOMAKE) --foreign src/ucs/Makefile
720Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
721	@case '$?' in \
722	  *config.status*) \
723	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
724	  *) \
725	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
726	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
727	esac;
728
729$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
730	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
731
732$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
733	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
734$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
735	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
736$(am__aclocal_m4_deps):
737
738install-libLTLIBRARIES: $(lib_LTLIBRARIES)
739	@$(NORMAL_INSTALL)
740	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
741	list2=; for p in $$list; do \
742	  if test -f $$p; then \
743	    list2="$$list2 $$p"; \
744	  else :; fi; \
745	done; \
746	test -z "$$list2" || { \
747	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
748	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
749	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
750	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
751	}
752
753uninstall-libLTLIBRARIES:
754	@$(NORMAL_UNINSTALL)
755	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
756	for p in $$list; do \
757	  $(am__strip_dir) \
758	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
759	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
760	done
761
762clean-libLTLIBRARIES:
763	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
764	@list='$(lib_LTLIBRARIES)'; \
765	locs=`for p in $$list; do echo $$p; done | \
766	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
767	      sort -u`; \
768	test -z "$$locs" || { \
769	  echo rm -f $${locs}; \
770	  rm -f $${locs}; \
771	}
772algorithm/$(am__dirstamp):
773	@$(MKDIR_P) algorithm
774	@: > algorithm/$(am__dirstamp)
775algorithm/$(DEPDIR)/$(am__dirstamp):
776	@$(MKDIR_P) algorithm/$(DEPDIR)
777	@: > algorithm/$(DEPDIR)/$(am__dirstamp)
778algorithm/libucs_la-crc.lo: algorithm/$(am__dirstamp) \
779	algorithm/$(DEPDIR)/$(am__dirstamp)
780algorithm/libucs_la-qsort_r.lo: algorithm/$(am__dirstamp) \
781	algorithm/$(DEPDIR)/$(am__dirstamp)
782arch/aarch64/$(am__dirstamp):
783	@$(MKDIR_P) arch/aarch64
784	@: > arch/aarch64/$(am__dirstamp)
785arch/aarch64/$(DEPDIR)/$(am__dirstamp):
786	@$(MKDIR_P) arch/aarch64/$(DEPDIR)
787	@: > arch/aarch64/$(DEPDIR)/$(am__dirstamp)
788arch/aarch64/libucs_la-cpu.lo: arch/aarch64/$(am__dirstamp) \
789	arch/aarch64/$(DEPDIR)/$(am__dirstamp)
790arch/aarch64/libucs_la-global_opts.lo: arch/aarch64/$(am__dirstamp) \
791	arch/aarch64/$(DEPDIR)/$(am__dirstamp)
792arch/ppc64/$(am__dirstamp):
793	@$(MKDIR_P) arch/ppc64
794	@: > arch/ppc64/$(am__dirstamp)
795arch/ppc64/$(DEPDIR)/$(am__dirstamp):
796	@$(MKDIR_P) arch/ppc64/$(DEPDIR)
797	@: > arch/ppc64/$(DEPDIR)/$(am__dirstamp)
798arch/ppc64/libucs_la-timebase.lo: arch/ppc64/$(am__dirstamp) \
799	arch/ppc64/$(DEPDIR)/$(am__dirstamp)
800arch/ppc64/libucs_la-global_opts.lo: arch/ppc64/$(am__dirstamp) \
801	arch/ppc64/$(DEPDIR)/$(am__dirstamp)
802arch/x86_64/$(am__dirstamp):
803	@$(MKDIR_P) arch/x86_64
804	@: > arch/x86_64/$(am__dirstamp)
805arch/x86_64/$(DEPDIR)/$(am__dirstamp):
806	@$(MKDIR_P) arch/x86_64/$(DEPDIR)
807	@: > arch/x86_64/$(DEPDIR)/$(am__dirstamp)
808arch/x86_64/libucs_la-cpu.lo: arch/x86_64/$(am__dirstamp) \
809	arch/x86_64/$(DEPDIR)/$(am__dirstamp)
810arch/x86_64/libucs_la-global_opts.lo: arch/x86_64/$(am__dirstamp) \
811	arch/x86_64/$(DEPDIR)/$(am__dirstamp)
812arch/$(am__dirstamp):
813	@$(MKDIR_P) arch
814	@: > arch/$(am__dirstamp)
815arch/$(DEPDIR)/$(am__dirstamp):
816	@$(MKDIR_P) arch/$(DEPDIR)
817	@: > arch/$(DEPDIR)/$(am__dirstamp)
818arch/libucs_la-cpu.lo: arch/$(am__dirstamp) \
819	arch/$(DEPDIR)/$(am__dirstamp)
820async/$(am__dirstamp):
821	@$(MKDIR_P) async
822	@: > async/$(am__dirstamp)
823async/$(DEPDIR)/$(am__dirstamp):
824	@$(MKDIR_P) async/$(DEPDIR)
825	@: > async/$(DEPDIR)/$(am__dirstamp)
826async/libucs_la-async.lo: async/$(am__dirstamp) \
827	async/$(DEPDIR)/$(am__dirstamp)
828async/libucs_la-signal.lo: async/$(am__dirstamp) \
829	async/$(DEPDIR)/$(am__dirstamp)
830async/libucs_la-pipe.lo: async/$(am__dirstamp) \
831	async/$(DEPDIR)/$(am__dirstamp)
832async/libucs_la-thread.lo: async/$(am__dirstamp) \
833	async/$(DEPDIR)/$(am__dirstamp)
834config/$(am__dirstamp):
835	@$(MKDIR_P) config
836	@: > config/$(am__dirstamp)
837config/$(DEPDIR)/$(am__dirstamp):
838	@$(MKDIR_P) config/$(DEPDIR)
839	@: > config/$(DEPDIR)/$(am__dirstamp)
840config/libucs_la-global_opts.lo: config/$(am__dirstamp) \
841	config/$(DEPDIR)/$(am__dirstamp)
842config/libucs_la-ucm_opts.lo: config/$(am__dirstamp) \
843	config/$(DEPDIR)/$(am__dirstamp)
844config/libucs_la-parser.lo: config/$(am__dirstamp) \
845	config/$(DEPDIR)/$(am__dirstamp)
846datastruct/$(am__dirstamp):
847	@$(MKDIR_P) datastruct
848	@: > datastruct/$(am__dirstamp)
849datastruct/$(DEPDIR)/$(am__dirstamp):
850	@$(MKDIR_P) datastruct/$(DEPDIR)
851	@: > datastruct/$(DEPDIR)/$(am__dirstamp)
852datastruct/libucs_la-arbiter.lo: datastruct/$(am__dirstamp) \
853	datastruct/$(DEPDIR)/$(am__dirstamp)
854datastruct/libucs_la-callbackq.lo: datastruct/$(am__dirstamp) \
855	datastruct/$(DEPDIR)/$(am__dirstamp)
856datastruct/libucs_la-frag_list.lo: datastruct/$(am__dirstamp) \
857	datastruct/$(DEPDIR)/$(am__dirstamp)
858datastruct/libucs_la-mpmc.lo: datastruct/$(am__dirstamp) \
859	datastruct/$(DEPDIR)/$(am__dirstamp)
860datastruct/libucs_la-mpool.lo: datastruct/$(am__dirstamp) \
861	datastruct/$(DEPDIR)/$(am__dirstamp)
862datastruct/libucs_la-pgtable.lo: datastruct/$(am__dirstamp) \
863	datastruct/$(DEPDIR)/$(am__dirstamp)
864datastruct/libucs_la-ptr_array.lo: datastruct/$(am__dirstamp) \
865	datastruct/$(DEPDIR)/$(am__dirstamp)
866datastruct/libucs_la-strided_alloc.lo: datastruct/$(am__dirstamp) \
867	datastruct/$(DEPDIR)/$(am__dirstamp)
868datastruct/libucs_la-string_buffer.lo: datastruct/$(am__dirstamp) \
869	datastruct/$(DEPDIR)/$(am__dirstamp)
870datastruct/libucs_la-string_set.lo: datastruct/$(am__dirstamp) \
871	datastruct/$(DEPDIR)/$(am__dirstamp)
872datastruct/libucs_la-conn_match.lo: datastruct/$(am__dirstamp) \
873	datastruct/$(DEPDIR)/$(am__dirstamp)
874debug/$(am__dirstamp):
875	@$(MKDIR_P) debug
876	@: > debug/$(am__dirstamp)
877debug/$(DEPDIR)/$(am__dirstamp):
878	@$(MKDIR_P) debug/$(DEPDIR)
879	@: > debug/$(DEPDIR)/$(am__dirstamp)
880debug/libucs_la-assert.lo: debug/$(am__dirstamp) \
881	debug/$(DEPDIR)/$(am__dirstamp)
882debug/libucs_la-debug.lo: debug/$(am__dirstamp) \
883	debug/$(DEPDIR)/$(am__dirstamp)
884debug/libucs_la-log.lo: debug/$(am__dirstamp) \
885	debug/$(DEPDIR)/$(am__dirstamp)
886debug/libucs_la-memtrack.lo: debug/$(am__dirstamp) \
887	debug/$(DEPDIR)/$(am__dirstamp)
888memory/$(am__dirstamp):
889	@$(MKDIR_P) memory
890	@: > memory/$(am__dirstamp)
891memory/$(DEPDIR)/$(am__dirstamp):
892	@$(MKDIR_P) memory/$(DEPDIR)
893	@: > memory/$(DEPDIR)/$(am__dirstamp)
894memory/libucs_la-memory_type.lo: memory/$(am__dirstamp) \
895	memory/$(DEPDIR)/$(am__dirstamp)
896memory/libucs_la-memtype_cache.lo: memory/$(am__dirstamp) \
897	memory/$(DEPDIR)/$(am__dirstamp)
898memory/libucs_la-numa.lo: memory/$(am__dirstamp) \
899	memory/$(DEPDIR)/$(am__dirstamp)
900memory/libucs_la-rcache.lo: memory/$(am__dirstamp) \
901	memory/$(DEPDIR)/$(am__dirstamp)
902profile/$(am__dirstamp):
903	@$(MKDIR_P) profile
904	@: > profile/$(am__dirstamp)
905profile/$(DEPDIR)/$(am__dirstamp):
906	@$(MKDIR_P) profile/$(DEPDIR)
907	@: > profile/$(DEPDIR)/$(am__dirstamp)
908profile/libucs_la-profile.lo: profile/$(am__dirstamp) \
909	profile/$(DEPDIR)/$(am__dirstamp)
910stats/$(am__dirstamp):
911	@$(MKDIR_P) stats
912	@: > stats/$(am__dirstamp)
913stats/$(DEPDIR)/$(am__dirstamp):
914	@$(MKDIR_P) stats/$(DEPDIR)
915	@: > stats/$(DEPDIR)/$(am__dirstamp)
916stats/libucs_la-stats.lo: stats/$(am__dirstamp) \
917	stats/$(DEPDIR)/$(am__dirstamp)
918sys/$(am__dirstamp):
919	@$(MKDIR_P) sys
920	@: > sys/$(am__dirstamp)
921sys/$(DEPDIR)/$(am__dirstamp):
922	@$(MKDIR_P) sys/$(DEPDIR)
923	@: > sys/$(DEPDIR)/$(am__dirstamp)
924sys/libucs_la-event_set.lo: sys/$(am__dirstamp) \
925	sys/$(DEPDIR)/$(am__dirstamp)
926sys/libucs_la-init.lo: sys/$(am__dirstamp) \
927	sys/$(DEPDIR)/$(am__dirstamp)
928sys/libucs_la-math.lo: sys/$(am__dirstamp) \
929	sys/$(DEPDIR)/$(am__dirstamp)
930sys/libucs_la-module.lo: sys/$(am__dirstamp) \
931	sys/$(DEPDIR)/$(am__dirstamp)
932sys/libucs_la-string.lo: sys/$(am__dirstamp) \
933	sys/$(DEPDIR)/$(am__dirstamp)
934sys/libucs_la-sys.lo: sys/$(am__dirstamp) \
935	sys/$(DEPDIR)/$(am__dirstamp)
936sys/libucs_la-iovec.lo: sys/$(am__dirstamp) \
937	sys/$(DEPDIR)/$(am__dirstamp)
938sys/libucs_la-sock.lo: sys/$(am__dirstamp) \
939	sys/$(DEPDIR)/$(am__dirstamp)
940sys/libucs_la-topo.lo: sys/$(am__dirstamp) \
941	sys/$(DEPDIR)/$(am__dirstamp)
942sys/libucs_la-stubs.lo: sys/$(am__dirstamp) \
943	sys/$(DEPDIR)/$(am__dirstamp)
944time/$(am__dirstamp):
945	@$(MKDIR_P) time
946	@: > time/$(am__dirstamp)
947time/$(DEPDIR)/$(am__dirstamp):
948	@$(MKDIR_P) time/$(DEPDIR)
949	@: > time/$(DEPDIR)/$(am__dirstamp)
950time/libucs_la-time.lo: time/$(am__dirstamp) \
951	time/$(DEPDIR)/$(am__dirstamp)
952time/libucs_la-timer_wheel.lo: time/$(am__dirstamp) \
953	time/$(DEPDIR)/$(am__dirstamp)
954time/libucs_la-timerq.lo: time/$(am__dirstamp) \
955	time/$(DEPDIR)/$(am__dirstamp)
956type/$(am__dirstamp):
957	@$(MKDIR_P) type
958	@: > type/$(am__dirstamp)
959type/$(DEPDIR)/$(am__dirstamp):
960	@$(MKDIR_P) type/$(DEPDIR)
961	@: > type/$(DEPDIR)/$(am__dirstamp)
962type/libucs_la-class.lo: type/$(am__dirstamp) \
963	type/$(DEPDIR)/$(am__dirstamp)
964type/libucs_la-status.lo: type/$(am__dirstamp) \
965	type/$(DEPDIR)/$(am__dirstamp)
966type/libucs_la-init_once.lo: type/$(am__dirstamp) \
967	type/$(DEPDIR)/$(am__dirstamp)
968arch/aarch64/libucs_la-memcpy_thunderx2.lo:  \
969	arch/aarch64/$(am__dirstamp) \
970	arch/aarch64/$(DEPDIR)/$(am__dirstamp)
971stats/libucs_la-client_server.lo: stats/$(am__dirstamp) \
972	stats/$(DEPDIR)/$(am__dirstamp)
973stats/libucs_la-serialization.lo: stats/$(am__dirstamp) \
974	stats/$(DEPDIR)/$(am__dirstamp)
975stats/libucs_la-libstats.lo: stats/$(am__dirstamp) \
976	stats/$(DEPDIR)/$(am__dirstamp)
977
978libucs.la: $(libucs_la_OBJECTS) $(libucs_la_DEPENDENCIES) $(EXTRA_libucs_la_DEPENDENCIES)
979	$(AM_V_CCLD)$(libucs_la_LINK) -rpath $(libdir) $(libucs_la_OBJECTS) $(libucs_la_LIBADD) $(LIBS)
980install-binPROGRAMS: $(bin_PROGRAMS)
981	@$(NORMAL_INSTALL)
982	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
983	if test -n "$$list"; then \
984	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
985	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
986	fi; \
987	for p in $$list; do echo "$$p $$p"; done | \
988	sed 's/$(EXEEXT)$$//' | \
989	while read p p1; do if test -f $$p \
990	 || test -f $$p1 \
991	  ; then echo "$$p"; echo "$$p"; else :; fi; \
992	done | \
993	sed -e 'p;s,.*/,,;n;h' \
994	    -e 's|.*|.|' \
995	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
996	sed 'N;N;N;s,\n, ,g' | \
997	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
998	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
999	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
1000	    else { print "f", $$3 "/" $$4, $$1; } } \
1001	  END { for (d in files) print "f", d, files[d] }' | \
1002	while read type dir files; do \
1003	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1004	    test -z "$$files" || { \
1005	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1006	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1007	    } \
1008	; done
1009
1010uninstall-binPROGRAMS:
1011	@$(NORMAL_UNINSTALL)
1012	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1013	files=`for p in $$list; do echo "$$p"; done | \
1014	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1015	      -e 's/$$/$(EXEEXT)/' \
1016	`; \
1017	test -n "$$list" || exit 0; \
1018	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
1019	cd "$(DESTDIR)$(bindir)" && rm -f $$files
1020
1021clean-binPROGRAMS:
1022	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
1023	echo " rm -f" $$list; \
1024	rm -f $$list || exit $$?; \
1025	test -n "$(EXEEXT)" || exit 0; \
1026	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1027	echo " rm -f" $$list; \
1028	rm -f $$list
1029stats/ucs_stats_parser-stats_parser.$(OBJEXT): stats/$(am__dirstamp) \
1030	stats/$(DEPDIR)/$(am__dirstamp)
1031
1032ucs_stats_parser$(EXEEXT): $(ucs_stats_parser_OBJECTS) $(ucs_stats_parser_DEPENDENCIES) $(EXTRA_ucs_stats_parser_DEPENDENCIES)
1033	@rm -f ucs_stats_parser$(EXEEXT)
1034	$(AM_V_CCLD)$(LINK) $(ucs_stats_parser_OBJECTS) $(ucs_stats_parser_LDADD) $(LIBS)
1035
1036mostlyclean-compile:
1037	-rm -f *.$(OBJEXT)
1038	-rm -f algorithm/*.$(OBJEXT)
1039	-rm -f algorithm/*.lo
1040	-rm -f arch/*.$(OBJEXT)
1041	-rm -f arch/*.lo
1042	-rm -f arch/aarch64/*.$(OBJEXT)
1043	-rm -f arch/aarch64/*.lo
1044	-rm -f arch/ppc64/*.$(OBJEXT)
1045	-rm -f arch/ppc64/*.lo
1046	-rm -f arch/x86_64/*.$(OBJEXT)
1047	-rm -f arch/x86_64/*.lo
1048	-rm -f async/*.$(OBJEXT)
1049	-rm -f async/*.lo
1050	-rm -f config/*.$(OBJEXT)
1051	-rm -f config/*.lo
1052	-rm -f datastruct/*.$(OBJEXT)
1053	-rm -f datastruct/*.lo
1054	-rm -f debug/*.$(OBJEXT)
1055	-rm -f debug/*.lo
1056	-rm -f memory/*.$(OBJEXT)
1057	-rm -f memory/*.lo
1058	-rm -f profile/*.$(OBJEXT)
1059	-rm -f profile/*.lo
1060	-rm -f stats/*.$(OBJEXT)
1061	-rm -f stats/*.lo
1062	-rm -f sys/*.$(OBJEXT)
1063	-rm -f sys/*.lo
1064	-rm -f time/*.$(OBJEXT)
1065	-rm -f time/*.lo
1066	-rm -f type/*.$(OBJEXT)
1067	-rm -f type/*.lo
1068
1069distclean-compile:
1070	-rm -f *.tab.c
1071
1072@AMDEP_TRUE@@am__include@ @am__quote@algorithm/$(DEPDIR)/libucs_la-crc.Plo@am__quote@
1073@AMDEP_TRUE@@am__include@ @am__quote@algorithm/$(DEPDIR)/libucs_la-qsort_r.Plo@am__quote@
1074@AMDEP_TRUE@@am__include@ @am__quote@arch/$(DEPDIR)/libucs_la-cpu.Plo@am__quote@
1075@AMDEP_TRUE@@am__include@ @am__quote@arch/aarch64/$(DEPDIR)/libucs_la-cpu.Plo@am__quote@
1076@AMDEP_TRUE@@am__include@ @am__quote@arch/aarch64/$(DEPDIR)/libucs_la-global_opts.Plo@am__quote@
1077@AMDEP_TRUE@@am__include@ @am__quote@arch/aarch64/$(DEPDIR)/libucs_la-memcpy_thunderx2.Plo@am__quote@
1078@AMDEP_TRUE@@am__include@ @am__quote@arch/ppc64/$(DEPDIR)/libucs_la-global_opts.Plo@am__quote@
1079@AMDEP_TRUE@@am__include@ @am__quote@arch/ppc64/$(DEPDIR)/libucs_la-timebase.Plo@am__quote@
1080@AMDEP_TRUE@@am__include@ @am__quote@arch/x86_64/$(DEPDIR)/libucs_la-cpu.Plo@am__quote@
1081@AMDEP_TRUE@@am__include@ @am__quote@arch/x86_64/$(DEPDIR)/libucs_la-global_opts.Plo@am__quote@
1082@AMDEP_TRUE@@am__include@ @am__quote@async/$(DEPDIR)/libucs_la-async.Plo@am__quote@
1083@AMDEP_TRUE@@am__include@ @am__quote@async/$(DEPDIR)/libucs_la-pipe.Plo@am__quote@
1084@AMDEP_TRUE@@am__include@ @am__quote@async/$(DEPDIR)/libucs_la-signal.Plo@am__quote@
1085@AMDEP_TRUE@@am__include@ @am__quote@async/$(DEPDIR)/libucs_la-thread.Plo@am__quote@
1086@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/libucs_la-global_opts.Plo@am__quote@
1087@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/libucs_la-parser.Plo@am__quote@
1088@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/libucs_la-ucm_opts.Plo@am__quote@
1089@AMDEP_TRUE@@am__include@ @am__quote@datastruct/$(DEPDIR)/libucs_la-arbiter.Plo@am__quote@
1090@AMDEP_TRUE@@am__include@ @am__quote@datastruct/$(DEPDIR)/libucs_la-callbackq.Plo@am__quote@
1091@AMDEP_TRUE@@am__include@ @am__quote@datastruct/$(DEPDIR)/libucs_la-conn_match.Plo@am__quote@
1092@AMDEP_TRUE@@am__include@ @am__quote@datastruct/$(DEPDIR)/libucs_la-frag_list.Plo@am__quote@
1093@AMDEP_TRUE@@am__include@ @am__quote@datastruct/$(DEPDIR)/libucs_la-mpmc.Plo@am__quote@
1094@AMDEP_TRUE@@am__include@ @am__quote@datastruct/$(DEPDIR)/libucs_la-mpool.Plo@am__quote@
1095@AMDEP_TRUE@@am__include@ @am__quote@datastruct/$(DEPDIR)/libucs_la-pgtable.Plo@am__quote@
1096@AMDEP_TRUE@@am__include@ @am__quote@datastruct/$(DEPDIR)/libucs_la-ptr_array.Plo@am__quote@
1097@AMDEP_TRUE@@am__include@ @am__quote@datastruct/$(DEPDIR)/libucs_la-strided_alloc.Plo@am__quote@
1098@AMDEP_TRUE@@am__include@ @am__quote@datastruct/$(DEPDIR)/libucs_la-string_buffer.Plo@am__quote@
1099@AMDEP_TRUE@@am__include@ @am__quote@datastruct/$(DEPDIR)/libucs_la-string_set.Plo@am__quote@
1100@AMDEP_TRUE@@am__include@ @am__quote@debug/$(DEPDIR)/libucs_la-assert.Plo@am__quote@
1101@AMDEP_TRUE@@am__include@ @am__quote@debug/$(DEPDIR)/libucs_la-debug.Plo@am__quote@
1102@AMDEP_TRUE@@am__include@ @am__quote@debug/$(DEPDIR)/libucs_la-log.Plo@am__quote@
1103@AMDEP_TRUE@@am__include@ @am__quote@debug/$(DEPDIR)/libucs_la-memtrack.Plo@am__quote@
1104@AMDEP_TRUE@@am__include@ @am__quote@memory/$(DEPDIR)/libucs_la-memory_type.Plo@am__quote@
1105@AMDEP_TRUE@@am__include@ @am__quote@memory/$(DEPDIR)/libucs_la-memtype_cache.Plo@am__quote@
1106@AMDEP_TRUE@@am__include@ @am__quote@memory/$(DEPDIR)/libucs_la-numa.Plo@am__quote@
1107@AMDEP_TRUE@@am__include@ @am__quote@memory/$(DEPDIR)/libucs_la-rcache.Plo@am__quote@
1108@AMDEP_TRUE@@am__include@ @am__quote@profile/$(DEPDIR)/libucs_la-profile.Plo@am__quote@
1109@AMDEP_TRUE@@am__include@ @am__quote@stats/$(DEPDIR)/libucs_la-client_server.Plo@am__quote@
1110@AMDEP_TRUE@@am__include@ @am__quote@stats/$(DEPDIR)/libucs_la-libstats.Plo@am__quote@
1111@AMDEP_TRUE@@am__include@ @am__quote@stats/$(DEPDIR)/libucs_la-serialization.Plo@am__quote@
1112@AMDEP_TRUE@@am__include@ @am__quote@stats/$(DEPDIR)/libucs_la-stats.Plo@am__quote@
1113@AMDEP_TRUE@@am__include@ @am__quote@stats/$(DEPDIR)/ucs_stats_parser-stats_parser.Po@am__quote@
1114@AMDEP_TRUE@@am__include@ @am__quote@sys/$(DEPDIR)/libucs_la-event_set.Plo@am__quote@
1115@AMDEP_TRUE@@am__include@ @am__quote@sys/$(DEPDIR)/libucs_la-init.Plo@am__quote@
1116@AMDEP_TRUE@@am__include@ @am__quote@sys/$(DEPDIR)/libucs_la-iovec.Plo@am__quote@
1117@AMDEP_TRUE@@am__include@ @am__quote@sys/$(DEPDIR)/libucs_la-math.Plo@am__quote@
1118@AMDEP_TRUE@@am__include@ @am__quote@sys/$(DEPDIR)/libucs_la-module.Plo@am__quote@
1119@AMDEP_TRUE@@am__include@ @am__quote@sys/$(DEPDIR)/libucs_la-sock.Plo@am__quote@
1120@AMDEP_TRUE@@am__include@ @am__quote@sys/$(DEPDIR)/libucs_la-string.Plo@am__quote@
1121@AMDEP_TRUE@@am__include@ @am__quote@sys/$(DEPDIR)/libucs_la-stubs.Plo@am__quote@
1122@AMDEP_TRUE@@am__include@ @am__quote@sys/$(DEPDIR)/libucs_la-sys.Plo@am__quote@
1123@AMDEP_TRUE@@am__include@ @am__quote@sys/$(DEPDIR)/libucs_la-topo.Plo@am__quote@
1124@AMDEP_TRUE@@am__include@ @am__quote@time/$(DEPDIR)/libucs_la-time.Plo@am__quote@
1125@AMDEP_TRUE@@am__include@ @am__quote@time/$(DEPDIR)/libucs_la-timer_wheel.Plo@am__quote@
1126@AMDEP_TRUE@@am__include@ @am__quote@time/$(DEPDIR)/libucs_la-timerq.Plo@am__quote@
1127@AMDEP_TRUE@@am__include@ @am__quote@type/$(DEPDIR)/libucs_la-class.Plo@am__quote@
1128@AMDEP_TRUE@@am__include@ @am__quote@type/$(DEPDIR)/libucs_la-init_once.Plo@am__quote@
1129@AMDEP_TRUE@@am__include@ @am__quote@type/$(DEPDIR)/libucs_la-status.Plo@am__quote@
1130
1131.S.o:
1132@am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1133@am__fastdepCCAS_TRUE@	$(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1134@am__fastdepCCAS_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1135@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1136@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1137@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
1138
1139.S.obj:
1140@am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1141@am__fastdepCCAS_TRUE@	$(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1142@am__fastdepCCAS_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1143@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1144@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1145@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1146
1147.S.lo:
1148@am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1149@am__fastdepCCAS_TRUE@	$(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1150@am__fastdepCCAS_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
1151@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1152@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1153@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
1154
1155arch/aarch64/libucs_la-memcpy_thunderx2.lo: arch/aarch64/memcpy_thunderx2.S
1156@am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT arch/aarch64/libucs_la-memcpy_thunderx2.lo -MD -MP -MF arch/aarch64/$(DEPDIR)/libucs_la-memcpy_thunderx2.Tpo -c -o arch/aarch64/libucs_la-memcpy_thunderx2.lo `test -f 'arch/aarch64/memcpy_thunderx2.S' || echo '$(srcdir)/'`arch/aarch64/memcpy_thunderx2.S
1157@am__fastdepCCAS_TRUE@	$(AM_V_at)$(am__mv) arch/aarch64/$(DEPDIR)/libucs_la-memcpy_thunderx2.Tpo arch/aarch64/$(DEPDIR)/libucs_la-memcpy_thunderx2.Plo
1158@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='arch/aarch64/memcpy_thunderx2.S' object='arch/aarch64/libucs_la-memcpy_thunderx2.lo' libtool=yes @AMDEPBACKSLASH@
1159@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1160@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o arch/aarch64/libucs_la-memcpy_thunderx2.lo `test -f 'arch/aarch64/memcpy_thunderx2.S' || echo '$(srcdir)/'`arch/aarch64/memcpy_thunderx2.S
1161
1162.c.o:
1163@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1164@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1165@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1166@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1167@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1168@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1169
1170.c.obj:
1171@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1172@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1173@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1174@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1175@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1176@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1177
1178.c.lo:
1179@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1180@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1181@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
1182@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1183@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1184@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1185
1186algorithm/libucs_la-crc.lo: algorithm/crc.c
1187@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT algorithm/libucs_la-crc.lo -MD -MP -MF algorithm/$(DEPDIR)/libucs_la-crc.Tpo -c -o algorithm/libucs_la-crc.lo `test -f 'algorithm/crc.c' || echo '$(srcdir)/'`algorithm/crc.c
1188@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) algorithm/$(DEPDIR)/libucs_la-crc.Tpo algorithm/$(DEPDIR)/libucs_la-crc.Plo
1189@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='algorithm/crc.c' object='algorithm/libucs_la-crc.lo' libtool=yes @AMDEPBACKSLASH@
1190@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1191@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o algorithm/libucs_la-crc.lo `test -f 'algorithm/crc.c' || echo '$(srcdir)/'`algorithm/crc.c
1192
1193algorithm/libucs_la-qsort_r.lo: algorithm/qsort_r.c
1194@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT algorithm/libucs_la-qsort_r.lo -MD -MP -MF algorithm/$(DEPDIR)/libucs_la-qsort_r.Tpo -c -o algorithm/libucs_la-qsort_r.lo `test -f 'algorithm/qsort_r.c' || echo '$(srcdir)/'`algorithm/qsort_r.c
1195@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) algorithm/$(DEPDIR)/libucs_la-qsort_r.Tpo algorithm/$(DEPDIR)/libucs_la-qsort_r.Plo
1196@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='algorithm/qsort_r.c' object='algorithm/libucs_la-qsort_r.lo' libtool=yes @AMDEPBACKSLASH@
1197@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1198@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o algorithm/libucs_la-qsort_r.lo `test -f 'algorithm/qsort_r.c' || echo '$(srcdir)/'`algorithm/qsort_r.c
1199
1200arch/aarch64/libucs_la-cpu.lo: arch/aarch64/cpu.c
1201@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT arch/aarch64/libucs_la-cpu.lo -MD -MP -MF arch/aarch64/$(DEPDIR)/libucs_la-cpu.Tpo -c -o arch/aarch64/libucs_la-cpu.lo `test -f 'arch/aarch64/cpu.c' || echo '$(srcdir)/'`arch/aarch64/cpu.c
1202@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) arch/aarch64/$(DEPDIR)/libucs_la-cpu.Tpo arch/aarch64/$(DEPDIR)/libucs_la-cpu.Plo
1203@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='arch/aarch64/cpu.c' object='arch/aarch64/libucs_la-cpu.lo' libtool=yes @AMDEPBACKSLASH@
1204@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1205@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o arch/aarch64/libucs_la-cpu.lo `test -f 'arch/aarch64/cpu.c' || echo '$(srcdir)/'`arch/aarch64/cpu.c
1206
1207arch/aarch64/libucs_la-global_opts.lo: arch/aarch64/global_opts.c
1208@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT arch/aarch64/libucs_la-global_opts.lo -MD -MP -MF arch/aarch64/$(DEPDIR)/libucs_la-global_opts.Tpo -c -o arch/aarch64/libucs_la-global_opts.lo `test -f 'arch/aarch64/global_opts.c' || echo '$(srcdir)/'`arch/aarch64/global_opts.c
1209@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) arch/aarch64/$(DEPDIR)/libucs_la-global_opts.Tpo arch/aarch64/$(DEPDIR)/libucs_la-global_opts.Plo
1210@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='arch/aarch64/global_opts.c' object='arch/aarch64/libucs_la-global_opts.lo' libtool=yes @AMDEPBACKSLASH@
1211@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1212@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o arch/aarch64/libucs_la-global_opts.lo `test -f 'arch/aarch64/global_opts.c' || echo '$(srcdir)/'`arch/aarch64/global_opts.c
1213
1214arch/ppc64/libucs_la-timebase.lo: arch/ppc64/timebase.c
1215@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT arch/ppc64/libucs_la-timebase.lo -MD -MP -MF arch/ppc64/$(DEPDIR)/libucs_la-timebase.Tpo -c -o arch/ppc64/libucs_la-timebase.lo `test -f 'arch/ppc64/timebase.c' || echo '$(srcdir)/'`arch/ppc64/timebase.c
1216@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) arch/ppc64/$(DEPDIR)/libucs_la-timebase.Tpo arch/ppc64/$(DEPDIR)/libucs_la-timebase.Plo
1217@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='arch/ppc64/timebase.c' object='arch/ppc64/libucs_la-timebase.lo' libtool=yes @AMDEPBACKSLASH@
1218@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1219@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o arch/ppc64/libucs_la-timebase.lo `test -f 'arch/ppc64/timebase.c' || echo '$(srcdir)/'`arch/ppc64/timebase.c
1220
1221arch/ppc64/libucs_la-global_opts.lo: arch/ppc64/global_opts.c
1222@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT arch/ppc64/libucs_la-global_opts.lo -MD -MP -MF arch/ppc64/$(DEPDIR)/libucs_la-global_opts.Tpo -c -o arch/ppc64/libucs_la-global_opts.lo `test -f 'arch/ppc64/global_opts.c' || echo '$(srcdir)/'`arch/ppc64/global_opts.c
1223@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) arch/ppc64/$(DEPDIR)/libucs_la-global_opts.Tpo arch/ppc64/$(DEPDIR)/libucs_la-global_opts.Plo
1224@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='arch/ppc64/global_opts.c' object='arch/ppc64/libucs_la-global_opts.lo' libtool=yes @AMDEPBACKSLASH@
1225@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1226@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o arch/ppc64/libucs_la-global_opts.lo `test -f 'arch/ppc64/global_opts.c' || echo '$(srcdir)/'`arch/ppc64/global_opts.c
1227
1228arch/x86_64/libucs_la-cpu.lo: arch/x86_64/cpu.c
1229@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT arch/x86_64/libucs_la-cpu.lo -MD -MP -MF arch/x86_64/$(DEPDIR)/libucs_la-cpu.Tpo -c -o arch/x86_64/libucs_la-cpu.lo `test -f 'arch/x86_64/cpu.c' || echo '$(srcdir)/'`arch/x86_64/cpu.c
1230@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) arch/x86_64/$(DEPDIR)/libucs_la-cpu.Tpo arch/x86_64/$(DEPDIR)/libucs_la-cpu.Plo
1231@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='arch/x86_64/cpu.c' object='arch/x86_64/libucs_la-cpu.lo' libtool=yes @AMDEPBACKSLASH@
1232@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1233@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o arch/x86_64/libucs_la-cpu.lo `test -f 'arch/x86_64/cpu.c' || echo '$(srcdir)/'`arch/x86_64/cpu.c
1234
1235arch/x86_64/libucs_la-global_opts.lo: arch/x86_64/global_opts.c
1236@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT arch/x86_64/libucs_la-global_opts.lo -MD -MP -MF arch/x86_64/$(DEPDIR)/libucs_la-global_opts.Tpo -c -o arch/x86_64/libucs_la-global_opts.lo `test -f 'arch/x86_64/global_opts.c' || echo '$(srcdir)/'`arch/x86_64/global_opts.c
1237@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) arch/x86_64/$(DEPDIR)/libucs_la-global_opts.Tpo arch/x86_64/$(DEPDIR)/libucs_la-global_opts.Plo
1238@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='arch/x86_64/global_opts.c' object='arch/x86_64/libucs_la-global_opts.lo' libtool=yes @AMDEPBACKSLASH@
1239@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1240@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o arch/x86_64/libucs_la-global_opts.lo `test -f 'arch/x86_64/global_opts.c' || echo '$(srcdir)/'`arch/x86_64/global_opts.c
1241
1242arch/libucs_la-cpu.lo: arch/cpu.c
1243@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT arch/libucs_la-cpu.lo -MD -MP -MF arch/$(DEPDIR)/libucs_la-cpu.Tpo -c -o arch/libucs_la-cpu.lo `test -f 'arch/cpu.c' || echo '$(srcdir)/'`arch/cpu.c
1244@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) arch/$(DEPDIR)/libucs_la-cpu.Tpo arch/$(DEPDIR)/libucs_la-cpu.Plo
1245@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='arch/cpu.c' object='arch/libucs_la-cpu.lo' libtool=yes @AMDEPBACKSLASH@
1246@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1247@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o arch/libucs_la-cpu.lo `test -f 'arch/cpu.c' || echo '$(srcdir)/'`arch/cpu.c
1248
1249async/libucs_la-async.lo: async/async.c
1250@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT async/libucs_la-async.lo -MD -MP -MF async/$(DEPDIR)/libucs_la-async.Tpo -c -o async/libucs_la-async.lo `test -f 'async/async.c' || echo '$(srcdir)/'`async/async.c
1251@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) async/$(DEPDIR)/libucs_la-async.Tpo async/$(DEPDIR)/libucs_la-async.Plo
1252@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='async/async.c' object='async/libucs_la-async.lo' libtool=yes @AMDEPBACKSLASH@
1253@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1254@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o async/libucs_la-async.lo `test -f 'async/async.c' || echo '$(srcdir)/'`async/async.c
1255
1256async/libucs_la-signal.lo: async/signal.c
1257@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT async/libucs_la-signal.lo -MD -MP -MF async/$(DEPDIR)/libucs_la-signal.Tpo -c -o async/libucs_la-signal.lo `test -f 'async/signal.c' || echo '$(srcdir)/'`async/signal.c
1258@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) async/$(DEPDIR)/libucs_la-signal.Tpo async/$(DEPDIR)/libucs_la-signal.Plo
1259@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='async/signal.c' object='async/libucs_la-signal.lo' libtool=yes @AMDEPBACKSLASH@
1260@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1261@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o async/libucs_la-signal.lo `test -f 'async/signal.c' || echo '$(srcdir)/'`async/signal.c
1262
1263async/libucs_la-pipe.lo: async/pipe.c
1264@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT async/libucs_la-pipe.lo -MD -MP -MF async/$(DEPDIR)/libucs_la-pipe.Tpo -c -o async/libucs_la-pipe.lo `test -f 'async/pipe.c' || echo '$(srcdir)/'`async/pipe.c
1265@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) async/$(DEPDIR)/libucs_la-pipe.Tpo async/$(DEPDIR)/libucs_la-pipe.Plo
1266@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='async/pipe.c' object='async/libucs_la-pipe.lo' libtool=yes @AMDEPBACKSLASH@
1267@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1268@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o async/libucs_la-pipe.lo `test -f 'async/pipe.c' || echo '$(srcdir)/'`async/pipe.c
1269
1270async/libucs_la-thread.lo: async/thread.c
1271@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT async/libucs_la-thread.lo -MD -MP -MF async/$(DEPDIR)/libucs_la-thread.Tpo -c -o async/libucs_la-thread.lo `test -f 'async/thread.c' || echo '$(srcdir)/'`async/thread.c
1272@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) async/$(DEPDIR)/libucs_la-thread.Tpo async/$(DEPDIR)/libucs_la-thread.Plo
1273@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='async/thread.c' object='async/libucs_la-thread.lo' libtool=yes @AMDEPBACKSLASH@
1274@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1275@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o async/libucs_la-thread.lo `test -f 'async/thread.c' || echo '$(srcdir)/'`async/thread.c
1276
1277config/libucs_la-global_opts.lo: config/global_opts.c
1278@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT config/libucs_la-global_opts.lo -MD -MP -MF config/$(DEPDIR)/libucs_la-global_opts.Tpo -c -o config/libucs_la-global_opts.lo `test -f 'config/global_opts.c' || echo '$(srcdir)/'`config/global_opts.c
1279@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) config/$(DEPDIR)/libucs_la-global_opts.Tpo config/$(DEPDIR)/libucs_la-global_opts.Plo
1280@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='config/global_opts.c' object='config/libucs_la-global_opts.lo' libtool=yes @AMDEPBACKSLASH@
1281@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1282@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o config/libucs_la-global_opts.lo `test -f 'config/global_opts.c' || echo '$(srcdir)/'`config/global_opts.c
1283
1284config/libucs_la-ucm_opts.lo: config/ucm_opts.c
1285@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT config/libucs_la-ucm_opts.lo -MD -MP -MF config/$(DEPDIR)/libucs_la-ucm_opts.Tpo -c -o config/libucs_la-ucm_opts.lo `test -f 'config/ucm_opts.c' || echo '$(srcdir)/'`config/ucm_opts.c
1286@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) config/$(DEPDIR)/libucs_la-ucm_opts.Tpo config/$(DEPDIR)/libucs_la-ucm_opts.Plo
1287@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='config/ucm_opts.c' object='config/libucs_la-ucm_opts.lo' libtool=yes @AMDEPBACKSLASH@
1288@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1289@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o config/libucs_la-ucm_opts.lo `test -f 'config/ucm_opts.c' || echo '$(srcdir)/'`config/ucm_opts.c
1290
1291config/libucs_la-parser.lo: config/parser.c
1292@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT config/libucs_la-parser.lo -MD -MP -MF config/$(DEPDIR)/libucs_la-parser.Tpo -c -o config/libucs_la-parser.lo `test -f 'config/parser.c' || echo '$(srcdir)/'`config/parser.c
1293@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) config/$(DEPDIR)/libucs_la-parser.Tpo config/$(DEPDIR)/libucs_la-parser.Plo
1294@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='config/parser.c' object='config/libucs_la-parser.lo' libtool=yes @AMDEPBACKSLASH@
1295@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1296@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o config/libucs_la-parser.lo `test -f 'config/parser.c' || echo '$(srcdir)/'`config/parser.c
1297
1298datastruct/libucs_la-arbiter.lo: datastruct/arbiter.c
1299@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT datastruct/libucs_la-arbiter.lo -MD -MP -MF datastruct/$(DEPDIR)/libucs_la-arbiter.Tpo -c -o datastruct/libucs_la-arbiter.lo `test -f 'datastruct/arbiter.c' || echo '$(srcdir)/'`datastruct/arbiter.c
1300@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) datastruct/$(DEPDIR)/libucs_la-arbiter.Tpo datastruct/$(DEPDIR)/libucs_la-arbiter.Plo
1301@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='datastruct/arbiter.c' object='datastruct/libucs_la-arbiter.lo' libtool=yes @AMDEPBACKSLASH@
1302@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1303@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o datastruct/libucs_la-arbiter.lo `test -f 'datastruct/arbiter.c' || echo '$(srcdir)/'`datastruct/arbiter.c
1304
1305datastruct/libucs_la-callbackq.lo: datastruct/callbackq.c
1306@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT datastruct/libucs_la-callbackq.lo -MD -MP -MF datastruct/$(DEPDIR)/libucs_la-callbackq.Tpo -c -o datastruct/libucs_la-callbackq.lo `test -f 'datastruct/callbackq.c' || echo '$(srcdir)/'`datastruct/callbackq.c
1307@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) datastruct/$(DEPDIR)/libucs_la-callbackq.Tpo datastruct/$(DEPDIR)/libucs_la-callbackq.Plo
1308@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='datastruct/callbackq.c' object='datastruct/libucs_la-callbackq.lo' libtool=yes @AMDEPBACKSLASH@
1309@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1310@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o datastruct/libucs_la-callbackq.lo `test -f 'datastruct/callbackq.c' || echo '$(srcdir)/'`datastruct/callbackq.c
1311
1312datastruct/libucs_la-frag_list.lo: datastruct/frag_list.c
1313@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT datastruct/libucs_la-frag_list.lo -MD -MP -MF datastruct/$(DEPDIR)/libucs_la-frag_list.Tpo -c -o datastruct/libucs_la-frag_list.lo `test -f 'datastruct/frag_list.c' || echo '$(srcdir)/'`datastruct/frag_list.c
1314@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) datastruct/$(DEPDIR)/libucs_la-frag_list.Tpo datastruct/$(DEPDIR)/libucs_la-frag_list.Plo
1315@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='datastruct/frag_list.c' object='datastruct/libucs_la-frag_list.lo' libtool=yes @AMDEPBACKSLASH@
1316@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1317@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o datastruct/libucs_la-frag_list.lo `test -f 'datastruct/frag_list.c' || echo '$(srcdir)/'`datastruct/frag_list.c
1318
1319datastruct/libucs_la-mpmc.lo: datastruct/mpmc.c
1320@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT datastruct/libucs_la-mpmc.lo -MD -MP -MF datastruct/$(DEPDIR)/libucs_la-mpmc.Tpo -c -o datastruct/libucs_la-mpmc.lo `test -f 'datastruct/mpmc.c' || echo '$(srcdir)/'`datastruct/mpmc.c
1321@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) datastruct/$(DEPDIR)/libucs_la-mpmc.Tpo datastruct/$(DEPDIR)/libucs_la-mpmc.Plo
1322@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='datastruct/mpmc.c' object='datastruct/libucs_la-mpmc.lo' libtool=yes @AMDEPBACKSLASH@
1323@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1324@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o datastruct/libucs_la-mpmc.lo `test -f 'datastruct/mpmc.c' || echo '$(srcdir)/'`datastruct/mpmc.c
1325
1326datastruct/libucs_la-mpool.lo: datastruct/mpool.c
1327@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT datastruct/libucs_la-mpool.lo -MD -MP -MF datastruct/$(DEPDIR)/libucs_la-mpool.Tpo -c -o datastruct/libucs_la-mpool.lo `test -f 'datastruct/mpool.c' || echo '$(srcdir)/'`datastruct/mpool.c
1328@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) datastruct/$(DEPDIR)/libucs_la-mpool.Tpo datastruct/$(DEPDIR)/libucs_la-mpool.Plo
1329@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='datastruct/mpool.c' object='datastruct/libucs_la-mpool.lo' libtool=yes @AMDEPBACKSLASH@
1330@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1331@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o datastruct/libucs_la-mpool.lo `test -f 'datastruct/mpool.c' || echo '$(srcdir)/'`datastruct/mpool.c
1332
1333datastruct/libucs_la-pgtable.lo: datastruct/pgtable.c
1334@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT datastruct/libucs_la-pgtable.lo -MD -MP -MF datastruct/$(DEPDIR)/libucs_la-pgtable.Tpo -c -o datastruct/libucs_la-pgtable.lo `test -f 'datastruct/pgtable.c' || echo '$(srcdir)/'`datastruct/pgtable.c
1335@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) datastruct/$(DEPDIR)/libucs_la-pgtable.Tpo datastruct/$(DEPDIR)/libucs_la-pgtable.Plo
1336@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='datastruct/pgtable.c' object='datastruct/libucs_la-pgtable.lo' libtool=yes @AMDEPBACKSLASH@
1337@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1338@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o datastruct/libucs_la-pgtable.lo `test -f 'datastruct/pgtable.c' || echo '$(srcdir)/'`datastruct/pgtable.c
1339
1340datastruct/libucs_la-ptr_array.lo: datastruct/ptr_array.c
1341@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT datastruct/libucs_la-ptr_array.lo -MD -MP -MF datastruct/$(DEPDIR)/libucs_la-ptr_array.Tpo -c -o datastruct/libucs_la-ptr_array.lo `test -f 'datastruct/ptr_array.c' || echo '$(srcdir)/'`datastruct/ptr_array.c
1342@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) datastruct/$(DEPDIR)/libucs_la-ptr_array.Tpo datastruct/$(DEPDIR)/libucs_la-ptr_array.Plo
1343@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='datastruct/ptr_array.c' object='datastruct/libucs_la-ptr_array.lo' libtool=yes @AMDEPBACKSLASH@
1344@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1345@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o datastruct/libucs_la-ptr_array.lo `test -f 'datastruct/ptr_array.c' || echo '$(srcdir)/'`datastruct/ptr_array.c
1346
1347datastruct/libucs_la-strided_alloc.lo: datastruct/strided_alloc.c
1348@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT datastruct/libucs_la-strided_alloc.lo -MD -MP -MF datastruct/$(DEPDIR)/libucs_la-strided_alloc.Tpo -c -o datastruct/libucs_la-strided_alloc.lo `test -f 'datastruct/strided_alloc.c' || echo '$(srcdir)/'`datastruct/strided_alloc.c
1349@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) datastruct/$(DEPDIR)/libucs_la-strided_alloc.Tpo datastruct/$(DEPDIR)/libucs_la-strided_alloc.Plo
1350@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='datastruct/strided_alloc.c' object='datastruct/libucs_la-strided_alloc.lo' libtool=yes @AMDEPBACKSLASH@
1351@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1352@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o datastruct/libucs_la-strided_alloc.lo `test -f 'datastruct/strided_alloc.c' || echo '$(srcdir)/'`datastruct/strided_alloc.c
1353
1354datastruct/libucs_la-string_buffer.lo: datastruct/string_buffer.c
1355@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT datastruct/libucs_la-string_buffer.lo -MD -MP -MF datastruct/$(DEPDIR)/libucs_la-string_buffer.Tpo -c -o datastruct/libucs_la-string_buffer.lo `test -f 'datastruct/string_buffer.c' || echo '$(srcdir)/'`datastruct/string_buffer.c
1356@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) datastruct/$(DEPDIR)/libucs_la-string_buffer.Tpo datastruct/$(DEPDIR)/libucs_la-string_buffer.Plo
1357@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='datastruct/string_buffer.c' object='datastruct/libucs_la-string_buffer.lo' libtool=yes @AMDEPBACKSLASH@
1358@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1359@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o datastruct/libucs_la-string_buffer.lo `test -f 'datastruct/string_buffer.c' || echo '$(srcdir)/'`datastruct/string_buffer.c
1360
1361datastruct/libucs_la-string_set.lo: datastruct/string_set.c
1362@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT datastruct/libucs_la-string_set.lo -MD -MP -MF datastruct/$(DEPDIR)/libucs_la-string_set.Tpo -c -o datastruct/libucs_la-string_set.lo `test -f 'datastruct/string_set.c' || echo '$(srcdir)/'`datastruct/string_set.c
1363@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) datastruct/$(DEPDIR)/libucs_la-string_set.Tpo datastruct/$(DEPDIR)/libucs_la-string_set.Plo
1364@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='datastruct/string_set.c' object='datastruct/libucs_la-string_set.lo' libtool=yes @AMDEPBACKSLASH@
1365@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1366@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o datastruct/libucs_la-string_set.lo `test -f 'datastruct/string_set.c' || echo '$(srcdir)/'`datastruct/string_set.c
1367
1368datastruct/libucs_la-conn_match.lo: datastruct/conn_match.c
1369@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT datastruct/libucs_la-conn_match.lo -MD -MP -MF datastruct/$(DEPDIR)/libucs_la-conn_match.Tpo -c -o datastruct/libucs_la-conn_match.lo `test -f 'datastruct/conn_match.c' || echo '$(srcdir)/'`datastruct/conn_match.c
1370@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) datastruct/$(DEPDIR)/libucs_la-conn_match.Tpo datastruct/$(DEPDIR)/libucs_la-conn_match.Plo
1371@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='datastruct/conn_match.c' object='datastruct/libucs_la-conn_match.lo' libtool=yes @AMDEPBACKSLASH@
1372@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1373@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o datastruct/libucs_la-conn_match.lo `test -f 'datastruct/conn_match.c' || echo '$(srcdir)/'`datastruct/conn_match.c
1374
1375debug/libucs_la-assert.lo: debug/assert.c
1376@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT debug/libucs_la-assert.lo -MD -MP -MF debug/$(DEPDIR)/libucs_la-assert.Tpo -c -o debug/libucs_la-assert.lo `test -f 'debug/assert.c' || echo '$(srcdir)/'`debug/assert.c
1377@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) debug/$(DEPDIR)/libucs_la-assert.Tpo debug/$(DEPDIR)/libucs_la-assert.Plo
1378@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='debug/assert.c' object='debug/libucs_la-assert.lo' libtool=yes @AMDEPBACKSLASH@
1379@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1380@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o debug/libucs_la-assert.lo `test -f 'debug/assert.c' || echo '$(srcdir)/'`debug/assert.c
1381
1382debug/libucs_la-debug.lo: debug/debug.c
1383@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT debug/libucs_la-debug.lo -MD -MP -MF debug/$(DEPDIR)/libucs_la-debug.Tpo -c -o debug/libucs_la-debug.lo `test -f 'debug/debug.c' || echo '$(srcdir)/'`debug/debug.c
1384@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) debug/$(DEPDIR)/libucs_la-debug.Tpo debug/$(DEPDIR)/libucs_la-debug.Plo
1385@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='debug/debug.c' object='debug/libucs_la-debug.lo' libtool=yes @AMDEPBACKSLASH@
1386@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1387@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o debug/libucs_la-debug.lo `test -f 'debug/debug.c' || echo '$(srcdir)/'`debug/debug.c
1388
1389debug/libucs_la-log.lo: debug/log.c
1390@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT debug/libucs_la-log.lo -MD -MP -MF debug/$(DEPDIR)/libucs_la-log.Tpo -c -o debug/libucs_la-log.lo `test -f 'debug/log.c' || echo '$(srcdir)/'`debug/log.c
1391@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) debug/$(DEPDIR)/libucs_la-log.Tpo debug/$(DEPDIR)/libucs_la-log.Plo
1392@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='debug/log.c' object='debug/libucs_la-log.lo' libtool=yes @AMDEPBACKSLASH@
1393@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1394@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o debug/libucs_la-log.lo `test -f 'debug/log.c' || echo '$(srcdir)/'`debug/log.c
1395
1396debug/libucs_la-memtrack.lo: debug/memtrack.c
1397@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT debug/libucs_la-memtrack.lo -MD -MP -MF debug/$(DEPDIR)/libucs_la-memtrack.Tpo -c -o debug/libucs_la-memtrack.lo `test -f 'debug/memtrack.c' || echo '$(srcdir)/'`debug/memtrack.c
1398@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) debug/$(DEPDIR)/libucs_la-memtrack.Tpo debug/$(DEPDIR)/libucs_la-memtrack.Plo
1399@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='debug/memtrack.c' object='debug/libucs_la-memtrack.lo' libtool=yes @AMDEPBACKSLASH@
1400@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1401@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o debug/libucs_la-memtrack.lo `test -f 'debug/memtrack.c' || echo '$(srcdir)/'`debug/memtrack.c
1402
1403memory/libucs_la-memory_type.lo: memory/memory_type.c
1404@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT memory/libucs_la-memory_type.lo -MD -MP -MF memory/$(DEPDIR)/libucs_la-memory_type.Tpo -c -o memory/libucs_la-memory_type.lo `test -f 'memory/memory_type.c' || echo '$(srcdir)/'`memory/memory_type.c
1405@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) memory/$(DEPDIR)/libucs_la-memory_type.Tpo memory/$(DEPDIR)/libucs_la-memory_type.Plo
1406@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='memory/memory_type.c' object='memory/libucs_la-memory_type.lo' libtool=yes @AMDEPBACKSLASH@
1407@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1408@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o memory/libucs_la-memory_type.lo `test -f 'memory/memory_type.c' || echo '$(srcdir)/'`memory/memory_type.c
1409
1410memory/libucs_la-memtype_cache.lo: memory/memtype_cache.c
1411@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT memory/libucs_la-memtype_cache.lo -MD -MP -MF memory/$(DEPDIR)/libucs_la-memtype_cache.Tpo -c -o memory/libucs_la-memtype_cache.lo `test -f 'memory/memtype_cache.c' || echo '$(srcdir)/'`memory/memtype_cache.c
1412@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) memory/$(DEPDIR)/libucs_la-memtype_cache.Tpo memory/$(DEPDIR)/libucs_la-memtype_cache.Plo
1413@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='memory/memtype_cache.c' object='memory/libucs_la-memtype_cache.lo' libtool=yes @AMDEPBACKSLASH@
1414@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1415@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o memory/libucs_la-memtype_cache.lo `test -f 'memory/memtype_cache.c' || echo '$(srcdir)/'`memory/memtype_cache.c
1416
1417memory/libucs_la-numa.lo: memory/numa.c
1418@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT memory/libucs_la-numa.lo -MD -MP -MF memory/$(DEPDIR)/libucs_la-numa.Tpo -c -o memory/libucs_la-numa.lo `test -f 'memory/numa.c' || echo '$(srcdir)/'`memory/numa.c
1419@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) memory/$(DEPDIR)/libucs_la-numa.Tpo memory/$(DEPDIR)/libucs_la-numa.Plo
1420@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='memory/numa.c' object='memory/libucs_la-numa.lo' libtool=yes @AMDEPBACKSLASH@
1421@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1422@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o memory/libucs_la-numa.lo `test -f 'memory/numa.c' || echo '$(srcdir)/'`memory/numa.c
1423
1424memory/libucs_la-rcache.lo: memory/rcache.c
1425@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT memory/libucs_la-rcache.lo -MD -MP -MF memory/$(DEPDIR)/libucs_la-rcache.Tpo -c -o memory/libucs_la-rcache.lo `test -f 'memory/rcache.c' || echo '$(srcdir)/'`memory/rcache.c
1426@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) memory/$(DEPDIR)/libucs_la-rcache.Tpo memory/$(DEPDIR)/libucs_la-rcache.Plo
1427@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='memory/rcache.c' object='memory/libucs_la-rcache.lo' libtool=yes @AMDEPBACKSLASH@
1428@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1429@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o memory/libucs_la-rcache.lo `test -f 'memory/rcache.c' || echo '$(srcdir)/'`memory/rcache.c
1430
1431profile/libucs_la-profile.lo: profile/profile.c
1432@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT profile/libucs_la-profile.lo -MD -MP -MF profile/$(DEPDIR)/libucs_la-profile.Tpo -c -o profile/libucs_la-profile.lo `test -f 'profile/profile.c' || echo '$(srcdir)/'`profile/profile.c
1433@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) profile/$(DEPDIR)/libucs_la-profile.Tpo profile/$(DEPDIR)/libucs_la-profile.Plo
1434@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='profile/profile.c' object='profile/libucs_la-profile.lo' libtool=yes @AMDEPBACKSLASH@
1435@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1436@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o profile/libucs_la-profile.lo `test -f 'profile/profile.c' || echo '$(srcdir)/'`profile/profile.c
1437
1438stats/libucs_la-stats.lo: stats/stats.c
1439@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT stats/libucs_la-stats.lo -MD -MP -MF stats/$(DEPDIR)/libucs_la-stats.Tpo -c -o stats/libucs_la-stats.lo `test -f 'stats/stats.c' || echo '$(srcdir)/'`stats/stats.c
1440@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) stats/$(DEPDIR)/libucs_la-stats.Tpo stats/$(DEPDIR)/libucs_la-stats.Plo
1441@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='stats/stats.c' object='stats/libucs_la-stats.lo' libtool=yes @AMDEPBACKSLASH@
1442@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1443@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o stats/libucs_la-stats.lo `test -f 'stats/stats.c' || echo '$(srcdir)/'`stats/stats.c
1444
1445sys/libucs_la-event_set.lo: sys/event_set.c
1446@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT sys/libucs_la-event_set.lo -MD -MP -MF sys/$(DEPDIR)/libucs_la-event_set.Tpo -c -o sys/libucs_la-event_set.lo `test -f 'sys/event_set.c' || echo '$(srcdir)/'`sys/event_set.c
1447@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sys/$(DEPDIR)/libucs_la-event_set.Tpo sys/$(DEPDIR)/libucs_la-event_set.Plo
1448@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sys/event_set.c' object='sys/libucs_la-event_set.lo' libtool=yes @AMDEPBACKSLASH@
1449@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1450@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o sys/libucs_la-event_set.lo `test -f 'sys/event_set.c' || echo '$(srcdir)/'`sys/event_set.c
1451
1452sys/libucs_la-init.lo: sys/init.c
1453@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT sys/libucs_la-init.lo -MD -MP -MF sys/$(DEPDIR)/libucs_la-init.Tpo -c -o sys/libucs_la-init.lo `test -f 'sys/init.c' || echo '$(srcdir)/'`sys/init.c
1454@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sys/$(DEPDIR)/libucs_la-init.Tpo sys/$(DEPDIR)/libucs_la-init.Plo
1455@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sys/init.c' object='sys/libucs_la-init.lo' libtool=yes @AMDEPBACKSLASH@
1456@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1457@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o sys/libucs_la-init.lo `test -f 'sys/init.c' || echo '$(srcdir)/'`sys/init.c
1458
1459sys/libucs_la-math.lo: sys/math.c
1460@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT sys/libucs_la-math.lo -MD -MP -MF sys/$(DEPDIR)/libucs_la-math.Tpo -c -o sys/libucs_la-math.lo `test -f 'sys/math.c' || echo '$(srcdir)/'`sys/math.c
1461@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sys/$(DEPDIR)/libucs_la-math.Tpo sys/$(DEPDIR)/libucs_la-math.Plo
1462@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sys/math.c' object='sys/libucs_la-math.lo' libtool=yes @AMDEPBACKSLASH@
1463@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1464@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o sys/libucs_la-math.lo `test -f 'sys/math.c' || echo '$(srcdir)/'`sys/math.c
1465
1466sys/libucs_la-module.lo: sys/module.c
1467@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT sys/libucs_la-module.lo -MD -MP -MF sys/$(DEPDIR)/libucs_la-module.Tpo -c -o sys/libucs_la-module.lo `test -f 'sys/module.c' || echo '$(srcdir)/'`sys/module.c
1468@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sys/$(DEPDIR)/libucs_la-module.Tpo sys/$(DEPDIR)/libucs_la-module.Plo
1469@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sys/module.c' object='sys/libucs_la-module.lo' libtool=yes @AMDEPBACKSLASH@
1470@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1471@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o sys/libucs_la-module.lo `test -f 'sys/module.c' || echo '$(srcdir)/'`sys/module.c
1472
1473sys/libucs_la-string.lo: sys/string.c
1474@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT sys/libucs_la-string.lo -MD -MP -MF sys/$(DEPDIR)/libucs_la-string.Tpo -c -o sys/libucs_la-string.lo `test -f 'sys/string.c' || echo '$(srcdir)/'`sys/string.c
1475@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sys/$(DEPDIR)/libucs_la-string.Tpo sys/$(DEPDIR)/libucs_la-string.Plo
1476@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sys/string.c' object='sys/libucs_la-string.lo' libtool=yes @AMDEPBACKSLASH@
1477@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1478@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o sys/libucs_la-string.lo `test -f 'sys/string.c' || echo '$(srcdir)/'`sys/string.c
1479
1480sys/libucs_la-sys.lo: sys/sys.c
1481@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT sys/libucs_la-sys.lo -MD -MP -MF sys/$(DEPDIR)/libucs_la-sys.Tpo -c -o sys/libucs_la-sys.lo `test -f 'sys/sys.c' || echo '$(srcdir)/'`sys/sys.c
1482@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sys/$(DEPDIR)/libucs_la-sys.Tpo sys/$(DEPDIR)/libucs_la-sys.Plo
1483@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sys/sys.c' object='sys/libucs_la-sys.lo' libtool=yes @AMDEPBACKSLASH@
1484@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1485@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o sys/libucs_la-sys.lo `test -f 'sys/sys.c' || echo '$(srcdir)/'`sys/sys.c
1486
1487sys/libucs_la-iovec.lo: sys/iovec.c
1488@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT sys/libucs_la-iovec.lo -MD -MP -MF sys/$(DEPDIR)/libucs_la-iovec.Tpo -c -o sys/libucs_la-iovec.lo `test -f 'sys/iovec.c' || echo '$(srcdir)/'`sys/iovec.c
1489@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sys/$(DEPDIR)/libucs_la-iovec.Tpo sys/$(DEPDIR)/libucs_la-iovec.Plo
1490@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sys/iovec.c' object='sys/libucs_la-iovec.lo' libtool=yes @AMDEPBACKSLASH@
1491@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1492@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o sys/libucs_la-iovec.lo `test -f 'sys/iovec.c' || echo '$(srcdir)/'`sys/iovec.c
1493
1494sys/libucs_la-sock.lo: sys/sock.c
1495@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT sys/libucs_la-sock.lo -MD -MP -MF sys/$(DEPDIR)/libucs_la-sock.Tpo -c -o sys/libucs_la-sock.lo `test -f 'sys/sock.c' || echo '$(srcdir)/'`sys/sock.c
1496@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sys/$(DEPDIR)/libucs_la-sock.Tpo sys/$(DEPDIR)/libucs_la-sock.Plo
1497@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sys/sock.c' object='sys/libucs_la-sock.lo' libtool=yes @AMDEPBACKSLASH@
1498@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1499@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o sys/libucs_la-sock.lo `test -f 'sys/sock.c' || echo '$(srcdir)/'`sys/sock.c
1500
1501sys/libucs_la-topo.lo: sys/topo.c
1502@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT sys/libucs_la-topo.lo -MD -MP -MF sys/$(DEPDIR)/libucs_la-topo.Tpo -c -o sys/libucs_la-topo.lo `test -f 'sys/topo.c' || echo '$(srcdir)/'`sys/topo.c
1503@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sys/$(DEPDIR)/libucs_la-topo.Tpo sys/$(DEPDIR)/libucs_la-topo.Plo
1504@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sys/topo.c' object='sys/libucs_la-topo.lo' libtool=yes @AMDEPBACKSLASH@
1505@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1506@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o sys/libucs_la-topo.lo `test -f 'sys/topo.c' || echo '$(srcdir)/'`sys/topo.c
1507
1508sys/libucs_la-stubs.lo: sys/stubs.c
1509@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT sys/libucs_la-stubs.lo -MD -MP -MF sys/$(DEPDIR)/libucs_la-stubs.Tpo -c -o sys/libucs_la-stubs.lo `test -f 'sys/stubs.c' || echo '$(srcdir)/'`sys/stubs.c
1510@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) sys/$(DEPDIR)/libucs_la-stubs.Tpo sys/$(DEPDIR)/libucs_la-stubs.Plo
1511@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sys/stubs.c' object='sys/libucs_la-stubs.lo' libtool=yes @AMDEPBACKSLASH@
1512@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1513@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o sys/libucs_la-stubs.lo `test -f 'sys/stubs.c' || echo '$(srcdir)/'`sys/stubs.c
1514
1515time/libucs_la-time.lo: time/time.c
1516@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT time/libucs_la-time.lo -MD -MP -MF time/$(DEPDIR)/libucs_la-time.Tpo -c -o time/libucs_la-time.lo `test -f 'time/time.c' || echo '$(srcdir)/'`time/time.c
1517@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) time/$(DEPDIR)/libucs_la-time.Tpo time/$(DEPDIR)/libucs_la-time.Plo
1518@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='time/time.c' object='time/libucs_la-time.lo' libtool=yes @AMDEPBACKSLASH@
1519@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1520@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o time/libucs_la-time.lo `test -f 'time/time.c' || echo '$(srcdir)/'`time/time.c
1521
1522time/libucs_la-timer_wheel.lo: time/timer_wheel.c
1523@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT time/libucs_la-timer_wheel.lo -MD -MP -MF time/$(DEPDIR)/libucs_la-timer_wheel.Tpo -c -o time/libucs_la-timer_wheel.lo `test -f 'time/timer_wheel.c' || echo '$(srcdir)/'`time/timer_wheel.c
1524@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) time/$(DEPDIR)/libucs_la-timer_wheel.Tpo time/$(DEPDIR)/libucs_la-timer_wheel.Plo
1525@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='time/timer_wheel.c' object='time/libucs_la-timer_wheel.lo' libtool=yes @AMDEPBACKSLASH@
1526@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1527@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o time/libucs_la-timer_wheel.lo `test -f 'time/timer_wheel.c' || echo '$(srcdir)/'`time/timer_wheel.c
1528
1529time/libucs_la-timerq.lo: time/timerq.c
1530@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT time/libucs_la-timerq.lo -MD -MP -MF time/$(DEPDIR)/libucs_la-timerq.Tpo -c -o time/libucs_la-timerq.lo `test -f 'time/timerq.c' || echo '$(srcdir)/'`time/timerq.c
1531@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) time/$(DEPDIR)/libucs_la-timerq.Tpo time/$(DEPDIR)/libucs_la-timerq.Plo
1532@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='time/timerq.c' object='time/libucs_la-timerq.lo' libtool=yes @AMDEPBACKSLASH@
1533@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1534@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o time/libucs_la-timerq.lo `test -f 'time/timerq.c' || echo '$(srcdir)/'`time/timerq.c
1535
1536type/libucs_la-class.lo: type/class.c
1537@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT type/libucs_la-class.lo -MD -MP -MF type/$(DEPDIR)/libucs_la-class.Tpo -c -o type/libucs_la-class.lo `test -f 'type/class.c' || echo '$(srcdir)/'`type/class.c
1538@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) type/$(DEPDIR)/libucs_la-class.Tpo type/$(DEPDIR)/libucs_la-class.Plo
1539@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='type/class.c' object='type/libucs_la-class.lo' libtool=yes @AMDEPBACKSLASH@
1540@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1541@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o type/libucs_la-class.lo `test -f 'type/class.c' || echo '$(srcdir)/'`type/class.c
1542
1543type/libucs_la-status.lo: type/status.c
1544@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT type/libucs_la-status.lo -MD -MP -MF type/$(DEPDIR)/libucs_la-status.Tpo -c -o type/libucs_la-status.lo `test -f 'type/status.c' || echo '$(srcdir)/'`type/status.c
1545@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) type/$(DEPDIR)/libucs_la-status.Tpo type/$(DEPDIR)/libucs_la-status.Plo
1546@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='type/status.c' object='type/libucs_la-status.lo' libtool=yes @AMDEPBACKSLASH@
1547@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1548@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o type/libucs_la-status.lo `test -f 'type/status.c' || echo '$(srcdir)/'`type/status.c
1549
1550type/libucs_la-init_once.lo: type/init_once.c
1551@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT type/libucs_la-init_once.lo -MD -MP -MF type/$(DEPDIR)/libucs_la-init_once.Tpo -c -o type/libucs_la-init_once.lo `test -f 'type/init_once.c' || echo '$(srcdir)/'`type/init_once.c
1552@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) type/$(DEPDIR)/libucs_la-init_once.Tpo type/$(DEPDIR)/libucs_la-init_once.Plo
1553@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='type/init_once.c' object='type/libucs_la-init_once.lo' libtool=yes @AMDEPBACKSLASH@
1554@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1555@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o type/libucs_la-init_once.lo `test -f 'type/init_once.c' || echo '$(srcdir)/'`type/init_once.c
1556
1557stats/libucs_la-client_server.lo: stats/client_server.c
1558@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT stats/libucs_la-client_server.lo -MD -MP -MF stats/$(DEPDIR)/libucs_la-client_server.Tpo -c -o stats/libucs_la-client_server.lo `test -f 'stats/client_server.c' || echo '$(srcdir)/'`stats/client_server.c
1559@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) stats/$(DEPDIR)/libucs_la-client_server.Tpo stats/$(DEPDIR)/libucs_la-client_server.Plo
1560@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='stats/client_server.c' object='stats/libucs_la-client_server.lo' libtool=yes @AMDEPBACKSLASH@
1561@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1562@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o stats/libucs_la-client_server.lo `test -f 'stats/client_server.c' || echo '$(srcdir)/'`stats/client_server.c
1563
1564stats/libucs_la-serialization.lo: stats/serialization.c
1565@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT stats/libucs_la-serialization.lo -MD -MP -MF stats/$(DEPDIR)/libucs_la-serialization.Tpo -c -o stats/libucs_la-serialization.lo `test -f 'stats/serialization.c' || echo '$(srcdir)/'`stats/serialization.c
1566@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) stats/$(DEPDIR)/libucs_la-serialization.Tpo stats/$(DEPDIR)/libucs_la-serialization.Plo
1567@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='stats/serialization.c' object='stats/libucs_la-serialization.lo' libtool=yes @AMDEPBACKSLASH@
1568@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1569@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o stats/libucs_la-serialization.lo `test -f 'stats/serialization.c' || echo '$(srcdir)/'`stats/serialization.c
1570
1571stats/libucs_la-libstats.lo: stats/libstats.c
1572@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -MT stats/libucs_la-libstats.lo -MD -MP -MF stats/$(DEPDIR)/libucs_la-libstats.Tpo -c -o stats/libucs_la-libstats.lo `test -f 'stats/libstats.c' || echo '$(srcdir)/'`stats/libstats.c
1573@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) stats/$(DEPDIR)/libucs_la-libstats.Tpo stats/$(DEPDIR)/libucs_la-libstats.Plo
1574@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='stats/libstats.c' object='stats/libucs_la-libstats.lo' libtool=yes @AMDEPBACKSLASH@
1575@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1576@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libucs_la_CPPFLAGS) $(CPPFLAGS) $(libucs_la_CFLAGS) $(CFLAGS) -c -o stats/libucs_la-libstats.lo `test -f 'stats/libstats.c' || echo '$(srcdir)/'`stats/libstats.c
1577
1578stats/ucs_stats_parser-stats_parser.o: stats/stats_parser.c
1579@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucs_stats_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stats/ucs_stats_parser-stats_parser.o -MD -MP -MF stats/$(DEPDIR)/ucs_stats_parser-stats_parser.Tpo -c -o stats/ucs_stats_parser-stats_parser.o `test -f 'stats/stats_parser.c' || echo '$(srcdir)/'`stats/stats_parser.c
1580@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) stats/$(DEPDIR)/ucs_stats_parser-stats_parser.Tpo stats/$(DEPDIR)/ucs_stats_parser-stats_parser.Po
1581@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='stats/stats_parser.c' object='stats/ucs_stats_parser-stats_parser.o' libtool=no @AMDEPBACKSLASH@
1582@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1583@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucs_stats_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stats/ucs_stats_parser-stats_parser.o `test -f 'stats/stats_parser.c' || echo '$(srcdir)/'`stats/stats_parser.c
1584
1585stats/ucs_stats_parser-stats_parser.obj: stats/stats_parser.c
1586@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucs_stats_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT stats/ucs_stats_parser-stats_parser.obj -MD -MP -MF stats/$(DEPDIR)/ucs_stats_parser-stats_parser.Tpo -c -o stats/ucs_stats_parser-stats_parser.obj `if test -f 'stats/stats_parser.c'; then $(CYGPATH_W) 'stats/stats_parser.c'; else $(CYGPATH_W) '$(srcdir)/stats/stats_parser.c'; fi`
1587@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) stats/$(DEPDIR)/ucs_stats_parser-stats_parser.Tpo stats/$(DEPDIR)/ucs_stats_parser-stats_parser.Po
1588@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='stats/stats_parser.c' object='stats/ucs_stats_parser-stats_parser.obj' libtool=no @AMDEPBACKSLASH@
1589@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1590@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ucs_stats_parser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stats/ucs_stats_parser-stats_parser.obj `if test -f 'stats/stats_parser.c'; then $(CYGPATH_W) 'stats/stats_parser.c'; else $(CYGPATH_W) '$(srcdir)/stats/stats_parser.c'; fi`
1591
1592mostlyclean-libtool:
1593	-rm -f *.lo
1594
1595clean-libtool:
1596	-rm -rf .libs _libs
1597	-rm -rf algorithm/.libs algorithm/_libs
1598	-rm -rf arch/.libs arch/_libs
1599	-rm -rf arch/aarch64/.libs arch/aarch64/_libs
1600	-rm -rf arch/ppc64/.libs arch/ppc64/_libs
1601	-rm -rf arch/x86_64/.libs arch/x86_64/_libs
1602	-rm -rf async/.libs async/_libs
1603	-rm -rf config/.libs config/_libs
1604	-rm -rf datastruct/.libs datastruct/_libs
1605	-rm -rf debug/.libs debug/_libs
1606	-rm -rf memory/.libs memory/_libs
1607	-rm -rf profile/.libs profile/_libs
1608	-rm -rf stats/.libs stats/_libs
1609	-rm -rf sys/.libs sys/_libs
1610	-rm -rf time/.libs time/_libs
1611	-rm -rf type/.libs type/_libs
1612install-nobase_dist_libucs_laHEADERS: $(nobase_dist_libucs_la_HEADERS)
1613	@$(NORMAL_INSTALL)
1614	@list='$(nobase_dist_libucs_la_HEADERS)'; test -n "$(libucs_ladir)" || list=; \
1615	if test -n "$$list"; then \
1616	  echo " $(MKDIR_P) '$(DESTDIR)$(libucs_ladir)'"; \
1617	  $(MKDIR_P) "$(DESTDIR)$(libucs_ladir)" || exit 1; \
1618	fi; \
1619	$(am__nobase_list) | while read dir files; do \
1620	  xfiles=; for file in $$files; do \
1621	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
1622	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
1623	  test -z "$$xfiles" || { \
1624	    test "x$$dir" = x. || { \
1625	      echo " $(MKDIR_P) '$(DESTDIR)$(libucs_ladir)/$$dir'"; \
1626	      $(MKDIR_P) "$(DESTDIR)$(libucs_ladir)/$$dir"; }; \
1627	    echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(libucs_ladir)/$$dir'"; \
1628	    $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(libucs_ladir)/$$dir" || exit $$?; }; \
1629	done
1630
1631uninstall-nobase_dist_libucs_laHEADERS:
1632	@$(NORMAL_UNINSTALL)
1633	@list='$(nobase_dist_libucs_la_HEADERS)'; test -n "$(libucs_ladir)" || list=; \
1634	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
1635	dir='$(DESTDIR)$(libucs_ladir)'; $(am__uninstall_files_from_dir)
1636
1637ID: $(am__tagged_files)
1638	$(am__define_uniq_tagged_files); mkid -fID $$unique
1639tags: tags-am
1640TAGS: tags
1641
1642tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1643	set x; \
1644	here=`pwd`; \
1645	$(am__define_uniq_tagged_files); \
1646	shift; \
1647	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1648	  test -n "$$unique" || unique=$$empty_fix; \
1649	  if test $$# -gt 0; then \
1650	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1651	      "$$@" $$unique; \
1652	  else \
1653	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1654	      $$unique; \
1655	  fi; \
1656	fi
1657ctags: ctags-am
1658
1659CTAGS: ctags
1660ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1661	$(am__define_uniq_tagged_files); \
1662	test -z "$(CTAGS_ARGS)$$unique" \
1663	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1664	     $$unique
1665
1666GTAGS:
1667	here=`$(am__cd) $(top_builddir) && pwd` \
1668	  && $(am__cd) $(top_srcdir) \
1669	  && gtags -i $(GTAGS_ARGS) "$$here"
1670cscopelist: cscopelist-am
1671
1672cscopelist-am: $(am__tagged_files)
1673	list='$(am__tagged_files)'; \
1674	case "$(srcdir)" in \
1675	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1676	  *) sdir=$(subdir)/$(srcdir) ;; \
1677	esac; \
1678	for i in $$list; do \
1679	  if test -f "$$i"; then \
1680	    echo "$(subdir)/$$i"; \
1681	  else \
1682	    echo "$$sdir/$$i"; \
1683	  fi; \
1684	done >> $(top_builddir)/cscope.files
1685
1686distclean-tags:
1687	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1688
1689distdir: $(DISTFILES)
1690	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1691	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1692	list='$(DISTFILES)'; \
1693	  dist_files=`for file in $$list; do echo $$file; done | \
1694	  sed -e "s|^$$srcdirstrip/||;t" \
1695	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1696	case $$dist_files in \
1697	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1698			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1699			   sort -u` ;; \
1700	esac; \
1701	for file in $$dist_files; do \
1702	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1703	  if test -d $$d/$$file; then \
1704	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1705	    if test -d "$(distdir)/$$file"; then \
1706	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1707	    fi; \
1708	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1709	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1710	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1711	    fi; \
1712	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1713	  else \
1714	    test -f "$(distdir)/$$file" \
1715	    || cp -p $$d/$$file "$(distdir)/$$file" \
1716	    || exit 1; \
1717	  fi; \
1718	done
1719check-am: all-am
1720check: check-am
1721all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) all-local
1722install-binPROGRAMS: install-libLTLIBRARIES
1723
1724installdirs:
1725	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libucs_ladir)"; do \
1726	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1727	done
1728install: install-am
1729install-exec: install-exec-am
1730install-data: install-data-am
1731uninstall: uninstall-am
1732
1733install-am: all-am
1734	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1735
1736installcheck: installcheck-am
1737install-strip:
1738	if test -z '$(STRIP)'; then \
1739	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1740	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1741	      install; \
1742	else \
1743	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1744	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1745	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1746	fi
1747mostlyclean-generic:
1748
1749clean-generic:
1750
1751distclean-generic:
1752	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1753	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1754	-rm -f algorithm/$(DEPDIR)/$(am__dirstamp)
1755	-rm -f algorithm/$(am__dirstamp)
1756	-rm -f arch/$(DEPDIR)/$(am__dirstamp)
1757	-rm -f arch/$(am__dirstamp)
1758	-rm -f arch/aarch64/$(DEPDIR)/$(am__dirstamp)
1759	-rm -f arch/aarch64/$(am__dirstamp)
1760	-rm -f arch/ppc64/$(DEPDIR)/$(am__dirstamp)
1761	-rm -f arch/ppc64/$(am__dirstamp)
1762	-rm -f arch/x86_64/$(DEPDIR)/$(am__dirstamp)
1763	-rm -f arch/x86_64/$(am__dirstamp)
1764	-rm -f async/$(DEPDIR)/$(am__dirstamp)
1765	-rm -f async/$(am__dirstamp)
1766	-rm -f config/$(DEPDIR)/$(am__dirstamp)
1767	-rm -f config/$(am__dirstamp)
1768	-rm -f datastruct/$(DEPDIR)/$(am__dirstamp)
1769	-rm -f datastruct/$(am__dirstamp)
1770	-rm -f debug/$(DEPDIR)/$(am__dirstamp)
1771	-rm -f debug/$(am__dirstamp)
1772	-rm -f memory/$(DEPDIR)/$(am__dirstamp)
1773	-rm -f memory/$(am__dirstamp)
1774	-rm -f profile/$(DEPDIR)/$(am__dirstamp)
1775	-rm -f profile/$(am__dirstamp)
1776	-rm -f stats/$(DEPDIR)/$(am__dirstamp)
1777	-rm -f stats/$(am__dirstamp)
1778	-rm -f sys/$(DEPDIR)/$(am__dirstamp)
1779	-rm -f sys/$(am__dirstamp)
1780	-rm -f time/$(DEPDIR)/$(am__dirstamp)
1781	-rm -f time/$(am__dirstamp)
1782	-rm -f type/$(DEPDIR)/$(am__dirstamp)
1783	-rm -f type/$(am__dirstamp)
1784
1785maintainer-clean-generic:
1786	@echo "This command is intended for maintainers to use"
1787	@echo "it deletes files that may require special tools to rebuild."
1788clean: clean-am
1789
1790clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1791	clean-libtool mostlyclean-am
1792
1793distclean: distclean-am
1794	-rm -rf algorithm/$(DEPDIR) arch/$(DEPDIR) arch/aarch64/$(DEPDIR) arch/ppc64/$(DEPDIR) arch/x86_64/$(DEPDIR) async/$(DEPDIR) config/$(DEPDIR) datastruct/$(DEPDIR) debug/$(DEPDIR) memory/$(DEPDIR) profile/$(DEPDIR) stats/$(DEPDIR) sys/$(DEPDIR) time/$(DEPDIR) type/$(DEPDIR)
1795	-rm -f Makefile
1796distclean-am: clean-am distclean-compile distclean-generic \
1797	distclean-tags
1798
1799dvi: dvi-am
1800
1801dvi-am:
1802
1803html: html-am
1804
1805html-am:
1806
1807info: info-am
1808
1809info-am:
1810
1811install-data-am: install-nobase_dist_libucs_laHEADERS
1812
1813install-dvi: install-dvi-am
1814
1815install-dvi-am:
1816
1817install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
1818
1819install-html: install-html-am
1820
1821install-html-am:
1822
1823install-info: install-info-am
1824
1825install-info-am:
1826
1827install-man:
1828
1829install-pdf: install-pdf-am
1830
1831install-pdf-am:
1832
1833install-ps: install-ps-am
1834
1835install-ps-am:
1836
1837installcheck-am:
1838
1839maintainer-clean: maintainer-clean-am
1840	-rm -rf algorithm/$(DEPDIR) arch/$(DEPDIR) arch/aarch64/$(DEPDIR) arch/ppc64/$(DEPDIR) arch/x86_64/$(DEPDIR) async/$(DEPDIR) config/$(DEPDIR) datastruct/$(DEPDIR) debug/$(DEPDIR) memory/$(DEPDIR) profile/$(DEPDIR) stats/$(DEPDIR) sys/$(DEPDIR) time/$(DEPDIR) type/$(DEPDIR)
1841	-rm -f Makefile
1842maintainer-clean-am: distclean-am maintainer-clean-generic
1843
1844mostlyclean: mostlyclean-am
1845
1846mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1847	mostlyclean-libtool
1848
1849pdf: pdf-am
1850
1851pdf-am:
1852
1853ps: ps-am
1854
1855ps-am:
1856
1857uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
1858	uninstall-nobase_dist_libucs_laHEADERS
1859
1860.MAKE: install-am install-strip
1861
1862.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
1863	clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1864	clean-libtool cscopelist-am ctags ctags-am distclean \
1865	distclean-compile distclean-generic distclean-libtool \
1866	distclean-tags distdir dvi dvi-am html html-am info info-am \
1867	install install-am install-binPROGRAMS install-data \
1868	install-data-am install-dvi install-dvi-am install-exec \
1869	install-exec-am install-html install-html-am install-info \
1870	install-info-am install-libLTLIBRARIES install-man \
1871	install-nobase_dist_libucs_laHEADERS install-pdf \
1872	install-pdf-am install-ps install-ps-am install-strip \
1873	installcheck installcheck-am installdirs maintainer-clean \
1874	maintainer-clean-generic mostlyclean mostlyclean-compile \
1875	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1876	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1877	uninstall-libLTLIBRARIES \
1878	uninstall-nobase_dist_libucs_laHEADERS
1879
1880.PRECIOUS: Makefile
1881
1882
1883all-local: $(objdir)/$(modulesubdir)
1884
1885$(objdir)/$(modulesubdir): $(lib_LTLIBRARIES)
1886	$(AM_V_at)$(LN_RS) -fn $(localmoduledir) $(objdir)/$(modulesubdir)
1887
1888#TODO	stats/stats_dump.c
1889#TODO	stats/stats_reader.c
1890
1891# Tell versions [3.59,3.63) of GNU make to not export all variables.
1892# Otherwise a system limit (for SysV at least) may be exceeded.
1893.NOEXPORT:
1894