"Fossies" - the Fresh Open Source Software Archive

Member "which-2.21/tilde/Makefile.in" (20 Mar 2015, 15872 Bytes) of package /linux/privat/which-2.21.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "Makefile.in": 2.20_vs_2.21.

    1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
    2 # @configure_input@
    3 
    4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
    5 
    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 VPATH = @srcdir@
   18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
   19 am__make_running_with_option = \
   20   case $${target_option-} in \
   21       ?) ;; \
   22       *) echo "am__make_running_with_option: internal error: invalid" \
   23               "target option '$${target_option-}' specified" >&2; \
   24          exit 1;; \
   25   esac; \
   26   has_opt=no; \
   27   sane_makeflags=$$MAKEFLAGS; \
   28   if $(am__is_gnu_make); then \
   29     sane_makeflags=$$MFLAGS; \
   30   else \
   31     case $$MAKEFLAGS in \
   32       *\\[\ \	]*) \
   33         bs=\\; \
   34         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
   35           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
   36     esac; \
   37   fi; \
   38   skip_next=no; \
   39   strip_trailopt () \
   40   { \
   41     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
   42   }; \
   43   for flg in $$sane_makeflags; do \
   44     test $$skip_next = yes && { skip_next=no; continue; }; \
   45     case $$flg in \
   46       *=*|--*) continue;; \
   47         -*I) strip_trailopt 'I'; skip_next=yes;; \
   48       -*I?*) strip_trailopt 'I';; \
   49         -*O) strip_trailopt 'O'; skip_next=yes;; \
   50       -*O?*) strip_trailopt 'O';; \
   51         -*l) strip_trailopt 'l'; skip_next=yes;; \
   52       -*l?*) strip_trailopt 'l';; \
   53       -[dEDm]) skip_next=yes;; \
   54       -[JT]) skip_next=yes;; \
   55     esac; \
   56     case $$flg in \
   57       *$$target_option*) has_opt=yes; break;; \
   58     esac; \
   59   done; \
   60   test $$has_opt = yes
   61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
   62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
   63 pkgdatadir = $(datadir)/@PACKAGE@
   64 pkgincludedir = $(includedir)/@PACKAGE@
   65 pkglibdir = $(libdir)/@PACKAGE@
   66 pkglibexecdir = $(libexecdir)/@PACKAGE@
   67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   68 install_sh_DATA = $(install_sh) -c -m 644
   69 install_sh_PROGRAM = $(install_sh) -c
   70 install_sh_SCRIPT = $(install_sh) -c
   71 INSTALL_HEADER = $(INSTALL_DATA)
   72 transform = $(program_transform_name)
   73 NORMAL_INSTALL = :
   74 PRE_INSTALL = :
   75 POST_INSTALL = :
   76 NORMAL_UNINSTALL = :
   77 PRE_UNINSTALL = :
   78 POST_UNINSTALL = :
   79 subdir = tilde
   80 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
   81 	$(top_srcdir)/depcomp README
   82 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   83 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
   84 	$(top_srcdir)/configure.ac
   85 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   86 	$(ACLOCAL_M4)
   87 mkinstalldirs = $(install_sh) -d
   88 CONFIG_HEADER = $(top_builddir)/config.h
   89 CONFIG_CLEAN_FILES =
   90 CONFIG_CLEAN_VPATH_FILES =
   91 LIBRARIES = $(noinst_LIBRARIES)
   92 ARFLAGS = cru
   93 AM_V_AR = $(am__v_AR_@AM_V@)
   94 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
   95 am__v_AR_0 = @echo "  AR      " $@;
   96 am__v_AR_1 = 
   97 libtilde_a_AR = $(AR) $(ARFLAGS)
   98 libtilde_a_LIBADD =
   99 am_libtilde_a_OBJECTS = tilde.$(OBJEXT) shell.$(OBJEXT)
  100 libtilde_a_OBJECTS = $(am_libtilde_a_OBJECTS)
  101 AM_V_P = $(am__v_P_@AM_V@)
  102 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  103 am__v_P_0 = false
  104 am__v_P_1 = :
  105 AM_V_GEN = $(am__v_GEN_@AM_V@)
  106 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  107 am__v_GEN_0 = @echo "  GEN     " $@;
  108 am__v_GEN_1 = 
  109 AM_V_at = $(am__v_at_@AM_V@)
  110 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  111 am__v_at_0 = @
  112 am__v_at_1 = 
  113 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  114 depcomp = $(SHELL) $(top_srcdir)/depcomp
  115 am__depfiles_maybe = depfiles
  116 am__mv = mv -f
  117 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  118 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  119 AM_V_CC = $(am__v_CC_@AM_V@)
  120 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  121 am__v_CC_0 = @echo "  CC      " $@;
  122 am__v_CC_1 = 
  123 CCLD = $(CC)
  124 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  125 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  126 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  127 am__v_CCLD_0 = @echo "  CCLD    " $@;
  128 am__v_CCLD_1 = 
  129 SOURCES = $(libtilde_a_SOURCES)
  130 DIST_SOURCES = $(libtilde_a_SOURCES)
  131 am__can_run_installinfo = \
  132   case $$AM_UPDATE_INFO_DIR in \
  133     n|no|NO) false;; \
  134     *) (install-info --version) >/dev/null 2>&1;; \
  135   esac
  136 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  137 # Read a list of newline-separated strings from the standard input,
  138 # and print each of them once, without duplicates.  Input order is
  139 # *not* preserved.
  140 am__uniquify_input = $(AWK) '\
  141   BEGIN { nonempty = 0; } \
  142   { items[$$0] = 1; nonempty = 1; } \
  143   END { if (nonempty) { for (i in items) print i; }; } \
  144 '
  145 # Make sure the list of sources is unique.  This is necessary because,
  146 # e.g., the same source file might be shared among _SOURCES variables
  147 # for different programs/libraries.
  148 am__define_uniq_tagged_files = \
  149   list='$(am__tagged_files)'; \
  150   unique=`for i in $$list; do \
  151     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  152   done | $(am__uniquify_input)`
  153 ETAGS = etags
  154 CTAGS = ctags
  155 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  156 ACLOCAL = @ACLOCAL@
  157 ACLOCAL_CWFLAGS = @ACLOCAL_CWFLAGS@
  158 AMTAR = @AMTAR@
  159 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  160 AR = @AR@
  161 AUTOCONF = @AUTOCONF@
  162 AUTOHEADER = @AUTOHEADER@
  163 AUTOMAKE = @AUTOMAKE@
  164 AWK = @AWK@
  165 CC = @CC@
  166 CCDEPMODE = @CCDEPMODE@
  167 CFLAGS = @CFLAGS@
  168 CPP = @CPP@
  169 CPPFLAGS = @CPPFLAGS@
  170 CYGPATH_W = @CYGPATH_W@
  171 DEFS = @DEFS@
  172 DEPDIR = @DEPDIR@
  173 ECHO_C = @ECHO_C@
  174 ECHO_N = @ECHO_N@
  175 ECHO_T = @ECHO_T@
  176 EGREP = @EGREP@
  177 EXEEXT = @EXEEXT@
  178 GREP = @GREP@
  179 INSTALL = @INSTALL@
  180 INSTALL_DATA = @INSTALL_DATA@
  181 INSTALL_PROGRAM = @INSTALL_PROGRAM@
  182 INSTALL_SCRIPT = @INSTALL_SCRIPT@
  183 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  184 LDFLAGS = @LDFLAGS@
  185 LIBOBJS = @LIBOBJS@
  186 LIBS = @LIBS@
  187 LTLIBOBJS = @LTLIBOBJS@
  188 MAINT = @MAINT@
  189 MAKEINFO = @MAKEINFO@
  190 MKDIR_P = @MKDIR_P@
  191 OBJEXT = @OBJEXT@
  192 PACKAGE = @PACKAGE@
  193 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  194 PACKAGE_NAME = @PACKAGE_NAME@
  195 PACKAGE_STRING = @PACKAGE_STRING@
  196 PACKAGE_TARNAME = @PACKAGE_TARNAME@
  197 PACKAGE_URL = @PACKAGE_URL@
  198 PACKAGE_VERSION = @PACKAGE_VERSION@
  199 PATH_SEPARATOR = @PATH_SEPARATOR@
  200 RANLIB = @RANLIB@
  201 SET_MAKE = @SET_MAKE@
  202 SHELL = @SHELL@
  203 STRIP = @STRIP@
  204 VERSION = @VERSION@
  205 abs_builddir = @abs_builddir@
  206 abs_srcdir = @abs_srcdir@
  207 abs_top_builddir = @abs_top_builddir@
  208 abs_top_srcdir = @abs_top_srcdir@
  209 ac_ct_CC = @ac_ct_CC@
  210 am__include = @am__include@
  211 am__leading_dot = @am__leading_dot@
  212 am__quote = @am__quote@
  213 am__tar = @am__tar@
  214 am__untar = @am__untar@
  215 bindir = @bindir@
  216 build_alias = @build_alias@
  217 builddir = @builddir@
  218 datadir = @datadir@
  219 datarootdir = @datarootdir@
  220 docdir = @docdir@
  221 dvidir = @dvidir@
  222 exec_prefix = @exec_prefix@
  223 host_alias = @host_alias@
  224 htmldir = @htmldir@
  225 includedir = @includedir@
  226 infodir = @infodir@
  227 install_sh = @install_sh@
  228 libdir = @libdir@
  229 libexecdir = @libexecdir@
  230 localedir = @localedir@
  231 localstatedir = @localstatedir@
  232 mandir = @mandir@
  233 mkdir_p = @mkdir_p@
  234 oldincludedir = @oldincludedir@
  235 pdfdir = @pdfdir@
  236 prefix = @prefix@
  237 program_transform_name = @program_transform_name@
  238 psdir = @psdir@
  239 sbindir = @sbindir@
  240 sharedstatedir = @sharedstatedir@
  241 srcdir = @srcdir@
  242 sysconfdir = @sysconfdir@
  243 target_alias = @target_alias@
  244 top_build_prefix = @top_build_prefix@
  245 top_builddir = @top_builddir@
  246 top_srcdir = @top_srcdir@
  247 ACLOCAL_AMFLAGS = @ACLOCAL_CWFLAGS@
  248 AUTOMAKE_OPTIONS = foreign
  249 noinst_LIBRARIES = libtilde.a
  250 libtilde_a_SOURCES = tilde.c shell.c tilde.h ansi_stdlib.h bashansi.h xmalloc.h
  251 MAINTAINERCLEANFILES = Makefile.in
  252 all: all-am
  253 
  254 .SUFFIXES:
  255 .SUFFIXES: .c .o .obj
  256 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  257 	@for dep in $?; do \
  258 	  case '$(am__configure_deps)' in \
  259 	    *$$dep*) \
  260 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  261 	        && { if test -f $@; then exit 0; else break; fi; }; \
  262 	      exit 1;; \
  263 	  esac; \
  264 	done; \
  265 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tilde/Makefile'; \
  266 	$(am__cd) $(top_srcdir) && \
  267 	  $(AUTOMAKE) --foreign tilde/Makefile
  268 .PRECIOUS: Makefile
  269 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  270 	@case '$?' in \
  271 	  *config.status*) \
  272 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  273 	  *) \
  274 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  275 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  276 	esac;
  277 
  278 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  279 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  280 
  281 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  282 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  283 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  284 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  285 $(am__aclocal_m4_deps):
  286 
  287 clean-noinstLIBRARIES:
  288 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  289 
  290 libtilde.a: $(libtilde_a_OBJECTS) $(libtilde_a_DEPENDENCIES) $(EXTRA_libtilde_a_DEPENDENCIES) 
  291 	$(AM_V_at)-rm -f libtilde.a
  292 	$(AM_V_AR)$(libtilde_a_AR) libtilde.a $(libtilde_a_OBJECTS) $(libtilde_a_LIBADD)
  293 	$(AM_V_at)$(RANLIB) libtilde.a
  294 
  295 mostlyclean-compile:
  296 	-rm -f *.$(OBJEXT)
  297 
  298 distclean-compile:
  299 	-rm -f *.tab.c
  300 
  301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shell.Po@am__quote@
  302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tilde.Po@am__quote@
  303 
  304 .c.o:
  305 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  306 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  307 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  308 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  309 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  310 
  311 .c.obj:
  312 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  313 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  314 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  315 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  316 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  317 
  318 ID: $(am__tagged_files)
  319 	$(am__define_uniq_tagged_files); mkid -fID $$unique
  320 tags: tags-am
  321 TAGS: tags
  322 
  323 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  324 	set x; \
  325 	here=`pwd`; \
  326 	$(am__define_uniq_tagged_files); \
  327 	shift; \
  328 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  329 	  test -n "$$unique" || unique=$$empty_fix; \
  330 	  if test $$# -gt 0; then \
  331 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  332 	      "$$@" $$unique; \
  333 	  else \
  334 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  335 	      $$unique; \
  336 	  fi; \
  337 	fi
  338 ctags: ctags-am
  339 
  340 CTAGS: ctags
  341 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  342 	$(am__define_uniq_tagged_files); \
  343 	test -z "$(CTAGS_ARGS)$$unique" \
  344 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  345 	     $$unique
  346 
  347 GTAGS:
  348 	here=`$(am__cd) $(top_builddir) && pwd` \
  349 	  && $(am__cd) $(top_srcdir) \
  350 	  && gtags -i $(GTAGS_ARGS) "$$here"
  351 cscopelist: cscopelist-am
  352 
  353 cscopelist-am: $(am__tagged_files)
  354 	list='$(am__tagged_files)'; \
  355 	case "$(srcdir)" in \
  356 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  357 	  *) sdir=$(subdir)/$(srcdir) ;; \
  358 	esac; \
  359 	for i in $$list; do \
  360 	  if test -f "$$i"; then \
  361 	    echo "$(subdir)/$$i"; \
  362 	  else \
  363 	    echo "$$sdir/$$i"; \
  364 	  fi; \
  365 	done >> $(top_builddir)/cscope.files
  366 
  367 distclean-tags:
  368 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  369 
  370 distdir: $(DISTFILES)
  371 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  372 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  373 	list='$(DISTFILES)'; \
  374 	  dist_files=`for file in $$list; do echo $$file; done | \
  375 	  sed -e "s|^$$srcdirstrip/||;t" \
  376 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  377 	case $$dist_files in \
  378 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  379 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  380 			   sort -u` ;; \
  381 	esac; \
  382 	for file in $$dist_files; do \
  383 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  384 	  if test -d $$d/$$file; then \
  385 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  386 	    if test -d "$(distdir)/$$file"; then \
  387 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  388 	    fi; \
  389 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  390 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  391 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  392 	    fi; \
  393 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  394 	  else \
  395 	    test -f "$(distdir)/$$file" \
  396 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  397 	    || exit 1; \
  398 	  fi; \
  399 	done
  400 check-am: all-am
  401 check: check-am
  402 all-am: Makefile $(LIBRARIES)
  403 installdirs:
  404 install: install-am
  405 install-exec: install-exec-am
  406 install-data: install-data-am
  407 uninstall: uninstall-am
  408 
  409 install-am: all-am
  410 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  411 
  412 installcheck: installcheck-am
  413 install-strip:
  414 	if test -z '$(STRIP)'; then \
  415 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  416 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  417 	      install; \
  418 	else \
  419 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  420 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  421 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  422 	fi
  423 mostlyclean-generic:
  424 
  425 clean-generic:
  426 
  427 distclean-generic:
  428 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  429 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  430 
  431 maintainer-clean-generic:
  432 	@echo "This command is intended for maintainers to use"
  433 	@echo "it deletes files that may require special tools to rebuild."
  434 	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  435 clean: clean-am
  436 
  437 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
  438 
  439 distclean: distclean-am
  440 	-rm -rf ./$(DEPDIR)
  441 	-rm -f Makefile
  442 distclean-am: clean-am distclean-compile distclean-generic \
  443 	distclean-tags
  444 
  445 dvi: dvi-am
  446 
  447 dvi-am:
  448 
  449 html: html-am
  450 
  451 html-am:
  452 
  453 info: info-am
  454 
  455 info-am:
  456 
  457 install-data-am:
  458 
  459 install-dvi: install-dvi-am
  460 
  461 install-dvi-am:
  462 
  463 install-exec-am:
  464 
  465 install-html: install-html-am
  466 
  467 install-html-am:
  468 
  469 install-info: install-info-am
  470 
  471 install-info-am:
  472 
  473 install-man:
  474 
  475 install-pdf: install-pdf-am
  476 
  477 install-pdf-am:
  478 
  479 install-ps: install-ps-am
  480 
  481 install-ps-am:
  482 
  483 installcheck-am:
  484 
  485 maintainer-clean: maintainer-clean-am
  486 	-rm -rf ./$(DEPDIR)
  487 	-rm -f Makefile
  488 maintainer-clean-am: distclean-am maintainer-clean-generic
  489 
  490 mostlyclean: mostlyclean-am
  491 
  492 mostlyclean-am: mostlyclean-compile mostlyclean-generic
  493 
  494 pdf: pdf-am
  495 
  496 pdf-am:
  497 
  498 ps: ps-am
  499 
  500 ps-am:
  501 
  502 uninstall-am:
  503 
  504 .MAKE: install-am install-strip
  505 
  506 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  507 	clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
  508 	distclean-compile distclean-generic distclean-tags distdir dvi \
  509 	dvi-am html html-am info info-am install install-am \
  510 	install-data install-data-am install-dvi install-dvi-am \
  511 	install-exec install-exec-am install-html install-html-am \
  512 	install-info install-info-am install-man install-pdf \
  513 	install-pdf-am install-ps install-ps-am install-strip \
  514 	installcheck installcheck-am installdirs maintainer-clean \
  515 	maintainer-clean-generic mostlyclean mostlyclean-compile \
  516 	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
  517 	uninstall-am
  518 
  519 
  520 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  521 # Otherwise a system limit (for SysV at least) may be exceeded.
  522 .NOEXPORT: