mirror of
				https://github.com/pbatard/rufus.git
				synced 2024-08-14 23:57:05 +00:00 
			
		
		
		
	Added support for an out-of-tree build as follows:
git clone https://github.com/pbatard/rufus.git ../rufus/configure make Also bumped autotools versions to: autoconf 2.69 automake 1.16.1
This commit is contained in:
		
							parent
							
								
									88be86d3d4
								
							
						
					
					
						commit
						120d079b78
					
				
					 24 changed files with 319 additions and 716 deletions
				
			
		
							
								
								
									
										30
									
								
								Makefile.in
									
										
									
									
									
								
							
							
						
						
									
										30
									
								
								Makefile.in
									
										
									
									
									
								
							|  | @ -1,7 +1,7 @@ | |||
| # Makefile.in generated by automake 1.14.1 from Makefile.am.
 | ||||
| # Makefile.in generated by automake 1.16.1 from Makefile.am.
 | ||||
| # @configure_input@
 | ||||
| 
 | ||||
| # Copyright (C) 1994-2013 Free Software Foundation, Inc.
 | ||||
| # Copyright (C) 1994-2018 Free Software Foundation, Inc.
 | ||||
| 
 | ||||
| # This Makefile.in is free software; the Free Software Foundation
 | ||||
| # gives unlimited permission to copy and/or distribute it,
 | ||||
|  | @ -14,7 +14,17 @@ | |||
| 
 | ||||
| @SET_MAKE@ | ||||
| VPATH = @srcdir@ | ||||
| am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||||
| am__is_gnu_make = { \
 | ||||
|   if test -z '$(MAKELEVEL)'; then \
 | ||||
|     false; \
 | ||||
|   elif test -n '$(MAKE_HOST)'; then \
 | ||||
|     true; \
 | ||||
|   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 | ||||
|     true; \
 | ||||
|   else \
 | ||||
|     false; \
 | ||||
|   fi; \
 | ||||
| } | ||||
| am__make_running_with_option = \
 | ||||
|   case $${target_option-} in \
 | ||||
|       ?) ;; \
 | ||||
|  | @ -76,12 +86,12 @@ NORMAL_UNINSTALL = : | |||
| PRE_UNINSTALL = : | ||||
| POST_UNINSTALL = : | ||||
| subdir = . | ||||
| DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 | ||||
| 	$(top_srcdir)/configure $(am__configure_deps) | ||||
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||||
| am__aclocal_m4_deps = $(top_srcdir)/configure.ac | ||||
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | ||||
| 	$(ACLOCAL_M4) | ||||
| DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
 | ||||
| 	$(am__configure_deps) | ||||
| am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 | ||||
|  configure.lineno config.status.lineno | ||||
| mkinstalldirs = $(install_sh) -d | ||||
|  | @ -100,7 +110,7 @@ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |||
| am__v_at_0 = @ | ||||
| am__v_at_1 =  | ||||
| depcomp = | ||||
| am__depfiles_maybe = | ||||
| am__maybe_remake_depfiles = | ||||
| SOURCES = | ||||
| RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 | ||||
| 	ctags-recursive dvi-recursive html-recursive info-recursive \
 | ||||
|  | @ -225,6 +235,7 @@ pdfdir = @pdfdir@ | |||
| prefix = @prefix@ | ||||
| program_transform_name = @program_transform_name@ | ||||
| psdir = @psdir@ | ||||
| runstatedir = @runstatedir@ | ||||
| sbindir = @sbindir@ | ||||
| sharedstatedir = @sharedstatedir@ | ||||
| srcdir = @srcdir@ | ||||
|  | @ -255,15 +266,14 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps) | |||
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
 | ||||
| 	$(am__cd) $(top_srcdir) && \
 | ||||
| 	  $(AUTOMAKE) --foreign --ignore-deps 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);; \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
 | ||||
| 	esac; | ||||
| 
 | ||||
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||||
|  | @ -499,6 +509,8 @@ uninstall-am: | |||
| 	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 | ||||
| 	pdf-am ps ps-am tags tags-am uninstall uninstall-am | ||||
| 
 | ||||
| .PRECIOUS: Makefile | ||||
| 
 | ||||
| 
 | ||||
| # This step produces the UPX compressed and signed releases that are made available for public download
 | ||||
| # NB: UPX v3.09 or later is needed for LZMA compression (http://upx.sourceforge.net/)
 | ||||
|  |  | |||
							
								
								
									
										65
									
								
								aclocal.m4
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										65
									
								
								aclocal.m4
									
										
									
									
										vendored
									
									
								
							|  | @ -1,6 +1,6 @@ | |||
| # generated automatically by aclocal 1.14.1 -*- Autoconf -*- | ||||
| # generated automatically by aclocal 1.16.1 -*- Autoconf -*- | ||||
| 
 | ||||
| # Copyright (C) 1996-2013 Free Software Foundation, Inc. | ||||
| # Copyright (C) 1996-2018 Free Software Foundation, Inc. | ||||
| 
 | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
|  | @ -20,7 +20,7 @@ You have another version of autoconf.  It may work, but is not guaranteed to. | |||
| If you have problems, you may need to regenerate the build system entirely. | ||||
| To do so, use the procedure documented by the package, typically 'autoreconf'.])]) | ||||
| 
 | ||||
| # Copyright (C) 2002-2013 Free Software Foundation, Inc. | ||||
| # Copyright (C) 2002-2018 Free Software Foundation, Inc. | ||||
| # | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
|  | @ -32,10 +32,10 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.]) | |||
| # generated from the m4 files accompanying Automake X.Y. | ||||
| # (This private macro should not be called outside this file.) | ||||
| AC_DEFUN([AM_AUTOMAKE_VERSION], | ||||
| [am__api_version='1.14' | ||||
| [am__api_version='1.16' | ||||
| dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to | ||||
| dnl require some minimum version.  Point them to the right macro. | ||||
| m4_if([$1], [1.14.1], [], | ||||
| m4_if([$1], [1.16.1], [], | ||||
|       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl | ||||
| ]) | ||||
| 
 | ||||
|  | @ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], []) | |||
| # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. | ||||
| # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. | ||||
| AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], | ||||
| [AM_AUTOMAKE_VERSION([1.14.1])dnl | ||||
| [AM_AUTOMAKE_VERSION([1.16.1])dnl | ||||
| m4_ifndef([AC_AUTOCONF_VERSION], | ||||
|   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl | ||||
| _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) | ||||
| 
 | ||||
| # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*- | ||||
| 
 | ||||
| # Copyright (C) 2001-2013 Free Software Foundation, Inc. | ||||
| # Copyright (C) 2001-2018 Free Software Foundation, Inc. | ||||
| # | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
|  | @ -103,15 +103,14 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) | |||
| # configured tree to be moved without reconfiguration. | ||||
| 
 | ||||
| AC_DEFUN([AM_AUX_DIR_EXPAND], | ||||
| [dnl Rely on autoconf to set up CDPATH properly. | ||||
| AC_PREREQ([2.50])dnl | ||||
| # expand $ac_aux_dir to an absolute path | ||||
| am_aux_dir=`cd $ac_aux_dir && pwd` | ||||
| [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl | ||||
| # Expand $ac_aux_dir to an absolute path. | ||||
| am_aux_dir=`cd "$ac_aux_dir" && pwd` | ||||
| ]) | ||||
| 
 | ||||
| # AM_CONDITIONAL                                            -*- Autoconf -*- | ||||
| 
 | ||||
| # Copyright (C) 1997-2013 Free Software Foundation, Inc. | ||||
| # Copyright (C) 1997-2018 Free Software Foundation, Inc. | ||||
| # | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
|  | @ -144,7 +143,7 @@ fi])]) | |||
| 
 | ||||
| # Do all the work for Automake.                             -*- Autoconf -*- | ||||
| 
 | ||||
| # Copyright (C) 1996-2013 Free Software Foundation, Inc. | ||||
| # Copyright (C) 1996-2018 Free Software Foundation, Inc. | ||||
| # | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
|  | @ -231,11 +230,11 @@ AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl | |||
| AC_REQUIRE([AC_PROG_MKDIR_P])dnl | ||||
| # For better backward compatibility.  To be removed once Automake 1.9.x | ||||
| # dies out for good.  For more background, see: | ||||
| # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | ||||
| # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | ||||
| # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | ||||
| # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | ||||
| AC_SUBST([mkdir_p], ['$(MKDIR_P)']) | ||||
| # We need awk for the "check" target.  The system "awk" is bad on | ||||
| # some platforms. | ||||
| # We need awk for the "check" target (and possibly the TAP driver).  The | ||||
| # system "awk" is bad on some platforms. | ||||
| AC_REQUIRE([AC_PROG_AWK])dnl | ||||
| AC_REQUIRE([AC_PROG_MAKE_SET])dnl | ||||
| AC_REQUIRE([AM_SET_LEADING_DOT])dnl | ||||
|  | @ -299,7 +298,7 @@ END | |||
| Aborting the configuration process, to ensure you take notice of the issue. | ||||
| 
 | ||||
| You can download and install GNU coreutils to get an 'rm' implementation | ||||
| that behaves properly: <http://www.gnu.org/software/coreutils/>. | ||||
| that behaves properly: <https://www.gnu.org/software/coreutils/>. | ||||
| 
 | ||||
| If you want to complete the configuration process using your problematic | ||||
| 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM | ||||
|  | @ -308,7 +307,11 @@ to "yes", and re-run configure. | |||
| END | ||||
|     AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) | ||||
|   fi | ||||
| fi]) | ||||
| fi | ||||
| dnl The trailing newline in this macro's definition is deliberate, for | ||||
| dnl backward compatibility and to allow trailing 'dnl'-style comments | ||||
| dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. | ||||
| ]) | ||||
| 
 | ||||
| dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not | ||||
| dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further | ||||
|  | @ -337,7 +340,7 @@ for _am_header in $config_headers :; do | |||
| done | ||||
| echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) | ||||
| 
 | ||||
| # Copyright (C) 2001-2013 Free Software Foundation, Inc. | ||||
| # Copyright (C) 2001-2018 Free Software Foundation, Inc. | ||||
| # | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
|  | @ -348,7 +351,7 @@ echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_co | |||
| # Define $install_sh. | ||||
| AC_DEFUN([AM_PROG_INSTALL_SH], | ||||
| [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl | ||||
| if test x"${install_sh}" != xset; then | ||||
| if test x"${install_sh+set}" != xset; then | ||||
|   case $am_aux_dir in | ||||
|   *\ * | *\	*) | ||||
|     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; | ||||
|  | @ -358,7 +361,7 @@ if test x"${install_sh}" != xset; then | |||
| fi | ||||
| AC_SUBST([install_sh])]) | ||||
| 
 | ||||
| # Copyright (C) 2003-2013 Free Software Foundation, Inc. | ||||
| # Copyright (C) 2003-2018 Free Software Foundation, Inc. | ||||
| # | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
|  | @ -379,7 +382,7 @@ AC_SUBST([am__leading_dot])]) | |||
| 
 | ||||
| # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*- | ||||
| 
 | ||||
| # Copyright (C) 1997-2013 Free Software Foundation, Inc. | ||||
| # Copyright (C) 1997-2018 Free Software Foundation, Inc. | ||||
| # | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
|  | @ -418,7 +421,7 @@ fi | |||
| 
 | ||||
| # Helper functions for option handling.                     -*- Autoconf -*- | ||||
| 
 | ||||
| # Copyright (C) 2001-2013 Free Software Foundation, Inc. | ||||
| # Copyright (C) 2001-2018 Free Software Foundation, Inc. | ||||
| # | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
|  | @ -447,7 +450,7 @@ AC_DEFUN([_AM_SET_OPTIONS], | |||
| AC_DEFUN([_AM_IF_OPTION], | ||||
| [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) | ||||
| 
 | ||||
| # Copyright (C) 1999-2013 Free Software Foundation, Inc. | ||||
| # Copyright (C) 1999-2018 Free Software Foundation, Inc. | ||||
| # | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
|  | @ -494,7 +497,7 @@ AC_LANG_POP([C])]) | |||
| # For backward compatibility. | ||||
| AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) | ||||
| 
 | ||||
