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