udis86sx/udis86/tests/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
    50 build_triplet = @build@
    88 build_triplet = @build@
    51 host_triplet = @host@
    89 host_triplet = @host@
    52 check_PROGRAMS = symresolve$(EXEEXT) bufoverrun$(EXEEXT) \
    90 check_PROGRAMS = symresolve$(EXEEXT) bufoverrun$(EXEEXT) \
    53 	libcheck$(EXEEXT)
    91 	libcheck$(EXEEXT)
    54 subdir = tests
    92 subdir = tests
    55 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
       
    56 	$(srcdir)/difftest.sh.in $(top_srcdir)/build/depcomp
       
    57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    58 am__aclocal_m4_deps = $(top_srcdir)/build/m4/libtool.m4 \
    94 am__aclocal_m4_deps = $(top_srcdir)/build/m4/libtool.m4 \
    59 	$(top_srcdir)/build/m4/ltoptions.m4 \
    95 	$(top_srcdir)/build/m4/ltoptions.m4 \
    60 	$(top_srcdir)/build/m4/ltsugar.m4 \
    96 	$(top_srcdir)/build/m4/ltsugar.m4 \
    61 	$(top_srcdir)/build/m4/ltversion.m4 \
    97 	$(top_srcdir)/build/m4/ltversion.m4 \
    65 	$(top_srcdir)/m4/ax_prog_yasm_version.m4 \
   101 	$(top_srcdir)/m4/ax_prog_yasm_version.m4 \
    66 	$(top_srcdir)/m4/ax_with_prog.m4 \
   102 	$(top_srcdir)/m4/ax_with_prog.m4 \
    67 	$(top_srcdir)/m4/ax_with_python.m4 $(top_srcdir)/configure.ac
   103 	$(top_srcdir)/m4/ax_with_python.m4 $(top_srcdir)/configure.ac
    68 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   104 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    69 	$(ACLOCAL_M4)
   105 	$(ACLOCAL_M4)
       
   106 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    70 mkinstalldirs = $(install_sh) -d
   107 mkinstalldirs = $(install_sh) -d
    71 CONFIG_HEADER = $(top_builddir)/config.h
   108 CONFIG_HEADER = $(top_builddir)/config.h
    72 CONFIG_CLEAN_FILES = difftest.sh
   109 CONFIG_CLEAN_FILES = difftest.sh
    73 CONFIG_CLEAN_VPATH_FILES =
   110 CONFIG_CLEAN_VPATH_FILES =
    74 am_bufoverrun_OBJECTS = bufoverrun-bufoverrun.$(OBJEXT)
   111 am_bufoverrun_OBJECTS = bufoverrun-bufoverrun.$(OBJEXT)
   153   unique=`for i in $$list; do \
   190   unique=`for i in $$list; do \
   154     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   191     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   155   done | $(am__uniquify_input)`
   192   done | $(am__uniquify_input)`
   156 ETAGS = etags
   193 ETAGS = etags
   157 CTAGS = ctags
   194 CTAGS = ctags
       
   195 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/difftest.sh.in \
       
   196 	$(top_srcdir)/build/depcomp
   158 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   197 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   159 ACLOCAL = @ACLOCAL@
   198 ACLOCAL = @ACLOCAL@
   160 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
   199 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
   161 AMTAR = @AMTAR@
   200 AMTAR = @AMTAR@
   162 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
   201 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
   267 oldincludedir = @oldincludedir@
   306 oldincludedir = @oldincludedir@
   268 pdfdir = @pdfdir@
   307 pdfdir = @pdfdir@
   269 prefix = @prefix@
   308 prefix = @prefix@
   270 program_transform_name = @program_transform_name@
   309 program_transform_name = @program_transform_name@
   271 psdir = @psdir@
   310 psdir = @psdir@
       
   311 runstatedir = @runstatedir@
   272 sbindir = @sbindir@
   312 sbindir = @sbindir@
   273 sharedstatedir = @sharedstatedir@
   313 sharedstatedir = @sharedstatedir@
   274 srcdir = @srcdir@
   314 srcdir = @srcdir@
   275 sysconfdir = @sysconfdir@
   315 sysconfdir = @sysconfdir@
   276 target_alias = @target_alias@
   316 target_alias = @target_alias@
   321 	  esac; \
   361 	  esac; \
   322 	done; \
   362 	done; \
   323 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
   363 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
   324 	$(am__cd) $(top_srcdir) && \
   364 	$(am__cd) $(top_srcdir) && \
   325 	  $(AUTOMAKE) --foreign tests/Makefile
   365 	  $(AUTOMAKE) --foreign tests/Makefile
   326 .PRECIOUS: Makefile
       
   327 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   366 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
   328 	@case '$?' in \
   367 	@case '$?' in \
   329 	  *config.status*) \
   368 	  *config.status*) \
   330 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   369 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   331 	  *) \
   370 	  *) \
   350 	rm -f $$list || exit $$?; \
   389 	rm -f $$list || exit $$?; \
   351 	test -n "$(EXEEXT)" || exit 0; \
   390 	test -n "$(EXEEXT)" || exit 0; \
   352 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
   391 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
   353 	echo " rm -f" $$list; \
   392 	echo " rm -f" $$list; \
   354 	rm -f $$list
   393 	rm -f $$list
       
   394 
   355 bufoverrun$(EXEEXT): $(bufoverrun_OBJECTS) $(bufoverrun_DEPENDENCIES) $(EXTRA_bufoverrun_DEPENDENCIES) 
   395 bufoverrun$(EXEEXT): $(bufoverrun_OBJECTS) $(bufoverrun_DEPENDENCIES) $(EXTRA_bufoverrun_DEPENDENCIES) 
   356 	@rm -f bufoverrun$(EXEEXT)
   396 	@rm -f bufoverrun$(EXEEXT)
   357 	$(AM_V_CCLD)$(bufoverrun_LINK) $(bufoverrun_OBJECTS) $(bufoverrun_LDADD) $(LIBS)
   397 	$(AM_V_CCLD)$(bufoverrun_LINK) $(bufoverrun_OBJECTS) $(bufoverrun_LDADD) $(LIBS)
       
   398 
   358 libcheck$(EXEEXT): $(libcheck_OBJECTS) $(libcheck_DEPENDENCIES) $(EXTRA_libcheck_DEPENDENCIES) 
   399 libcheck$(EXEEXT): $(libcheck_OBJECTS) $(libcheck_DEPENDENCIES) $(EXTRA_libcheck_DEPENDENCIES) 
   359 	@rm -f libcheck$(EXEEXT)
   400 	@rm -f libcheck$(EXEEXT)
   360 	$(AM_V_CCLD)$(libcheck_LINK) $(libcheck_OBJECTS) $(libcheck_LDADD) $(LIBS)
   401 	$(AM_V_CCLD)$(libcheck_LINK) $(libcheck_OBJECTS) $(libcheck_LDADD) $(LIBS)
       
   402 
   361 symresolve$(EXEEXT): $(symresolve_OBJECTS) $(symresolve_DEPENDENCIES) $(EXTRA_symresolve_DEPENDENCIES) 
   403 symresolve$(EXEEXT): $(symresolve_OBJECTS) $(symresolve_DEPENDENCIES) $(EXTRA_symresolve_DEPENDENCIES) 
   362 	@rm -f symresolve$(EXEEXT)
   404 	@rm -f symresolve$(EXEEXT)
   363 	$(AM_V_CCLD)$(symresolve_LINK) $(symresolve_OBJECTS) $(symresolve_LDADD) $(LIBS)
   405 	$(AM_V_CCLD)$(symresolve_LINK) $(symresolve_OBJECTS) $(symresolve_LDADD) $(LIBS)
   364 
   406 
   365 mostlyclean-compile:
   407 mostlyclean-compile:
   375 .c.o:
   417 .c.o:
   376 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
   418 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
   377 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
   419 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
   378 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   420 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   379 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   421 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   380 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
   422 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
   381 
   423 
   382 .c.obj:
   424 .c.obj:
   383 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
   425 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
   384 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
   426 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
   385 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   427 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   386 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   428 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   387 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
   429 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
   388 
   430 
   389 .c.lo:
   431 .c.lo:
   390 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
   432 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
   391 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
   433 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
   392 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
   434 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
   646 	installcheck installcheck-am installcheck-local installdirs \
   688 	installcheck installcheck-am installcheck-local installdirs \
   647 	maintainer-clean maintainer-clean-generic mostlyclean \
   689 	maintainer-clean maintainer-clean-generic mostlyclean \
   648 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
   690 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
   649 	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
   691 	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
   650 
   692 
       
   693 .PRECIOUS: Makefile
       
   694 
   651 
   695 
   652 @HAVE_YASM_TRUE@tests: difftest test-buf-overrun test-sym-resolver test-libcheck
   696 @HAVE_YASM_TRUE@tests: difftest test-buf-overrun test-sym-resolver test-libcheck
   653 @HAVE_YASM_FALSE@tests: warn_no_yasm test-buf-overrun test-sym-resolver test-libcheck
   697 @HAVE_YASM_FALSE@tests: warn_no_yasm test-buf-overrun test-sym-resolver test-libcheck
   654 
   698 
   655 .PHONY: test-buf-overrun
   699 .PHONY: test-buf-overrun