udis86sx/udis86/docs/Makefile.in
changeset 11 cfe5c9d79fbc
parent 0 e4a716697bef
child 21 7d99b51b4784
equal deleted inserted replaced
10:588414eaacff 11:cfe5c9d79fbc
     1 # Makefile.in generated by automake 1.13.1 from Makefile.am.
     1 # Makefile.in generated by automake 1.15 from Makefile.am.
     2 # @configure_input@
     2 # @configure_input@
     3 
     3 
     4 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
     4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
     5 
     5 
     6 # This Makefile.in is free software; the Free Software Foundation
     6 # This Makefile.in is free software; the Free Software Foundation
     7 # gives unlimited permission to copy and/or distribute it,
     7 # gives unlimited permission to copy and/or distribute it,
     8 # with or without modifications, as long as this notice is preserved.
     8 # with or without modifications, as long as this notice is preserved.
     9 
     9 
    12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    13 # PARTICULAR PURPOSE.
    13 # PARTICULAR PURPOSE.
    14 
    14 
    15 @SET_MAKE@
    15 @SET_MAKE@
    16 VPATH = @srcdir@
    16 VPATH = @srcdir@
    17 am__make_dryrun = \
    17 am__is_gnu_make = { \
    18   { \
    18   if test -z '$(MAKELEVEL)'; then \
    19     am__dry=no; \
    19     false; \
       
    20   elif test -n '$(MAKE_HOST)'; then \
       
    21     true; \
       
    22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
       
    23     true; \
       
    24   else \
       
    25     false; \
       
    26   fi; \
       
    27 }
       
    28 am__make_running_with_option = \
       
    29   case $${target_option-} in \
       
    30       ?) ;; \
       
    31       *) echo "am__make_running_with_option: internal error: invalid" \
       
    32               "target option '$${target_option-}' specified" >&2; \
       
    33          exit 1;; \
       
    34   esac; \
       
    35   has_opt=no; \
       
    36   sane_makeflags=$$MAKEFLAGS; \
       
    37   if $(am__is_gnu_make); then \
       
    38     sane_makeflags=$$MFLAGS; \
       
    39   else \
    20     case $$MAKEFLAGS in \
    40     case $$MAKEFLAGS in \
    21       *\\[\ \	]*) \
    41       *\\[\ \	]*) \
    22         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
    42         bs=\\; \
    23           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
    43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    24       *) \
    44           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    25         for am__flg in $$MAKEFLAGS; do \
       
    26           case $$am__flg in \
       
    27             *=*|--*) ;; \
       
    28             *n*) am__dry=yes; break;; \
       
    29           esac; \
       
    30         done;; \
       
    31     esac; \
    45     esac; \
    32     test $$am__dry = yes; \
    46   fi; \
    33   }
    47   skip_next=no; \
       
    48   strip_trailopt () \
       
    49   { \
       
    50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
       
    51   }; \
       
    52   for flg in $$sane_makeflags; do \
       
    53     test $$skip_next = yes && { skip_next=no; continue; }; \
       
    54     case $$flg in \
       
    55       *=*|--*) continue;; \
       
    56         -*I) strip_trailopt 'I'; skip_next=yes;; \
       
    57       -*I?*) strip_trailopt 'I';; \
       
    58         -*O) strip_trailopt 'O'; skip_next=yes;; \
       
    59       -*O?*) strip_trailopt 'O';; \
       
    60         -*l) strip_trailopt 'l'; skip_next=yes;; \
       
    61       -*l?*) strip_trailopt 'l';; \
       
    62       -[dEDm]) skip_next=yes;; \
       
    63       -[JT]) skip_next=yes;; \
       
    64     esac; \
       
    65     case $$flg in \
       
    66       *$$target_option*) has_opt=yes; break;; \
       
    67     esac; \
       
    68   done; \
       
    69   test $$has_opt = yes
       
    70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
       
    71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    34 pkgdatadir = $(datadir)/@PACKAGE@
    72 pkgdatadir = $(datadir)/@PACKAGE@
    35 pkgincludedir = $(includedir)/@PACKAGE@
    73 pkgincludedir = $(includedir)/@PACKAGE@
    36 pkglibdir = $(libdir)/@PACKAGE@
    74 pkglibdir = $(libdir)/@PACKAGE@
    37 pkglibexecdir = $(libexecdir)/@PACKAGE@
    75 pkglibexecdir = $(libexecdir)/@PACKAGE@
    38 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
    48 PRE_UNINSTALL = :
    86 PRE_UNINSTALL = :
    49 POST_UNINSTALL = :
    87 POST_UNINSTALL = :
    50 build_triplet = @build@
    88 build_triplet = @build@
    51 host_triplet = @host@
    89 host_triplet = @host@
    52 subdir = docs
    90 subdir = docs
    53 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
       
    54 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    55 am__aclocal_m4_deps = $(top_srcdir)/build/m4/libtool.m4 \
    92 am__aclocal_m4_deps = $(top_srcdir)/build/m4/libtool.m4 \
    56 	$(top_srcdir)/build/m4/ltoptions.m4 \
    93 	$(top_srcdir)/build/m4/ltoptions.m4 \
    57 	$(top_srcdir)/build/m4/ltsugar.m4 \
    94 	$(top_srcdir)/build/m4/ltsugar.m4 \
    58 	$(top_srcdir)/build/m4/ltversion.m4 \
    95 	$(top_srcdir)/build/m4/ltversion.m4 \
    62 	$(top_srcdir)/m4/ax_prog_yasm_version.m4 \
    99 	$(top_srcdir)/m4/ax_prog_yasm_version.m4 \
    63 	$(top_srcdir)/m4/ax_with_prog.m4 \
   100 	$(top_srcdir)/m4/ax_with_prog.m4 \
    64 	$(top_srcdir)/m4/ax_with_python.m4 $(top_srcdir)/configure.ac
   101 	$(top_srcdir)/m4/ax_with_python.m4 $(top_srcdir)/configure.ac
    65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   102 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    66 	$(ACLOCAL_M4)
   103 	$(ACLOCAL_M4)
       
   104 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    67 mkinstalldirs = $(install_sh) -d
   105 mkinstalldirs = $(install_sh) -d
    68 CONFIG_HEADER = $(top_builddir)/config.h
   106 CONFIG_HEADER = $(top_builddir)/config.h
    69 CONFIG_CLEAN_FILES =
   107 CONFIG_CLEAN_FILES =
    70 CONFIG_CLEAN_VPATH_FILES =
   108 CONFIG_CLEAN_VPATH_FILES =
    71 AM_V_P = $(am__v_P_@AM_V@)
   109 AM_V_P = $(am__v_P_@AM_V@)
   121     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   159     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   122   done | $(am__uniquify_input)`
   160   done | $(am__uniquify_input)`
   123 ETAGS = etags
   161 ETAGS = etags
   124 CTAGS = ctags
   162 CTAGS = ctags
   125 DIST_SUBDIRS = $(SUBDIRS)
   163 DIST_SUBDIRS = $(SUBDIRS)
       
   164 am__DIST_COMMON = $(srcdir)/Makefile.in
   126 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   165 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   127 am__relativize = \
   166 am__relativize = \
   128   dir0=`pwd`; \
   167   dir0=`pwd`; \
   129   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
   168   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
   130   sed_rest='s,^[^/]*/*,,'; \
   169   sed_rest='s,^[^/]*/*,,'; \
   260 oldincludedir = @oldincludedir@
   299 oldincludedir = @oldincludedir@
   261 pdfdir = @pdfdir@
   300 pdfdir = @pdfdir@
   262 prefix = @prefix@
   301 prefix = @prefix@
   263 program_transform_name = @program_transform_name@
   302 program_transform_name = @program_transform_name@
   264 psdir = @psdir@
   303 psdir = @psdir@
       
   304 runstatedir = @runstatedir@
   265 sbindir = @sbindir@
   305 sbindir = @sbindir@
   266 sharedstatedir = @sharedstatedir@
   306 sharedstatedir = @sharedstatedir@
   267 srcdir = @srcdir@
   307 srcdir = @srcdir@
   268 sysconfdir = @sysconfdir@
   308 sysconfdir = @sysconfdir@
   269 target_alias = @target_alias@
   309 target_alias = @target_alias@
   285 	  esac; \
   325 	  esac; \
   286 	done; \
   326 	done; \
   287 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
   327 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
   288 	$(am__cd) $(top_srcdir) && \
   328 	$(am__cd) $(top_srcdir) && \
   289 	  $(AUTOMAKE) --foreign docs/Makefile
   329 	  $(AUTOMAKE) --foreign docs/Makefile
   290 .PRECIOUS: Makefile
       
   291 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   330 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   292 	@case '$?' in \
   331 	@case '$?' in \
   293 	  *config.status*) \
   332 	  *config.status*) \
   294 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   333 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   295 	  *) \
   334 	  *) \
   317 # To change the values of 'make' variables: instead of editing Makefiles,
   356 # To change the values of 'make' variables: instead of editing Makefiles,
   318 # (1) if the variable is set in 'config.status', edit 'config.status'
   357 # (1) if the variable is set in 'config.status', edit 'config.status'
   319 #     (which will cause the Makefiles to be regenerated when you run 'make');
   358 #     (which will cause the Makefiles to be regenerated when you run 'make');
   320 # (2) otherwise, pass the desired values on the 'make' command line.
   359 # (2) otherwise, pass the desired values on the 'make' command line.
   321 $(am__recursive_targets):
   360 $(am__recursive_targets):
   322 	@fail= failcom='exit 1'; \
   361 	@fail=; \
   323 	for f in x $$MAKEFLAGS; do \
   362 	if $(am__make_keepgoing); then \
   324 	  case $$f in \
   363 	  failcom='fail=yes'; \
   325 	    *=* | --[!k]*);; \
   364 	else \
   326 	    *k*) failcom='fail=yes';; \
   365 	  failcom='exit 1'; \
   327 	  esac; \
   366 	fi; \
   328 	done; \
       
   329 	dot_seen=no; \
   367 	dot_seen=no; \
   330 	target=`echo $@ | sed s/-recursive//`; \
   368 	target=`echo $@ | sed s/-recursive//`; \
   331 	case "$@" in \
   369 	case "$@" in \
   332 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
   370 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
   333 	  *) list='$(SUBDIRS)' ;; \
   371 	  *) list='$(SUBDIRS)' ;; \
   582 	install-strip installcheck installcheck-am installdirs \
   620 	install-strip installcheck installcheck-am installdirs \
   583 	installdirs-am maintainer-clean maintainer-clean-generic \
   621 	installdirs-am maintainer-clean maintainer-clean-generic \
   584 	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
   622 	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
   585 	ps ps-am tags tags-am uninstall uninstall-am
   623 	ps ps-am tags tags-am uninstall uninstall-am
   586 
   624 
       
   625 .PRECIOUS: Makefile
       
   626 
   587 
   627 
   588 # Tell versions [3.59,3.63) of GNU make to not export all variables.
   628 # Tell versions [3.59,3.63) of GNU make to not export all variables.
   589 # Otherwise a system limit (for SysV at least) may be exceeded.
   629 # Otherwise a system limit (for SysV at least) may be exceeded.
   590 .NOEXPORT:
   630 .NOEXPORT: