File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / spawn-fcgi / src / Makefile.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 15:24:39 2013 UTC (11 years, 5 months ago) by misho
Branches: spawn-fcgi, MAIN
CVS tags: v1_6_3, HEAD
1.6.3

    1: # Makefile.in generated by automake 1.11 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, 2009  Free Software Foundation,
    6: # Inc.
    7: # This Makefile.in is free software; the Free Software Foundation
    8: # gives unlimited permission to copy and/or distribute it,
    9: # with or without modifications, as long as this notice is preserved.
   10: 
   11: # This program is distributed in the hope that it will be useful,
   12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   14: # PARTICULAR PURPOSE.
   15: 
   16: @SET_MAKE@
   17: 
   18: VPATH = @srcdir@
   19: pkgdatadir = $(datadir)/@PACKAGE@
   20: pkgincludedir = $(includedir)/@PACKAGE@
   21: pkglibdir = $(libdir)/@PACKAGE@
   22: pkglibexecdir = $(libexecdir)/@PACKAGE@
   23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   24: install_sh_DATA = $(install_sh) -c -m 644
   25: install_sh_PROGRAM = $(install_sh) -c
   26: install_sh_SCRIPT = $(install_sh) -c
   27: INSTALL_HEADER = $(INSTALL_DATA)
   28: transform = $(program_transform_name)
   29: NORMAL_INSTALL = :
   30: PRE_INSTALL = :
   31: POST_INSTALL = :
   32: NORMAL_UNINSTALL = :
   33: PRE_UNINSTALL = :
   34: POST_UNINSTALL = :
   35: bin_PROGRAMS = spawn-fcgi$(EXEEXT)
   36: subdir = src
   37: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
   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: CONFIG_CLEAN_VPATH_FILES =
   46: am__installdirs = "$(DESTDIR)$(bindir)"
   47: PROGRAMS = $(bin_PROGRAMS)
   48: am_spawn_fcgi_OBJECTS = spawn-fcgi.$(OBJEXT)
   49: spawn_fcgi_OBJECTS = $(am_spawn_fcgi_OBJECTS)
   50: spawn_fcgi_LDADD = $(LDADD)
   51: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
   52: depcomp = $(SHELL) $(top_srcdir)/depcomp
   53: am__depfiles_maybe = depfiles
   54: am__mv = mv -f
   55: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   56: 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   57: CCLD = $(CC)
   58: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
   59: SOURCES = $(spawn_fcgi_SOURCES)
   60: DIST_SOURCES = $(spawn_fcgi_SOURCES)
   61: ETAGS = etags
   62: CTAGS = ctags
   63: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   64: ACLOCAL = @ACLOCAL@
   65: AMTAR = @AMTAR@
   66: AUTOCONF = @AUTOCONF@
   67: AUTOHEADER = @AUTOHEADER@
   68: AUTOMAKE = @AUTOMAKE@
   69: AWK = @AWK@
   70: CC = @CC@
   71: CCDEPMODE = @CCDEPMODE@
   72: CFLAGS = @CFLAGS@
   73: CPP = @CPP@
   74: CPPFLAGS = @CPPFLAGS@
   75: CYGPATH_W = @CYGPATH_W@
   76: DEFS = @DEFS@
   77: DEPDIR = @DEPDIR@
   78: ECHO_C = @ECHO_C@
   79: ECHO_N = @ECHO_N@
   80: ECHO_T = @ECHO_T@
   81: EGREP = @EGREP@
   82: EXEEXT = @EXEEXT@
   83: GREP = @GREP@
   84: INSTALL = @INSTALL@
   85: INSTALL_DATA = @INSTALL_DATA@
   86: INSTALL_PROGRAM = @INSTALL_PROGRAM@
   87: INSTALL_SCRIPT = @INSTALL_SCRIPT@
   88: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   89: LDFLAGS = @LDFLAGS@
   90: LIBOBJS = @LIBOBJS@
   91: LIBS = @LIBS@
   92: LTLIBOBJS = @LTLIBOBJS@
   93: MAKEINFO = @MAKEINFO@
   94: MKDIR_P = @MKDIR_P@
   95: OBJEXT = @OBJEXT@
   96: PACKAGE = @PACKAGE@
   97: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
   98: PACKAGE_NAME = @PACKAGE_NAME@
   99: PACKAGE_STRING = @PACKAGE_STRING@
  100: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  101: PACKAGE_URL = @PACKAGE_URL@
  102: PACKAGE_VERSION = @PACKAGE_VERSION@
  103: PATH_SEPARATOR = @PATH_SEPARATOR@
  104: SET_MAKE = @SET_MAKE@
  105: SHELL = @SHELL@
  106: STRIP = @STRIP@
  107: VERSION = @VERSION@
  108: abs_builddir = @abs_builddir@
  109: abs_srcdir = @abs_srcdir@
  110: abs_top_builddir = @abs_top_builddir@
  111: abs_top_srcdir = @abs_top_srcdir@
  112: ac_ct_CC = @ac_ct_CC@
  113: am__include = @am__include@
  114: am__leading_dot = @am__leading_dot@
  115: am__quote = @am__quote@
  116: am__tar = @am__tar@
  117: am__untar = @am__untar@
  118: bindir = @bindir@
  119: build_alias = @build_alias@
  120: builddir = @builddir@
  121: datadir = @datadir@
  122: datarootdir = @datarootdir@
  123: docdir = @docdir@
  124: dvidir = @dvidir@
  125: exec_prefix = @exec_prefix@
  126: host_alias = @host_alias@
  127: htmldir = @htmldir@
  128: includedir = @includedir@
  129: infodir = @infodir@
  130: install_sh = @install_sh@
  131: libdir = @libdir@
  132: libexecdir = @libexecdir@
  133: localedir = @localedir@
  134: localstatedir = @localstatedir@
  135: mandir = @mandir@
  136: mkdir_p = @mkdir_p@
  137: oldincludedir = @oldincludedir@
  138: pdfdir = @pdfdir@
  139: prefix = @prefix@
  140: program_transform_name = @program_transform_name@
  141: psdir = @psdir@
  142: sbindir = @sbindir@
  143: sharedstatedir = @sharedstatedir@
  144: srcdir = @srcdir@
  145: sysconfdir = @sysconfdir@
  146: target_alias = @target_alias@
  147: top_build_prefix = @top_build_prefix@
  148: top_builddir = @top_builddir@
  149: top_srcdir = @top_srcdir@
  150: spawn_fcgi_SOURCES = spawn-fcgi.c
  151: EXTRA_DIST = CMakeLists.txt config.h.cmake
  152: all: all-am
  153: 
  154: .SUFFIXES:
  155: .SUFFIXES: .c .o .obj
  156: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  157: 	@for dep in $?; do \
  158: 	  case '$(am__configure_deps)' in \
  159: 	    *$$dep*) \
  160: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  161: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  162: 	      exit 1;; \
  163: 	  esac; \
  164: 	done; \
  165: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
  166: 	$(am__cd) $(top_srcdir) && \
  167: 	  $(AUTOMAKE) --foreign src/Makefile
  168: .PRECIOUS: Makefile
  169: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  170: 	@case '$?' in \
  171: 	  *config.status*) \
  172: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  173: 	  *) \
  174: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  175: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  176: 	esac;
  177: 
  178: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  179: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  180: 
  181: $(top_srcdir)/configure:  $(am__configure_deps)
  182: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  183: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  184: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  185: $(am__aclocal_m4_deps):
  186: install-binPROGRAMS: $(bin_PROGRAMS)
  187: 	@$(NORMAL_INSTALL)
  188: 	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  189: 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  190: 	for p in $$list; do echo "$$p $$p"; done | \
  191: 	sed 's/$(EXEEXT)$$//' | \
  192: 	while read p p1; do if test -f $$p; \
  193: 	  then echo "$$p"; echo "$$p"; else :; fi; \
  194: 	done | \
  195: 	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  196: 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  197: 	sed 'N;N;N;s,\n, ,g' | \
  198: 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  199: 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  200: 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
  201: 	    else { print "f", $$3 "/" $$4, $$1; } } \
  202: 	  END { for (d in files) print "f", d, files[d] }' | \
  203: 	while read type dir files; do \
  204: 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  205: 	    test -z "$$files" || { \
  206: 	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  207: 	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  208: 	    } \
  209: 	; done
  210: 
  211: uninstall-binPROGRAMS:
  212: 	@$(NORMAL_UNINSTALL)
  213: 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  214: 	files=`for p in $$list; do echo "$$p"; done | \
  215: 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  216: 	      -e 's/$$/$(EXEEXT)/' `; \
  217: 	test -n "$$list" || exit 0; \
  218: 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  219: 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
  220: 
  221: clean-binPROGRAMS:
  222: 	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  223: spawn-fcgi$(EXEEXT): $(spawn_fcgi_OBJECTS) $(spawn_fcgi_DEPENDENCIES) 
  224: 	@rm -f spawn-fcgi$(EXEEXT)
  225: 	$(LINK) $(spawn_fcgi_OBJECTS) $(spawn_fcgi_LDADD) $(LIBS)
  226: 
  227: mostlyclean-compile:
  228: 	-rm -f *.$(OBJEXT)
  229: 
  230: distclean-compile:
  231: 	-rm -f *.tab.c
  232: 
  233: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spawn-fcgi.Po@am__quote@
  234: 
  235: .c.o:
  236: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  237: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  238: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  239: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  240: @am__fastdepCC_FALSE@	$(COMPILE) -c $<
  241: 
  242: .c.obj:
  243: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  244: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  245: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  246: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  247: @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  248: 
  249: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  250: 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  251: 	unique=`for i in $$list; do \
  252: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  253: 	  done | \
  254: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  255: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  256: 	mkid -fID $$unique
  257: tags: TAGS
  258: 
  259: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  260: 		$(TAGS_FILES) $(LISP)
  261: 	set x; \
  262: 	here=`pwd`; \
  263: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  264: 	unique=`for i in $$list; do \
  265: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  266: 	  done | \
  267: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  268: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  269: 	shift; \
  270: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  271: 	  test -n "$$unique" || unique=$$empty_fix; \
  272: 	  if test $$# -gt 0; then \
  273: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  274: 	      "$$@" $$unique; \
  275: 	  else \
  276: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  277: 	      $$unique; \
  278: 	  fi; \
  279: 	fi
  280: ctags: CTAGS
  281: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  282: 		$(TAGS_FILES) $(LISP)
  283: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  284: 	unique=`for i in $$list; do \
  285: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  286: 	  done | \
  287: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  288: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  289: 	test -z "$(CTAGS_ARGS)$$unique" \
  290: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  291: 	     $$unique
  292: 
  293: GTAGS:
  294: 	here=`$(am__cd) $(top_builddir) && pwd` \
  295: 	  && $(am__cd) $(top_srcdir) \
  296: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  297: 
  298: distclean-tags:
  299: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  300: 
  301: distdir: $(DISTFILES)
  302: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  303: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  304: 	list='$(DISTFILES)'; \
  305: 	  dist_files=`for file in $$list; do echo $$file; done | \
  306: 	  sed -e "s|^$$srcdirstrip/||;t" \
  307: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  308: 	case $$dist_files in \
  309: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  310: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  311: 			   sort -u` ;; \
  312: 	esac; \
  313: 	for file in $$dist_files; do \
  314: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  315: 	  if test -d $$d/$$file; then \
  316: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  317: 	    if test -d "$(distdir)/$$file"; then \
  318: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  319: 	    fi; \
  320: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  321: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  322: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  323: 	    fi; \
  324: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  325: 	  else \
  326: 	    test -f "$(distdir)/$$file" \
  327: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  328: 	    || exit 1; \
  329: 	  fi; \
  330: 	done
  331: check-am: all-am
  332: check: check-am
  333: all-am: Makefile $(PROGRAMS)
  334: installdirs:
  335: 	for dir in "$(DESTDIR)$(bindir)"; do \
  336: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  337: 	done
  338: install: install-am
  339: install-exec: install-exec-am
  340: install-data: install-data-am
  341: uninstall: uninstall-am
  342: 
  343: install-am: all-am
  344: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  345: 
  346: installcheck: installcheck-am
  347: install-strip:
  348: 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  349: 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  350: 	  `test -z '$(STRIP)' || \
  351: 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  352: mostlyclean-generic:
  353: 
  354: clean-generic:
  355: 
  356: distclean-generic:
  357: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  358: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  359: 
  360: maintainer-clean-generic:
  361: 	@echo "This command is intended for maintainers to use"
  362: 	@echo "it deletes files that may require special tools to rebuild."
  363: clean: clean-am
  364: 
  365: clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  366: 
  367: distclean: distclean-am
  368: 	-rm -rf ./$(DEPDIR)
  369: 	-rm -f Makefile
  370: distclean-am: clean-am distclean-compile distclean-generic \
  371: 	distclean-tags
  372: 
  373: dvi: dvi-am
  374: 
  375: dvi-am:
  376: 
  377: html: html-am
  378: 
  379: html-am:
  380: 
  381: info: info-am
  382: 
  383: info-am:
  384: 
  385: install-data-am:
  386: 
  387: install-dvi: install-dvi-am
  388: 
  389: install-dvi-am:
  390: 
  391: install-exec-am: install-binPROGRAMS
  392: 
  393: install-html: install-html-am
  394: 
  395: install-html-am:
  396: 
  397: install-info: install-info-am
  398: 
  399: install-info-am:
  400: 
  401: install-man:
  402: 
  403: install-pdf: install-pdf-am
  404: 
  405: install-pdf-am:
  406: 
  407: install-ps: install-ps-am
  408: 
  409: install-ps-am:
  410: 
  411: installcheck-am:
  412: 
  413: maintainer-clean: maintainer-clean-am
  414: 	-rm -rf ./$(DEPDIR)
  415: 	-rm -f Makefile
  416: maintainer-clean-am: distclean-am maintainer-clean-generic
  417: 
  418: mostlyclean: mostlyclean-am
  419: 
  420: mostlyclean-am: mostlyclean-compile mostlyclean-generic
  421: 
  422: pdf: pdf-am
  423: 
  424: pdf-am:
  425: 
  426: ps: ps-am
  427: 
  428: ps-am:
  429: 
  430: uninstall-am: uninstall-binPROGRAMS
  431: 
  432: .MAKE: install-am install-strip
  433: 
  434: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
  435: 	clean-generic ctags distclean distclean-compile \
  436: 	distclean-generic distclean-tags distdir dvi dvi-am html \
  437: 	html-am info info-am install install-am install-binPROGRAMS \
  438: 	install-data install-data-am install-dvi install-dvi-am \
  439: 	install-exec install-exec-am install-html install-html-am \
  440: 	install-info install-info-am install-man install-pdf \
  441: 	install-pdf-am install-ps install-ps-am install-strip \
  442: 	installcheck installcheck-am installdirs maintainer-clean \
  443: 	maintainer-clean-generic mostlyclean mostlyclean-compile \
  444: 	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  445: 	uninstall-am uninstall-binPROGRAMS
  446: 
  447: 
  448: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  449: # Otherwise a system limit (for SysV at least) may be exceeded.
  450: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>