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

网格计算

开发平台:

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 native 'zlib' for hadoop.
  32. #
  33. #
  34. # Notes: 
  35. # 1. This makefile is designed to do the actual builds in $(HADOOP_HOME)/build/native/${os.name}-${os.arch}/$(subdir) .
  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_ARCH 
  41. #    * PLATFORM
  42. #    All these are setup by build.xml and/or the top-level makefile.
  43. # 3. The creation of requisite jni headers/stubs are also done by build.xml and they are
  44. #    assumed to be in $(HADOOP_HOME)/build/native/src/org/apache/hadoop/io/compress/zlib.
  45. #
  46. SOURCES = $(libnativezlib_la_SOURCES)
  47. srcdir = @srcdir@
  48. top_srcdir = @top_srcdir@
  49. VPATH = @srcdir@
  50. pkgdatadir = $(datadir)/@PACKAGE@
  51. pkglibdir = $(libdir)/@PACKAGE@
  52. pkgincludedir = $(includedir)/@PACKAGE@
  53. top_builddir = ../../../../../../..
  54. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  55. INSTALL = @INSTALL@
  56. install_sh_DATA = $(install_sh) -c -m 644
  57. install_sh_PROGRAM = $(install_sh) -c
  58. install_sh_SCRIPT = $(install_sh) -c
  59. INSTALL_HEADER = $(INSTALL_DATA)
  60. transform = $(program_transform_name)
  61. NORMAL_INSTALL = :
  62. PRE_INSTALL = :
  63. POST_INSTALL = :
  64. NORMAL_UNINSTALL = :
  65. PRE_UNINSTALL = :
  66. POST_UNINSTALL = :
  67. build_triplet = @build@
  68. host_triplet = @host@
  69. subdir = src/org/apache/hadoop/io/compress/zlib
  70. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  71. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  72. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 
  73. $(top_srcdir)/configure.ac
  74. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  75. $(ACLOCAL_M4)
  76. mkinstalldirs = $(install_sh) -d
  77. CONFIG_HEADER = $(top_builddir)/config.h
  78. CONFIG_CLEAN_FILES =
  79. LTLIBRARIES = $(noinst_LTLIBRARIES)
  80. libnativezlib_la_DEPENDENCIES =
  81. am_libnativezlib_la_OBJECTS = ZlibCompressor.lo ZlibDecompressor.lo
  82. libnativezlib_la_OBJECTS = $(am_libnativezlib_la_OBJECTS)
  83. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
  84. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  85. am__depfiles_maybe = depfiles
  86. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  87. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  88. LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) 
  89. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
  90. $(AM_CFLAGS) $(CFLAGS)
  91. CCLD = $(CC)
  92. LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) 
  93. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  94. SOURCES = $(libnativezlib_la_SOURCES)
  95. DIST_SOURCES = $(libnativezlib_la_SOURCES)
  96. ETAGS = etags
  97. CTAGS = ctags
  98. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  99. ACLOCAL = @ACLOCAL@
  100. AMDEP_FALSE = @AMDEP_FALSE@
  101. AMDEP_TRUE = @AMDEP_TRUE@
  102. AMTAR = @AMTAR@
  103. AR = @AR@
  104. AUTOCONF = @AUTOCONF@
  105. AUTOHEADER = @AUTOHEADER@
  106. AUTOMAKE = @AUTOMAKE@
  107. AWK = @AWK@
  108. CC = @CC@
  109. CCDEPMODE = @CCDEPMODE@
  110. CFLAGS = @CFLAGS@
  111. CPP = @CPP@
  112. CPPFLAGS = @CPPFLAGS@
  113. CXX = @CXX@
  114. CXXCPP = @CXXCPP@
  115. CXXDEPMODE = @CXXDEPMODE@
  116. CXXFLAGS = @CXXFLAGS@
  117. CYGPATH_W = @CYGPATH_W@
  118. DEFS = @DEFS@
  119. DEPDIR = @DEPDIR@
  120. ECHO = @ECHO@
  121. ECHO_C = @ECHO_C@
  122. ECHO_N = @ECHO_N@
  123. ECHO_T = @ECHO_T@
  124. EGREP = @EGREP@
  125. EXEEXT = @EXEEXT@
  126. F77 = @F77@
  127. FFLAGS = @FFLAGS@
  128. INSTALL_DATA = @INSTALL_DATA@
  129. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  130. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  131. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  132. JNI_CPPFLAGS = @JNI_CPPFLAGS@
  133. JNI_LDFLAGS = @JNI_LDFLAGS@
  134. LDFLAGS = @LDFLAGS@
  135. LIBOBJS = @LIBOBJS@
  136. LIBS = @LIBS@
  137. LIBTOOL = @LIBTOOL@
  138. LN_S = @LN_S@
  139. LTLIBOBJS = @LTLIBOBJS@
  140. MAKEINFO = @MAKEINFO@
  141. OBJEXT = @OBJEXT@
  142. PACKAGE = @PACKAGE@
  143. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  144. PACKAGE_NAME = @PACKAGE_NAME@
  145. PACKAGE_STRING = @PACKAGE_STRING@
  146. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  147. PACKAGE_VERSION = @PACKAGE_VERSION@
  148. PATH_SEPARATOR = @PATH_SEPARATOR@
  149. RANLIB = @RANLIB@
  150. SET_MAKE = @SET_MAKE@
  151. SHELL = @SHELL@
  152. STRIP = @STRIP@
  153. VERSION = @VERSION@
  154. ac_ct_AR = @ac_ct_AR@
  155. ac_ct_CC = @ac_ct_CC@
  156. ac_ct_CXX = @ac_ct_CXX@
  157. ac_ct_F77 = @ac_ct_F77@
  158. ac_ct_RANLIB = @ac_ct_RANLIB@
  159. ac_ct_STRIP = @ac_ct_STRIP@
  160. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  161. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  162. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  163. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  164. am__include = @am__include@
  165. am__leading_dot = @am__leading_dot@
  166. am__quote = @am__quote@
  167. am__tar = @am__tar@
  168. am__untar = @am__untar@
  169. bindir = @bindir@
  170. build = @build@
  171. build_alias = @build_alias@
  172. build_cpu = @build_cpu@
  173. build_os = @build_os@
  174. build_vendor = @build_vendor@
  175. datadir = @datadir@
  176. exec_prefix = @exec_prefix@
  177. host = @host@
  178. host_alias = @host_alias@
  179. host_cpu = @host_cpu@
  180. host_os = @host_os@
  181. host_vendor = @host_vendor@
  182. includedir = @includedir@
  183. infodir = @infodir@
  184. install_sh = @install_sh@
  185. libdir = @libdir@
  186. libexecdir = @libexecdir@
  187. localstatedir = @localstatedir@
  188. mandir = @mandir@
  189. mkdir_p = @mkdir_p@
  190. oldincludedir = @oldincludedir@
  191. prefix = @prefix@
  192. program_transform_name = @program_transform_name@
  193. sbindir = @sbindir@
  194. sharedstatedir = @sharedstatedir@
  195. sysconfdir = @sysconfdir@
  196. target_alias = @target_alias@
  197. AM_CPPFLAGS = @JNI_CPPFLAGS@ -I$(HADOOP_NATIVE_SRCDIR)/src
  198. AM_LDFLAGS = @JNI_LDFLAGS@
  199. AM_CFLAGS = -g -Wall -fPIC -O2 -m$(JVM_DATA_MODEL)
  200. noinst_LTLIBRARIES = libnativezlib.la
  201. libnativezlib_la_SOURCES = ZlibCompressor.c ZlibDecompressor.c
  202. libnativezlib_la_LIBADD = -ldl -ljvm
  203. all: all-am
  204. .SUFFIXES:
  205. .SUFFIXES: .c .lo .o .obj
  206. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  207. @for dep in $?; do 
  208.   case '$(am__configure_deps)' in 
  209.     *$$dep*) 
  210.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  211. && exit 0; 
  212.       exit 1;; 
  213.   esac; 
  214. done; 
  215. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/org/apache/hadoop/io/compress/zlib/Makefile'; 
  216. cd $(top_srcdir) && 
  217.   $(AUTOMAKE) --gnu  src/org/apache/hadoop/io/compress/zlib/Makefile
  218. .PRECIOUS: Makefile
  219. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  220. @case '$?' in 
  221.   *config.status*) 
  222.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  223.   *) 
  224.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  225.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  226. esac;
  227. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  228. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  229. $(top_srcdir)/configure:  $(am__configure_deps)
  230. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  231. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  232. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  233. clean-noinstLTLIBRARIES:
  234. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  235. @list='$(noinst_LTLIBRARIES)'; for p in $$list; do 
  236.   dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; 
  237.   test "$$dir" != "$$p" || dir=.; 
  238.   echo "rm -f "$${dir}/so_locations""; 
  239.   rm -f "$${dir}/so_locations"; 
  240. done
  241. libnativezlib.la: $(libnativezlib_la_OBJECTS) $(libnativezlib_la_DEPENDENCIES) 
  242. $(LINK)  $(libnativezlib_la_LDFLAGS) $(libnativezlib_la_OBJECTS) $(libnativezlib_la_LIBADD) $(LIBS)
  243. mostlyclean-compile:
  244. -rm -f *.$(OBJEXT)
  245. distclean-compile:
  246. -rm -f *.tab.c
  247. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ZlibCompressor.Plo@am__quote@
  248. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ZlibDecompressor.Plo@am__quote@
  249. .c.o:
  250. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; 
  251. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  252. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  253. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  254. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  255. .c.obj:
  256. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; 
  257. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  258. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  259. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  260. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  261. .c.lo:
  262. @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; 
  263. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  264. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  265. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  266. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  267. mostlyclean-libtool:
  268. -rm -f *.lo
  269. clean-libtool:
  270. -rm -rf .libs _libs
  271. distclean-libtool:
  272. -rm -f libtool
  273. uninstall-info-am:
  274. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  275. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  276. unique=`for i in $$list; do 
  277.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  278.   done | 
  279.   $(AWK) '    { files[$$0] = 1; } 
  280.        END { for (i in files) print i; }'`; 
  281. mkid -fID $$unique
  282. tags: TAGS
  283. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  284. $(TAGS_FILES) $(LISP)
  285. tags=; 
  286. here=`pwd`; 
  287. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  288. unique=`for i in $$list; do 
  289.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  290.   done | 
  291.   $(AWK) '    { files[$$0] = 1; } 
  292.        END { for (i in files) print i; }'`; 
  293. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  294.   test -n "$$unique" || unique=$$empty_fix; 
  295.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  296.     $$tags $$unique; 
  297. fi
  298. ctags: CTAGS
  299. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  300. $(TAGS_FILES) $(LISP)
  301. tags=; 
  302. here=`pwd`; 
  303. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  304. unique=`for i in $$list; do 
  305.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  306.   done | 
  307.   $(AWK) '    { files[$$0] = 1; } 
  308.        END { for (i in files) print i; }'`; 
  309. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  310.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  311.      $$tags $$unique
  312. GTAGS:
  313. here=`$(am__cd) $(top_builddir) && pwd` 
  314.   && cd $(top_srcdir) 
  315.   && gtags -i $(GTAGS_ARGS) $$here
  316. distclean-tags:
  317. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  318. distdir: $(DISTFILES)
  319. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  320. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  321. list='$(DISTFILES)'; for file in $$list; do 
  322.   case $$file in 
  323.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  324.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  325.   esac; 
  326.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  327.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  328.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  329.     dir="/$$dir"; 
  330.     $(mkdir_p) "$(distdir)$$dir"; 
  331.   else 
  332.     dir=''; 
  333.   fi; 
  334.   if test -d $$d/$$file; then 
  335.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  336.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  337.     fi; 
  338.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  339.   else 
  340.     test -f $(distdir)/$$file 
  341.     || cp -p $$d/$$file $(distdir)/$$file 
  342.     || exit 1; 
  343.   fi; 
  344. done
  345. check-am: all-am
  346. check: check-am
  347. all-am: Makefile $(LTLIBRARIES)
  348. installdirs:
  349. install: install-am
  350. install-exec: install-exec-am
  351. install-data: install-data-am
  352. uninstall: uninstall-am
  353. install-am: all-am
  354. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  355. installcheck: installcheck-am
  356. install-strip:
  357. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  358.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  359.   `test -z '$(STRIP)' || 
  360.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  361. mostlyclean-generic:
  362. clean-generic:
  363. distclean-generic:
  364. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  365. maintainer-clean-generic:
  366. @echo "This command is intended for maintainers to use"
  367. @echo "it deletes files that may require special tools to rebuild."
  368. clean: clean-am
  369. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES 
  370. mostlyclean-am
  371. distclean: distclean-am
  372. -rm -rf ./$(DEPDIR)
  373. -rm -f Makefile
  374. distclean-am: clean-am distclean-compile distclean-generic 
  375. distclean-libtool distclean-tags
  376. dvi: dvi-am
  377. dvi-am:
  378. html: html-am
  379. info: info-am
  380. info-am:
  381. install-data-am:
  382. install-exec-am:
  383. install-info: install-info-am
  384. install-man:
  385. installcheck-am:
  386. maintainer-clean: maintainer-clean-am
  387. -rm -rf ./$(DEPDIR)
  388. -rm -f Makefile
  389. maintainer-clean-am: distclean-am maintainer-clean-generic
  390. mostlyclean: mostlyclean-am
  391. mostlyclean-am: mostlyclean-compile mostlyclean-generic 
  392. mostlyclean-libtool
  393. pdf: pdf-am
  394. pdf-am:
  395. ps: ps-am
  396. ps-am:
  397. uninstall-am: uninstall-info-am
  398. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic 
  399. clean-libtool clean-noinstLTLIBRARIES ctags distclean 
  400. distclean-compile distclean-generic distclean-libtool 
  401. distclean-tags distdir dvi dvi-am html html-am info info-am 
  402. install install-am install-data install-data-am install-exec 
  403. install-exec-am install-info install-info-am install-man 
  404. install-strip installcheck installcheck-am installdirs 
  405. maintainer-clean maintainer-clean-generic mostlyclean 
  406. mostlyclean-compile mostlyclean-generic mostlyclean-libtool 
  407. pdf pdf-am ps ps-am tags uninstall uninstall-am 
  408. uninstall-info-am
  409. # The 'vpath directive' to locate the actual source files 
  410. vpath %.c $(HADOOP_NATIVE_SRCDIR)/$(subdir)
  411. #
  412. #vim: sw=4: ts=4: noet
  413. #
  414. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  415. # Otherwise a system limit (for SysV at least) may be exceeded.
  416. .NOEXPORT: