"Fossies" - the Fresh Open Source Software Archive

Member "srg-1.3.6/libconfig/Makefile.in" (5 Aug 2009, 14554 Bytes) of package /linux/privat/old/srg-1.3.6.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.

    1 # Makefile.in generated by automake 1.10.2 from Makefile.am.
    2 # @configure_input@
    3 
    4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005, 2006, 2007, 2008  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 VPATH = @srcdir@
   18 pkgdatadir = $(datadir)/@PACKAGE@
   19 pkglibdir = $(libdir)/@PACKAGE@
   20 pkgincludedir = $(includedir)/@PACKAGE@
   21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   22 install_sh_DATA = $(install_sh) -c -m 644
   23 install_sh_PROGRAM = $(install_sh) -c
   24 install_sh_SCRIPT = $(install_sh) -c
   25 INSTALL_HEADER = $(INSTALL_DATA)
   26 transform = $(program_transform_name)
   27 NORMAL_INSTALL = :
   28 PRE_INSTALL = :
   29 POST_INSTALL = :
   30 NORMAL_UNINSTALL = :
   31 PRE_UNINSTALL = :
   32 POST_UNINSTALL = :
   33 build_triplet = @build@
   34 host_triplet = @host@
   35 subdir = libconfig
   36 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
   37 	config.lexer.c config.parser.c config.parser.h
   38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   39 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
   40 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   41 	$(ACLOCAL_M4)
   42 mkinstalldirs = $(install_sh) -d
   43 CONFIG_HEADER = $(top_builddir)/config.h
   44 CONFIG_CLEAN_FILES =
   45 LTLIBRARIES = $(noinst_LTLIBRARIES)
   46 libconfig_la_DEPENDENCIES =
   47 am_libconfig_la_OBJECTS = libconfig.lo config.parser.lo \
   48 	config.lexer.lo
   49 libconfig_la_OBJECTS = $(am_libconfig_la_OBJECTS)
   50 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
   51 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
   52 am__depfiles_maybe = depfiles
   53 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   54 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   55 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
   56 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
   57 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   58 CCLD = $(CC)
   59 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
   60 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
   61 	$(LDFLAGS) -o $@
   62 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
   63 LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
   64 	--mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
   65 YLWRAP = $(top_srcdir)/config/ylwrap
   66 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
   67 LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
   68 	--mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
   69 SOURCES = $(libconfig_la_SOURCES)
   70 DIST_SOURCES = $(libconfig_la_SOURCES)
   71 ETAGS = etags
   72 CTAGS = ctags
   73 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   74 ACLOCAL = @ACLOCAL@
   75 AMTAR = @AMTAR@
   76 AR = @AR@
   77 AUTOCONF = @AUTOCONF@
   78 AUTOHEADER = @AUTOHEADER@
   79 AUTOMAKE = @AUTOMAKE@
   80 AWK = @AWK@
   81 CC = @CC@
   82 CCDEPMODE = @CCDEPMODE@
   83 CFLAGS = @CFLAGS@
   84 CPP = @CPP@
   85 CPPFLAGS = @CPPFLAGS@
   86 CXX = @CXX@
   87 CXXCPP = @CXXCPP@
   88 CXXDEPMODE = @CXXDEPMODE@
   89 CXXFLAGS = @CXXFLAGS@
   90 CYGPATH_W = @CYGPATH_W@
   91 DEFS = @DEFS@
   92 DEPDIR = @DEPDIR@
   93 DSYMUTIL = @DSYMUTIL@
   94 DUMPBIN = @DUMPBIN@
   95 ECHO_C = @ECHO_C@
   96 ECHO_N = @ECHO_N@
   97 ECHO_T = @ECHO_T@
   98 EGREP = @EGREP@
   99 EXEEXT = @EXEEXT@
  100 FGREP = @FGREP@
  101 GREP = @GREP@
  102 INSTALL = @INSTALL@
  103 INSTALL_DATA = @INSTALL_DATA@
  104 INSTALL_PROGRAM = @INSTALL_PROGRAM@
  105 INSTALL_SCRIPT = @INSTALL_SCRIPT@
  106 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  107 LD = @LD@
  108 LDFLAGS = @LDFLAGS@
  109 LEX = @LEX@
  110 LEXLIB = @LEXLIB@
  111 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  112 LIBOBJS = @LIBOBJS@
  113 LIBS = @LIBS@
  114 LIBTOOL = @LIBTOOL@
  115 LIPO = @LIPO@
  116 LN_S = @LN_S@
  117 LTLIBOBJS = @LTLIBOBJS@
  118 MAKEINFO = @MAKEINFO@
  119 MKDIR_P = @MKDIR_P@
  120 NM = @NM@
  121 NMEDIT = @NMEDIT@
  122 OBJDUMP = @OBJDUMP@
  123 OBJEXT = @OBJEXT@
  124 OTOOL = @OTOOL@
  125 OTOOL64 = @OTOOL64@
  126 PACKAGE = @PACKAGE@
  127 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  128 PACKAGE_NAME = @PACKAGE_NAME@
  129 PACKAGE_STRING = @PACKAGE_STRING@
  130 PACKAGE_TARNAME = @PACKAGE_TARNAME@
  131 PACKAGE_URL = @PACKAGE_URL@
  132 PACKAGE_VERSION = @PACKAGE_VERSION@
  133 PATH_SEPARATOR = @PATH_SEPARATOR@
  134 RANLIB = @RANLIB@
  135 SED = @SED@
  136 SET_MAKE = @SET_MAKE@
  137 SHELL = @SHELL@
  138 STRIP = @STRIP@
  139 VERSION = @VERSION@
  140 YACC = @YACC@
  141 YFLAGS = @YFLAGS@
  142 abs_builddir = @abs_builddir@
  143 abs_srcdir = @abs_srcdir@
  144 abs_top_builddir = @abs_top_builddir@
  145 abs_top_srcdir = @abs_top_srcdir@
  146 ac_aux_dir = @ac_aux_dir@
  147 ac_ct_CC = @ac_ct_CC@
  148 ac_ct_CXX = @ac_ct_CXX@
  149 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  150 am__include = @am__include@
  151 am__leading_dot = @am__leading_dot@
  152 am__quote = @am__quote@
  153 am__tar = @am__tar@
  154 am__untar = @am__untar@
  155 bindir = @bindir@
  156 build = @build@
  157 build_alias = @build_alias@
  158 build_cpu = @build_cpu@
  159 build_os = @build_os@
  160 build_vendor = @build_vendor@
  161 builddir = @builddir@
  162 datadir = @datadir@
  163 datarootdir = @datarootdir@
  164 docdir = @docdir@
  165 dvidir = @dvidir@
  166 exec_prefix = @exec_prefix@
  167 host = @host@
  168 host_alias = @host_alias@
  169 host_cpu = @host_cpu@
  170 host_os = @host_os@
  171 host_vendor = @host_vendor@
  172 htmldir = @htmldir@
  173 includedir = @includedir@
  174 infodir = @infodir@
  175 install_sh = @install_sh@
  176 libdir = @libdir@
  177 libexecdir = @libexecdir@
  178 localedir = @localedir@
  179 localstatedir = @localstatedir@
  180 lt_ECHO = @lt_ECHO@
  181 mandir = @mandir@
  182 mkdir_p = @mkdir_p@
  183 oldincludedir = @oldincludedir@
  184 pdfdir = @pdfdir@
  185 prefix = @prefix@
  186 program_transform_name = @program_transform_name@
  187 psdir = @psdir@
  188 sbindir = @sbindir@
  189 sharedstatedir = @sharedstatedir@
  190 srcdir = @srcdir@
  191 sysconfdir = @sysconfdir@
  192 target_alias = @target_alias@
  193 top_build_prefix = @top_build_prefix@
  194 top_builddir = @top_builddir@
  195 top_srcdir = @top_srcdir@
  196 AM_YFLAGS = -d
  197 noinst_LTLIBRARIES = libconfig.la
  198 libconfig_la_SOURCES = libconfig.c config.parser.y config.lexer.l config_internal.h libconfig.h
  199 libconfig_la_LIBADD = @LEXLIB@
  200 all: all-am
  201 
  202 .SUFFIXES:
  203 .SUFFIXES: .c .l .lo .o .obj .y
  204 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  205 	@for dep in $?; do \
  206 	  case '$(am__configure_deps)' in \
  207 	    *$$dep*) \
  208 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  209 	        && { if test -f $@; then exit 0; else break; fi; }; \
  210 	      exit 1;; \
  211 	  esac; \
  212 	done; \
  213 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libconfig/Makefile'; \
  214 	cd $(top_srcdir) && \
  215 	  $(AUTOMAKE) --foreign  libconfig/Makefile
  216 .PRECIOUS: Makefile
  217 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  218 	@case '$?' in \
  219 	  *config.status*) \
  220 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  221 	  *) \
  222 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  223 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  224 	esac;
  225 
  226 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  227 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  228 
  229 $(top_srcdir)/configure:  $(am__configure_deps)
  230 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  231 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  232 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  233 
  234 clean-noinstLTLIBRARIES:
  235 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  236 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
  237 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  238 	  test "$$dir" != "$$p" || dir=.; \
  239 	  echo "rm -f \"$${dir}/so_locations\""; \
  240 	  rm -f "$${dir}/so_locations"; \
  241 	done
  242 config.parser.h: config.parser.c
  243 	@if test ! -f $@; then \
  244 	  rm -f config.parser.c; \
  245 	  $(MAKE) $(AM_MAKEFLAGS) config.parser.c; \
  246 	else :; fi
  247 libconfig.la: $(libconfig_la_OBJECTS) $(libconfig_la_DEPENDENCIES) 
  248 	$(LINK)  $(libconfig_la_OBJECTS) $(libconfig_la_LIBADD) $(LIBS)
  249 
  250 mostlyclean-compile:
  251 	-rm -f *.$(OBJEXT)
  252 
  253 distclean-compile:
  254 	-rm -f *.tab.c
  255 
  256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.lexer.Plo@am__quote@
  257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.parser.Plo@am__quote@
  258 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libconfig.Plo@am__quote@
  259 
  260 .c.o:
  261 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  262 @am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  263 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  264 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  265 @am__fastdepCC_FALSE@	$(COMPILE) -c $<
  266 
  267 .c.obj:
  268 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  269 @am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  270 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  271 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  272 @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  273 
  274 .c.lo:
  275 @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  276 @am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  277 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  278 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  279 @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
  280 
  281 .l.c:
  282 	$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
  283 
  284 .y.c:
  285 	$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
  286 
  287 mostlyclean-libtool:
  288 	-rm -f *.lo
  289 
  290 clean-libtool:
  291 	-rm -rf .libs _libs
  292 
  293 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  294 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  295 	unique=`for i in $$list; do \
  296 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  297 	  done | \
  298 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  299 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  300 	mkid -fID $$unique
  301 tags: TAGS
  302 
  303 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  304 		$(TAGS_FILES) $(LISP)
  305 	tags=; \
  306 	here=`pwd`; \
  307 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  308 	unique=`for i in $$list; do \
  309 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  310 	  done | \
  311 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  312 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  313 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  314 	  test -n "$$unique" || unique=$$empty_fix; \
  315 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  316 	    $$tags $$unique; \
  317 	fi
  318 ctags: CTAGS
  319 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  320 		$(TAGS_FILES) $(LISP)
  321 	tags=; \
  322 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  323 	unique=`for i in $$list; do \
  324 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  325 	  done | \
  326 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  327 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  328 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
  329 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  330 	     $$tags $$unique
  331 
  332 GTAGS:
  333 	here=`$(am__cd) $(top_builddir) && pwd` \
  334 	  && cd $(top_srcdir) \
  335 	  && gtags -i $(GTAGS_ARGS) $$here
  336 
  337 distclean-tags:
  338 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  339 
  340 distdir: $(DISTFILES)
  341 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  342 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  343 	list='$(DISTFILES)'; \
  344 	  dist_files=`for file in $$list; do echo $$file; done | \
  345 	  sed -e "s|^$$srcdirstrip/||;t" \
  346 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  347 	case $$dist_files in \
  348 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  349 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  350 			   sort -u` ;; \
  351 	esac; \
  352 	for file in $$dist_files; do \
  353 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  354 	  if test -d $$d/$$file; then \
  355 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  356 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  357 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  358 	    fi; \
  359 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  360 	  else \
  361 	    test -f $(distdir)/$$file \
  362 	    || cp -p $$d/$$file $(distdir)/$$file \
  363 	    || exit 1; \
  364 	  fi; \
  365 	done
  366 check-am: all-am
  367 check: check-am
  368 all-am: Makefile $(LTLIBRARIES)
  369 installdirs:
  370 install: install-am
  371 install-exec: install-exec-am
  372 install-data: install-data-am
  373 uninstall: uninstall-am
  374 
  375 install-am: all-am
  376 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  377 
  378 installcheck: installcheck-am
  379 install-strip:
  380 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  381 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  382 	  `test -z '$(STRIP)' || \
  383 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  384 mostlyclean-generic:
  385 
  386 clean-generic:
  387 
  388 distclean-generic:
  389 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  390 
  391 maintainer-clean-generic:
  392 	@echo "This command is intended for maintainers to use"
  393 	@echo "it deletes files that may require special tools to rebuild."
  394 	-rm -f config.lexer.c
  395 	-rm -f config.parser.c
  396 	-rm -f config.parser.h
  397 clean: clean-am
  398 
  399 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  400 	mostlyclean-am
  401 
  402 distclean: distclean-am
  403 	-rm -rf ./$(DEPDIR)
  404 	-rm -f Makefile
  405 distclean-am: clean-am distclean-compile distclean-generic \
  406 	distclean-tags
  407 
  408 dvi: dvi-am
  409 
  410 dvi-am:
  411 
  412 html: html-am
  413 
  414 info: info-am
  415 
  416 info-am:
  417 
  418 install-data-am:
  419 
  420 install-dvi: install-dvi-am
  421 
  422 install-exec-am:
  423 
  424 install-html: install-html-am
  425 
  426 install-info: install-info-am
  427 
  428 install-man:
  429 
  430 install-pdf: install-pdf-am
  431 
  432 install-ps: install-ps-am
  433 
  434 installcheck-am:
  435 
  436 maintainer-clean: maintainer-clean-am
  437 	-rm -rf ./$(DEPDIR)
  438 	-rm -f Makefile
  439 maintainer-clean-am: distclean-am maintainer-clean-generic
  440 
  441 mostlyclean: mostlyclean-am
  442 
  443 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  444 	mostlyclean-libtool
  445 
  446 pdf: pdf-am
  447 
  448 pdf-am:
  449 
  450 ps: ps-am
  451 
  452 ps-am:
  453 
  454 uninstall-am:
  455 
  456 .MAKE: install-am install-strip
  457 
  458 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  459 	clean-libtool clean-noinstLTLIBRARIES ctags distclean \
  460 	distclean-compile distclean-generic distclean-libtool \
  461 	distclean-tags distdir dvi dvi-am html html-am info info-am \
  462 	install install-am install-data install-data-am install-dvi \
  463 	install-dvi-am install-exec install-exec-am install-html \
  464 	install-html-am install-info install-info-am install-man \
  465 	install-pdf install-pdf-am install-ps install-ps-am \
  466 	install-strip installcheck installcheck-am installdirs \
  467 	maintainer-clean maintainer-clean-generic mostlyclean \
  468 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  469 	pdf pdf-am ps ps-am tags uninstall uninstall-am
  470 
  471 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  472 # Otherwise a system limit (for SysV at least) may be exceeded.
  473 .NOEXPORT: