| # Makefile.in generated by automake 1.9.2 from Makefile.am. |
| # @configure_input@ |
| |
| # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| # 2003, 2004 Free Software Foundation, Inc. |
| # This Makefile.in is free software; the Free Software Foundation |
| # gives unlimited permission to copy and/or distribute it, |
| # with or without modifications, as long as this notice is preserved. |
| |
| # This program is distributed in the hope that it will be useful, |
| # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
| # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| # PARTICULAR PURPOSE. |
| |
| @SET_MAKE@ |
| |
| SOURCES = $(pipes_sort_SOURCES) $(wordcount_nopipe_SOURCES) $(wordcount_part_SOURCES) $(wordcount_simple_SOURCES) |
| |
| srcdir = @srcdir@ |
| top_srcdir = @top_srcdir@ |
| VPATH = @srcdir@ |
| pkgdatadir = $(datadir)/@PACKAGE@ |
| pkglibdir = $(libdir)/@PACKAGE@ |
| pkgincludedir = $(includedir)/@PACKAGE@ |
| top_builddir = . |
| am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| INSTALL = @INSTALL@ |
| install_sh_DATA = $(install_sh) -c -m 644 |
| install_sh_PROGRAM = $(install_sh) -c |
| install_sh_SCRIPT = $(install_sh) -c |
| INSTALL_HEADER = $(INSTALL_DATA) |
| transform = $(program_transform_name) |
| NORMAL_INSTALL = : |
| PRE_INSTALL = : |
| POST_INSTALL = : |
| NORMAL_UNINSTALL = : |
| PRE_UNINSTALL = : |
| POST_UNINSTALL = : |
| build_triplet = @build@ |
| host_triplet = @host@ |
| bin_PROGRAMS = wordcount-simple$(EXEEXT) wordcount-part$(EXEEXT) \ |
| wordcount-nopipe$(EXEEXT) pipes-sort$(EXEEXT) |
| DIST_COMMON = config.guess config.sub $(srcdir)/Makefile.in \ |
| $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
| $(am__configure_deps) $(top_srcdir)/impl/config.h.in depcomp \ |
| ltmain.sh config.guess config.sub |
| subdir = . |
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| am__aclocal_m4_deps = \ |
| $(top_srcdir)/../../c++/utils/m4/hadoop_utils.m4 \ |
| $(top_srcdir)/configure.ac |
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| $(ACLOCAL_M4) |
| am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
| configure.lineno configure.status.lineno |
| mkinstalldirs = $(install_sh) -d |
| CONFIG_HEADER = $(top_builddir)/impl/config.h |
| CONFIG_CLEAN_FILES = |
| am__installdirs = "$(DESTDIR)$(bindir)" |
| binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) |
| PROGRAMS = $(bin_PROGRAMS) |
| am__dirstamp = $(am__leading_dot)dirstamp |
| am_pipes_sort_OBJECTS = impl/sort.$(OBJEXT) |
| pipes_sort_OBJECTS = $(am_pipes_sort_OBJECTS) |
| pipes_sort_LDADD = $(LDADD) |
| pipes_sort_DEPENDENCIES = |
| am_wordcount_nopipe_OBJECTS = impl/wordcount-nopipe.$(OBJEXT) |
| wordcount_nopipe_OBJECTS = $(am_wordcount_nopipe_OBJECTS) |
| wordcount_nopipe_LDADD = $(LDADD) |
| wordcount_nopipe_DEPENDENCIES = |
| am_wordcount_part_OBJECTS = impl/wordcount-part.$(OBJEXT) |
| wordcount_part_OBJECTS = $(am_wordcount_part_OBJECTS) |
| wordcount_part_LDADD = $(LDADD) |
| wordcount_part_DEPENDENCIES = |
| am_wordcount_simple_OBJECTS = impl/wordcount-simple.$(OBJEXT) |
| wordcount_simple_OBJECTS = $(am_wordcount_simple_OBJECTS) |
| wordcount_simple_LDADD = $(LDADD) |
| wordcount_simple_DEPENDENCIES = |
| DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/impl |
| depcomp = $(SHELL) $(top_srcdir)/depcomp |
| am__depfiles_maybe = depfiles |
| CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
| $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
| LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \ |
| $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
| $(AM_CXXFLAGS) $(CXXFLAGS) |
| CXXLD = $(CXX) |
| CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) \ |
| $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| SOURCES = $(pipes_sort_SOURCES) $(wordcount_nopipe_SOURCES) \ |
| $(wordcount_part_SOURCES) $(wordcount_simple_SOURCES) |
| ETAGS = etags |
| CTAGS = ctags |
| ACLOCAL = @ACLOCAL@ |
| AMDEP_FALSE = @AMDEP_FALSE@ |
| AMDEP_TRUE = @AMDEP_TRUE@ |
| AMTAR = @AMTAR@ |
| AR = @AR@ |
| AUTOCONF = @AUTOCONF@ |
| AUTOHEADER = @AUTOHEADER@ |
| AUTOMAKE = @AUTOMAKE@ |
| AWK = @AWK@ |
| CC = @CC@ |
| CCDEPMODE = @CCDEPMODE@ |
| CFLAGS = @CFLAGS@ |
| CPP = @CPP@ |
| CPPFLAGS = @CPPFLAGS@ |
| CXX = @CXX@ |
| CXXCPP = @CXXCPP@ |
| CXXDEPMODE = @CXXDEPMODE@ |
| CXXFLAGS = @CXXFLAGS@ |
| CYGPATH_W = @CYGPATH_W@ |
| DEFS = @DEFS@ |
| DEPDIR = @DEPDIR@ |
| ECHO = @ECHO@ |
| ECHO_C = @ECHO_C@ |
| ECHO_N = @ECHO_N@ |
| ECHO_T = @ECHO_T@ |
| EGREP = @EGREP@ |
| EXEEXT = @EXEEXT@ |
| F77 = @F77@ |
| FFLAGS = @FFLAGS@ |
| GREP = @GREP@ |
| HADOOP_PIPES_PREFIX = @HADOOP_PIPES_PREFIX@ |
| HADOOP_UTILS_PREFIX = @HADOOP_UTILS_PREFIX@ |
| INSTALL_DATA = @INSTALL_DATA@ |
| INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| LDFLAGS = @LDFLAGS@ |
| LIBOBJS = @LIBOBJS@ |
| LIBS = @LIBS@ |
| LIBTOOL = @LIBTOOL@ |
| LN_S = @LN_S@ |
| LTLIBOBJS = @LTLIBOBJS@ |
| MAKEINFO = @MAKEINFO@ |
| OBJEXT = @OBJEXT@ |
| PACKAGE = @PACKAGE@ |
| PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| PACKAGE_NAME = @PACKAGE_NAME@ |
| PACKAGE_STRING = @PACKAGE_STRING@ |
| PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| PACKAGE_VERSION = @PACKAGE_VERSION@ |
| PATH_SEPARATOR = @PATH_SEPARATOR@ |
| RANLIB = @RANLIB@ |
| SET_MAKE = @SET_MAKE@ |
| SHELL = @SHELL@ |
| STRIP = @STRIP@ |
| VERSION = @VERSION@ |
| ac_ct_CC = @ac_ct_CC@ |
| ac_ct_CXX = @ac_ct_CXX@ |
| ac_ct_F77 = @ac_ct_F77@ |
| am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
| am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
| am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
| am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
| am__include = @am__include@ |
| am__leading_dot = @am__leading_dot@ |
| am__quote = @am__quote@ |
| am__tar = @am__tar@ |
| am__untar = @am__untar@ |
| bindir = @bindir@ |
| build = @build@ |
| build_alias = @build_alias@ |
| build_cpu = @build_cpu@ |
| build_os = @build_os@ |
| build_vendor = @build_vendor@ |
| datadir = @datadir@ |
| datarootdir = @datarootdir@ |
| docdir = @docdir@ |
| dvidir = @dvidir@ |
| exec_prefix = @exec_prefix@ |
| host = @host@ |
| host_alias = @host_alias@ |
| host_cpu = @host_cpu@ |
| host_os = @host_os@ |
| host_vendor = @host_vendor@ |
| htmldir = @htmldir@ |
| includedir = @includedir@ |
| infodir = @infodir@ |
| install_sh = @install_sh@ |
| libdir = @libdir@ |
| libexecdir = @libexecdir@ |
| localedir = @localedir@ |
| localstatedir = @localstatedir@ |
| mandir = @mandir@ |
| mkdir_p = @mkdir_p@ |
| oldincludedir = @oldincludedir@ |
| pdfdir = @pdfdir@ |
| prefix = @prefix@ |
| program_transform_name = @program_transform_name@ |
| psdir = @psdir@ |
| sbindir = @sbindir@ |
| sharedstatedir = @sharedstatedir@ |
| sysconfdir = @sysconfdir@ |
| target_alias = @target_alias@ |
| |
| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| ACLOCAL_AMFLAGS = -I ../../c++/utils/m4 |
| AM_CXXFLAGS = -Wall -I$(HADOOP_UTILS_PREFIX)/include \ |
| -I$(HADOOP_PIPES_PREFIX)/include |
| |
| LDADD = -L$(HADOOP_UTILS_PREFIX)/lib -L$(HADOOP_PIPES_PREFIX)/lib \ |
| -lhadooppipes -lhadooputils |
| |
| |
| # Define the sources for each program |
| wordcount_simple_SOURCES = \ |
| impl/wordcount-simple.cc |
| |
| wordcount_part_SOURCES = \ |
| impl/wordcount-part.cc |
| |
| wordcount_nopipe_SOURCES = \ |
| impl/wordcount-nopipe.cc |
| |
| pipes_sort_SOURCES = \ |
| impl/sort.cc |
| |
| all: all-am |
| |
| .SUFFIXES: |
| .SUFFIXES: .cc .lo .o .obj |
| am--refresh: |
| @: |
| $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
| @for dep in $?; do \ |
| case '$(am__configure_deps)' in \ |
| *$$dep*) \ |
| echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ |
| cd $(srcdir) && $(AUTOMAKE) --foreign \ |
| && exit 0; \ |
| exit 1;; \ |
| esac; \ |
| done; \ |
| echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
| cd $(top_srcdir) && \ |
| $(AUTOMAKE) --foreign Makefile |
| .PRECIOUS: Makefile |
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| @case '$?' in \ |
| *config.status*) \ |
| echo ' $(SHELL) ./config.status'; \ |
| $(SHELL) ./config.status;; \ |
| *) \ |
| echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
| cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
| esac; |
| |
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| $(SHELL) ./config.status --recheck |
| |
| $(top_srcdir)/configure: $(am__configure_deps) |
| cd $(srcdir) && $(AUTOCONF) |
| $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
| cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
| |
| impl/config.h: impl/stamp-h1 |
| @if test ! -f $@; then \ |
| rm -f impl/stamp-h1; \ |
| $(MAKE) impl/stamp-h1; \ |
| else :; fi |
| |
| impl/stamp-h1: $(top_srcdir)/impl/config.h.in $(top_builddir)/config.status |
| @rm -f impl/stamp-h1 |
| cd $(top_builddir) && $(SHELL) ./config.status impl/config.h |
| $(top_srcdir)/impl/config.h.in: $(am__configure_deps) |
| cd $(top_srcdir) && $(AUTOHEADER) |
| rm -f impl/stamp-h1 |
| touch $@ |
| |
| distclean-hdr: |
| -rm -f impl/config.h impl/stamp-h1 |
| install-binPROGRAMS: $(bin_PROGRAMS) |
| @$(NORMAL_INSTALL) |
| test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" |
| @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
| p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
| if test -f $$p \ |
| || test -f $$p1 \ |
| ; then \ |
| f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ |
| echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ |
| $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ |
| else :; fi; \ |
| done |
| |
| uninstall-binPROGRAMS: |
| @$(NORMAL_UNINSTALL) |
| @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
| f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ |
| echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ |
| rm -f "$(DESTDIR)$(bindir)/$$f"; \ |
| done |
| |
| clean-binPROGRAMS: |
| @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
| f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
| echo " rm -f $$p $$f"; \ |
| rm -f $$p $$f ; \ |
| done |
| impl/$(am__dirstamp): |
| @$(mkdir_p) impl |
| @: > impl/$(am__dirstamp) |
| impl/$(DEPDIR)/$(am__dirstamp): |
| @$(mkdir_p) impl/$(DEPDIR) |
| @: > impl/$(DEPDIR)/$(am__dirstamp) |
| impl/sort.$(OBJEXT): impl/$(am__dirstamp) \ |
| impl/$(DEPDIR)/$(am__dirstamp) |
| pipes-sort$(EXEEXT): $(pipes_sort_OBJECTS) $(pipes_sort_DEPENDENCIES) |
| @rm -f pipes-sort$(EXEEXT) |
| $(CXXLINK) $(pipes_sort_LDFLAGS) $(pipes_sort_OBJECTS) $(pipes_sort_LDADD) $(LIBS) |
| impl/wordcount-nopipe.$(OBJEXT): impl/$(am__dirstamp) \ |
| impl/$(DEPDIR)/$(am__dirstamp) |
| wordcount-nopipe$(EXEEXT): $(wordcount_nopipe_OBJECTS) $(wordcount_nopipe_DEPENDENCIES) |
| @rm -f wordcount-nopipe$(EXEEXT) |
| $(CXXLINK) $(wordcount_nopipe_LDFLAGS) $(wordcount_nopipe_OBJECTS) $(wordcount_nopipe_LDADD) $(LIBS) |
| impl/wordcount-part.$(OBJEXT): impl/$(am__dirstamp) \ |
| impl/$(DEPDIR)/$(am__dirstamp) |
| wordcount-part$(EXEEXT): $(wordcount_part_OBJECTS) $(wordcount_part_DEPENDENCIES) |
| @rm -f wordcount-part$(EXEEXT) |
| $(CXXLINK) $(wordcount_part_LDFLAGS) $(wordcount_part_OBJECTS) $(wordcount_part_LDADD) $(LIBS) |
| impl/wordcount-simple.$(OBJEXT): impl/$(am__dirstamp) \ |
| impl/$(DEPDIR)/$(am__dirstamp) |
| wordcount-simple$(EXEEXT): $(wordcount_simple_OBJECTS) $(wordcount_simple_DEPENDENCIES) |
| @rm -f wordcount-simple$(EXEEXT) |
| $(CXXLINK) $(wordcount_simple_LDFLAGS) $(wordcount_simple_OBJECTS) $(wordcount_simple_LDADD) $(LIBS) |
| |
| mostlyclean-compile: |
| -rm -f *.$(OBJEXT) |
| -rm -f impl/sort.$(OBJEXT) |
| -rm -f impl/wordcount-nopipe.$(OBJEXT) |
| -rm -f impl/wordcount-part.$(OBJEXT) |
| -rm -f impl/wordcount-simple.$(OBJEXT) |
| |
| distclean-compile: |
| -rm -f *.tab.c |
| |
| @AMDEP_TRUE@@am__include@ @am__quote@impl/$(DEPDIR)/sort.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@impl/$(DEPDIR)/wordcount-nopipe.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@impl/$(DEPDIR)/wordcount-part.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@impl/$(DEPDIR)/wordcount-simple.Po@am__quote@ |
| |
| .cc.o: |
| @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \ |
| @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \ |
| @am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< |
| |
| .cc.obj: |
| @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \ |
| @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ |
| @am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
| |
| .cc.lo: |
| @am__fastdepCXX_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`; \ |
| @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \ |
| @am__fastdepCXX_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Plo"; else rm -f "$$depbase.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< |
| |
| mostlyclean-libtool: |
| -rm -f *.lo |
| |
| clean-libtool: |
| -rm -rf .libs _libs |
| |
| distclean-libtool: |
| -rm -f libtool |
| uninstall-info-am: |
| |
| ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
| list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| unique=`for i in $$list; do \ |
| if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| done | \ |
| $(AWK) ' { files[$$0] = 1; } \ |
| END { for (i in files) print i; }'`; \ |
| mkid -fID $$unique |
| tags: TAGS |
| |
| TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| $(TAGS_FILES) $(LISP) |
| tags=; \ |
| here=`pwd`; \ |
| list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| unique=`for i in $$list; do \ |
| if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| done | \ |
| $(AWK) ' { files[$$0] = 1; } \ |
| END { for (i in files) print i; }'`; \ |
| if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
| test -n "$$unique" || unique=$$empty_fix; \ |
| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| $$tags $$unique; \ |
| fi |
| ctags: CTAGS |
| CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| $(TAGS_FILES) $(LISP) |
| tags=; \ |
| here=`pwd`; \ |
| list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| unique=`for i in $$list; do \ |
| if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| done | \ |
| $(AWK) ' { files[$$0] = 1; } \ |
| END { for (i in files) print i; }'`; \ |
| test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
| || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| $$tags $$unique |
| |
| GTAGS: |
| here=`$(am__cd) $(top_builddir) && pwd` \ |
| && cd $(top_srcdir) \ |
| && gtags -i $(GTAGS_ARGS) $$here |
| |
| distclean-tags: |
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| check-am: all-am |
| check: check-am |
| all-am: Makefile $(PROGRAMS) |
| installdirs: |
| for dir in "$(DESTDIR)$(bindir)"; do \ |
| test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
| done |
| install: install-am |
| install-exec: install-exec-am |
| install-data: install-data-am |
| uninstall: uninstall-am |
| |
| install-am: all-am |
| @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| |
| installcheck: installcheck-am |
| install-strip: |
| $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| `test -z '$(STRIP)' || \ |
| echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
| mostlyclean-generic: |
| |
| clean-generic: |
| |
| distclean-generic: |
| -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| -rm -f impl/$(DEPDIR)/$(am__dirstamp) |
| -rm -f impl/$(am__dirstamp) |
| |
| maintainer-clean-generic: |
| @echo "This command is intended for maintainers to use" |
| @echo "it deletes files that may require special tools to rebuild." |
| clean: clean-am |
| |
| clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am |
| |
| distclean: distclean-am |
| -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| -rm -rf impl/$(DEPDIR) |
| -rm -f Makefile |
| distclean-am: clean-am distclean-compile distclean-generic \ |
| distclean-hdr distclean-libtool distclean-tags |
| |
| dvi: dvi-am |
| |
| dvi-am: |
| |
| html: html-am |
| |
| info: info-am |
| |
| info-am: |
| |
| install-data-am: |
| |
| install-exec-am: install-binPROGRAMS |
| |
| install-info: install-info-am |
| |
| install-man: |
| |
| installcheck-am: |
| |
| maintainer-clean: maintainer-clean-am |
| -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| -rm -rf $(top_srcdir)/autom4te.cache |
| -rm -rf impl/$(DEPDIR) |
| -rm -f Makefile |
| maintainer-clean-am: distclean-am maintainer-clean-generic |
| |
| mostlyclean: mostlyclean-am |
| |
| mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
| mostlyclean-libtool |
| |
| pdf: pdf-am |
| |
| pdf-am: |
| |
| ps: ps-am |
| |
| ps-am: |
| |
| uninstall-am: uninstall-binPROGRAMS uninstall-info-am |
| |
| .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ |
| clean-binPROGRAMS clean-generic clean-libtool ctags distclean \ |
| distclean-compile distclean-generic distclean-hdr \ |
| distclean-libtool distclean-tags dvi dvi-am html html-am info \ |
| info-am install install-am install-binPROGRAMS install-data \ |
| install-data-am install-exec install-exec-am install-info \ |
| install-info-am install-man install-strip installcheck \ |
| installcheck-am installdirs maintainer-clean \ |
| maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| tags uninstall uninstall-am uninstall-binPROGRAMS \ |
| uninstall-info-am |
| |
| # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| # Otherwise a system limit (for SysV at least) may be exceeded. |
| .NOEXPORT: |