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