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

网格计算

开发平台:

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. # Copyright 2005 The Apache Software Foundation
  15. #
  16. # Licensed under the Apache License, Version 2.0 (the "License");
  17. # you may not use this file except in compliance with the License.
  18. # You may obtain a copy of the License at
  19. #
  20. #     http://www.apache.org/licenses/LICENSE-2.0
  21. #
  22. # Unless required by applicable law or agreed to in writing, software
  23. # distributed under the License is distributed on an "AS IS" BASIS,
  24. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  25. # See the License for the specific language governing permissions and
  26. # limitations under the License.
  27. #
  28. SOURCES = $(libhdfs_la_SOURCES) $(hdfs_read_SOURCES) $(hdfs_test_SOURCES) $(hdfs_write_SOURCES)
  29. srcdir = @srcdir@
  30. top_srcdir = @top_srcdir@
  31. VPATH = @srcdir@
  32. pkgdatadir = $(datadir)/@PACKAGE@
  33. pkglibdir = $(libdir)/@PACKAGE@
  34. pkgincludedir = $(includedir)/@PACKAGE@
  35. top_builddir = .
  36. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  37. INSTALL = @INSTALL@
  38. install_sh_DATA = $(install_sh) -c -m 644
  39. install_sh_PROGRAM = $(install_sh) -c
  40. install_sh_SCRIPT = $(install_sh) -c
  41. INSTALL_HEADER = $(INSTALL_DATA)
  42. transform = $(program_transform_name)
  43. NORMAL_INSTALL = :
  44. PRE_INSTALL = :
  45. POST_INSTALL = :
  46. NORMAL_UNINSTALL = :
  47. PRE_UNINSTALL = :
  48. POST_UNINSTALL = :
  49. build_triplet = @build@
  50. host_triplet = @host@
  51. check_PROGRAMS = hdfs_test$(EXEEXT) hdfs_read$(EXEEXT) 
  52. hdfs_write$(EXEEXT)
  53. DIST_COMMON = config.guess config.guess config.sub config.sub 
  54. $(srcdir)/Makefile.in $(srcdir)/Makefile.am 
  55. $(top_srcdir)/configure $(am__configure_deps) depcomp depcomp 
  56. ltmain.sh ltmain.sh config.guess config.guess config.sub 
  57. config.sub
  58. subdir = .
  59. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  60. am__aclocal_m4_deps = $(top_srcdir)/m4/apfunctions.m4 
  61. $(top_srcdir)/m4/apjava.m4 $(top_srcdir)/m4/apsupport.m4 
  62. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 
  63. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 
  64. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  65. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  66. $(ACLOCAL_M4)
  67. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log 
  68.  configure.lineno configure.status.lineno
  69. mkinstalldirs = $(install_sh) -d
  70. CONFIG_CLEAN_FILES =
  71. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  72. am__vpath_adj = case $$p in 
  73.     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; 
  74.     *) f=$$p;; 
  75.   esac;
  76. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  77. am__installdirs = "$(DESTDIR)$(libdir)"
  78. libLTLIBRARIES_INSTALL = $(INSTALL)
  79. LTLIBRARIES = $(lib_LTLIBRARIES)
  80. libhdfs_la_LIBADD =
  81. am_libhdfs_la_OBJECTS = hdfs.lo hdfsJniHelper.lo
  82. libhdfs_la_OBJECTS = $(am_libhdfs_la_OBJECTS)
  83. am_hdfs_read_OBJECTS = hdfs_read.$(OBJEXT)
  84. hdfs_read_OBJECTS = $(am_hdfs_read_OBJECTS)
  85. hdfs_read_DEPENDENCIES = ${libdir}/libhdfs.la
  86. am_hdfs_test_OBJECTS = hdfs_test.$(OBJEXT)
  87. hdfs_test_OBJECTS = $(am_hdfs_test_OBJECTS)
  88. hdfs_test_DEPENDENCIES = ${libdir}/libhdfs.la
  89. am_hdfs_write_OBJECTS = hdfs_write.$(OBJEXT)
  90. hdfs_write_OBJECTS = $(am_hdfs_write_OBJECTS)
  91. hdfs_write_DEPENDENCIES = ${libdir}/libhdfs.la
  92. DEFAULT_INCLUDES = -I. -I$(srcdir)
  93. depcomp = $(SHELL) $(top_srcdir)/depcomp
  94. am__depfiles_maybe = depfiles
  95. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  96. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  97. LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) 
  98. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
  99. $(AM_CFLAGS) $(CFLAGS)
  100. CCLD = $(CC)
  101. LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) 
  102. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  103. SOURCES = $(libhdfs_la_SOURCES) $(hdfs_read_SOURCES) 
  104. $(hdfs_test_SOURCES) $(hdfs_write_SOURCES)
  105. ETAGS = etags
  106. CTAGS = ctags
  107. ACLOCAL = @ACLOCAL@
  108. AMDEP_FALSE = @AMDEP_FALSE@
  109. AMDEP_TRUE = @AMDEP_TRUE@
  110. AMTAR = @AMTAR@
  111. AR = @AR@
  112. AUTOCONF = @AUTOCONF@
  113. AUTOHEADER = @AUTOHEADER@
  114. AUTOMAKE = @AUTOMAKE@
  115. AWK = @AWK@
  116. CC = @CC@
  117. CCDEPMODE = @CCDEPMODE@
  118. CFLAGS = @CFLAGS@
  119. CPP = @CPP@
  120. CPPFLAGS = @CPPFLAGS@
  121. CYGPATH_W = @CYGPATH_W@
  122. DEFS = @DEFS@
  123. DEPDIR = @DEPDIR@
  124. DSYMUTIL = @DSYMUTIL@
  125. DUMPBIN = @DUMPBIN@
  126. ECHO_C = @ECHO_C@
  127. ECHO_N = @ECHO_N@
  128. ECHO_T = @ECHO_T@
  129. EGREP = @EGREP@
  130. EXEEXT = @EXEEXT@
  131. FGREP = @FGREP@
  132. GREP = @GREP@
  133. INSTALL_DATA = @INSTALL_DATA@
  134. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  135. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  136. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  137. JAR = @JAR@
  138. JARSABLE = @JARSABLE@
  139. JAVAC = @JAVAC@
  140. JAVACFLAGS = @JAVACFLAGS@
  141. JAVACSABLE = @JAVACSABLE@
  142. JAVA_HOME = @JAVA_HOME@
  143. KAFFEVM = @KAFFEVM@
  144. LD = @LD@
  145. LDCMD = @LDCMD@
  146. LDFLAGS = @LDFLAGS@
  147. LIBOBJS = @LIBOBJS@
  148. LIBS = @LIBS@
  149. LIBTOOL = @LIBTOOL@
  150. LIB_JVM_DIR = @LIB_JVM_DIR@
  151. LN_S = @LN_S@
  152. LTLIBOBJS = @LTLIBOBJS@
  153. MAKEINFO = @MAKEINFO@
  154. NM = @NM@
  155. NMEDIT = @NMEDIT@
  156. OBJEXT = @OBJEXT@
  157. PACKAGE = @PACKAGE@
  158. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  159. PACKAGE_NAME = @PACKAGE_NAME@
  160. PACKAGE_STRING = @PACKAGE_STRING@
  161. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  162. PACKAGE_VERSION = @PACKAGE_VERSION@
  163. PATH_SEPARATOR = @PATH_SEPARATOR@
  164. PRODUCT_MK = @PRODUCT_MK@
  165. RANLIB = @RANLIB@
  166. SABLEVM = @SABLEVM@
  167. SED = @SED@
  168. SET_MAKE = @SET_MAKE@
  169. SHELL = @SHELL@
  170. STRIP = @STRIP@
  171. VERSION = @VERSION@
  172. ac_ct_CC = @ac_ct_CC@
  173. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  174. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  175. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  176. am__include = @am__include@
  177. am__leading_dot = @am__leading_dot@
  178. am__quote = @am__quote@
  179. am__tar = @am__tar@
  180. am__untar = @am__untar@
  181. bindir = @bindir@
  182. build = @build@
  183. build_alias = @build_alias@
  184. build_cpu = @build_cpu@
  185. build_os = @build_os@
  186. build_vendor = @build_vendor@
  187. datadir = @datadir@
  188. datarootdir = @datarootdir@
  189. docdir = @docdir@
  190. dvidir = @dvidir@
  191. exec_prefix = @exec_prefix@
  192. host = @host@
  193. host_alias = @host_alias@
  194. host_cpu = @host_cpu@
  195. host_os = @host_os@
  196. host_vendor = @host_vendor@
  197. htmldir = @htmldir@
  198. includedir = @includedir@
  199. infodir = @infodir@
  200. install_sh = @install_sh@
  201. libdir = @libdir@
  202. libexecdir = @libexecdir@
  203. localedir = @localedir@
  204. localstatedir = @localstatedir@
  205. lt_ECHO = @lt_ECHO@
  206. mandir = @mandir@
  207. mkdir_p = @mkdir_p@
  208. oldincludedir = @oldincludedir@
  209. pdfdir = @pdfdir@
  210. prefix = @prefix@
  211. program_transform_name = @program_transform_name@
  212. psdir = @psdir@
  213. sbindir = @sbindir@
  214. sharedstatedir = @sharedstatedir@
  215. sysconfdir = @sysconfdir@
  216. target_alias = @target_alias@
  217. #AM_CPPFLAGS = -I$(top_srcdir)
  218. ACLOCAL_AMFLAGS = -I m4
  219. lib_LTLIBRARIES = libhdfs.la
  220. libhdfs_la_SOURCES = hdfs.c hdfsJniHelper.c hdfs.h
  221. hdfs_test_SOURCES = hdfs_test.c hdfs.h
  222. hdfs_test_LDADD = ${libdir}/libhdfs.la 
  223. hdfs_read_SOURCES = hdfs_read.c
  224. hdfs_read_LDADD = ${libdir}/libhdfs.la 
  225. hdfs_write_SOURCES = hdfs_write.c
  226. hdfs_write_LDADD = ${libdir}/libhdfs.la 
  227. all: all-am
  228. .SUFFIXES:
  229. .SUFFIXES: .c .lo .o .obj
  230. am--refresh:
  231. @:
  232. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  233. @for dep in $?; do 
  234.   case '$(am__configure_deps)' in 
  235.     *$$dep*) 
  236.       echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; 
  237.       cd $(srcdir) && $(AUTOMAKE) --foreign  
  238. && exit 0; 
  239.       exit 1;; 
  240.   esac; 
  241. done; 
  242. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; 
  243. cd $(top_srcdir) && 
  244.   $(AUTOMAKE) --foreign  Makefile
  245. .PRECIOUS: Makefile
  246. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  247. @case '$?' in 
  248.   *config.status*) 
  249.     echo ' $(SHELL) ./config.status'; 
  250.     $(SHELL) ./config.status;; 
  251.   *) 
  252.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; 
  253.     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; 
  254. esac;
  255. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  256. $(SHELL) ./config.status --recheck
  257. $(top_srcdir)/configure:  $(am__configure_deps)
  258. cd $(srcdir) && $(AUTOCONF)
  259. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  260. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  261. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  262. @$(NORMAL_INSTALL)
  263. test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
  264. @list='$(lib_LTLIBRARIES)'; for p in $$list; do 
  265.   if test -f $$p; then 
  266.     f=$(am__strip_dir) 
  267.     echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; 
  268.     $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; 
  269.   else :; fi; 
  270. done
  271. uninstall-libLTLIBRARIES:
  272. @$(NORMAL_UNINSTALL)
  273. @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do 
  274.   p=$(am__strip_dir) 
  275.   echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; 
  276.   $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; 
  277. done
  278. clean-libLTLIBRARIES:
  279. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  280. @list='$(lib_LTLIBRARIES)'; for p in $$list; do 
  281.   dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; 
  282.   test "$$dir" != "$$p" || dir=.; 
  283.   echo "rm -f "$${dir}/so_locations""; 
  284.   rm -f "$${dir}/so_locations"; 
  285. done
  286. libhdfs.la: $(libhdfs_la_OBJECTS) $(libhdfs_la_DEPENDENCIES) 
  287. $(LINK) -rpath $(libdir) $(libhdfs_la_LDFLAGS) $(libhdfs_la_OBJECTS) $(libhdfs_la_LIBADD) $(LIBS)
  288. clean-checkPROGRAMS:
  289. @list='$(check_PROGRAMS)'; for p in $$list; do 
  290.   f=`echo $$p|sed 's/$(EXEEXT)$$//'`; 
  291.   echo " rm -f $$p $$f"; 
  292.   rm -f $$p $$f ; 
  293. done
  294. hdfs_read$(EXEEXT): $(hdfs_read_OBJECTS) $(hdfs_read_DEPENDENCIES) 
  295. @rm -f hdfs_read$(EXEEXT)
  296. $(LINK) $(hdfs_read_LDFLAGS) $(hdfs_read_OBJECTS) $(hdfs_read_LDADD) $(LIBS)
  297. hdfs_test$(EXEEXT): $(hdfs_test_OBJECTS) $(hdfs_test_DEPENDENCIES) 
  298. @rm -f hdfs_test$(EXEEXT)
  299. $(LINK) $(hdfs_test_LDFLAGS) $(hdfs_test_OBJECTS) $(hdfs_test_LDADD) $(LIBS)
  300. hdfs_write$(EXEEXT): $(hdfs_write_OBJECTS) $(hdfs_write_DEPENDENCIES) 
  301. @rm -f hdfs_write$(EXEEXT)
  302. $(LINK) $(hdfs_write_LDFLAGS) $(hdfs_write_OBJECTS) $(hdfs_write_LDADD) $(LIBS)
  303. mostlyclean-compile:
  304. -rm -f *.$(OBJEXT)
  305. distclean-compile:
  306. -rm -f *.tab.c
  307. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdfs.Plo@am__quote@
  308. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdfsJniHelper.Plo@am__quote@
  309. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdfs_read.Po@am__quote@
  310. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdfs_test.Po@am__quote@
  311. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdfs_write.Po@am__quote@
  312. .c.o:
  313. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; 
  314. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  315. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  316. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  317. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  318. .c.obj:
  319. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; 
  320. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  321. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  322. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  323. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  324. .c.lo:
  325. @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; 
  326. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  327. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  328. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  329. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  330. mostlyclean-libtool:
  331. -rm -f *.lo
  332. clean-libtool:
  333. -rm -rf .libs _libs
  334. distclean-libtool:
  335. -rm -f libtool
  336. uninstall-info-am:
  337. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  338. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  339. unique=`for i in $$list; do 
  340.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  341.   done | 
  342.   $(AWK) '    { files[$$0] = 1; } 
  343.        END { for (i in files) print i; }'`; 
  344. mkid -fID $$unique
  345. tags: TAGS
  346. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  347. $(TAGS_FILES) $(LISP)
  348. tags=; 
  349. here=`pwd`; 
  350. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  351. unique=`for i in $$list; do 
  352.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  353.   done | 
  354.   $(AWK) '    { files[$$0] = 1; } 
  355.        END { for (i in files) print i; }'`; 
  356. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else 
  357.   test -n "$$unique" || unique=$$empty_fix; 
  358.   $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  359.     $$tags $$unique; 
  360. fi
  361. ctags: CTAGS
  362. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  363. $(TAGS_FILES) $(LISP)
  364. tags=; 
  365. here=`pwd`; 
  366. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  367. unique=`for i in $$list; do 
  368.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  369.   done | 
  370.   $(AWK) '    { files[$$0] = 1; } 
  371.        END { for (i in files) print i; }'`; 
  372. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  373.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  374.      $$tags $$unique
  375. GTAGS:
  376. here=`$(am__cd) $(top_builddir) && pwd` 
  377.   && cd $(top_srcdir) 
  378.   && gtags -i $(GTAGS_ARGS) $$here
  379. distclean-tags:
  380. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  381. check-am: all-am
  382. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  383. check: check-am
  384. all-am: Makefile $(LTLIBRARIES)
  385. installdirs:
  386. for dir in "$(DESTDIR)$(libdir)"; do 
  387.   test -z "$$dir" || $(mkdir_p) "$$dir"; 
  388. done
  389. install: install-am
  390. install-exec: install-exec-am
  391. install-data: install-data-am
  392. uninstall: uninstall-am
  393. install-am: all-am
  394. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  395. installcheck: installcheck-am
  396. install-strip:
  397. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  398.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  399.   `test -z '$(STRIP)' || 
  400.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  401. mostlyclean-generic:
  402. clean-generic:
  403. distclean-generic:
  404. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  405. maintainer-clean-generic:
  406. @echo "This command is intended for maintainers to use"
  407. @echo "it deletes files that may require special tools to rebuild."
  408. clean: clean-am
  409. clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES 
  410. clean-libtool mostlyclean-am
  411. distclean: distclean-am
  412. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  413. -rm -rf ./$(DEPDIR)
  414. -rm -f Makefile
  415. distclean-am: clean-am distclean-compile distclean-generic 
  416. distclean-libtool distclean-tags
  417. dvi: dvi-am
  418. dvi-am:
  419. html: html-am
  420. info: info-am
  421. info-am:
  422. install-data-am:
  423. install-exec-am: install-libLTLIBRARIES
  424. install-info: install-info-am
  425. install-man:
  426. installcheck-am:
  427. maintainer-clean: maintainer-clean-am
  428. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  429. -rm -rf $(top_srcdir)/autom4te.cache
  430. -rm -rf ./$(DEPDIR)
  431. -rm -f Makefile
  432. maintainer-clean-am: distclean-am maintainer-clean-generic
  433. mostlyclean: mostlyclean-am
  434. mostlyclean-am: mostlyclean-compile mostlyclean-generic 
  435. mostlyclean-libtool
  436. pdf: pdf-am
  437. pdf-am:
  438. ps: ps-am
  439. ps-am:
  440. uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
  441. .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean 
  442. clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES 
  443. clean-libtool ctags distclean distclean-compile 
  444. distclean-generic distclean-libtool distclean-tags dvi dvi-am 
  445. html html-am info info-am install install-am install-data 
  446. install-data-am install-exec install-exec-am install-info 
  447. install-info-am install-libLTLIBRARIES install-man 
  448. install-strip installcheck installcheck-am installdirs 
  449. maintainer-clean maintainer-clean-generic mostlyclean 
  450. mostlyclean-compile mostlyclean-generic mostlyclean-libtool 
  451. pdf pdf-am ps ps-am tags uninstall uninstall-am 
  452. uninstall-info-am uninstall-libLTLIBRARIES
  453. @PRODUCT_MK@
  454. test: hdfs_test hdfs_read hdfs_write 
  455. ${LIBHDFS_SRC_DIR}/tests/test-libhdfs.sh
  456. # vim: sw=4: ts=4: noet
  457. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  458. # Otherwise a system limit (for SysV at least) may be exceeded.
  459. .NOEXPORT: