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