"Fossies" - the Fresh Open Source Software Archive

Member "alive-2.0.5/src/Makefile.in" (2 Jan 2022, 14694 Bytes) of package /linux/privat/alive-2.0.5.tar.lz:


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 last Fossies "Diffs" side-by-side code changes report for "Makefile.in": 2.0.3_vs_2.0.4.

    1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
    2 # @configure_input@
    3 
    4 # Copyright (C) 1994-2021 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 # Makefile.am
   18 #
   19 # Copyright (C) 2012, 2022 Thien-Thi Nguyen
   20 #
   21 # This file is part of GNU Alive.
   22 #
   23 # GNU Alive is free software; you can redistribute it and/or modify
   24 # it under the terms of the GNU General Public License as published by
   25 # the Free Software Foundation; either version 3, or (at your option)
   26 # any later version.
   27 #
   28 # GNU Alive is distributed in the hope that it will be useful,
   29 # but WITHOUT ANY WARRANTY; without even the implied warranty of
   30 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   31 # GNU General Public License for more details.
   32 #
   33 # You should have received a copy of the GNU General Public License
   34 # along with GNU Alive.  If not, see <https://www.gnu.org/licenses/>.
   35 
   36 VPATH = @srcdir@
   37 am__is_gnu_make = { \
   38   if test -z '$(MAKELEVEL)'; then \
   39     false; \
   40   elif test -n '$(MAKE_HOST)'; then \
   41     true; \
   42   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
   43     true; \
   44   else \
   45     false; \
   46   fi; \
   47 }
   48 am__make_running_with_option = \
   49   case $${target_option-} in \
   50       ?) ;; \
   51       *) echo "am__make_running_with_option: internal error: invalid" \
   52               "target option '$${target_option-}' specified" >&2; \
   53          exit 1;; \
   54   esac; \
   55   has_opt=no; \
   56   sane_makeflags=$$MAKEFLAGS; \
   57   if $(am__is_gnu_make); then \
   58     sane_makeflags=$$MFLAGS; \
   59   else \
   60     case $$MAKEFLAGS in \
   61       *\\[\ \	]*) \
   62         bs=\\; \
   63         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
   64           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
   65     esac; \
   66   fi; \
   67   skip_next=no; \
   68   strip_trailopt () \
   69   { \
   70     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
   71   }; \
   72   for flg in $$sane_makeflags; do \
   73     test $$skip_next = yes && { skip_next=no; continue; }; \
   74     case $$flg in \
   75       *=*|--*) continue;; \
   76         -*I) strip_trailopt 'I'; skip_next=yes;; \
   77       -*I?*) strip_trailopt 'I';; \
   78         -*O) strip_trailopt 'O'; skip_next=yes;; \
   79       -*O?*) strip_trailopt 'O';; \
   80         -*l) strip_trailopt 'l'; skip_next=yes;; \
   81       -*l?*) strip_trailopt 'l';; \
   82       -[dEDm]) skip_next=yes;; \
   83       -[JT]) skip_next=yes;; \
   84     esac; \
   85     case $$flg in \
   86       *$$target_option*) has_opt=yes; break;; \
   87     esac; \
   88   done; \
   89   test $$has_opt = yes
   90 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
   91 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
   92 pkgdatadir = $(datadir)/@PACKAGE@
   93 pkgincludedir = $(includedir)/@PACKAGE@
   94 pkglibdir = $(libdir)/@PACKAGE@
   95 pkglibexecdir = $(libexecdir)/@PACKAGE@
   96 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   97 install_sh_DATA = $(install_sh) -c -m 644
   98 install_sh_PROGRAM = $(install_sh) -c
   99 install_sh_SCRIPT = $(install_sh) -c
  100 INSTALL_HEADER = $(INSTALL_DATA)
  101 transform = $(program_transform_name)
  102 NORMAL_INSTALL = :
  103 PRE_INSTALL = :
  104 POST_INSTALL = :
  105 NORMAL_UNINSTALL = :
  106 PRE_UNINSTALL = :
  107 POST_UNINSTALL = :
  108 subdir = src
  109 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  110 am__aclocal_m4_deps = $(top_srcdir)/build-aux/snuggle.m4 \
  111 	$(top_srcdir)/configure.ac
  112 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  113 	$(ACLOCAL_M4)
  114 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  115 mkinstalldirs = $(install_sh) -d
  116 CONFIG_CLEAN_FILES = alive
  117 CONFIG_CLEAN_VPATH_FILES =
  118 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  119 am__vpath_adj = case $$p in \
  120     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  121     *) f=$$p;; \
  122   esac;
  123 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  124 am__install_max = 40
  125 am__nobase_strip_setup = \
  126   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  127 am__nobase_strip = \
  128   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  129 am__nobase_list = $(am__nobase_strip_setup); \
  130   for p in $$list; do echo "$$p $$p"; done | \
  131   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  132   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  133     if (++n[$$2] == $(am__install_max)) \
  134       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  135     END { for (dir in files) print dir, files[dir] }'
  136 am__base_list = \
  137   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  138   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  139 am__uninstall_files_from_dir = { \
  140   test -z "$$files" \
  141     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  142     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  143          $(am__cd) "$$dir" && rm -f $$files; }; \
  144   }
  145 am__installdirs = "$(DESTDIR)$(bindir)"
  146 SCRIPTS = $(bin_SCRIPTS)
  147 AM_V_P = $(am__v_P_@AM_V@)
  148 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  149 am__v_P_0 = false
  150 am__v_P_1 = :
  151 AM_V_GEN = $(am__v_GEN_@AM_V@)
  152 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  153 am__v_GEN_0 = @echo "  GEN     " $@;
  154 am__v_GEN_1 = 
  155 AM_V_at = $(am__v_at_@AM_V@)
  156 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  157 am__v_at_0 = @
  158 am__v_at_1 = 
  159 SOURCES =
  160 DIST_SOURCES =
  161 am__can_run_installinfo = \
  162   case $$AM_UPDATE_INFO_DIR in \
  163     n|no|NO) false;; \
  164     *) (install-info --version) >/dev/null 2>&1;; \
  165   esac
  166 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  167 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/body.scm
  168 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  169 ACLOCAL = @ACLOCAL@
  170 AMTAR = @AMTAR@
  171 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  172 AUTOCONF = @AUTOCONF@
  173 AUTOHEADER = @AUTOHEADER@
  174 AUTOMAKE = @AUTOMAKE@
  175 AWK = @AWK@
  176 CSCOPE = @CSCOPE@
  177 CTAGS = @CTAGS@
  178 CYGPATH_W = @CYGPATH_W@
  179 DEFS = @DEFS@
  180 ECHO_C = @ECHO_C@
  181 ECHO_N = @ECHO_N@
  182 ECHO_T = @ECHO_T@
  183 ETAGS = @ETAGS@
  184 GUILE = @GUILE@
  185 GUILE_CONFIG = @GUILE_CONFIG@
  186 GUILE_TOOLS = @GUILE_TOOLS@
  187 INSTALL = @INSTALL@
  188 INSTALL_DATA = @INSTALL_DATA@
  189 INSTALL_PROGRAM = @INSTALL_PROGRAM@
  190 INSTALL_SCRIPT = @INSTALL_SCRIPT@
  191 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  192 LIBOBJS = @LIBOBJS@
  193 LIBS = @LIBS@
  194 LTLIBOBJS = @LTLIBOBJS@
  195 MAKEINFO = @MAKEINFO@
  196 MKDIR_P = @MKDIR_P@
  197 PACKAGE = @PACKAGE@
  198 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  199 PACKAGE_NAME = @PACKAGE_NAME@
  200 PACKAGE_STRING = @PACKAGE_STRING@
  201 PACKAGE_TARNAME = @PACKAGE_TARNAME@
  202 PACKAGE_URL = @PACKAGE_URL@
  203 PACKAGE_VERSION = @PACKAGE_VERSION@
  204 PATH_SEPARATOR = @PATH_SEPARATOR@
  205 PING = @PING@
  206 SET_MAKE = @SET_MAKE@
  207 SHELL = @SHELL@
  208 STRIP = @STRIP@
  209 VERSION = @VERSION@
  210 abs_builddir = @abs_builddir@
  211 abs_srcdir = @abs_srcdir@
  212 abs_top_builddir = @abs_top_builddir@
  213 abs_top_srcdir = @abs_top_srcdir@
  214 am__leading_dot = @am__leading_dot@
  215 am__tar = @am__tar@
  216 am__untar = @am__untar@
  217 bindir = @bindir@
  218 build_alias = @build_alias@
  219 builddir = @builddir@
  220 datadir = @datadir@
  221 datarootdir = @datarootdir@
  222 docdir = @docdir@
  223 dvidir = @dvidir@
  224 exec_prefix = @exec_prefix@
  225 host_alias = @host_alias@
  226 htmldir = @htmldir@
  227 includedir = @includedir@
  228 infodir = @infodir@
  229 install_sh = @install_sh@
  230 libdir = @libdir@
  231 libexecdir = @libexecdir@
  232 localedir = @localedir@
  233 localstatedir = @localstatedir@
  234 mandir = @mandir@
  235 mkdir_p = @mkdir_p@
  236 oldincludedir = @oldincludedir@
  237 pdfdir = @pdfdir@
  238 prefix = @prefix@
  239 program_transform_name = @program_transform_name@
  240 psdir = @psdir@
  241 runstatedir = @runstatedir@
  242 sbindir = @sbindir@
  243 sharedstatedir = @sharedstatedir@
  244 srcdir = @srcdir@
  245 sysconfdir = @sysconfdir@
  246 target_alias = @target_alias@
  247 top_build_prefix = @top_build_prefix@
  248 top_builddir = @top_builddir@
  249 top_srcdir = @top_srcdir@
  250 bin_SCRIPTS = alive
  251 all: all-am
  252 
  253 .SUFFIXES:
  254 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  255 	@for dep in $?; do \
  256 	  case '$(am__configure_deps)' in \
  257 	    *$$dep*) \
  258 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  259 	        && { if test -f $@; then exit 0; else break; fi; }; \
  260 	      exit 1;; \
  261 	  esac; \
  262 	done; \
  263 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
  264 	$(am__cd) $(top_srcdir) && \
  265 	  $(AUTOMAKE) --gnu src/Makefile
  266 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  267 	@case '$?' in \
  268 	  *config.status*) \
  269 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  270 	  *) \
  271 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  272 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  273 	esac;
  274 
  275 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  276 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  277 
  278 $(top_srcdir)/configure:  $(am__configure_deps)
  279 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  280 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  281 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  282 $(am__aclocal_m4_deps):
  283 alive: $(top_builddir)/config.status $(srcdir)/body.scm
  284 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  285 install-binSCRIPTS: $(bin_SCRIPTS)
  286 	@$(NORMAL_INSTALL)
  287 	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
  288 	if test -n "$$list"; then \
  289 	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  290 	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  291 	fi; \
  292 	for p in $$list; do \
  293 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  294 	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
  295 	done | \
  296 	sed -e 'p;s,.*/,,;n' \
  297 	    -e 'h;s|.*|.|' \
  298 	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
  299 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
  300 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  301 	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
  302 	      if (++n[d] == $(am__install_max)) { \
  303 		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
  304 	    else { print "f", d "/" $$4, $$1 } } \
  305 	  END { for (d in files) print "f", d, files[d] }' | \
  306 	while read type dir files; do \
  307 	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  308 	     test -z "$$files" || { \
  309 	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  310 	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  311 	     } \
  312 	; done
  313 
  314 uninstall-binSCRIPTS:
  315 	@$(NORMAL_UNINSTALL)
  316 	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
  317 	files=`for p in $$list; do echo "$$p"; done | \
  318 	       sed -e 's,.*/,,;$(transform)'`; \
  319 	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
  320 tags TAGS:
  321 
  322 ctags CTAGS:
  323 
  324 cscope cscopelist:
  325 
  326 distdir: $(BUILT_SOURCES)
  327 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
  328 
  329 distdir-am: $(DISTFILES)
  330 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  331 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  332 	list='$(DISTFILES)'; \
  333 	  dist_files=`for file in $$list; do echo $$file; done | \
  334 	  sed -e "s|^$$srcdirstrip/||;t" \
  335 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  336 	case $$dist_files in \
  337 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  338 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  339 			   sort -u` ;; \
  340 	esac; \
  341 	for file in $$dist_files; do \
  342 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  343 	  if test -d $$d/$$file; then \
  344 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  345 	    if test -d "$(distdir)/$$file"; then \
  346 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  347 	    fi; \
  348 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  349 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  350 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  351 	    fi; \
  352 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  353 	  else \
  354 	    test -f "$(distdir)/$$file" \
  355 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  356 	    || exit 1; \
  357 	  fi; \
  358 	done
  359 check-am: all-am
  360 check: check-am
  361 all-am: Makefile $(SCRIPTS)
  362 installdirs:
  363 	for dir in "$(DESTDIR)$(bindir)"; do \
  364 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  365 	done
  366 install: install-am
  367 install-exec: install-exec-am
  368 install-data: install-data-am
  369 uninstall: uninstall-am
  370 
  371 install-am: all-am
  372 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  373 
  374 installcheck: installcheck-am
  375 install-strip:
  376 	if test -z '$(STRIP)'; then \
  377 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  378 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  379 	      install; \
  380 	else \
  381 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  382 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  383 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  384 	fi
  385 mostlyclean-generic:
  386 
  387 clean-generic:
  388 
  389 distclean-generic:
  390 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  391 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  392 
  393 maintainer-clean-generic:
  394 	@echo "This command is intended for maintainers to use"
  395 	@echo "it deletes files that may require special tools to rebuild."
  396 clean: clean-am
  397 
  398 clean-am: clean-generic mostlyclean-am
  399 
  400 distclean: distclean-am
  401 	-rm -f Makefile
  402 distclean-am: clean-am distclean-generic
  403 
  404 dvi: dvi-am
  405 
  406 dvi-am:
  407 
  408 html: html-am
  409 
  410 html-am:
  411 
  412 info: info-am
  413 
  414 info-am:
  415 
  416 install-data-am:
  417 
  418 install-dvi: install-dvi-am
  419 
  420 install-dvi-am:
  421 
  422 install-exec-am: install-binSCRIPTS
  423 
  424 install-html: install-html-am
  425 
  426 install-html-am:
  427 
  428 install-info: install-info-am
  429 
  430 install-info-am:
  431 
  432 install-man:
  433 
  434 install-pdf: install-pdf-am
  435 
  436 install-pdf-am:
  437 
  438 install-ps: install-ps-am
  439 
  440 install-ps-am:
  441 
  442 installcheck-am:
  443 
  444 maintainer-clean: maintainer-clean-am
  445 	-rm -f Makefile
  446 maintainer-clean-am: distclean-am maintainer-clean-generic
  447 
  448 mostlyclean: mostlyclean-am
  449 
  450 mostlyclean-am: mostlyclean-generic
  451 
  452 pdf: pdf-am
  453 
  454 pdf-am:
  455 
  456 ps: ps-am
  457 
  458 ps-am:
  459 
  460 uninstall-am: uninstall-binSCRIPTS
  461 
  462 .MAKE: install-am install-strip
  463 
  464 .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
  465 	ctags-am distclean distclean-generic distdir dvi dvi-am html \
  466 	html-am info info-am install install-am install-binSCRIPTS \
  467 	install-data install-data-am install-dvi install-dvi-am \
  468 	install-exec install-exec-am install-html install-html-am \
  469 	install-info install-info-am install-man install-pdf \
  470 	install-pdf-am install-ps install-ps-am install-strip \
  471 	installcheck installcheck-am installdirs maintainer-clean \
  472 	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  473 	pdf-am ps ps-am tags-am uninstall uninstall-am \
  474 	uninstall-binSCRIPTS
  475 
  476 .PRECIOUS: Makefile
  477 
  478 
  479 # Makefile.am ends here
  480 
  481 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  482 # Otherwise a system limit (for SysV at least) may be exceeded.
  483 .NOEXPORT: