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