source: proiecte/HadoopJUnit/hadoop-0.20.1/src/c++/libhdfs/Makefile.in @ 120

Last change on this file since 120 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

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