| # Copyright (C) 2001-2013 Free Software Foundation, Inc. | ||||
| # Copyright (C) 2001-2018 Free Software Foundation, Inc. | ||||
| # | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
|  | @ -513,7 +516,7 @@ AC_DEFUN([AM_RUN_LOG], | |||
| 
 | ||||
| # Check to make sure that the build environment is sane.    -*- Autoconf -*- | ||||
| 
 | ||||
| # Copyright (C) 1996-2013 Free Software Foundation, Inc. | ||||
| # Copyright (C) 1996-2018 Free Software Foundation, Inc. | ||||
| # | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
|  | @ -594,7 +597,7 @@ AC_CONFIG_COMMANDS_PRE( | |||
| rm -f conftest.file | ||||
| ]) | ||||
| 
 | ||||
| # Copyright (C) 2009-2013 Free Software Foundation, Inc. | ||||
| # Copyright (C) 2009-2018 Free Software Foundation, Inc. | ||||
| # | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
|  | @ -654,7 +657,7 @@ AC_SUBST([AM_BACKSLASH])dnl | |||
| _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl | ||||
| ]) | ||||
| 
 | ||||
| # Copyright (C) 2001-2013 Free Software Foundation, Inc. | ||||
| # Copyright (C) 2001-2018 Free Software Foundation, Inc. | ||||
| # | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
|  | @ -682,7 +685,7 @@ fi | |||
| INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | ||||
| AC_SUBST([INSTALL_STRIP_PROGRAM])]) | ||||
| 
 | ||||
| # Copyright (C) 2006-2013 Free Software Foundation, Inc. | ||||
| # Copyright (C) 2006-2018 Free Software Foundation, Inc. | ||||
| # | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
|  | @ -701,7 +704,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) | |||
| 
 | ||||
| # Check how to create a tarball.                            -*- Autoconf -*- | ||||
| 
 | ||||
| # Copyright (C) 2004-2013 Free Software Foundation, Inc. | ||||
| # Copyright (C) 2004-2018 Free Software Foundation, Inc. | ||||
| # | ||||
| # This file is free software; the Free Software Foundation | ||||
| # gives unlimited permission to copy and/or distribute it, | ||||
|  |  | |||
							
								
								
									
										347
									
								
								compile
									
										
									
									
									
								
							
							
						
						
									
										347
									
								
								compile
									
										
									
									
									
								
							|  | @ -1,347 +0,0 @@ | |||
| #! /bin/sh | ||||
| # Wrapper for compilers which do not understand '-c -o'. | ||||
| 
 | ||||
| scriptversion=2012-10-14.11; # UTC | ||||
| 
 | ||||
| # Copyright (C) 1999-2013 Free Software Foundation, Inc. | ||||
| # Written by Tom Tromey <tromey@cygnus.com>. | ||||
| # | ||||
| # This program is free software; you can redistribute it and/or modify | ||||
| # it under the terms of the GNU General Public License as published by | ||||
| # the Free Software Foundation; either version 2, or (at your option) | ||||
| # any later version. | ||||
| # | ||||
| # This program is distributed in the hope that it will be useful, | ||||
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||
| # GNU General Public License for more details. | ||||
| # | ||||
| # You should have received a copy of the GNU General Public License | ||||
| # along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| 
 | ||||
| # As a special exception to the GNU General Public License, if you | ||||
| # distribute this file as part of a program that contains a | ||||
| # configuration script generated by Autoconf, you may include it under | ||||
| # the same distribution terms that you use for the rest of that program. | ||||
| 
 | ||||
| # This file is maintained in Automake, please report | ||||
| # bugs to <bug-automake@gnu.org> or send patches to | ||||
| # <automake-patches@gnu.org>. | ||||
| 
 | ||||
| nl=' | ||||
| ' | ||||
| 
 | ||||
| # We need space, tab and new line, in precisely that order.  Quoting is | ||||
| # there to prevent tools from complaining about whitespace usage. | ||||
| IFS=" ""	$nl" | ||||
| 
 | ||||
| file_conv= | ||||
| 
 | ||||
| # func_file_conv build_file lazy | ||||
| # Convert a $build file to $host form and store it in $file | ||||
| # Currently only supports Windows hosts. If the determined conversion | ||||
| # type is listed in (the comma separated) LAZY, no conversion will | ||||
| # take place. | ||||
| func_file_conv () | ||||
| { | ||||
|   file=$1 | ||||
|   case $file in | ||||
|     / | /[!/]*) # absolute file, and not a UNC file | ||||
|       if test -z "$file_conv"; then | ||||
| 	# lazily determine how to convert abs files | ||||
| 	case `uname -s` in | ||||
| 	  MINGW*) | ||||
| 	    file_conv=mingw | ||||
| 	    ;; | ||||
| 	  CYGWIN*|MSYS*) | ||||
| 	    file_conv=cygwin | ||||
| 	    ;; | ||||
| 	  *) | ||||
| 	    file_conv=wine | ||||
| 	    ;; | ||||
| 	esac | ||||
|       fi | ||||
|       case $file_conv/,$2, in | ||||
| 	*,$file_conv,*) | ||||
| 	  ;; | ||||
| 	mingw/*) | ||||
| 	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` | ||||
| 	  ;; | ||||
| 	cygwin/*|msys/*) | ||||
| 	  file=`cygpath -m "$file" || echo "$file"` | ||||
| 	  ;; | ||||
| 	wine/*) | ||||
| 	  file=`winepath -w "$file" || echo "$file"` | ||||
| 	  ;; | ||||
|       esac | ||||
|       ;; | ||||
|   esac | ||||
| } | ||||
| 
 | ||||
| # func_cl_dashL linkdir | ||||
| # Make cl look for libraries in LINKDIR | ||||
| func_cl_dashL () | ||||
| { | ||||
|   func_file_conv "$1" | ||||
|   if test -z "$lib_path"; then | ||||
|     lib_path=$file | ||||
|   else | ||||
|     lib_path="$lib_path;$file" | ||||
|   fi | ||||
|   linker_opts="$linker_opts -LIBPATH:$file" | ||||
| } | ||||
| 
 | ||||
| # func_cl_dashl library | ||||
| # Do a library search-path lookup for cl | ||||
| func_cl_dashl () | ||||
| { | ||||
|   lib=$1 | ||||
|   found=no | ||||
|   save_IFS=$IFS | ||||
|   IFS=';' | ||||
|   for dir in $lib_path $LIB | ||||
|   do | ||||
|     IFS=$save_IFS | ||||
|     if $shared && test -f "$dir/$lib.dll.lib"; then | ||||
|       found=yes | ||||
|       lib=$dir/$lib.dll.lib | ||||
|       break | ||||
|     fi | ||||
|     if test -f "$dir/$lib.lib"; then | ||||
|       found=yes | ||||
|       lib=$dir/$lib.lib | ||||
|       break | ||||
|     fi | ||||
|     if test -f "$dir/lib$lib.a"; then | ||||
|       found=yes | ||||
|       lib=$dir/lib$lib.a | ||||
|       break | ||||
|     fi | ||||
|   done | ||||
|   IFS=$save_IFS | ||||
| 
 | ||||
|   if test "$found" != yes; then | ||||
|     lib=$lib.lib | ||||
|   fi | ||||
| } | ||||
| 
 | ||||
| # func_cl_wrapper cl arg... | ||||
| # Adjust compile command to suit cl | ||||
| func_cl_wrapper () | ||||
| { | ||||
|   # Assume a capable shell | ||||
|   lib_path= | ||||
|   shared=: | ||||
|   linker_opts= | ||||
|   for arg | ||||
|   do | ||||
|     if test -n "$eat"; then | ||||
|       eat= | ||||
|     else | ||||
|       case $1 in | ||||
| 	-o) | ||||
| 	  # configure might choose to run compile as 'compile cc -o foo foo.c'. | ||||
| 	  eat=1 | ||||
| 	  case $2 in | ||||
| 	    *.o | *.[oO][bB][jJ]) | ||||
| 	      func_file_conv "$2" | ||||
| 	      set x "$@" -Fo"$file" | ||||
| 	      shift | ||||
| 	      ;; | ||||
| 	    *) | ||||
| 	      func_file_conv "$2" | ||||
| 	      set x "$@" -Fe"$file" | ||||
| 	      shift | ||||
| 	      ;; | ||||
| 	  esac | ||||
| 	  ;; | ||||
| 	-I) | ||||
| 	  eat=1 | ||||
| 	  func_file_conv "$2" mingw | ||||
| 	  set x "$@" -I"$file" | ||||
| 	  shift | ||||
| 	  ;; | ||||
| 	-I*) | ||||
| 	  func_file_conv "${1#-I}" mingw | ||||
| 	  set x "$@" -I"$file" | ||||
| 	  shift | ||||
| 	  ;; | ||||
| 	-l) | ||||
| 	  eat=1 | ||||
| 	  func_cl_dashl "$2" | ||||
| 	  set x "$@" "$lib" | ||||
| 	  shift | ||||
| 	  ;; | ||||
| 	-l*) | ||||
| 	  func_cl_dashl "${1#-l}" | ||||
| 	  set x "$@" "$lib" | ||||
| 	  shift | ||||
| 	  ;; | ||||
| 	-L) | ||||
| 	  eat=1 | ||||
| 	  func_cl_dashL "$2" | ||||
| 	  ;; | ||||
| 	-L*) | ||||
| 	  func_cl_dashL "${1#-L}" | ||||
| 	  ;; | ||||
| 	-static) | ||||
| 	  shared=false | ||||
| 	  ;; | ||||
| 	-Wl,*) | ||||
| 	  arg=${1#-Wl,} | ||||
| 	  save_ifs="$IFS"; IFS=',' | ||||
| 	  for flag in $arg; do | ||||
| 	    IFS="$save_ifs" | ||||
| 	    linker_opts="$linker_opts $flag" | ||||
| 	  done | ||||
| 	  IFS="$save_ifs" | ||||
| 	  ;; | ||||
| 	-Xlinker) | ||||
| 	  eat=1 | ||||
| 	  linker_opts="$linker_opts $2" | ||||
| 	  ;; | ||||
| 	-*) | ||||
| 	  set x "$@" "$1" | ||||
| 	  shift | ||||
| 	  ;; | ||||
| 	*.cc | *.CC | *.cxx | *.CXX | *.[cC]++) | ||||
| 	  func_file_conv "$1" | ||||
| 	  set x "$@" -Tp"$file" | ||||
| 	  shift | ||||
| 	  ;; | ||||
| 	*.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) | ||||
| 	  func_file_conv "$1" mingw | ||||
| 	  set x "$@" "$file" | ||||
| 	  shift | ||||
| 	  ;; | ||||
| 	*) | ||||
| 	  set x "$@" "$1" | ||||
| 	  shift | ||||
| 	  ;; | ||||
|       esac | ||||
|     fi | ||||
|     shift | ||||
|   done | ||||
|   if test -n "$linker_opts"; then | ||||
|     linker_opts="-link$linker_opts" | ||||
|   fi | ||||
|   exec "$@" $linker_opts | ||||
|   exit 1 | ||||
| } | ||||
| 
 | ||||
| eat= | ||||
| 
 | ||||
| case $1 in | ||||
|   '') | ||||
|      echo "$0: No command.  Try '$0 --help' for more information." 1>&2 | ||||
|      exit 1; | ||||
|      ;; | ||||
|   -h | --h*) | ||||
|     cat <<\EOF | ||||
| Usage: compile [--help] [--version] PROGRAM [ARGS] | ||||
| 
 | ||||
| Wrapper for compilers which do not understand '-c -o'. | ||||
| Remove '-o dest.o' from ARGS, run PROGRAM with the remaining | ||||
| arguments, and rename the output as expected. | ||||
| 
 | ||||
| If you are trying to build a whole package this is not the | ||||
| right script to run: please start by reading the file 'INSTALL'. | ||||
| 
 | ||||
| Report bugs to <bug-automake@gnu.org>. | ||||
| EOF | ||||
|     exit $? | ||||
|     ;; | ||||
|   -v | --v*) | ||||
|     echo "compile $scriptversion" | ||||
|     exit $? | ||||
|     ;; | ||||
|   cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) | ||||
|     func_cl_wrapper "$@"      # Doesn't return... | ||||
|     ;; | ||||
| esac | ||||
| 
 | ||||
| ofile= | ||||
| cfile= | ||||
| 
 | ||||
| for arg | ||||
| do | ||||
|   if test -n "$eat"; then | ||||
|     eat= | ||||
|   else | ||||
|     case $1 in | ||||
|       -o) | ||||
| 	# configure might choose to run compile as 'compile cc -o foo foo.c'. | ||||
| 	# So we strip '-o arg' only if arg is an object. | ||||
| 	eat=1 | ||||
| 	case $2 in | ||||
| 	  *.o | *.obj) | ||||
| 	    ofile=$2 | ||||
| 	    ;; | ||||
| 	  *) | ||||
| 	    set x "$@" -o "$2" | ||||
| 	    shift | ||||
| 	    ;; | ||||
| 	esac | ||||
| 	;; | ||||
|       *.c) | ||||
| 	cfile=$1 | ||||
| 	set x "$@" "$1" | ||||
| 	shift | ||||
| 	;; | ||||
|       *) | ||||
| 	set x "$@" "$1" | ||||
| 	shift | ||||
| 	;; | ||||
|     esac | ||||
|   fi | ||||
|   shift | ||||
| done | ||||
| 
 | ||||
| if test -z "$ofile" || test -z "$cfile"; then | ||||
|   # If no '-o' option was seen then we might have been invoked from a | ||||
|   # pattern rule where we don't need one.  That is ok -- this is a | ||||
|   # normal compilation that the losing compiler can handle.  If no | ||||
|   # '.c' file was seen then we are probably linking.  That is also | ||||
|   # ok. | ||||
|   exec "$@" | ||||
| fi | ||||
| 
 | ||||
| # Name of file we expect compiler to create. | ||||
| cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` | ||||
| 
 | ||||
| # Create the lock directory. | ||||
| # Note: use '[/\\:.-]' here to ensure that we don't use the same name | ||||
| # that we are using for the .o file.  Also, base the name on the expected | ||||
| # object file name, since that is what matters with a parallel build. | ||||
| lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d | ||||
| while true; do | ||||
|   if mkdir "$lockdir" >/dev/null 2>&1; then | ||||
|     break | ||||
|   fi | ||||
|   sleep 1 | ||||
| done | ||||
| # FIXME: race condition here if user kills between mkdir and trap. | ||||
| trap "rmdir '$lockdir'; exit 1" 1 2 15 | ||||
| 
 | ||||
| # Run the compile. | ||||
| "$@" | ||||
| ret=$? | ||||
| 
 | ||||
| if test -f "$cofile"; then | ||||
|   test "$cofile" = "$ofile" || mv "$cofile" "$ofile" | ||||
| elif test -f "${cofile}bj"; then | ||||
|   test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" | ||||
| fi | ||||
| 
 | ||||
| rmdir "$lockdir" | ||||
| exit $ret | ||||
| 
 | ||||
| # Local Variables: | ||||
| # mode: shell-script | ||||
| # sh-indentation: 2 | ||||
| # eval: (add-hook 'write-file-hooks 'time-stamp) | ||||
| # time-stamp-start: "scriptversion=" | ||||
| # time-stamp-format: "%:y-%02m-%02d.%02H" | ||||
| # time-stamp-time-zone: "UTC" | ||||
| # time-stamp-end: "; # UTC" | ||||
| # End: | ||||
							
								
								
									
										1
									
								
								compile
									
										
									
									
									
										Symbolic link
									
								
							
							
						
						
									
										1
									
								
								compile
									
										
									
									
									
										Symbolic link
									
								
							|  | @ -0,0 +1 @@ | |||
| /usr/share/automake-1.16/compile | ||||
							
								
								
									
										33
									
								
								configure
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										33
									
								
								configure
									
										
									
									
										vendored
									
									
								
							|  | @ -652,6 +652,7 @@ infodir | |||
| docdir | ||||
| oldincludedir | ||||
| includedir | ||||
| runstatedir | ||||
| localstatedir | ||||
| sharedstatedir | ||||
| sysconfdir | ||||
|  | @ -726,6 +727,7 @@ datadir='${datarootdir}' | |||
| sysconfdir='${prefix}/etc' | ||||
| sharedstatedir='${prefix}/com' | ||||
| localstatedir='${prefix}/var' | ||||
| runstatedir='${localstatedir}/run' | ||||
| includedir='${prefix}/include' | ||||
| oldincludedir='/usr/include' | ||||
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | ||||
|  | @ -978,6 +980,15 @@ do | |||
|   | -silent | --silent | --silen | --sile | --sil) | ||||
|     silent=yes ;; | ||||
| 
 | ||||
|   -runstatedir | --runstatedir | --runstatedi | --runstated \ | ||||
|   | --runstate | --runstat | --runsta | --runst | --runs \ | ||||
|   | --run | --ru | --r) | ||||
|     ac_prev=runstatedir ;; | ||||
|   -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ | ||||
|   | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ | ||||
|   | --run=* | --ru=* | --r=*) | ||||
|     runstatedir=$ac_optarg ;; | ||||
| 
 | ||||
|   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | ||||
|     ac_prev=sbindir ;; | ||||
|   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | ||||
|  | @ -1115,7 +1126,7 @@ fi | |||
| for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \ | ||||
| 		datadir sysconfdir sharedstatedir localstatedir includedir \ | ||||
| 		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ | ||||
| 		libdir localedir mandir | ||||
| 		libdir localedir mandir runstatedir | ||||
| do | ||||
|   eval ac_val=\$$ac_var | ||||
|   # Remove trailing slashes. | ||||
|  | @ -1268,6 +1279,7 @@ Fine tuning of the installation directories: | |||
|   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc] | ||||
|   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com] | ||||
|   --localstatedir=DIR     modifiable single-machine data [PREFIX/var] | ||||
|   --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run] | ||||
|   --libdir=DIR            object code libraries [EPREFIX/lib] | ||||
|   --includedir=DIR        C header files [PREFIX/include] | ||||
|   --oldincludedir=DIR     C header files for non-gcc [/usr/include] | ||||
|  | @ -1788,7 +1800,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ | |||
| ac_compiler_gnu=$ac_cv_c_compiler_gnu | ||||
| 
 | ||||
| 
 | ||||
| am__api_version='1.14' | ||||
| am__api_version='1.16' | ||||
| 
 | ||||
| ac_aux_dir= | ||||
| for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | ||||
|  | @ -1989,8 +2001,8 @@ test "$program_suffix" != NONE && | |||
| ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' | ||||
| program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` | ||||
| 
 | ||||
| # expand $ac_aux_dir to an absolute path | ||||
| am_aux_dir=`cd $ac_aux_dir && pwd` | ||||
| # Expand $ac_aux_dir to an absolute path. | ||||
| am_aux_dir=`cd "$ac_aux_dir" && pwd` | ||||
| 
 | ||||
| if test x"${MISSING+set}" != xset; then | ||||
|   case $am_aux_dir in | ||||
|  | @ -2009,7 +2021,7 @@ else | |||
| $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} | ||||
| fi | ||||
| 
 | ||||
| if test x"${install_sh}" != xset; then | ||||
| if test x"${install_sh+set}" != xset; then | ||||
|   case $am_aux_dir in | ||||
|   *\ * | *\	*) | ||||
|     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; | ||||
|  | @ -2333,12 +2345,12 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} | |||
| 
 | ||||
| # For better backward compatibility.  To be removed once Automake 1.9.x | ||||
| # dies out for good.  For more background, see: | ||||
| # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | ||||
| # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | ||||
| # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | ||||
| # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | ||||
| mkdir_p='$(MKDIR_P)' | ||||
| 
 | ||||
| # We need awk for the "check" target.  The system "awk" is bad on | ||||
| # some platforms. | ||||
| # We need awk for the "check" target (and possibly the TAP driver).  The | ||||
| # system "awk" is bad on some platforms. | ||||
| # Always define AMTAR for backward compatibility.  Yes, it's still used | ||||
| # in the wild :-(  We should find a proper way to deprecate it ... | ||||
| AMTAR='$${TAR-tar}' | ||||
|  | @ -2385,7 +2397,7 @@ END | |||
| Aborting the configuration process, to ensure you take notice of the issue. | ||||
| 
 | ||||
| You can download and install GNU coreutils to get an 'rm' implementation | ||||
| that behaves properly: <http://www.gnu.org/software/coreutils/>. | ||||
| that behaves properly: <https://www.gnu.org/software/coreutils/>. | ||||
| 
 | ||||
| If you want to complete the configuration process using your problematic | ||||
| 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM | ||||
|  | @ -2397,6 +2409,7 @@ END | |||
| fi | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| # Check whether --enable-silent-rules was given. | ||||
| if test "${enable_silent_rules+set}" = set; then : | ||||
|   enableval=$enable_silent_rules; | ||||
|  |  | |||
							
								
								
									
										215
									
								
								missing
									
										
									
									
									
								
							
							
						
						
									
										215
									
								
								missing
									
										
									
									
									
								
							|  | @ -1,215 +0,0 @@ | |||
| #! /bin/sh | ||||
| # Common wrapper for a few potentially missing GNU programs. | ||||
| 
 | ||||
| scriptversion=2013-10-28.13; # UTC | ||||
| 
 | ||||
| # Copyright (C) 1996-2013 Free Software Foundation, Inc. | ||||
| # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. | ||||
| 
 | ||||
| # This program is free software; you can redistribute it and/or modify | ||||
| # it under the terms of the GNU General Public License as published by | ||||
| # the Free Software Foundation; either version 2, or (at your option) | ||||
| # any later version. | ||||
| 
 | ||||
| # This program is distributed in the hope that it will be useful, | ||||
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||
| # GNU General Public License for more details. | ||||
| 
 | ||||
| # You should have received a copy of the GNU General Public License | ||||
| # along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| 
 | ||||
| # As a special exception to the GNU General Public License, if you | ||||
| # distribute this file as part of a program that contains a | ||||
| # configuration script generated by Autoconf, you may include it under | ||||
| # the same distribution terms that you use for the rest of that program. | ||||
| 
 | ||||
| if test $# -eq 0; then | ||||
|   echo 1>&2 "Try '$0 --help' for more information" | ||||
|   exit 1 | ||||
| fi | ||||
| 
 | ||||
| case $1 in | ||||
| 
 | ||||
|   --is-lightweight) | ||||
|     # Used by our autoconf macros to check whether the available missing | ||||
|     # script is modern enough. | ||||
|     exit 0 | ||||
|     ;; | ||||
| 
 | ||||
|   --run) | ||||
|     # Back-compat with the calling convention used by older automake. | ||||
|     shift | ||||
|     ;; | ||||
| 
 | ||||
|   -h|--h|--he|--hel|--help) | ||||
|     echo "\ | ||||
| $0 [OPTION]... PROGRAM [ARGUMENT]... | ||||
| 
 | ||||
| Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due | ||||
| to PROGRAM being missing or too old. | ||||
| 
 | ||||
| Options: | ||||
|   -h, --help      display this help and exit | ||||
|   -v, --version   output version information and exit | ||||
| 
 | ||||
| Supported PROGRAM values: | ||||
|   aclocal   autoconf  autoheader   autom4te  automake  makeinfo | ||||
|   bison     yacc      flex         lex       help2man | ||||
| 
 | ||||
| Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and | ||||
| 'g' are ignored when checking the name. | ||||
| 
 | ||||
| Send bug reports to <bug-automake@gnu.org>." | ||||
|     exit $? | ||||
|     ;; | ||||
| 
 | ||||
|   -v|--v|--ve|--ver|--vers|--versi|--versio|--version) | ||||
|     echo "missing $scriptversion (GNU Automake)" | ||||
|     exit $? | ||||
|     ;; | ||||
| 
 | ||||
|   -*) | ||||
|     echo 1>&2 "$0: unknown '$1' option" | ||||
|     echo 1>&2 "Try '$0 --help' for more information" | ||||
|     exit 1 | ||||
|     ;; | ||||
| 
 | ||||
| esac | ||||
| 
 | ||||
| # Run the given program, remember its exit status. | ||||
| "$@"; st=$? | ||||
| 
 | ||||
| # If it succeeded, we are done. | ||||
| test $st -eq 0 && exit 0 | ||||
| 
 | ||||
| # Also exit now if we it failed (or wasn't found), and '--version' was | ||||
| # passed; such an option is passed most likely to detect whether the | ||||
| # program is present and works. | ||||
| case $2 in --version|--help) exit $st;; esac | ||||
| 
 | ||||
| # Exit code 63 means version mismatch.  This often happens when the user | ||||
| # tries to use an ancient version of a tool on a file that requires a | ||||
| # minimum version. | ||||
| if test $st -eq 63; then | ||||
|   msg="probably too old" | ||||
| elif test $st -eq 127; then | ||||
|   # Program was missing. | ||||
|   msg="missing on your system" | ||||
| else | ||||
|   # Program was found and executed, but failed.  Give up. | ||||
|   exit $st | ||||
| fi | ||||
| 
 | ||||
| perl_URL=http://www.perl.org/ | ||||
| flex_URL=http://flex.sourceforge.net/ | ||||
| gnu_software_URL=http://www.gnu.org/software | ||||
| 
 | ||||
| program_details () | ||||
| { | ||||
|   case $1 in | ||||
|     aclocal|automake) | ||||
|       echo "The '$1' program is part of the GNU Automake package:" | ||||
|       echo "<$gnu_software_URL/automake>" | ||||
|       echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" | ||||
|       echo "<$gnu_software_URL/autoconf>" | ||||
|       echo "<$gnu_software_URL/m4/>" | ||||
|       echo "<$perl_URL>" | ||||
|       ;; | ||||
|     autoconf|autom4te|autoheader) | ||||
|       echo "The '$1' program is part of the GNU Autoconf package:" | ||||
|       echo "<$gnu_software_URL/autoconf/>" | ||||
|       echo "It also requires GNU m4 and Perl in order to run:" | ||||
|       echo "<$gnu_software_URL/m4/>" | ||||
|       echo "<$perl_URL>" | ||||
|       ;; | ||||
|   esac | ||||
| } | ||||
| 
 | ||||
| give_advice () | ||||
| { | ||||
|   # Normalize program name to check for. | ||||
|   normalized_program=`echo "$1" | sed ' | ||||
|     s/^gnu-//; t | ||||
|     s/^gnu//; t | ||||
|     s/^g//; t'` | ||||
| 
 | ||||
|   printf '%s\n' "'$1' is $msg." | ||||
| 
 | ||||
|   configure_deps="'configure.ac' or m4 files included by 'configure.ac'" | ||||
|   case $normalized_program in | ||||
|     autoconf*) | ||||
|       echo "You should only need it if you modified 'configure.ac'," | ||||
|       echo "or m4 files included by it." | ||||
|       program_details 'autoconf' | ||||
|       ;; | ||||
|     autoheader*) | ||||
|       echo "You should only need it if you modified 'acconfig.h' or" | ||||
|       echo "$configure_deps." | ||||
|       program_details 'autoheader' | ||||
|       ;; | ||||
|     automake*) | ||||
|       echo "You should only need it if you modified 'Makefile.am' or" | ||||
|       echo "$configure_deps." | ||||
|       program_details 'automake' | ||||
|       ;; | ||||
|     aclocal*) | ||||
|       echo "You should only need it if you modified 'acinclude.m4' or" | ||||
|       echo "$configure_deps." | ||||
|       program_details 'aclocal' | ||||
|       ;; | ||||
|    autom4te*) | ||||
|       echo "You might have modified some maintainer files that require" | ||||
|       echo "the 'autom4te' program to be rebuilt." | ||||
|       program_details 'autom4te' | ||||
|       ;; | ||||
|     bison*|yacc*) | ||||
|       echo "You should only need it if you modified a '.y' file." | ||||
|       echo "You may want to install the GNU Bison package:" | ||||
|       echo "<$gnu_software_URL/bison/>" | ||||
|       ;; | ||||
|     lex*|flex*) | ||||
|       echo "You should only need it if you modified a '.l' file." | ||||
|       echo "You may want to install the Fast Lexical Analyzer package:" | ||||
|       echo "<$flex_URL>" | ||||
|       ;; | ||||
|     help2man*) | ||||
|       echo "You should only need it if you modified a dependency" \ | ||||
|            "of a man page." | ||||
|       echo "You may want to install the GNU Help2man package:" | ||||
|       echo "<$gnu_software_URL/help2man/>" | ||||
|     ;; | ||||
|     makeinfo*) | ||||
|       echo "You should only need it if you modified a '.texi' file, or" | ||||
|       echo "any other file indirectly affecting the aspect of the manual." | ||||
|       echo "You might want to install the Texinfo package:" | ||||
|       echo "<$gnu_software_URL/texinfo/>" | ||||
|       echo "The spurious makeinfo call might also be the consequence of" | ||||
|       echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" | ||||
|       echo "want to install GNU make:" | ||||
|       echo "<$gnu_software_URL/make/>" | ||||
|       ;; | ||||
|     *) | ||||
|       echo "You might have modified some files without having the proper" | ||||
|       echo "tools for further handling them.  Check the 'README' file, it" | ||||
|       echo "often tells you about the needed prerequisites for installing" | ||||
|       echo "this package.  You may also peek at any GNU archive site, in" | ||||
|       echo "case some other package contains this missing '$1' program." | ||||
|       ;; | ||||
|   esac | ||||
| } | ||||
| 
 | ||||
| give_advice "$1" | sed -e '1s/^/WARNING: /' \ | ||||
|                        -e '2,$s/^/         /' >&2 | ||||
| 
 | ||||
| # Propagate the correct exit status (expected to be 127 for a program | ||||
| # not found, 63 for a program that failed due to version mismatch). | ||||
| exit $st | ||||
| 
 | ||||
| # Local variables: | ||||
| # eval: (add-hook 'write-file-hooks 'time-stamp) | ||||
| # time-stamp-start: "scriptversion=" | ||||
| # time-stamp-format: "%:y-%02m-%02d.%02H" | ||||
| # time-stamp-time-zone: "UTC" | ||||
| # time-stamp-end: "; # UTC" | ||||
| # End: | ||||
							
								
								
									
										1
									
								
								missing
									
										
									
									
									
										Symbolic link
									
								
							
							
						
						
									
										1
									
								
								missing
									
										
									
									
									
										Symbolic link
									
								
							|  | @ -0,0 +1 @@ | |||
| /usr/share/automake-1.16/missing | ||||
|  | @ -10,7 +10,7 @@ AM_V_SED_  = $(AM_V_SED_$(AM_DEFAULT_VERBOSITY)) | |||
| AM_V_SED   = $(AM_V_SED_$(V)) | ||||
| 
 | ||||
| embedded.loc: rufus.loc | ||||
| 	$(AM_V_SED) -f embedded.sed $< > $@ | ||||
| 	$(AM_V_SED) -f $(srcdir)/embedded.sed $< > $@ | ||||
| 
 | ||||
| clean-local: | ||||
| 	-rm -rf embedded.loc | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| # Makefile.in generated by automake 1.14.1 from Makefile.am.
 | ||||
| # Makefile.in generated by automake 1.16.1 from Makefile.am.
 | ||||
| # @configure_input@
 | ||||
| 
 | ||||
| # Copyright (C) 1994-2013 Free Software Foundation, Inc.
 | ||||
| # Copyright (C) 1994-2018 Free Software Foundation, Inc.
 | ||||
| 
 | ||||
| # This Makefile.in is free software; the Free Software Foundation
 | ||||
| # gives unlimited permission to copy and/or distribute it,
 | ||||
|  | @ -15,7 +15,17 @@ | |||
| @SET_MAKE@ | ||||
| 
 | ||||
| VPATH = @srcdir@ | ||||
| am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||||
| am__is_gnu_make = { \
 | ||||
|   if test -z '$(MAKELEVEL)'; then \
 | ||||
|     false; \
 | ||||
|   elif test -n '$(MAKE_HOST)'; then \
 | ||||
|     true; \
 | ||||
|   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 | ||||
|     true; \
 | ||||
|   else \
 | ||||
|     false; \
 | ||||
|   fi; \
 | ||||
| } | ||||
| am__make_running_with_option = \
 | ||||
|   case $${target_option-} in \
 | ||||
|       ?) ;; \
 | ||||
|  | @ -78,11 +88,11 @@ PRE_UNINSTALL = : | |||
| POST_UNINSTALL = : | ||||
| noinst_PROGRAMS = | ||||
| subdir = res/loc | ||||
| DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | ||||
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||||
| am__aclocal_m4_deps = $(top_srcdir)/configure.ac | ||||
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | ||||
| 	$(ACLOCAL_M4) | ||||
| DIST_COMMON = $(srcdir)/Makefile.am | ||||
| mkinstalldirs = $(install_sh) -d | ||||
| CONFIG_CLEAN_FILES = | ||||
| CONFIG_CLEAN_VPATH_FILES = | ||||
|  | @ -100,7 +110,7 @@ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |||
| am__v_at_0 = @ | ||||
| am__v_at_1 =  | ||||
| depcomp = | ||||
| am__depfiles_maybe = | ||||
| am__maybe_remake_depfiles = | ||||
| SOURCES = | ||||
| am__can_run_installinfo = \
 | ||||
|   case $$AM_UPDATE_INFO_DIR in \
 | ||||
|  | @ -189,6 +199,7 @@ pdfdir = @pdfdir@ | |||
| prefix = @prefix@ | ||||
| program_transform_name = @program_transform_name@ | ||||
| psdir = @psdir@ | ||||
| runstatedir = @runstatedir@ | ||||
| sbindir = @sbindir@ | ||||
| sharedstatedir = @sharedstatedir@ | ||||
| srcdir = @srcdir@ | ||||
|  | @ -219,14 +230,13 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps) | |||
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps res/loc/Makefile'; \
 | ||||
| 	$(am__cd) $(top_srcdir) && \
 | ||||
| 	  $(AUTOMAKE) --foreign --ignore-deps res/loc/Makefile | ||||
| .PRECIOUS: Makefile | ||||
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||||
| 	@case '$?' in \
 | ||||
| 	  *config.status*) \
 | ||||
| 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 | ||||
| 	  *) \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 | ||||
| 	esac; | ||||
| 
 | ||||
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||||
|  | @ -364,10 +374,12 @@ uninstall-am: | |||
| 	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \
 | ||||
| 	uninstall uninstall-am | ||||
| 
 | ||||
| .PRECIOUS: Makefile | ||||
| 
 | ||||
| all-local: embedded.loc | ||||
| 
 | ||||
| embedded.loc: rufus.loc | ||||
| 	$(AM_V_SED) -f embedded.sed $< > $@ | ||||
| 	$(AM_V_SED) -f $(srcdir)/embedded.sed $< > $@ | ||||
| 
 | ||||
| clean-local: | ||||
| 	-rm -rf embedded.loc | ||||
|  |  | |||
|  | @ -12,7 +12,8 @@ AM_V_WINDRES   = $(AM_V_WINDRES_$(V)) | |||
| 
 | ||||
| rufus_SOURCES = badblocks.c checksum.c dev.c dos.c dos_locale.c drive.c format.c icon.c iso.c localization.c \ | ||||
| 	net.c parser.c pki.c process.c rufus.c smart.c stdfn.c stdio.c stdlg.c syslinux.c ui.c vhd.c | ||||
| rufus_CFLAGS = -I./ms-sys/inc -I./syslinux/libfat -I./syslinux/libinstaller -I./syslinux/win -I./libcdio $(AM_CFLAGS) -DEXT2_FLAT_INCLUDES=0 | ||||
| rufus_CFLAGS = -I$(srcdir)/ms-sys/inc -I$(srcdir)/syslinux/libfat -I$(srcdir)/syslinux/libinstaller -I$(srcdir)/syslinux/win -I$(srcdir)/libcdio $(AM_CFLAGS) \ | ||||
| 	-DEXT2_FLAT_INCLUDES=0 | ||||
| rufus_LDFLAGS = $(AM_LDFLAGS) -mwindows | ||||
| rufus_LDADD = rufus_rc.o bled/libbled.a ext2fs/libext2fs.a ms-sys/libmssys.a syslinux/libfat/libfat.a syslinux/libinstaller/libinstaller.a syslinux/win/libwin.a \ | ||||
| 	libcdio/iso9660/libiso9660.a libcdio/udf/libudf.a libcdio/driver/libdriver.a -lsetupapi -lole32 -lgdi32 -lshlwapi -lcrypt32 -lwintrust -lcomdlg32 -lcomctl32 -luuid -lpsapi | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| # Makefile.in generated by automake 1.14.1 from Makefile.am.
 | ||||
| # Makefile.in generated by automake 1.16.1 from Makefile.am.
 | ||||
| # @configure_input@
 | ||||
| 
 | ||||
| # Copyright (C) 1994-2013 Free Software Foundation, Inc.
 | ||||
| # Copyright (C) 1994-2018 Free Software Foundation, Inc.
 | ||||
| 
 | ||||
| # This Makefile.in is free software; the Free Software Foundation
 | ||||
| # gives unlimited permission to copy and/or distribute it,
 | ||||
|  | @ -15,7 +15,17 @@ | |||
| @SET_MAKE@ | ||||
| 
 | ||||
| VPATH = @srcdir@ | ||||
| am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||||
| am__is_gnu_make = { \
 | ||||
|   if test -z '$(MAKELEVEL)'; then \
 | ||||
|     false; \
 | ||||
|   elif test -n '$(MAKE_HOST)'; then \
 | ||||
|     true; \
 | ||||
|   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 | ||||
|     true; \
 | ||||
|   else \
 | ||||
|     false; \
 | ||||
|   fi; \
 | ||||
| } | ||||
| am__make_running_with_option = \
 | ||||
|   case $${target_option-} in \
 | ||||
|       ?) ;; \
 | ||||
|  | @ -78,11 +88,11 @@ PRE_UNINSTALL = : | |||
| POST_UNINSTALL = : | ||||
| noinst_PROGRAMS = rufus$(EXEEXT) | ||||
| subdir = src | ||||
| DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | ||||
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||||
| am__aclocal_m4_deps = $(top_srcdir)/configure.ac | ||||
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | ||||
| 	$(ACLOCAL_M4) | ||||
| DIST_COMMON = $(srcdir)/Makefile.am | ||||
| mkinstalldirs = $(install_sh) -d | ||||
| CONFIG_CLEAN_FILES = | ||||
| CONFIG_CLEAN_VPATH_FILES = | ||||
|  | @ -120,7 +130,7 @@ am__v_at_0 = @ | |||
| am__v_at_1 =  | ||||
| DEFAULT_INCLUDES = -I.@am__isrc@ | ||||
| depcomp = | ||||
| am__depfiles_maybe = | ||||
| am__maybe_remake_depfiles = | ||||
| AM_V_lt = $(am__v_lt_@AM_V@) | ||||
| am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | ||||
| am__v_lt_0 = --silent | ||||
|  | @ -259,6 +269,7 @@ pdfdir = @pdfdir@ | |||
| prefix = @prefix@ | ||||
| program_transform_name = @program_transform_name@ | ||||
| psdir = @psdir@ | ||||
| runstatedir = @runstatedir@ | ||||
| sbindir = @sbindir@ | ||||
| sharedstatedir = @sharedstatedir@ | ||||
| srcdir = @srcdir@ | ||||
|  | @ -275,7 +286,9 @@ AM_V_WINDRES = $(AM_V_WINDRES_$(V)) | |||
| rufus_SOURCES = badblocks.c checksum.c dev.c dos.c dos_locale.c drive.c format.c icon.c iso.c localization.c \
 | ||||
| 	net.c parser.c pki.c process.c rufus.c smart.c stdfn.c stdio.c stdlg.c syslinux.c ui.c vhd.c | ||||
| 
 | ||||
| rufus_CFLAGS = -I./ms-sys/inc -I./syslinux/libfat -I./syslinux/libinstaller -I./syslinux/win -I./libcdio $(AM_CFLAGS) -DEXT2_FLAT_INCLUDES=0 | ||||
| rufus_CFLAGS = -I$(srcdir)/ms-sys/inc -I$(srcdir)/syslinux/libfat -I$(srcdir)/syslinux/libinstaller -I$(srcdir)/syslinux/win -I$(srcdir)/libcdio $(AM_CFLAGS) \
 | ||||
| 	-DEXT2_FLAT_INCLUDES=0 | ||||
| 
 | ||||
| rufus_LDFLAGS = $(AM_LDFLAGS) -mwindows | ||||
| rufus_LDADD = rufus_rc.o bled/libbled.a ext2fs/libext2fs.a ms-sys/libmssys.a syslinux/libfat/libfat.a syslinux/libinstaller/libinstaller.a syslinux/win/libwin.a \
 | ||||
| 	libcdio/iso9660/libiso9660.a libcdio/udf/libudf.a libcdio/driver/libdriver.a -lsetupapi -lole32 -lgdi32 -lshlwapi -lcrypt32 -lwintrust -lcomdlg32 -lcomctl32 -luuid -lpsapi | ||||
|  | @ -296,14 +309,13 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps) | |||
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/Makefile'; \
 | ||||
| 	$(am__cd) $(top_srcdir) && \
 | ||||
| 	  $(AUTOMAKE) --foreign --ignore-deps src/Makefile | ||||
| .PRECIOUS: Makefile | ||||
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||||
| 	@case '$?' in \
 | ||||
| 	  *config.status*) \
 | ||||
| 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 | ||||
| 	  *) \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 | ||||
| 	esac; | ||||
| 
 | ||||
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||||
|  | @ -682,6 +694,8 @@ uninstall-am: | |||
| 	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 | ||||
| 	uninstall-am | ||||
| 
 | ||||
| .PRECIOUS: Makefile | ||||
| 
 | ||||
| 
 | ||||
| %_rc.o: %.rc ../res/loc/embedded.loc | ||||
| 	$(AM_V_WINDRES) $(AM_RCFLAGS) -i $< -o $@ | ||||
|  |  | |||
|  | @ -5,4 +5,4 @@ libbled_a_SOURCES = bled.c crc32.c data_align.c data_extract_all.c data_skip.c d | |||
|   filter_accept_all.c filter_accept_list.c filter_accept_reject_list.c find_list_entry.c \ | ||||
|   header_list.c header_skip.c header_verbose_list.c init_handle.c open_transformer.c \ | ||||
|   seek_by_jump.c seek_by_read.c xz_dec_bcj.c xz_dec_lzma2.c xz_dec_stream.c | ||||
| libbled_a_CFLAGS = $(AM_CFLAGS) -I.. -Wno-undef -Wno-strict-aliasing | ||||
| libbled_a_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/.. -Wno-undef -Wno-strict-aliasing | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| # Makefile.in generated by automake 1.14.1 from Makefile.am.
 | ||||
| # Makefile.in generated by automake 1.16.1 from Makefile.am.
 | ||||
| # @configure_input@
 | ||||
| 
 | ||||
| # Copyright (C) 1994-2013 Free Software Foundation, Inc.
 | ||||
| # Copyright (C) 1994-2018 Free Software Foundation, Inc.
 | ||||
| 
 | ||||
| # This Makefile.in is free software; the Free Software Foundation
 | ||||
| # gives unlimited permission to copy and/or distribute it,
 | ||||
|  | @ -15,7 +15,17 @@ | |||
| @SET_MAKE@ | ||||
| 
 | ||||
| VPATH = @srcdir@ | ||||
| am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||||
| am__is_gnu_make = { \
 | ||||
|   if test -z '$(MAKELEVEL)'; then \
 | ||||
|     false; \
 | ||||
|   elif test -n '$(MAKE_HOST)'; then \
 | ||||
|     true; \
 | ||||
|   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 | ||||
|     true; \
 | ||||
|   else \
 | ||||
|     false; \
 | ||||
|   fi; \
 | ||||
| } | ||||
| am__make_running_with_option = \
 | ||||
|   case $${target_option-} in \
 | ||||
|       ?) ;; \
 | ||||
|  | @ -77,11 +87,11 @@ NORMAL_UNINSTALL = : | |||
| PRE_UNINSTALL = : | ||||
| POST_UNINSTALL = : | ||||
| subdir = src/bled | ||||
| DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | ||||
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||||
| am__aclocal_m4_deps = $(top_srcdir)/configure.ac | ||||
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | ||||
| 	$(ACLOCAL_M4) | ||||
| DIST_COMMON = $(srcdir)/Makefile.am | ||||
| mkinstalldirs = $(install_sh) -d | ||||
| CONFIG_CLEAN_FILES = | ||||
| CONFIG_CLEAN_VPATH_FILES = | ||||
|  | @ -132,7 +142,7 @@ am__v_at_0 = @ | |||
| am__v_at_1 =  | ||||
| DEFAULT_INCLUDES = -I.@am__isrc@ | ||||
| depcomp = | ||||
| am__depfiles_maybe = | ||||
| am__maybe_remake_depfiles = | ||||
| AM_V_lt = $(am__v_lt_@AM_V@) | ||||
| am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | ||||
| am__v_lt_0 = --silent | ||||
|  | @ -255,6 +265,7 @@ pdfdir = @pdfdir@ | |||
| prefix = @prefix@ | ||||
| program_transform_name = @program_transform_name@ | ||||
| psdir = @psdir@ | ||||
| runstatedir = @runstatedir@ | ||||
| sbindir = @sbindir@ | ||||
| sharedstatedir = @sharedstatedir@ | ||||
| srcdir = @srcdir@ | ||||
|  | @ -270,7 +281,7 @@ libbled_a_SOURCES = bled.c crc32.c data_align.c data_extract_all.c data_skip.c d | |||
|   header_list.c header_skip.c header_verbose_list.c init_handle.c open_transformer.c \
 | ||||
|   seek_by_jump.c seek_by_read.c xz_dec_bcj.c xz_dec_lzma2.c xz_dec_stream.c | ||||
| 
 | ||||
| libbled_a_CFLAGS = $(AM_CFLAGS) -I.. -Wno-undef -Wno-strict-aliasing | ||||
| libbled_a_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/.. -Wno-undef -Wno-strict-aliasing | ||||
| all: all-am | ||||
| 
 | ||||
| .SUFFIXES: | ||||
|  | @ -287,14 +298,13 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps) | |||
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/bled/Makefile'; \
 | ||||
| 	$(am__cd) $(top_srcdir) && \
 | ||||
| 	  $(AUTOMAKE) --foreign --ignore-deps src/bled/Makefile | ||||
| .PRECIOUS: Makefile | ||||
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||||
| 	@case '$?' in \
 | ||||
| 	  *config.status*) \
 | ||||
| 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 | ||||
| 	  *) \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 | ||||
| 	esac; | ||||
| 
 | ||||
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||||
|  | @ -643,6 +653,8 @@ uninstall-am: | |||
| 	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 | ||||
| 	uninstall-am | ||||
| 
 | ||||
| .PRECIOUS: Makefile | ||||
| 
 | ||||
| 
 | ||||
| # 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.
 | ||||
|  |  | |||
|  | @ -7,4 +7,4 @@ libext2fs_a_SOURCES = alloc.c alloc_sb.c alloc_stats.c alloc_tables.c badblocks. | |||
| 	inline.c inline_data.c inode.c io_manager.c link.c lookup.c mkdir.c mkjournal.c namei.c mmp.c    \ | ||||
| 	newdir.c nt_io.c openfs.c punch.c rbtree.c read_bb.c rw_bitmaps.c sha512.c symlink.c valid_blk.c | ||||
| 
 | ||||
| libext2fs_a_CFLAGS = $(AM_CFLAGS) -DEXT2_FLAT_INCLUDES=0 -DHAVE_CONFIG_H -I. -I.. -Wno-undef -Wno-strict-aliasing -Wno-shadow | ||||
| libext2fs_a_CFLAGS = $(AM_CFLAGS) -DEXT2_FLAT_INCLUDES=0 -DHAVE_CONFIG_H -I$(srcdir) -I$(srcdir)/.. -Wno-undef -Wno-strict-aliasing -Wno-shadow | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| # Makefile.in generated by automake 1.14.1 from Makefile.am.
 | ||||
| # Makefile.in generated by automake 1.16.1 from Makefile.am.
 | ||||
| # @configure_input@
 | ||||
| 
 | ||||
| # Copyright (C) 1994-2013 Free Software Foundation, Inc.
 | ||||
| # Copyright (C) 1994-2018 Free Software Foundation, Inc.
 | ||||
| 
 | ||||
| # This Makefile.in is free software; the Free Software Foundation
 | ||||
| # gives unlimited permission to copy and/or distribute it,
 | ||||
|  | @ -15,7 +15,17 @@ | |||
| @SET_MAKE@ | ||||
| 
 | ||||
| VPATH = @srcdir@ | ||||
| am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||||
| am__is_gnu_make = { \
 | ||||
|   if test -z '$(MAKELEVEL)'; then \
 | ||||
|     false; \
 | ||||
|   elif test -n '$(MAKE_HOST)'; then \
 | ||||
|     true; \
 | ||||
|   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 | ||||
|     true; \
 | ||||
|   else \
 | ||||
|     false; \
 | ||||
|   fi; \
 | ||||
| } | ||||
| am__make_running_with_option = \
 | ||||
|   case $${target_option-} in \
 | ||||
|       ?) ;; \
 | ||||
|  | @ -77,11 +87,11 @@ NORMAL_UNINSTALL = : | |||
| PRE_UNINSTALL = : | ||||
| POST_UNINSTALL = : | ||||
| subdir = src/ext2fs | ||||
| DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | ||||
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||||
| am__aclocal_m4_deps = $(top_srcdir)/configure.ac | ||||
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | ||||
| 	$(ACLOCAL_M4) | ||||
| DIST_COMMON = $(srcdir)/Makefile.am | ||||
| mkinstalldirs = $(install_sh) -d | ||||
| CONFIG_CLEAN_FILES = | ||||
| CONFIG_CLEAN_VPATH_FILES = | ||||
|  | @ -139,7 +149,7 @@ am__v_at_0 = @ | |||
| am__v_at_1 =  | ||||
| DEFAULT_INCLUDES = -I.@am__isrc@ | ||||
| depcomp = | ||||
| am__depfiles_maybe = | ||||
| am__maybe_remake_depfiles = | ||||
| AM_V_lt = $(am__v_lt_@AM_V@) | ||||
| am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | ||||
| am__v_lt_0 = --silent | ||||
|  | @ -262,6 +272,7 @@ pdfdir = @pdfdir@ | |||
| prefix = @prefix@ | ||||
| program_transform_name = @program_transform_name@ | ||||
| psdir = @psdir@ | ||||
| runstatedir = @runstatedir@ | ||||
| sbindir = @sbindir@ | ||||
| sharedstatedir = @sharedstatedir@ | ||||
| srcdir = @srcdir@ | ||||
|  | @ -278,7 +289,7 @@ libext2fs_a_SOURCES = alloc.c alloc_sb.c alloc_stats.c alloc_tables.c badblocks. | |||
| 	inline.c inline_data.c inode.c io_manager.c link.c lookup.c mkdir.c mkjournal.c namei.c mmp.c    \
 | ||||
| 	newdir.c nt_io.c openfs.c punch.c rbtree.c read_bb.c rw_bitmaps.c sha512.c symlink.c valid_blk.c | ||||
| 
 | ||||
| libext2fs_a_CFLAGS = $(AM_CFLAGS) -DEXT2_FLAT_INCLUDES=0 -DHAVE_CONFIG_H -I. -I.. -Wno-undef -Wno-strict-aliasing -Wno-shadow | ||||
| libext2fs_a_CFLAGS = $(AM_CFLAGS) -DEXT2_FLAT_INCLUDES=0 -DHAVE_CONFIG_H -I$(srcdir) -I$(srcdir)/.. -Wno-undef -Wno-strict-aliasing -Wno-shadow | ||||
| all: all-am | ||||
| 
 | ||||
| .SUFFIXES: | ||||
|  | @ -295,14 +306,13 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps) | |||
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/ext2fs/Makefile'; \
 | ||||
| 	$(am__cd) $(top_srcdir) && \
 | ||||
| 	  $(AUTOMAKE) --foreign --ignore-deps src/ext2fs/Makefile | ||||
| .PRECIOUS: Makefile | ||||
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||||
| 	@case '$?' in \
 | ||||
| 	  *config.status*) \
 | ||||
| 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 | ||||
| 	  *) \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 | ||||
| 	esac; | ||||
| 
 | ||||
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||||
|  | @ -807,6 +817,8 @@ uninstall-am: | |||
| 	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 | ||||
| 	uninstall-am | ||||
| 
 | ||||
| .PRECIOUS: Makefile | ||||
| 
 | ||||
| 
 | ||||
| # 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.
 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| noinst_LIBRARIES = libdriver.a | ||||
| libdriver_a_SOURCES = disc.c ds.c logging.c memory.c read.c sector.c track.c util.c _cdio_stdio.c _cdio_stream.c utf8.c | ||||
| # Boy do you NOT want to have HAVE_CONFIG_H set before $(AM_CFLAGS) with Clang! | ||||
| libdriver_a_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H -I. -I.. | ||||
| libdriver_a_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H -I$(srcdir) -I$(srcdir)/.. | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| # Makefile.in generated by automake 1.14.1 from Makefile.am.
 | ||||
| # Makefile.in generated by automake 1.16.1 from Makefile.am.
 | ||||
| # @configure_input@
 | ||||
| 
 | ||||
| # Copyright (C) 1994-2013 Free Software Foundation, Inc.
 | ||||
| # Copyright (C) 1994-2018 Free Software Foundation, Inc.
 | ||||
| 
 | ||||
| # This Makefile.in is free software; the Free Software Foundation
 | ||||
| # gives unlimited permission to copy and/or distribute it,
 | ||||
|  | @ -15,7 +15,17 @@ | |||
| @SET_MAKE@ | ||||
| 
 | ||||
| VPATH = @srcdir@ | ||||
| am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||||
| am__is_gnu_make = { \
 | ||||
|   if test -z '$(MAKELEVEL)'; then \
 | ||||
|     false; \
 | ||||
|   elif test -n '$(MAKE_HOST)'; then \
 | ||||
|     true; \
 | ||||
|   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 | ||||
|     true; \
 | ||||
|   else \
 | ||||
|     false; \
 | ||||
|   fi; \
 | ||||
| } | ||||
| am__make_running_with_option = \
 | ||||
|   case $${target_option-} in \
 | ||||
|       ?) ;; \
 | ||||
|  | @ -77,11 +87,11 @@ NORMAL_UNINSTALL = : | |||
| PRE_UNINSTALL = : | ||||
| POST_UNINSTALL = : | ||||
| subdir = src/libcdio/driver | ||||
| DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | ||||
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||||
| am__aclocal_m4_deps = $(top_srcdir)/configure.ac | ||||
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | ||||
| 	$(ACLOCAL_M4) | ||||
| DIST_COMMON = $(srcdir)/Makefile.am | ||||
| mkinstalldirs = $(install_sh) -d | ||||
| CONFIG_CLEAN_FILES = | ||||
| CONFIG_CLEAN_VPATH_FILES = | ||||
|  | @ -114,7 +124,7 @@ am__v_at_0 = @ | |||
| am__v_at_1 =  | ||||
| DEFAULT_INCLUDES = -I.@am__isrc@ | ||||
| depcomp = | ||||
| am__depfiles_maybe = | ||||
| am__maybe_remake_depfiles = | ||||
| AM_V_lt = $(am__v_lt_@AM_V@) | ||||
| am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | ||||
| am__v_lt_0 = --silent | ||||
|  | @ -237,6 +247,7 @@ pdfdir = @pdfdir@ | |||
| prefix = @prefix@ | ||||
| program_transform_name = @program_transform_name@ | ||||
| psdir = @psdir@ | ||||
| runstatedir = @runstatedir@ | ||||
| sbindir = @sbindir@ | ||||
| sharedstatedir = @sharedstatedir@ | ||||
| srcdir = @srcdir@ | ||||
|  | @ -248,7 +259,7 @@ top_srcdir = @top_srcdir@ | |||
| noinst_LIBRARIES = libdriver.a | ||||
| libdriver_a_SOURCES = disc.c ds.c logging.c memory.c read.c sector.c track.c util.c _cdio_stdio.c _cdio_stream.c utf8.c | ||||
| # Boy do you NOT want to have HAVE_CONFIG_H set before $(AM_CFLAGS) with Clang!
 | ||||
| libdriver_a_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H -I. -I.. | ||||
| libdriver_a_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H -I$(srcdir) -I$(srcdir)/.. | ||||
| all: all-am | ||||
| 
 | ||||
| .SUFFIXES: | ||||
|  | @ -265,14 +276,13 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps) | |||
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/libcdio/driver/Makefile'; \
 | ||||
| 	$(am__cd) $(top_srcdir) && \
 | ||||
| 	  $(AUTOMAKE) --foreign --ignore-deps src/libcdio/driver/Makefile | ||||
| .PRECIOUS: Makefile | ||||
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||||
| 	@case '$?' in \
 | ||||
| 	  *config.status*) \
 | ||||
| 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 | ||||
| 	  *) \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 | ||||
| 	esac; | ||||
| 
 | ||||
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||||
|  | @ -537,6 +547,8 @@ uninstall-am: | |||
| 	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 | ||||
| 	uninstall-am | ||||
| 
 | ||||
| .PRECIOUS: Makefile | ||||
| 
 | ||||
| 
 | ||||
| # 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.
 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| noinst_LIBRARIES = libiso9660.a | ||||
| libiso9660_a_SOURCES = iso9660.c iso9660_fs.c rock.c xa.c | ||||
| # Boy do you NOT want to have HAVE_CONFIG_H set before $(AM_CFLAGS) with Clang! | ||||
| libiso9660_a_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H -I. -I.. -I../driver | ||||
| libiso9660_a_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../driver | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| # Makefile.in generated by automake 1.14.1 from Makefile.am.
 | ||||
| # Makefile.in generated by automake 1.16.1 from Makefile.am.
 | ||||
| # @configure_input@
 | ||||
| 
 | ||||
| # Copyright (C) 1994-2013 Free Software Foundation, Inc.
 | ||||
| # Copyright (C) 1994-2018 Free Software Foundation, Inc.
 | ||||
| 
 | ||||
| # This Makefile.in is free software; the Free Software Foundation
 | ||||
| # gives unlimited permission to copy and/or distribute it,
 | ||||
|  | @ -15,7 +15,17 @@ | |||
| @SET_MAKE@ | ||||
| 
 | ||||
| VPATH = @srcdir@ | ||||
| am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||||
| am__is_gnu_make = { \
 | ||||
|   if test -z '$(MAKELEVEL)'; then \
 | ||||
|     false; \
 | ||||
|   elif test -n '$(MAKE_HOST)'; then \
 | ||||
|     true; \
 | ||||
|   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 | ||||
|     true; \
 | ||||
|   else \
 | ||||
|     false; \
 | ||||
|   fi; \
 | ||||
| } | ||||
| am__make_running_with_option = \
 | ||||
|   case $${target_option-} in \
 | ||||
|       ?) ;; \
 | ||||
|  | @ -77,11 +87,11 @@ NORMAL_UNINSTALL = : | |||
| PRE_UNINSTALL = : | ||||
| POST_UNINSTALL = : | ||||
| subdir = src/libcdio/iso9660 | ||||
| DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | ||||
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||||
| am__aclocal_m4_deps = $(top_srcdir)/configure.ac | ||||
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | ||||
| 	$(ACLOCAL_M4) | ||||
| DIST_COMMON = $(srcdir)/Makefile.am | ||||
| mkinstalldirs = $(install_sh) -d | ||||
| CONFIG_CLEAN_FILES = | ||||
| CONFIG_CLEAN_VPATH_FILES = | ||||
|  | @ -111,7 +121,7 @@ am__v_at_0 = @ | |||
| am__v_at_1 =  | ||||
| DEFAULT_INCLUDES = -I.@am__isrc@ | ||||
| depcomp = | ||||
| am__depfiles_maybe = | ||||
| am__maybe_remake_depfiles = | ||||
| AM_V_lt = $(am__v_lt_@AM_V@) | ||||
| am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | ||||
| am__v_lt_0 = --silent | ||||
|  | @ -234,6 +244,7 @@ pdfdir = @pdfdir@ | |||
| prefix = @prefix@ | ||||
| program_transform_name = @program_transform_name@ | ||||
| psdir = @psdir@ | ||||
| runstatedir = @runstatedir@ | ||||
| sbindir = @sbindir@ | ||||
| sharedstatedir = @sharedstatedir@ | ||||
| srcdir = @srcdir@ | ||||
|  | @ -245,7 +256,7 @@ top_srcdir = @top_srcdir@ | |||
| noinst_LIBRARIES = libiso9660.a | ||||
| libiso9660_a_SOURCES = iso9660.c iso9660_fs.c rock.c xa.c | ||||
| # Boy do you NOT want to have HAVE_CONFIG_H set before $(AM_CFLAGS) with Clang!
 | ||||
| libiso9660_a_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H -I. -I.. -I../driver | ||||
| libiso9660_a_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../driver | ||||
| all: all-am | ||||
| 
 | ||||
| .SUFFIXES: | ||||
|  | @ -262,14 +273,13 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps) | |||
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/libcdio/iso9660/Makefile'; \
 | ||||
| 	$(am__cd) $(top_srcdir) && \
 | ||||
| 	  $(AUTOMAKE) --foreign --ignore-deps src/libcdio/iso9660/Makefile | ||||
| .PRECIOUS: Makefile | ||||
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||||
| 	@case '$?' in \
 | ||||
| 	  *config.status*) \
 | ||||
| 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 | ||||
| 	  *) \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 | ||||
| 	esac; | ||||
| 
 | ||||
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||||
|  | @ -492,6 +502,8 @@ uninstall-am: | |||
| 	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 | ||||
| 	uninstall-am | ||||
| 
 | ||||
| .PRECIOUS: Makefile | ||||
| 
 | ||||
| 
 | ||||
| # 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.
 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| noinst_LIBRARIES = libudf.a | ||||
| libudf_a_SOURCES = udf.c udf_file.c udf_fs.c udf_time.c filemode.c | ||||
| # Boy do you NOT want to have HAVE_CONFIG_H set before $(AM_CFLAGS) with Clang! | ||||
| libudf_a_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H -I. -I.. -I../driver | ||||
| libudf_a_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../driver | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| # Makefile.in generated by automake 1.14.1 from Makefile.am.
 | ||||
| # Makefile.in generated by automake 1.16.1 from Makefile.am.
 | ||||
| # @configure_input@
 | ||||
| 
 | ||||
| # Copyright (C) 1994-2013 Free Software Foundation, Inc.
 | ||||
| # Copyright (C) 1994-2018 Free Software Foundation, Inc.
 | ||||
| 
 | ||||
| # This Makefile.in is free software; the Free Software Foundation
 | ||||
| # gives unlimited permission to copy and/or distribute it,
 | ||||
|  | @ -15,7 +15,17 @@ | |||
| @SET_MAKE@ | ||||
| 
 | ||||
| VPATH = @srcdir@ | ||||
| am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||||
| am__is_gnu_make = { \
 | ||||
|   if test -z '$(MAKELEVEL)'; then \
 | ||||
|     false; \
 | ||||
|   elif test -n '$(MAKE_HOST)'; then \
 | ||||
|     true; \
 | ||||
|   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 | ||||
|     true; \
 | ||||
|   else \
 | ||||
|     false; \
 | ||||
|   fi; \
 | ||||
| } | ||||
| am__make_running_with_option = \
 | ||||
|   case $${target_option-} in \
 | ||||
|       ?) ;; \
 | ||||
|  | @ -77,11 +87,11 @@ NORMAL_UNINSTALL = : | |||
| PRE_UNINSTALL = : | ||||
| POST_UNINSTALL = : | ||||
| subdir = src/libcdio/udf | ||||
| DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | ||||
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||||
| am__aclocal_m4_deps = $(top_srcdir)/configure.ac | ||||
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | ||||
| 	$(ACLOCAL_M4) | ||||
| DIST_COMMON = $(srcdir)/Makefile.am | ||||
| mkinstalldirs = $(install_sh) -d | ||||
| CONFIG_CLEAN_FILES = | ||||
| CONFIG_CLEAN_VPATH_FILES = | ||||
|  | @ -111,7 +121,7 @@ am__v_at_0 = @ | |||
| am__v_at_1 =  | ||||
| DEFAULT_INCLUDES = -I.@am__isrc@ | ||||
| depcomp = | ||||
| am__depfiles_maybe = | ||||
| am__maybe_remake_depfiles = | ||||
| AM_V_lt = $(am__v_lt_@AM_V@) | ||||
| am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | ||||
| am__v_lt_0 = --silent | ||||
|  | @ -234,6 +244,7 @@ pdfdir = @pdfdir@ | |||
| prefix = @prefix@ | ||||
| program_transform_name = @program_transform_name@ | ||||
| psdir = @psdir@ | ||||
| runstatedir = @runstatedir@ | ||||
| sbindir = @sbindir@ | ||||
| sharedstatedir = @sharedstatedir@ | ||||
| srcdir = @srcdir@ | ||||
|  | @ -245,7 +256,7 @@ top_srcdir = @top_srcdir@ | |||
| noinst_LIBRARIES = libudf.a | ||||
| libudf_a_SOURCES = udf.c udf_file.c udf_fs.c udf_time.c filemode.c | ||||
| # Boy do you NOT want to have HAVE_CONFIG_H set before $(AM_CFLAGS) with Clang!
 | ||||
| libudf_a_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H -I. -I.. -I../driver | ||||
| libudf_a_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../driver | ||||
| all: all-am | ||||
| 
 | ||||
| .SUFFIXES: | ||||
|  | @ -262,14 +273,13 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps) | |||
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/libcdio/udf/Makefile'; \
 | ||||
| 	$(am__cd) $(top_srcdir) && \
 | ||||
| 	  $(AUTOMAKE) --foreign --ignore-deps src/libcdio/udf/Makefile | ||||
| .PRECIOUS: Makefile | ||||
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||||
| 	@case '$?' in \
 | ||||
| 	  *config.status*) \
 | ||||
| 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 | ||||
| 	  *) \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 | ||||
| 	esac; | ||||
| 
 | ||||
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||||
|  | @ -498,6 +508,8 @@ uninstall-am: | |||
| 	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 | ||||
| 	uninstall-am | ||||
| 
 | ||||
| .PRECIOUS: Makefile | ||||
| 
 | ||||
| 
 | ||||
| # 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.
 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| noinst_LIBRARIES = libmssys.a | ||||
| 
 | ||||
| libmssys_a_SOURCES = fat12.c fat16.c fat32.c ntfs.c partition_info.c br.c file.c | ||||
| libmssys_a_CFLAGS = -I./inc $(AM_CFLAGS) | ||||
| libmssys_a_CFLAGS = -I$(srcdir)/inc $(AM_CFLAGS) | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| # Makefile.in generated by automake 1.14.1 from Makefile.am.
 | ||||
| # Makefile.in generated by automake 1.16.1 from Makefile.am.
 | ||||
| # @configure_input@
 | ||||
| 
 | ||||
| # Copyright (C) 1994-2013 Free Software Foundation, Inc.
 | ||||
| # Copyright (C) 1994-2018 Free Software Foundation, Inc.
 | ||||
| 
 | ||||
| # This Makefile.in is free software; the Free Software Foundation
 | ||||
| # gives unlimited permission to copy and/or distribute it,
 | ||||
|  | @ -15,7 +15,17 @@ | |||
| @SET_MAKE@ | ||||
| 
 | ||||
| VPATH = @srcdir@ | ||||
| am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||||
| am__is_gnu_make = { \
 | ||||
|   if test -z '$(MAKELEVEL)'; then \
 | ||||
|     false; \
 | ||||
|   elif test -n '$(MAKE_HOST)'; then \
 | ||||
|     true; \
 | ||||
|   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 | ||||
|     true; \
 | ||||
|   else \
 | ||||
|     false; \
 | ||||
|   fi; \
 | ||||
| } | ||||
| am__make_running_with_option = \
 | ||||
|   case $${target_option-} in \
 | ||||
|       ?) ;; \
 | ||||
|  | @ -77,11 +87,11 @@ NORMAL_UNINSTALL = : | |||
| PRE_UNINSTALL = : | ||||
| POST_UNINSTALL = : | ||||
| subdir = src/ms-sys | ||||
| DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | ||||
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||||
| am__aclocal_m4_deps = $(top_srcdir)/configure.ac | ||||
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | ||||
| 	$(ACLOCAL_M4) | ||||
| DIST_COMMON = $(srcdir)/Makefile.am | ||||
| mkinstalldirs = $(install_sh) -d | ||||
| CONFIG_CLEAN_FILES = | ||||
| CONFIG_CLEAN_VPATH_FILES = | ||||
|  | @ -112,7 +122,7 @@ am__v_at_0 = @ | |||
| am__v_at_1 =  | ||||
| DEFAULT_INCLUDES = -I.@am__isrc@ | ||||
| depcomp = | ||||
| am__depfiles_maybe = | ||||
| am__maybe_remake_depfiles = | ||||
| AM_V_lt = $(am__v_lt_@AM_V@) | ||||
| am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | ||||
| am__v_lt_0 = --silent | ||||
|  | @ -235,6 +245,7 @@ pdfdir = @pdfdir@ | |||
| prefix = @prefix@ | ||||
| program_transform_name = @program_transform_name@ | ||||
| psdir = @psdir@ | ||||
| runstatedir = @runstatedir@ | ||||
| sbindir = @sbindir@ | ||||
| sharedstatedir = @sharedstatedir@ | ||||
| srcdir = @srcdir@ | ||||
|  | @ -245,7 +256,7 @@ top_builddir = @top_builddir@ | |||
| top_srcdir = @top_srcdir@ | ||||
| noinst_LIBRARIES = libmssys.a | ||||
| libmssys_a_SOURCES = fat12.c fat16.c fat32.c ntfs.c partition_info.c br.c file.c | ||||
| libmssys_a_CFLAGS = -I./inc $(AM_CFLAGS) | ||||
| libmssys_a_CFLAGS = -I$(srcdir)/inc $(AM_CFLAGS) | ||||
| all: all-am | ||||
| 
 | ||||
| .SUFFIXES: | ||||
|  | @ -262,14 +273,13 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps) | |||
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/ms-sys/Makefile'; \
 | ||||
| 	$(am__cd) $(top_srcdir) && \
 | ||||
| 	  $(AUTOMAKE) --foreign --ignore-deps src/ms-sys/Makefile | ||||
| .PRECIOUS: Makefile | ||||
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||||
| 	@case '$?' in \
 | ||||
| 	  *config.status*) \
 | ||||
| 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 | ||||
| 	  *) \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 | ||||
| 	esac; | ||||
| 
 | ||||
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||||
|  | @ -510,6 +520,8 @@ uninstall-am: | |||
| 	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 | ||||
| 	uninstall-am | ||||
| 
 | ||||
| .PRECIOUS: Makefile | ||||
| 
 | ||||
| 
 | ||||
| # 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.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| # Makefile.in generated by automake 1.14.1 from Makefile.am.
 | ||||
| # Makefile.in generated by automake 1.16.1 from Makefile.am.
 | ||||
| # @configure_input@
 | ||||
| 
 | ||||
| # Copyright (C) 1994-2013 Free Software Foundation, Inc.
 | ||||
| # Copyright (C) 1994-2018 Free Software Foundation, Inc.
 | ||||
| 
 | ||||
| # This Makefile.in is free software; the Free Software Foundation
 | ||||
| # gives unlimited permission to copy and/or distribute it,
 | ||||
|  | @ -15,7 +15,17 @@ | |||
| @SET_MAKE@ | ||||
| 
 | ||||
| VPATH = @srcdir@ | ||||
| am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||||
| am__is_gnu_make = { \
 | ||||
|   if test -z '$(MAKELEVEL)'; then \
 | ||||
|     false; \
 | ||||
|   elif test -n '$(MAKE_HOST)'; then \
 | ||||
|     true; \
 | ||||
|   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 | ||||
|     true; \
 | ||||
|   else \
 | ||||
|     false; \
 | ||||
|   fi; \
 | ||||
| } | ||||
| am__make_running_with_option = \
 | ||||
|   case $${target_option-} in \
 | ||||
|       ?) ;; \
 | ||||
|  | @ -77,11 +87,11 @@ NORMAL_UNINSTALL = : | |||
| PRE_UNINSTALL = : | ||||
| POST_UNINSTALL = : | ||||
| subdir = src/syslinux/libfat | ||||
| DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | ||||
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||||
| am__aclocal_m4_deps = $(top_srcdir)/configure.ac | ||||
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | ||||
| 	$(ACLOCAL_M4) | ||||
| DIST_COMMON = $(srcdir)/Makefile.am | ||||
| mkinstalldirs = $(install_sh) -d | ||||
| CONFIG_CLEAN_FILES = | ||||
| CONFIG_CLEAN_VPATH_FILES = | ||||
|  | @ -111,7 +121,7 @@ am__v_at_0 = @ | |||
| am__v_at_1 =  | ||||
| DEFAULT_INCLUDES = -I.@am__isrc@ | ||||
| depcomp = | ||||
| am__depfiles_maybe = | ||||
| am__maybe_remake_depfiles = | ||||
| AM_V_lt = $(am__v_lt_@AM_V@) | ||||
| am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | ||||
| am__v_lt_0 = --silent | ||||
|  | @ -234,6 +244,7 @@ pdfdir = @pdfdir@ | |||
| prefix = @prefix@ | ||||
| program_transform_name = @program_transform_name@ | ||||
| psdir = @psdir@ | ||||
| runstatedir = @runstatedir@ | ||||
| sbindir = @sbindir@ | ||||
| sharedstatedir = @sharedstatedir@ | ||||
| srcdir = @srcdir@ | ||||
|  | @ -261,14 +272,13 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps) | |||
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/syslinux/libfat/Makefile'; \
 | ||||
| 	$(am__cd) $(top_srcdir) && \
 | ||||
| 	  $(AUTOMAKE) --foreign --ignore-deps src/syslinux/libfat/Makefile | ||||
| .PRECIOUS: Makefile | ||||
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||||
| 	@case '$?' in \
 | ||||
| 	  *config.status*) \
 | ||||
| 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 | ||||
| 	  *) \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 | ||||
| 	esac; | ||||
| 
 | ||||
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||||
|  | @ -497,6 +507,8 @@ uninstall-am: | |||
| 	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 | ||||
| 	uninstall-am | ||||
| 
 | ||||
| .PRECIOUS: Makefile | ||||
| 
 | ||||
| 
 | ||||
| # 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.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| # Makefile.in generated by automake 1.14.1 from Makefile.am.
 | ||||
| # Makefile.in generated by automake 1.16.1 from Makefile.am.
 | ||||
| # @configure_input@
 | ||||
| 
 | ||||
| # Copyright (C) 1994-2013 Free Software Foundation, Inc.
 | ||||
| # Copyright (C) 1994-2018 Free Software Foundation, Inc.
 | ||||
| 
 | ||||
| # This Makefile.in is free software; the Free Software Foundation
 | ||||
| # gives unlimited permission to copy and/or distribute it,
 | ||||
|  | @ -15,7 +15,17 @@ | |||
| @SET_MAKE@ | ||||
| 
 | ||||
| VPATH = @srcdir@ | ||||
| am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||||
| am__is_gnu_make = { \
 | ||||
|   if test -z '$(MAKELEVEL)'; then \
 | ||||
|     false; \
 | ||||
|   elif test -n '$(MAKE_HOST)'; then \
 | ||||
|     true; \
 | ||||
|   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 | ||||
|     true; \
 | ||||
|   else \
 | ||||
|     false; \
 | ||||
|   fi; \
 | ||||
| } | ||||
| am__make_running_with_option = \
 | ||||
|   case $${target_option-} in \
 | ||||
|       ?) ;; \
 | ||||
|  | @ -77,11 +87,11 @@ NORMAL_UNINSTALL = : | |||
| PRE_UNINSTALL = : | ||||
| POST_UNINSTALL = : | ||||
| subdir = src/syslinux/libinstaller | ||||
| DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | ||||
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||||
| am__aclocal_m4_deps = $(top_srcdir)/configure.ac | ||||
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | ||||
| 	$(ACLOCAL_M4) | ||||
| DIST_COMMON = $(srcdir)/Makefile.am | ||||
| mkinstalldirs = $(install_sh) -d | ||||
| CONFIG_CLEAN_FILES = | ||||
| CONFIG_CLEAN_VPATH_FILES = | ||||
|  | @ -111,7 +121,7 @@ am__v_at_0 = @ | |||
| am__v_at_1 =  | ||||
| DEFAULT_INCLUDES = -I.@am__isrc@ | ||||
| depcomp = | ||||
| am__depfiles_maybe = | ||||
| am__maybe_remake_depfiles = | ||||
| AM_V_lt = $(am__v_lt_@AM_V@) | ||||
| am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | ||||
| am__v_lt_0 = --silent | ||||
|  | @ -234,6 +244,7 @@ pdfdir = @pdfdir@ | |||
| prefix = @prefix@ | ||||
| program_transform_name = @program_transform_name@ | ||||
| psdir = @psdir@ | ||||
| runstatedir = @runstatedir@ | ||||
| sbindir = @sbindir@ | ||||
| sharedstatedir = @sharedstatedir@ | ||||
| srcdir = @srcdir@ | ||||
|  | @ -261,14 +272,13 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps) | |||
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/syslinux/libinstaller/Makefile'; \
 | ||||
| 	$(am__cd) $(top_srcdir) && \
 | ||||
| 	  $(AUTOMAKE) --foreign --ignore-deps src/syslinux/libinstaller/Makefile | ||||
| .PRECIOUS: Makefile | ||||
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||||
| 	@case '$?' in \
 | ||||
| 	  *config.status*) \
 | ||||
| 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 | ||||
| 	  *) \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 | ||||
| 	esac; | ||||
| 
 | ||||
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||||
|  | @ -485,6 +495,8 @@ uninstall-am: | |||
| 	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 | ||||
| 	uninstall-am | ||||
| 
 | ||||
| .PRECIOUS: Makefile | ||||
| 
 | ||||
| 
 | ||||
| # 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.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| # Makefile.in generated by automake 1.14.1 from Makefile.am.
 | ||||
| # Makefile.in generated by automake 1.16.1 from Makefile.am.
 | ||||
| # @configure_input@
 | ||||
| 
 | ||||
| # Copyright (C) 1994-2013 Free Software Foundation, Inc.
 | ||||
| # Copyright (C) 1994-2018 Free Software Foundation, Inc.
 | ||||
| 
 | ||||
| # This Makefile.in is free software; the Free Software Foundation
 | ||||
| # gives unlimited permission to copy and/or distribute it,
 | ||||
|  | @ -15,7 +15,17 @@ | |||
| @SET_MAKE@ | ||||
| 
 | ||||
| VPATH = @srcdir@ | ||||
| am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||||
| am__is_gnu_make = { \
 | ||||
|   if test -z '$(MAKELEVEL)'; then \
 | ||||
|     false; \
 | ||||
|   elif test -n '$(MAKE_HOST)'; then \
 | ||||
|     true; \
 | ||||
|   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 | ||||
|     true; \
 | ||||
|   else \
 | ||||
|     false; \
 | ||||
|   fi; \
 | ||||
| } | ||||
| am__make_running_with_option = \
 | ||||
|   case $${target_option-} in \
 | ||||
|       ?) ;; \
 | ||||
|  | @ -77,11 +87,11 @@ NORMAL_UNINSTALL = : | |||
| PRE_UNINSTALL = : | ||||
| POST_UNINSTALL = : | ||||
| subdir = src/syslinux/win | ||||
| DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am | ||||
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||||
| am__aclocal_m4_deps = $(top_srcdir)/configure.ac | ||||
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 | ||||
| 	$(ACLOCAL_M4) | ||||
| DIST_COMMON = $(srcdir)/Makefile.am | ||||
| mkinstalldirs = $(install_sh) -d | ||||
| CONFIG_CLEAN_FILES = | ||||
| CONFIG_CLEAN_VPATH_FILES = | ||||
|  | @ -109,7 +119,7 @@ am__v_at_0 = @ | |||
| am__v_at_1 =  | ||||
| DEFAULT_INCLUDES = -I.@am__isrc@ | ||||
| depcomp = | ||||
| am__depfiles_maybe = | ||||
| am__maybe_remake_depfiles = | ||||
| AM_V_lt = $(am__v_lt_@AM_V@) | ||||
| am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | ||||
| am__v_lt_0 = --silent | ||||
|  | @ -232,6 +242,7 @@ pdfdir = @pdfdir@ | |||
| prefix = @prefix@ | ||||
| program_transform_name = @program_transform_name@ | ||||
| psdir = @psdir@ | ||||
| runstatedir = @runstatedir@ | ||||
| sbindir = @sbindir@ | ||||
| sharedstatedir = @sharedstatedir@ | ||||
| srcdir = @srcdir@ | ||||
|  | @ -259,14 +270,13 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps) | |||
| 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/syslinux/win/Makefile'; \
 | ||||
| 	$(am__cd) $(top_srcdir) && \
 | ||||
| 	  $(AUTOMAKE) --foreign --ignore-deps src/syslinux/win/Makefile | ||||
| .PRECIOUS: Makefile | ||||
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||||
| 	@case '$?' in \
 | ||||
| 	  *config.status*) \
 | ||||
| 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 | ||||
| 	  *) \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 | ||||
| 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
 | ||||
| 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
 | ||||
| 	esac; | ||||
| 
 | ||||
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||||
|  | @ -471,6 +481,8 @@ uninstall-am: | |||
| 	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 | ||||
| 	uninstall-am | ||||
| 
 | ||||
| .PRECIOUS: Makefile | ||||
| 
 | ||||
| 
 | ||||
| # 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.
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue