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

网格计算

开发平台:

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. # Top-level makefile template for native hadoop code
  32. #
  33. #
  34. # Notes: 
  35. # 1. This makefile is designed to do the actual builds in $(HADOOP_HOME)/build/native/${os.name}-${os-arch}.
  36. # 2. This makefile depends on the following environment variables to function correctly:
  37. #    * HADOOP_NATIVE_SRCDIR 
  38. #    * JAVA_HOME
  39. #    * JVM_DATA_MODEL
  40. #    * OS_NAME
  41. #    * OS_ARCH 
  42. #    All these are setup by build.xml. 
  43. #
  44. srcdir = @srcdir@
  45. top_srcdir = @top_srcdir@
  46. VPATH = @srcdir@
  47. pkgdatadir = $(datadir)/@PACKAGE@
  48. pkglibdir = $(libdir)/@PACKAGE@
  49. pkgincludedir = $(includedir)/@PACKAGE@
  50. top_builddir = .
  51. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  52. INSTALL = @INSTALL@
  53. install_sh_DATA = $(install_sh) -c -m 644
  54. install_sh_PROGRAM = $(install_sh) -c
  55. install_sh_SCRIPT = $(install_sh) -c
  56. INSTALL_HEADER = $(INSTALL_DATA)
  57. transform = $(program_transform_name)
  58. NORMAL_INSTALL = :
  59. PRE_INSTALL = :
  60. POST_INSTALL = :
  61. NORMAL_UNINSTALL = :
  62. PRE_UNINSTALL = :
  63. POST_UNINSTALL = :
  64. build_triplet = @build@
  65. host_triplet = @host@
  66. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am 
  67. $(srcdir)/Makefile.in $(srcdir)/config.h.in 
  68. $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS 
  69. config/config.guess config/config.sub config/depcomp 
  70. config/install-sh config/ltmain.sh config/missing
  71. subdir = .
  72. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  73. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 
  74. $(top_srcdir)/configure.ac
  75. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  76. $(ACLOCAL_M4)
  77. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log 
  78.  configure.lineno configure.status.lineno
  79. mkinstalldirs = $(install_sh) -d
  80. CONFIG_HEADER = config.h
  81. CONFIG_CLEAN_FILES =
  82. SOURCES =
  83. DIST_SOURCES =
  84. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  85. html-recursive info-recursive install-data-recursive 
  86. install-exec-recursive install-info-recursive 
  87. install-recursive installcheck-recursive installdirs-recursive 
  88. pdf-recursive ps-recursive uninstall-info-recursive 
  89. uninstall-recursive
  90. ETAGS = etags
  91. CTAGS = ctags
  92. DIST_SUBDIRS = $(SUBDIRS)
  93. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  94. distdir = $(PACKAGE)-$(VERSION)
  95. top_distdir = $(distdir)
  96. am__remove_distdir = 
  97.   { test ! -d $(distdir) 
  98.     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' 
  99.          && rm -fr $(distdir); }; }
  100. DIST_ARCHIVES = $(distdir).tar.gz
  101. GZIP_ENV = --best
  102. distuninstallcheck_listfiles = find . -type f -print
  103. distcleancheck_listfiles = find . -type f -print
  104. ACLOCAL = @ACLOCAL@
  105. AMDEP_FALSE = @AMDEP_FALSE@
  106. AMDEP_TRUE = @AMDEP_TRUE@
  107. AMTAR = @AMTAR@
  108. AR = @AR@
  109. AUTOCONF = @AUTOCONF@
  110. AUTOHEADER = @AUTOHEADER@
  111. AUTOMAKE = @AUTOMAKE@
  112. AWK = @AWK@
  113. CC = @CC@
  114. CCDEPMODE = @CCDEPMODE@
  115. CFLAGS = @CFLAGS@
  116. CPP = @CPP@
  117. CPPFLAGS = @CPPFLAGS@
  118. CXX = @CXX@
  119. CXXCPP = @CXXCPP@
  120. CXXDEPMODE = @CXXDEPMODE@
  121. CXXFLAGS = @CXXFLAGS@
  122. CYGPATH_W = @CYGPATH_W@
  123. DEFS = @DEFS@
  124. DEPDIR = @DEPDIR@
  125. ECHO = @ECHO@
  126. ECHO_C = @ECHO_C@
  127. ECHO_N = @ECHO_N@
  128. ECHO_T = @ECHO_T@
  129. EGREP = @EGREP@
  130. EXEEXT = @EXEEXT@
  131. F77 = @F77@
  132. FFLAGS = @FFLAGS@
  133. INSTALL_DATA = @INSTALL_DATA@
  134. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  135. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  136. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  137. JNI_CPPFLAGS = @JNI_CPPFLAGS@
  138. JNI_LDFLAGS = @JNI_LDFLAGS@
  139. LDFLAGS = @LDFLAGS@
  140. LIBOBJS = @LIBOBJS@
  141. LIBS = @LIBS@
  142. LIBTOOL = @LIBTOOL@
  143. LN_S = @LN_S@
  144. LTLIBOBJS = @LTLIBOBJS@
  145. MAKEINFO = @MAKEINFO@
  146. OBJEXT = @OBJEXT@
  147. PACKAGE = @PACKAGE@
  148. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  149. PACKAGE_NAME = @PACKAGE_NAME@
  150. PACKAGE_STRING = @PACKAGE_STRING@
  151. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  152. PACKAGE_VERSION = @PACKAGE_VERSION@
  153. PATH_SEPARATOR = @PATH_SEPARATOR@
  154. RANLIB = @RANLIB@
  155. SET_MAKE = @SET_MAKE@
  156. SHELL = @SHELL@
  157. STRIP = @STRIP@
  158. VERSION = @VERSION@
  159. ac_ct_AR = @ac_ct_AR@
  160. ac_ct_CC = @ac_ct_CC@
  161. ac_ct_CXX = @ac_ct_CXX@
  162. ac_ct_F77 = @ac_ct_F77@
  163. ac_ct_RANLIB = @ac_ct_RANLIB@
  164. ac_ct_STRIP = @ac_ct_STRIP@
  165. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  166. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  167. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  168. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  169. am__include = @am__include@
  170. am__leading_dot = @am__leading_dot@
  171. am__quote = @am__quote@
  172. am__tar = @am__tar@
  173. am__untar = @am__untar@
  174. bindir = @bindir@
  175. build = @build@
  176. build_alias = @build_alias@
  177. build_cpu = @build_cpu@
  178. build_os = @build_os@
  179. build_vendor = @build_vendor@
  180. datadir = @datadir@
  181. exec_prefix = @exec_prefix@
  182. host = @host@
  183. host_alias = @host_alias@
  184. host_cpu = @host_cpu@
  185. host_os = @host_os@
  186. host_vendor = @host_vendor@
  187. includedir = @includedir@
  188. infodir = @infodir@
  189. install_sh = @install_sh@
  190. libdir = @libdir@
  191. libexecdir = @libexecdir@
  192. localstatedir = @localstatedir@
  193. mandir = @mandir@
  194. mkdir_p = @mkdir_p@
  195. oldincludedir = @oldincludedir@
  196. prefix = @prefix@
  197. program_transform_name = @program_transform_name@
  198. sbindir = @sbindir@
  199. sharedstatedir = @sharedstatedir@
  200. sysconfdir = @sysconfdir@
  201. target_alias = @target_alias@
  202. # List the sub-directories here
  203. SUBDIRS = src/org/apache/hadoop/io/compress/zlib lib
  204. all: config.h
  205. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  206. .SUFFIXES:
  207. am--refresh:
  208. @:
  209. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  210. @for dep in $?; do 
  211.   case '$(am__configure_deps)' in 
  212.     *$$dep*) 
  213.       echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; 
  214.       cd $(srcdir) && $(AUTOMAKE) --gnu  
  215. && exit 0; 
  216.       exit 1;; 
  217.   esac; 
  218. done; 
  219. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; 
  220. cd $(top_srcdir) && 
  221.   $(AUTOMAKE) --gnu  Makefile
  222. .PRECIOUS: Makefile
  223. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  224. @case '$?' in 
  225.   *config.status*) 
  226.     echo ' $(SHELL) ./config.status'; 
  227.     $(SHELL) ./config.status;; 
  228.   *) 
  229.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; 
  230.     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; 
  231. esac;
  232. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  233. $(SHELL) ./config.status --recheck
  234. $(top_srcdir)/configure:  $(am__configure_deps)
  235. cd $(srcdir) && $(AUTOCONF)
  236. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  237. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  238. config.h: stamp-h1
  239. @if test ! -f $@; then 
  240.   rm -f stamp-h1; 
  241.   $(MAKE) stamp-h1; 
  242. else :; fi
  243. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  244. @rm -f stamp-h1
  245. cd $(top_builddir) && $(SHELL) ./config.status config.h
  246. $(srcdir)/config.h.in:  $(am__configure_deps) 
  247. cd $(top_srcdir) && $(AUTOHEADER)
  248. rm -f stamp-h1
  249. touch $@
  250. distclean-hdr:
  251. -rm -f config.h stamp-h1
  252. mostlyclean-libtool:
  253. -rm -f *.lo
  254. clean-libtool:
  255. -rm -rf .libs _libs
  256. distclean-libtool:
  257. -rm -f libtool
  258. uninstall-info-am:
  259. # This directory's subdirectories are mostly independent; you can cd
  260. # into them and run `make' without going through this Makefile.
  261. # To change the values of `make' variables: instead of editing Makefiles,
  262. # (1) if the variable is set in `config.status', edit `config.status'
  263. #     (which will cause the Makefiles to be regenerated when you run `make');
  264. # (2) otherwise, pass the desired values on the `make' command line.
  265. $(RECURSIVE_TARGETS):
  266. @set fnord $$MAKEFLAGS; amf=$$2; 
  267. dot_seen=no; 
  268. target=`echo $@ | sed s/-recursive//`; 
  269. list='$(SUBDIRS)'; for subdir in $$list; do 
  270.   echo "Making $$target in $$subdir"; 
  271.   if test "$$subdir" = "."; then 
  272.     dot_seen=yes; 
  273.     local_target="$$target-am"; 
  274.   else 
  275.     local_target="$$target"; 
  276.   fi; 
  277.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  278.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  279. done; 
  280. if test "$$dot_seen" = "no"; then 
  281.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  282. fi; test -z "$$fail"
  283. mostlyclean-recursive clean-recursive distclean-recursive 
  284. maintainer-clean-recursive:
  285. @set fnord $$MAKEFLAGS; amf=$$2; 
  286. dot_seen=no; 
  287. case "$@" in 
  288.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  289.   *) list='$(SUBDIRS)' ;; 
  290. esac; 
  291. rev=''; for subdir in $$list; do 
  292.   if test "$$subdir" = "."; then :; else 
  293.     rev="$$subdir $$rev"; 
  294.   fi; 
  295. done; 
  296. rev="$$rev ."; 
  297. target=`echo $@ | sed s/-recursive//`; 
  298. for subdir in $$rev; do 
  299.   echo "Making $$target in $$subdir"; 
  300.   if test "$$subdir" = "."; then 
  301.     local_target="$$target-am"; 
  302.   else 
  303.     local_target="$$target"; 
  304.   fi; 
  305.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  306.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  307. done && test -z "$$fail"
  308. tags-recursive:
  309. list='$(SUBDIRS)'; for subdir in $$list; do 
  310.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  311. done
  312. ctags-recursive:
  313. list='$(SUBDIRS)'; for subdir in $$list; do 
  314.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  315. done
  316. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  317. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  318. unique=`for i in $$list; do 
  319.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  320.   done | 
  321.   $(AWK) '    { files[$$0] = 1; } 
  322.        END { for (i in files) print i; }'`; 
  323. mkid -fID $$unique
  324. tags: TAGS
  325. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) 
  326. $(TAGS_FILES) $(LISP)
  327. tags=; 
  328. here=`pwd`; 
  329. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then 
  330.   include_option=--etags-include; 
  331.   empty_fix=.; 
  332. else 
  333.   include_option=--include; 
  334.   empty_fix=; 
  335. fi; 
  336. list='$(SUBDIRS)'; for subdir in $$list; do 
  337.   if test "$$subdir" = .; then :; else 
  338.     test ! -f $$subdir/TAGS || 
  339.       tags="$$tags $$include_option=$$here/$$subdir/TAGS"; 
  340.   fi; 
  341. done; 
  342. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; 
  343. unique=`for i in $$list; do 
  344.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  345.   done | 
  346.   $(AWK) '    { files[$$0] = 1; } 
  347.        END { for (i in files) print i; }'`; 
  348. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  349.   test -n "$$unique" || unique=$$empty_fix; 
  350.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  351.     $$tags $$unique; 
  352. fi
  353. ctags: CTAGS
  354. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) 
  355. $(TAGS_FILES) $(LISP)
  356. tags=; 
  357. here=`pwd`; 
  358. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; 
  359. unique=`for i in $$list; do 
  360.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  361.   done | 
  362.   $(AWK) '    { files[$$0] = 1; } 
  363.        END { for (i in files) print i; }'`; 
  364. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  365.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  366.      $$tags $$unique
  367. GTAGS:
  368. here=`$(am__cd) $(top_builddir) && pwd` 
  369.   && cd $(top_srcdir) 
  370.   && gtags -i $(GTAGS_ARGS) $$here
  371. distclean-tags:
  372. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  373. distdir: $(DISTFILES)
  374. $(am__remove_distdir)
  375. mkdir $(distdir)
  376. $(mkdir_p) $(distdir)/config
  377. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  378. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  379. list='$(DISTFILES)'; for file in $$list; do 
  380.   case $$file in 
  381.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  382.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  383.   esac; 
  384.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  385.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  386.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  387.     dir="/$$dir"; 
  388.     $(mkdir_p) "$(distdir)$$dir"; 
  389.   else 
  390.     dir=''; 
  391.   fi; 
  392.   if test -d $$d/$$file; then 
  393.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  394.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  395.     fi; 
  396.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  397.   else 
  398.     test -f $(distdir)/$$file 
  399.     || cp -p $$d/$$file $(distdir)/$$file 
  400.     || exit 1; 
  401.   fi; 
  402. done
  403. list='$(DIST_SUBDIRS)'; for subdir in $$list; do 
  404.   if test "$$subdir" = .; then :; else 
  405.     test -d "$(distdir)/$$subdir" 
  406.     || $(mkdir_p) "$(distdir)/$$subdir" 
  407.     || exit 1; 
  408.     distdir=`$(am__cd) $(distdir) && pwd`; 
  409.     top_distdir=`$(am__cd) $(top_distdir) && pwd`; 
  410.     (cd $$subdir && 
  411.       $(MAKE) $(AM_MAKEFLAGS) 
  412.         top_distdir="$$top_distdir" 
  413.         distdir="$$distdir/$$subdir" 
  414.         distdir) 
  415.       || exit 1; 
  416.   fi; 
  417. done
  418. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} ; -o 
  419.   ! -type d ! -perm -444 -links 1 -exec chmod a+r {} ; -o 
  420.   ! -type d ! -perm -400 -exec chmod a+r {} ; -o 
  421.   ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} ; 
  422. || chmod -R a+r $(distdir)
  423. dist-gzip: distdir
  424. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  425. $(am__remove_distdir)
  426. dist-bzip2: distdir
  427. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  428. $(am__remove_distdir)
  429. dist-tarZ: distdir
  430. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  431. $(am__remove_distdir)
  432. dist-shar: distdir
  433. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  434. $(am__remove_distdir)
  435. dist-zip: distdir
  436. -rm -f $(distdir).zip
  437. zip -rq $(distdir).zip $(distdir)
  438. $(am__remove_distdir)
  439. dist dist-all: distdir
  440. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  441. $(am__remove_distdir)
  442. # This target untars the dist file and tries a VPATH configuration.  Then
  443. # it guarantees that the distribution is self-contained by making another
  444. # tarfile.
  445. distcheck: dist
  446. case '$(DIST_ARCHIVES)' in 
  447. *.tar.gz*) 
  448.   GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;
  449. *.tar.bz2*) 
  450.   bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;
  451. *.tar.Z*) 
  452.   uncompress -c $(distdir).tar.Z | $(am__untar) ;;
  453. *.shar.gz*) 
  454.   GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;
  455. *.zip*) 
  456.   unzip $(distdir).zip ;;
  457. esac
  458. chmod -R a-w $(distdir); chmod a+w $(distdir)
  459. mkdir $(distdir)/_build
  460. mkdir $(distdir)/_inst
  461. chmod a-w $(distdir)
  462. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\/]:[\/],/,'` 
  463.   && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" 
  464.   && cd $(distdir)/_build 
  465.   && ../configure --srcdir=.. --prefix="$$dc_install_base" 
  466.     $(DISTCHECK_CONFIGURE_FLAGS) 
  467.   && $(MAKE) $(AM_MAKEFLAGS) 
  468.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  469.   && $(MAKE) $(AM_MAKEFLAGS) check 
  470.   && $(MAKE) $(AM_MAKEFLAGS) install 
  471.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  472.   && $(MAKE) $(AM_MAKEFLAGS) uninstall 
  473.   && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" 
  474.         distuninstallcheck 
  475.   && chmod -R a-w "$$dc_install_base" 
  476.   && ({ 
  477.        (cd ../.. && umask 077 && mkdir "$$dc_destdir") 
  478.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install 
  479.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall 
  480.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" 
  481.             distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; 
  482.       } || { rm -rf "$$dc_destdir"; exit 1; }) 
  483.   && rm -rf "$$dc_destdir" 
  484.   && $(MAKE) $(AM_MAKEFLAGS) dist 
  485.   && rm -rf $(DIST_ARCHIVES) 
  486.   && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  487. $(am__remove_distdir)
  488. @(echo "$(distdir) archives ready for distribution: "; 
  489.   list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | 
  490.   sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
  491. distuninstallcheck:
  492. @cd $(distuninstallcheck_dir) 
  493. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 
  494.    || { echo "ERROR: files left after uninstall:" ; 
  495.         if test -n "$(DESTDIR)"; then 
  496.           echo "  (check DESTDIR support)"; 
  497.         fi ; 
  498.         $(distuninstallcheck_listfiles) ; 
  499.         exit 1; } >&2
  500. distcleancheck: distclean
  501. @if test '$(srcdir)' = . ; then 
  502.   echo "ERROR: distcleancheck can only run from a VPATH build" ; 
  503.   exit 1 ; 
  504. fi
  505. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 
  506.   || { echo "ERROR: files left in build directory after distclean:" ; 
  507.        $(distcleancheck_listfiles) ; 
  508.        exit 1; } >&2
  509. check-am: all-am
  510. check: check-recursive
  511. all-am: Makefile config.h
  512. installdirs: installdirs-recursive
  513. installdirs-am:
  514. install: install-recursive
  515. install-exec: install-exec-recursive
  516. install-data: install-data-recursive
  517. uninstall: uninstall-recursive
  518. install-am: all-am
  519. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  520. installcheck: installcheck-recursive
  521. install-strip:
  522. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  523.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  524.   `test -z '$(STRIP)' || 
  525.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  526. mostlyclean-generic:
  527. clean-generic:
  528. distclean-generic:
  529. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  530. maintainer-clean-generic:
  531. @echo "This command is intended for maintainers to use"
  532. @echo "it deletes files that may require special tools to rebuild."
  533. clean: clean-recursive
  534. clean-am: clean-generic clean-libtool mostlyclean-am
  535. distclean: distclean-recursive
  536. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  537. -rm -f Makefile
  538. distclean-am: clean-am distclean-generic distclean-hdr 
  539. distclean-libtool distclean-tags
  540. dvi: dvi-recursive
  541. dvi-am:
  542. html: html-recursive
  543. info: info-recursive
  544. info-am:
  545. install-data-am:
  546. install-exec-am:
  547. install-info: install-info-recursive
  548. install-man:
  549. installcheck-am:
  550. maintainer-clean: maintainer-clean-recursive
  551. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  552. -rm -rf $(top_srcdir)/autom4te.cache
  553. -rm -f Makefile
  554. maintainer-clean-am: distclean-am maintainer-clean-generic
  555. mostlyclean: mostlyclean-recursive
  556. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  557. pdf: pdf-recursive
  558. pdf-am:
  559. ps: ps-recursive
  560. ps-am:
  561. uninstall-am: uninstall-info-am
  562. uninstall-info: uninstall-info-recursive
  563. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check 
  564. check-am clean clean-generic clean-libtool clean-recursive 
  565. ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip 
  566. dist-shar dist-tarZ dist-zip distcheck distclean 
  567. distclean-generic distclean-hdr distclean-libtool 
  568. distclean-recursive distclean-tags distcleancheck distdir 
  569. distuninstallcheck dvi dvi-am html html-am info info-am 
  570. install install-am install-data install-data-am install-exec 
  571. install-exec-am install-info install-info-am install-man 
  572. install-strip installcheck installcheck-am installdirs 
  573. installdirs-am maintainer-clean maintainer-clean-generic 
  574. maintainer-clean-recursive mostlyclean mostlyclean-generic 
  575. mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am 
  576. tags tags-recursive uninstall uninstall-am uninstall-info-am
  577. # Export $(PLATFORM) to prevent proliferation of sub-shells
  578. export PLATFORM = $(shell echo $$OS_NAME | tr [A-Z] [a-z])
  579. # The following export is needed to build libhadoop.so in the 'lib' directory
  580. export SUBDIRS
  581. #
  582. #vim: sw=4: ts=4: noet
  583. #
  584. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  585. # Otherwise a system limit (for SysV at least) may be exceeded.
  586. .NOEXPORT: