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