Makefile.in
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:12k
源码类别:

网格计算

开发平台:

Java

  1. # Makefile.in generated by automake 1.9.2 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004  Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. #
  14. # Licensed to the Apache Software Foundation (ASF) under one
  15. # or more contributor license agreements.  See the NOTICE file
  16. # distributed with this work for additional information
  17. # regarding copyright ownership.  The ASF licenses this file
  18. # to you under the Apache License, Version 2.0 (the
  19. # "License"); you may not use this file except in compliance
  20. # with the License.  You may obtain a copy of the License at
  21. #
  22. #     http://www.apache.org/licenses/LICENSE-2.0
  23. #
  24. # Unless required by applicable law or agreed to in writing, software
  25. # distributed under the License is distributed on an "AS IS" BASIS,
  26. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  27. # See the License for the specific language governing permissions and
  28. # limitations under the License.
  29. #
  30. #
  31. # Makefile template for building libhadoop.so 
  32. #
  33. #
  34. # Notes: 
  35. # 1. This makefile is designed to do the actual builds in $(HADOOP_HOME)/build/native/${os.name}-${os.arch}/lib 
  36. # 2. This makefile depends on the following environment variables to function correctly:
  37. #    * HADOOP_NATIVE_SRCDIR 
  38. #    * JAVA_HOME
  39. #    * OS_ARCH 
  40. #    All these are setup by build.xml and/or the top-level makefile.
  41. #
  42. SOURCES = $(libhadoop_la_SOURCES)
  43. srcdir = @srcdir@
  44. top_srcdir = @top_srcdir@
  45. VPATH = @srcdir@
  46. pkgdatadir = $(datadir)/@PACKAGE@
  47. pkglibdir = $(libdir)/@PACKAGE@
  48. pkgincludedir = $(includedir)/@PACKAGE@
  49. top_builddir = ..
  50. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  51. INSTALL = @INSTALL@
  52. install_sh_DATA = $(install_sh) -c -m 644
  53. install_sh_PROGRAM = $(install_sh) -c
  54. install_sh_SCRIPT = $(install_sh) -c
  55. INSTALL_HEADER = $(INSTALL_DATA)
  56. transform = $(program_transform_name)
  57. NORMAL_INSTALL = :
  58. PRE_INSTALL = :
  59. POST_INSTALL = :
  60. NORMAL_UNINSTALL = :
  61. PRE_UNINSTALL = :
  62. POST_UNINSTALL = :
  63. build_triplet = @build@
  64. host_triplet = @host@
  65. subdir = lib
  66. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  67. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  68. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 
  69. $(top_srcdir)/configure.ac
  70. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  71. $(ACLOCAL_M4)
  72. mkinstalldirs = $(install_sh) -d
  73. CONFIG_HEADER = $(top_builddir)/config.h
  74. CONFIG_CLEAN_FILES =
  75. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  76. am__vpath_adj = case $$p in 
  77.     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; 
  78.     *) f=$$p;; 
  79.   esac;
  80. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  81. am__installdirs = "$(DESTDIR)$(libdir)"
  82. libLTLIBRARIES_INSTALL = $(INSTALL)
  83. LTLIBRARIES = $(lib_LTLIBRARIES)
  84. am__DEPENDENCIES_1 = $(foreach path,$(addprefix 
  85. ../,$(SUBDIRS)),$(wildcard $(path)/*.lo))
  86. libhadoop_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
  87. am_libhadoop_la_OBJECTS =
  88. libhadoop_la_OBJECTS = $(am_libhadoop_la_OBJECTS)
  89. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
  90. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  91. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  92. LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) 
  93. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
  94. $(AM_CFLAGS) $(CFLAGS)
  95. CCLD = $(CC)
  96. LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) 
  97. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  98. SOURCES = $(libhadoop_la_SOURCES)
  99. DIST_SOURCES = $(libhadoop_la_SOURCES)
  100. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  101. ACLOCAL = @ACLOCAL@
  102. AMDEP_FALSE = @AMDEP_FALSE@
  103. AMDEP_TRUE = @AMDEP_TRUE@
  104. AMTAR = @AMTAR@
  105. AR = @AR@
  106. AUTOCONF = @AUTOCONF@
  107. AUTOHEADER = @AUTOHEADER@
  108. AUTOMAKE = @AUTOMAKE@
  109. AWK = @AWK@
  110. CC = @CC@
  111. CCDEPMODE = @CCDEPMODE@
  112. CFLAGS = @CFLAGS@
  113. CPP = @CPP@
  114. CPPFLAGS = @CPPFLAGS@
  115. CXX = @CXX@
  116. CXXCPP = @CXXCPP@
  117. CXXDEPMODE = @CXXDEPMODE@
  118. CXXFLAGS = @CXXFLAGS@
  119. CYGPATH_W = @CYGPATH_W@
  120. DEFS = @DEFS@
  121. DEPDIR = @DEPDIR@
  122. ECHO = @ECHO@
  123. ECHO_C = @ECHO_C@
  124. ECHO_N = @ECHO_N@
  125. ECHO_T = @ECHO_T@
  126. EGREP = @EGREP@
  127. EXEEXT = @EXEEXT@
  128. F77 = @F77@
  129. FFLAGS = @FFLAGS@
  130. INSTALL_DATA = @INSTALL_DATA@
  131. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  132. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  133. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  134. JNI_CPPFLAGS = @JNI_CPPFLAGS@
  135. JNI_LDFLAGS = @JNI_LDFLAGS@
  136. LDFLAGS = @LDFLAGS@
  137. LIBOBJS = @LIBOBJS@
  138. LIBS = @LIBS@
  139. LIBTOOL = @LIBTOOL@
  140. LN_S = @LN_S@
  141. LTLIBOBJS = @LTLIBOBJS@
  142. MAKEINFO = @MAKEINFO@
  143. OBJEXT = @OBJEXT@
  144. PACKAGE = @PACKAGE@
  145. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  146. PACKAGE_NAME = @PACKAGE_NAME@
  147. PACKAGE_STRING = @PACKAGE_STRING@
  148. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  149. PACKAGE_VERSION = @PACKAGE_VERSION@
  150. PATH_SEPARATOR = @PATH_SEPARATOR@
  151. RANLIB = @RANLIB@
  152. SET_MAKE = @SET_MAKE@
  153. SHELL = @SHELL@
  154. STRIP = @STRIP@
  155. VERSION = @VERSION@
  156. ac_ct_AR = @ac_ct_AR@
  157. ac_ct_CC = @ac_ct_CC@
  158. ac_ct_CXX = @ac_ct_CXX@
  159. ac_ct_F77 = @ac_ct_F77@
  160. ac_ct_RANLIB = @ac_ct_RANLIB@
  161. ac_ct_STRIP = @ac_ct_STRIP@
  162. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  163. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  164. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  165. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  166. am__include = @am__include@
  167. am__leading_dot = @am__leading_dot@
  168. am__quote = @am__quote@
  169. am__tar = @am__tar@
  170. am__untar = @am__untar@
  171. bindir = @bindir@
  172. build = @build@
  173. build_alias = @build_alias@
  174. build_cpu = @build_cpu@
  175. build_os = @build_os@
  176. build_vendor = @build_vendor@
  177. datadir = @datadir@
  178. exec_prefix = @exec_prefix@
  179. host = @host@
  180. host_alias = @host_alias@
  181. host_cpu = @host_cpu@
  182. host_os = @host_os@
  183. host_vendor = @host_vendor@
  184. includedir = @includedir@
  185. infodir = @infodir@
  186. install_sh = @install_sh@
  187. libdir = @libdir@
  188. libexecdir = @libexecdir@
  189. localstatedir = @localstatedir@
  190. mandir = @mandir@
  191. mkdir_p = @mkdir_p@
  192. oldincludedir = @oldincludedir@
  193. prefix = @prefix@
  194. program_transform_name = @program_transform_name@
  195. sbindir = @sbindir@
  196. sharedstatedir = @sharedstatedir@
  197. sysconfdir = @sysconfdir@
  198. target_alias = @target_alias@
  199. # Add .lo files in $(SUBDIRS) to construct libhadoop.so
  200. HADOOP_OBJS = $(foreach path,$(addprefix ../,$(SUBDIRS)),$(wildcard $(path)/*.lo))
  201. AM_LDFLAGS = @JNI_LDFLAGS@ -m$(JVM_DATA_MODEL)
  202. lib_LTLIBRARIES = libhadoop.la
  203. libhadoop_la_SOURCES = 
  204. libhadoop_la_LDFLAGS = -version-info 1:0:0
  205. libhadoop_la_LIBADD = $(HADOOP_OBJS) -ldl -ljvm
  206. all: all-am
  207. .SUFFIXES:
  208. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  209. @for dep in $?; do 
  210.   case '$(am__configure_deps)' in 
  211.     *$$dep*) 
  212.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  213. && exit 0; 
  214.       exit 1;; 
  215.   esac; 
  216. done; 
  217. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/Makefile'; 
  218. cd $(top_srcdir) && 
  219.   $(AUTOMAKE) --gnu  lib/Makefile
  220. .PRECIOUS: Makefile
  221. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  222. @case '$?' in 
  223.   *config.status*) 
  224.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  225.   *) 
  226.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  227.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  228. esac;
  229. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  230. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  231. $(top_srcdir)/configure:  $(am__configure_deps)
  232. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  233. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  234. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  235. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  236. @$(NORMAL_INSTALL)
  237. test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
  238. @list='$(lib_LTLIBRARIES)'; for p in $$list; do 
  239.   if test -f $$p; then 
  240.     f=$(am__strip_dir) 
  241.     echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; 
  242.     $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; 
  243.   else :; fi; 
  244. done
  245. uninstall-libLTLIBRARIES:
  246. @$(NORMAL_UNINSTALL)
  247. @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do 
  248.   p=$(am__strip_dir) 
  249.   echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; 
  250.   $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; 
  251. done
  252. clean-libLTLIBRARIES:
  253. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  254. @list='$(lib_LTLIBRARIES)'; for p in $$list; do 
  255.   dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; 
  256.   test "$$dir" != "$$p" || dir=.; 
  257.   echo "rm -f "$${dir}/so_locations""; 
  258.   rm -f "$${dir}/so_locations"; 
  259. done
  260. libhadoop.la: $(libhadoop_la_OBJECTS) $(libhadoop_la_DEPENDENCIES) 
  261. $(LINK) -rpath $(libdir) $(libhadoop_la_LDFLAGS) $(libhadoop_la_OBJECTS) $(libhadoop_la_LIBADD) $(LIBS)
  262. mostlyclean-compile:
  263. -rm -f *.$(OBJEXT)
  264. distclean-compile:
  265. -rm -f *.tab.c
  266. mostlyclean-libtool:
  267. -rm -f *.lo
  268. clean-libtool:
  269. -rm -rf .libs _libs
  270. distclean-libtool:
  271. -rm -f libtool
  272. uninstall-info-am:
  273. tags: TAGS
  274. TAGS:
  275. ctags: CTAGS
  276. CTAGS:
  277. distdir: $(DISTFILES)
  278. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  279. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  280. list='$(DISTFILES)'; for file in $$list; do 
  281.   case $$file in 
  282.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  283.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  284.   esac; 
  285.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  286.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  287.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  288.     dir="/$$dir"; 
  289.     $(mkdir_p) "$(distdir)$$dir"; 
  290.   else 
  291.     dir=''; 
  292.   fi; 
  293.   if test -d $$d/$$file; then 
  294.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  295.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  296.     fi; 
  297.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  298.   else 
  299.     test -f $(distdir)/$$file 
  300.     || cp -p $$d/$$file $(distdir)/$$file 
  301.     || exit 1; 
  302.   fi; 
  303. done
  304. check-am: all-am
  305. check: check-am
  306. all-am: Makefile $(LTLIBRARIES)
  307. installdirs:
  308. for dir in "$(DESTDIR)$(libdir)"; do 
  309.   test -z "$$dir" || $(mkdir_p) "$$dir"; 
  310. done
  311. install: install-am
  312. install-exec: install-exec-am
  313. install-data: install-data-am
  314. uninstall: uninstall-am
  315. install-am: all-am
  316. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  317. installcheck: installcheck-am
  318. install-strip:
  319. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  320.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  321.   `test -z '$(STRIP)' || 
  322.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  323. mostlyclean-generic:
  324. clean-generic:
  325. distclean-generic:
  326. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  327. maintainer-clean-generic:
  328. @echo "This command is intended for maintainers to use"
  329. @echo "it deletes files that may require special tools to rebuild."
  330. clean: clean-am
  331. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool 
  332. mostlyclean-am
  333. distclean: distclean-am
  334. -rm -f Makefile
  335. distclean-am: clean-am distclean-compile distclean-generic 
  336. distclean-libtool
  337. dvi: dvi-am
  338. dvi-am:
  339. html: html-am
  340. info: info-am
  341. info-am:
  342. install-data-am:
  343. install-exec-am: install-libLTLIBRARIES
  344. install-info: install-info-am
  345. install-man:
  346. installcheck-am:
  347. maintainer-clean: maintainer-clean-am
  348. -rm -f Makefile
  349. maintainer-clean-am: distclean-am maintainer-clean-generic
  350. mostlyclean: mostlyclean-am
  351. mostlyclean-am: mostlyclean-compile mostlyclean-generic 
  352. mostlyclean-libtool
  353. pdf: pdf-am
  354. pdf-am:
  355. ps: ps-am
  356. ps-am:
  357. uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
  358. .PHONY: all all-am check check-am clean clean-generic 
  359. clean-libLTLIBRARIES clean-libtool distclean distclean-compile 
  360. distclean-generic distclean-libtool distdir dvi dvi-am html 
  361. html-am info info-am install install-am install-data 
  362. install-data-am install-exec install-exec-am install-info 
  363. install-info-am install-libLTLIBRARIES install-man 
  364. install-strip installcheck installcheck-am installdirs 
  365. maintainer-clean maintainer-clean-generic mostlyclean 
  366. mostlyclean-compile mostlyclean-generic mostlyclean-libtool 
  367. pdf pdf-am ps ps-am uninstall uninstall-am uninstall-info-am 
  368. uninstall-libLTLIBRARIES
  369. #
  370. #vim: sw=4: ts=4: noet
  371. #
  372. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  373. # Otherwise a system limit (for SysV at least) may be exceeded.
  374. .NOEXPORT: