# Makefile.in generated by automake 1.14.1 from Makefile.am.
# Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994-2013 Free Software Foundation, Inc.

# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.




am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
am__make_running_with_option = \
  case $${target_option-} in \
      ?) ;; \
      *) echo "am__make_running_with_option: internal error: invalid" \
              "target option '$${target_option-}' specified" >&2; \
         exit 1;; \
  esac; \
  has_opt=no; \
  sane_makeflags=$$MAKEFLAGS; \
  if $(am__is_gnu_make); then \
    sane_makeflags=$$MFLAGS; \
  else \
    case $$MAKEFLAGS in \
      *\\[\ \	]*) \
        bs=\\; \
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    esac; \
  fi; \
  skip_next=no; \
  strip_trailopt () \
  { \
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  }; \
  for flg in $$sane_makeflags; do \
    test $$skip_next = yes && { skip_next=no; continue; }; \
    case $$flg in \
      *=*|--*) continue;; \
        -*I) strip_trailopt 'I'; skip_next=yes;; \
      -*I?*) strip_trailopt 'I';; \
        -*O) strip_trailopt 'O'; skip_next=yes;; \
      -*O?*) strip_trailopt 'O';; \
        -*l) strip_trailopt 'l'; skip_next=yes;; \
      -*l?*) strip_trailopt 'l';; \
      -[dEDm]) skip_next=yes;; \
      -[JT]) skip_next=yes;; \
    esac; \
    case $$flg in \
      *$$target_option*) has_opt=yes; break;; \
    esac; \
  done; \
  test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/cpuminer-opt
pkgincludedir = $(includedir)/cpuminer-opt
pkglibdir = $(libdir)/cpuminer-opt
pkglibexecdir = $(libexecdir)/cpuminer-opt
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = x86_64-unknown-linux-gnu
host_triplet = x86_64-unknown-linux-gnu
target_triplet = x86_64-unknown-linux-gnu
bin_PROGRAMS = cpuminer$(EXEEXT)
am__append_1 = asm/neoscrypt_asm.S
#am__append_2 = asm/sha2-x86.S asm/scrypt-x86.S asm/aesb-x86.S
am__append_3 = asm/sha2-x64.S asm/scrypt-x64.S asm/aesb-x64.S
#am__append_4 = asm/sha2-arm.S asm/scrypt-arm.S
#am__append_5 = -DNOASM
#am__append_6 = compat/winansi.c
#am__append_7 = -Wl,--stack,10485760
subdir = .
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
	$(top_srcdir)/configure $(am__configure_deps) \
	$(srcdir)/cpuminer-config.h.in depcomp $(dist_man_MANS) \
	AUTHORS COPYING ChangeLog compile config.guess config.sub \
	install-sh missing
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)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = cpuminer-config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
PROGRAMS = $(bin_PROGRAMS)
am__cpuminer_SOURCES_DIST = cpu-miner.c util.c uint256.cpp api.c \
	sysinfos.c algo-gate-api.c algo/groestl/sph_groestl.c \
	algo/skein/sph_skein.c algo/bmw/sph_bmw.c \
	algo/shavite/sph_shavite.c algo/shavite/shavite.c \
	algo/echo/sph_echo.c algo/blake/sph_blake.c \
	algo/blake/sph_blake2b.c algo/heavy/sph_hefty1.c \
	algo/blake/mod_blakecoin.c algo/luffa/sph_luffa.c \
	algo/cubehash/sph_cubehash.c algo/simd/sph_simd.c \
	algo/hamsi/sph_hamsi.c algo/fugue/sph_fugue.c \
	algo/gost/sph_gost.c algo/jh/sph_jh.c algo/keccak/sph_keccak.c \
	algo/keccak/keccak.c algo/sha/sph_sha2.c \
	algo/sha/sph_sha2big.c algo/shabal/sph_shabal.c \
	algo/whirlpool/sph_whirlpool.c crypto/blake2s.c \
	crypto/oaes_lib.c crypto/c_keccak.c crypto/c_groestl.c \
	crypto/c_blake256.c crypto/c_jh.c crypto/c_skein.c \
	crypto/hash.c crypto/aesb.c crypto/magimath.cpp \
	algo/argon2/argon2a.c algo/argon2/ar2/argon2.c \
	algo/argon2/ar2/opt.c algo/argon2/ar2/cores.c \
	algo/argon2/ar2/ar2-scrypt-jane.c algo/argon2/ar2/blake2b.c \
	algo/axiom.c algo/blake/blake.c algo/blake/blake2b.c \
	algo/blake/blake2s.c algo/blake/blakecoin.c \
	algo/blake/decred.c algo/blake/pentablake.c algo/bmw/bmw256.c \
	algo/cubehash/sse2/cubehash_sse2.c \
	algo/cryptonight/cryptolight.c \
	algo/cryptonight/cryptonight-common.c \
	algo/cryptonight/cryptonight-aesni.c \
	algo/cryptonight/cryptonight.c algo/drop.c \
	algo/echo/aes_ni/hash.c algo/fresh.c algo/groestl/groestl.c \
	algo/groestl/myr-groestl.c algo/groestl/aes_ni/hash-groestl.c \
	algo/groestl/aes_ni/hash-groestl256.c algo/haval/haval.c \
	algo/heavy/heavy.c algo/heavy/bastion.c algo/hmq1725.c \
	algo/hodl/aes.c algo/hodl/hodl-gate.c algo/hodl/hodl-wolf.c \
	algo/hodl/sha512_avx.c algo/hodl/sha512_avx2.c algo/jh/jha.c \
	algo/lbry.c algo/luffa/luffa.c \
	algo/luffa/sse2/luffa_for_sse2.c algo/lyra2/lyra2.c \
	algo/lyra2/sponge.c algo/lyra2/lyra2rev2.c \
	algo/lyra2/lyra2re.c algo/lyra2/zcoin.c algo/lyra2/lyra2z330.c \
	algo/keccak/sse2/keccak.c algo/m7m.c algo/neoscrypt.c \
	algo/nist5.c algo/pluck.c algo/quark/quark.c \
	algo/qubit/qubit.c algo/qubit/deep.c algo/ripemd/sph_ripemd.c \
	algo/scrypt.c algo/scryptjane/scrypt-jane.c algo/sha/sha2.c \
	algo/sha/sha256t.c algo/simd/sse2/nist.c \
	algo/simd/sse2/vector.c algo/skein/skein.c algo/skein/skein2.c \
	algo/s3.c algo/tiger/sph_tiger.c algo/timetravel.c \
	algo/timetravel10.c algo/veltor.c algo/whirlpool/whirlpool.c \
	algo/whirlpool/whirlpoolx.c algo/x11/x11.c algo/x11/x11evo.c \
	algo/x11/x11gost.c algo/x11/c11.c algo/x13/x13.c \
	algo/x14/x14.c algo/x15/x15.c algo/x17/x17.c algo/xevan.c \
	algo/yescrypt/yescrypt.c algo/yescrypt/yescrypt-common.c \
	algo/yescrypt/sha256_Y.c algo/yescrypt/yescrypt-simd.c \
	algo/zr5.c asm/neoscrypt_asm.S asm/sha2-x86.S asm/scrypt-x86.S \
	asm/aesb-x86.S asm/sha2-x64.S asm/scrypt-x64.S asm/aesb-x64.S \
	asm/sha2-arm.S asm/scrypt-arm.S compat/winansi.c
am__dirstamp = $(am__leading_dot)dirstamp
am__objects_1 = asm/cpuminer-neoscrypt_asm.$(OBJEXT)
#am__objects_2 =  \
#	asm/cpuminer-sha2-x86.$(OBJEXT) \
#	asm/cpuminer-scrypt-x86.$(OBJEXT) \
#	asm/cpuminer-aesb-x86.$(OBJEXT)
am__objects_3 = asm/cpuminer-sha2-x64.$(OBJEXT) \
	asm/cpuminer-scrypt-x64.$(OBJEXT) \
	asm/cpuminer-aesb-x64.$(OBJEXT)
#am__objects_4 =  \
#	asm/cpuminer-sha2-arm.$(OBJEXT) \
#	asm/cpuminer-scrypt-arm.$(OBJEXT)
#am__objects_5 = compat/cpuminer-winansi.$(OBJEXT)
am_cpuminer_OBJECTS = cpuminer-cpu-miner.$(OBJEXT) \
	cpuminer-util.$(OBJEXT) cpuminer-uint256.$(OBJEXT) \
	cpuminer-api.$(OBJEXT) cpuminer-sysinfos.$(OBJEXT) \
	cpuminer-algo-gate-api.$(OBJEXT) \
	algo/groestl/cpuminer-sph_groestl.$(OBJEXT) \
	algo/skein/cpuminer-sph_skein.$(OBJEXT) \
	algo/bmw/cpuminer-sph_bmw.$(OBJEXT) \
	algo/shavite/cpuminer-sph_shavite.$(OBJEXT) \
	algo/shavite/cpuminer-shavite.$(OBJEXT) \
	algo/echo/cpuminer-sph_echo.$(OBJEXT) \
	algo/blake/cpuminer-sph_blake.$(OBJEXT) \
	algo/blake/cpuminer-sph_blake2b.$(OBJEXT) \
	algo/heavy/cpuminer-sph_hefty1.$(OBJEXT) \
	algo/blake/cpuminer-mod_blakecoin.$(OBJEXT) \
	algo/luffa/cpuminer-sph_luffa.$(OBJEXT) \
	algo/cubehash/cpuminer-sph_cubehash.$(OBJEXT) \
	algo/simd/cpuminer-sph_simd.$(OBJEXT) \
	algo/hamsi/cpuminer-sph_hamsi.$(OBJEXT) \
	algo/fugue/cpuminer-sph_fugue.$(OBJEXT) \
	algo/gost/cpuminer-sph_gost.$(OBJEXT) \
	algo/jh/cpuminer-sph_jh.$(OBJEXT) \
	algo/keccak/cpuminer-sph_keccak.$(OBJEXT) \
	algo/keccak/cpuminer-keccak.$(OBJEXT) \
	algo/sha/cpuminer-sph_sha2.$(OBJEXT) \
	algo/sha/cpuminer-sph_sha2big.$(OBJEXT) \
	algo/shabal/cpuminer-sph_shabal.$(OBJEXT) \
	algo/whirlpool/cpuminer-sph_whirlpool.$(OBJEXT) \
	crypto/cpuminer-blake2s.$(OBJEXT) \
	crypto/cpuminer-oaes_lib.$(OBJEXT) \
	crypto/cpuminer-c_keccak.$(OBJEXT) \
	crypto/cpuminer-c_groestl.$(OBJEXT) \
	crypto/cpuminer-c_blake256.$(OBJEXT) \
	crypto/cpuminer-c_jh.$(OBJEXT) \
	crypto/cpuminer-c_skein.$(OBJEXT) \
	crypto/cpuminer-hash.$(OBJEXT) crypto/cpuminer-aesb.$(OBJEXT) \
	crypto/cpuminer-magimath.$(OBJEXT) \
	algo/argon2/cpuminer-argon2a.$(OBJEXT) \
	algo/argon2/ar2/cpuminer-argon2.$(OBJEXT) \
	algo/argon2/ar2/cpuminer-opt.$(OBJEXT) \
	algo/argon2/ar2/cpuminer-cores.$(OBJEXT) \
	algo/argon2/ar2/cpuminer-ar2-scrypt-jane.$(OBJEXT) \
	algo/argon2/ar2/cpuminer-blake2b.$(OBJEXT) \
	algo/cpuminer-axiom.$(OBJEXT) \
	algo/blake/cpuminer-blake.$(OBJEXT) \
	algo/blake/cpuminer-blake2b.$(OBJEXT) \
	algo/blake/cpuminer-blake2s.$(OBJEXT) \
	algo/blake/cpuminer-blakecoin.$(OBJEXT) \
	algo/blake/cpuminer-decred.$(OBJEXT) \
	algo/blake/cpuminer-pentablake.$(OBJEXT) \
	algo/bmw/cpuminer-bmw256.$(OBJEXT) \
	algo/cubehash/sse2/cpuminer-cubehash_sse2.$(OBJEXT) \
	algo/cryptonight/cpuminer-cryptolight.$(OBJEXT) \
	algo/cryptonight/cpuminer-cryptonight-common.$(OBJEXT) \
	algo/cryptonight/cpuminer-cryptonight-aesni.$(OBJEXT) \
	algo/cryptonight/cpuminer-cryptonight.$(OBJEXT) \
	algo/cpuminer-drop.$(OBJEXT) \
	algo/echo/aes_ni/cpuminer-hash.$(OBJEXT) \
	algo/cpuminer-fresh.$(OBJEXT) \
	algo/groestl/cpuminer-groestl.$(OBJEXT) \
	algo/groestl/cpuminer-myr-groestl.$(OBJEXT) \
	algo/groestl/aes_ni/cpuminer-hash-groestl.$(OBJEXT) \
	algo/groestl/aes_ni/cpuminer-hash-groestl256.$(OBJEXT) \
	algo/haval/cpuminer-haval.$(OBJEXT) \
	algo/heavy/cpuminer-heavy.$(OBJEXT) \
	algo/heavy/cpuminer-bastion.$(OBJEXT) \
	algo/cpuminer-hmq1725.$(OBJEXT) \
	algo/hodl/cpuminer-aes.$(OBJEXT) \
	algo/hodl/cpuminer-hodl-gate.$(OBJEXT) \
	algo/hodl/cpuminer-hodl-wolf.$(OBJEXT) \
	algo/hodl/cpuminer-sha512_avx.$(OBJEXT) \
	algo/hodl/cpuminer-sha512_avx2.$(OBJEXT) \
	algo/jh/cpuminer-jha.$(OBJEXT) algo/cpuminer-lbry.$(OBJEXT) \
	algo/luffa/cpuminer-luffa.$(OBJEXT) \
	algo/luffa/sse2/cpuminer-luffa_for_sse2.$(OBJEXT) \
	algo/lyra2/cpuminer-lyra2.$(OBJEXT) \
	algo/lyra2/cpuminer-sponge.$(OBJEXT) \
	algo/lyra2/cpuminer-lyra2rev2.$(OBJEXT) \
	algo/lyra2/cpuminer-lyra2re.$(OBJEXT) \
	algo/lyra2/cpuminer-zcoin.$(OBJEXT) \
	algo/lyra2/cpuminer-lyra2z330.$(OBJEXT) \
	algo/keccak/sse2/cpuminer-keccak.$(OBJEXT) \
	algo/cpuminer-m7m.$(OBJEXT) algo/cpuminer-neoscrypt.$(OBJEXT) \
	algo/cpuminer-nist5.$(OBJEXT) algo/cpuminer-pluck.$(OBJEXT) \
	algo/quark/cpuminer-quark.$(OBJEXT) \
	algo/qubit/cpuminer-qubit.$(OBJEXT) \
	algo/qubit/cpuminer-deep.$(OBJEXT) \
	algo/ripemd/cpuminer-sph_ripemd.$(OBJEXT) \
	algo/cpuminer-scrypt.$(OBJEXT) \
	algo/scryptjane/cpuminer-scrypt-jane.$(OBJEXT) \
	algo/sha/cpuminer-sha2.$(OBJEXT) \
	algo/sha/cpuminer-sha256t.$(OBJEXT) \
	algo/simd/sse2/cpuminer-nist.$(OBJEXT) \
	algo/simd/sse2/cpuminer-vector.$(OBJEXT) \
	algo/skein/cpuminer-skein.$(OBJEXT) \
	algo/skein/cpuminer-skein2.$(OBJEXT) \
	algo/cpuminer-s3.$(OBJEXT) \
	algo/tiger/cpuminer-sph_tiger.$(OBJEXT) \
	algo/cpuminer-timetravel.$(OBJEXT) \
	algo/cpuminer-timetravel10.$(OBJEXT) \
	algo/cpuminer-veltor.$(OBJEXT) \
	algo/whirlpool/cpuminer-whirlpool.$(OBJEXT) \
	algo/whirlpool/cpuminer-whirlpoolx.$(OBJEXT) \
	algo/x11/cpuminer-x11.$(OBJEXT) \
	algo/x11/cpuminer-x11evo.$(OBJEXT) \
	algo/x11/cpuminer-x11gost.$(OBJEXT) \
	algo/x11/cpuminer-c11.$(OBJEXT) \
	algo/x13/cpuminer-x13.$(OBJEXT) \
	algo/x14/cpuminer-x14.$(OBJEXT) \
	algo/x15/cpuminer-x15.$(OBJEXT) \
	algo/x17/cpuminer-x17.$(OBJEXT) algo/cpuminer-xevan.$(OBJEXT) \
	algo/yescrypt/cpuminer-yescrypt.$(OBJEXT) \
	algo/yescrypt/cpuminer-yescrypt-common.$(OBJEXT) \
	algo/yescrypt/cpuminer-sha256_Y.$(OBJEXT) \
	algo/yescrypt/cpuminer-yescrypt-simd.$(OBJEXT) \
	algo/cpuminer-zr5.$(OBJEXT) $(am__objects_1) $(am__objects_2) \
	$(am__objects_3) $(am__objects_4) $(am__objects_5)
cpuminer_OBJECTS = $(am_cpuminer_OBJECTS)
cpuminer_DEPENDENCIES =
cpuminer_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
	$(cpuminer_LDFLAGS) $(LDFLAGS) -o $@
AM_V_P = $(am__v_P_$(V))
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_$(V))
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
am__v_GEN_0 = @echo "  GEN     " $@;
am__v_GEN_1 = 
AM_V_at = $(am__v_at_$(V))
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
am__v_at_0 = @
am__v_at_1 = 
DEFAULT_INCLUDES = -I.
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f
AM_V_lt = $(am__v_lt_$(V))
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
am__v_lt_0 = --silent
am__v_lt_1 = 
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
AM_V_CPPAS = $(am__v_CPPAS_$(V))
am__v_CPPAS_ = $(am__v_CPPAS_$(AM_DEFAULT_VERBOSITY))
am__v_CPPAS_0 = @echo "  CPPAS   " $@;
am__v_CPPAS_1 = 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
AM_V_CC = $(am__v_CC_$(V))
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
am__v_CC_0 = @echo "  CC      " $@;
am__v_CC_1 = 
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
AM_V_CCLD = $(am__v_CCLD_$(V))
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
am__v_CCLD_0 = @echo "  CCLD    " $@;
am__v_CCLD_1 = 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
AM_V_CXX = $(am__v_CXX_$(V))
am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
am__v_CXX_0 = @echo "  CXX     " $@;
am__v_CXX_1 = 
CXXLD = $(CXX)
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
	-o $@
AM_V_CXXLD = $(am__v_CXXLD_$(V))
am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
am__v_CXXLD_0 = @echo "  CXXLD   " $@;
am__v_CXXLD_1 = 
SOURCES = $(cpuminer_SOURCES)
DIST_SOURCES = $(am__cpuminer_SOURCES_DIST)
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
	ctags-recursive dvi-recursive html-recursive info-recursive \
	install-data-recursive install-dvi-recursive \
	install-exec-recursive install-html-recursive \
	install-info-recursive install-pdf-recursive \
	install-ps-recursive install-recursive installcheck-recursive \
	installdirs-recursive pdf-recursive ps-recursive \
	tags-recursive uninstall-recursive
am__can_run_installinfo = \
  case $$AM_UPDATE_INFO_DIR in \
    n|no|NO) false;; \
    *) (install-info --version) >/dev/null 2>&1;; \
  esac
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    *) f=$$p;; \
  esac;
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
  for p in $$list; do echo "$$p $$p"; done | \
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    if (++n[$$2] == $(am__install_max)) \
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    END { for (dir in files) print dir, files[dir] }'
am__base_list = \
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir = { \
  test -z "$$files" \
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
         $(am__cd) "$$dir" && rm -f $$files; }; \
  }
man1dir = $(mandir)/man1
NROFF = nroff
MANS = $(dist_man_MANS)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
  distclean-recursive maintainer-clean-recursive
am__recursive_targets = \
  $(RECURSIVE_TARGETS) \
  $(RECURSIVE_CLEAN_TARGETS) \
  $(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
	cscope distdir dist dist-all distcheck
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
	$(LISP)cpuminer-config.h.in
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates.  Input order is
# *not* preserved.
am__uniquify_input = $(AWK) '\
  BEGIN { nonempty = 0; } \
  { items[$$0] = 1; nonempty = 1; } \
  END { if (nonempty) { for (i in items) print i; }; } \
'
# Make sure the list of sources is unique.  This is necessary because,
# e.g., the same source file might be shared among _SOURCES variables
# for different programs/libraries.
am__define_uniq_tagged_files = \
  list='$(am__tagged_files)'; \
  unique=`for i in $$list; do \
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
am__remove_distdir = \
  if test -d "$(distdir)"; then \
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
      && rm -rf "$(distdir)" \
      || { sleep 5 && rm -rf "$(distdir)"; }; \
  else :; fi
am__post_remove_distdir = $(am__remove_distdir)
am__relativize = \
  dir0=`pwd`; \
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  sed_rest='s,^[^/]*/*,,'; \
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  sed_butlast='s,/*[^/]*$$,,'; \
  while test -n "$$dir1"; do \
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    if test "$$first" != "."; then \
      if test "$$first" = ".."; then \
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
      else \
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
        if test "$$first2" = "$$first"; then \
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
        else \
          dir2="../$$dir2"; \
        fi; \
        dir0="$$dir0"/"$$first"; \
      fi; \
    fi; \
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  done; \
  reldir="$$dir2"
DIST_ARCHIVES = $(distdir).tar.gz
GZIP_ENV = --best
DIST_TARGETS = dist-gzip
distuninstallcheck_listfiles = find . -type f -print
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
distcleancheck_listfiles = find . -type f -print
ACLOCAL = ${SHELL} /home/wareck/cpuminer-opt/missing aclocal-1.14
ALLOCA = 
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1
AUTOCONF = ${SHELL} /home/wareck/cpuminer-opt/missing autoconf
AUTOHEADER = ${SHELL} /home/wareck/cpuminer-opt/missing autoheader
AUTOMAKE = ${SHELL} /home/wareck/cpuminer-opt/missing automake-1.14
AWK = gawk
CC = gcc -std=gnu99
CCAS = gcc -std=gnu99
CCASDEPMODE = depmode=gcc3
CCASFLAGS = -O3 -march=native -Wall
CCDEPMODE = depmode=gcc3
CFLAGS = -O3 -march=native -Wall  -Iyes/include
CPP = gcc -std=gnu99 -E
CPPFLAGS =   -Iyes/include
CXX = g++
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -O3 -march=native -Wall -std=gnu++11
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
ECHO_C = 
ECHO_N = -n
ECHO_T = 
EGREP = /bin/grep -E
EXEEXT = 
GREP = /bin/grep
INSTALL = /usr/bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
JANSSON_LIBS = -ljansson
LDFLAGS =   -Lyes/lib 
LIBCURL = -lcurl -lz
LIBCURL_CFLAGS =  -Iyes/include
LIBCURL_CPPFLAGS =  -Iyes/include
LIBOBJS = 
LIBS = 
LTLIBOBJS = 
MAINT = #
MAKEINFO = ${SHELL} /home/wareck/cpuminer-opt/missing makeinfo
MKDIR_P = /bin/mkdir -p
OBJEXT = o
PACKAGE = cpuminer-opt
PACKAGE_BUGREPORT = 
PACKAGE_NAME = cpuminer-opt
PACKAGE_STRING = cpuminer-opt 3.6.5
PACKAGE_TARNAME = cpuminer-opt
PACKAGE_URL = 
PACKAGE_VERSION = 3.6.5
PATH_SEPARATOR = :
PTHREAD_FLAGS = 
PTHREAD_LIBS = -lpthread
RANLIB = ranlib
SET_MAKE = 
SHELL = /bin/bash
STRIP = 
VERSION = 3.6.5
WS2_LIBS = 
abs_builddir = /home/wareck/cpuminer-opt
abs_srcdir = /home/wareck/cpuminer-opt
abs_top_builddir = /home/wareck/cpuminer-opt
abs_top_srcdir = /home/wareck/cpuminer-opt
ac_ct_CC = gcc
ac_ct_CXX = g++
am__include = include
am__leading_dot = .
am__quote = 
am__tar = $${TAR-tar} chof - "$$tardir"
am__untar = $${TAR-tar} xf -
bindir = ${exec_prefix}/bin
build = x86_64-unknown-linux-gnu
build_alias = 
build_cpu = x86_64
build_os = linux-gnu
build_vendor = unknown
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = ${prefix}
host = x86_64-unknown-linux-gnu
host_alias = 
host_cpu = x86_64
host_os = linux-gnu
host_vendor = unknown
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = ${SHELL} /home/wareck/cpuminer-opt/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
localstatedir = ${prefix}/var
mandir = ${datarootdir}/man
mkdir_p = $(MKDIR_P)
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /usr/local
program_transform_name = s,x,x,
psdir = ${docdir}
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
srcdir = .
sysconfdir = ${prefix}/etc
target = x86_64-unknown-linux-gnu
target_alias = 
target_cpu = x86_64
target_os = linux-gnu
target_vendor = unknown
top_build_prefix = 
top_builddir = .
top_srcdir = .
JANSSON_INCLUDES = 
#JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson
EXTRA_DIST = example-cfg.json nomacro.pl
SUBDIRS = compat
ALL_INCLUDES =  -fno-strict-aliasing $(JANSSON_INCLUDES) -I.
dist_man_MANS = cpuminer.1
cpuminer_SOURCES = cpu-miner.c util.c uint256.cpp api.c sysinfos.c \
	algo-gate-api.c algo/groestl/sph_groestl.c \
	algo/skein/sph_skein.c algo/bmw/sph_bmw.c \
	algo/shavite/sph_shavite.c algo/shavite/shavite.c \
	algo/echo/sph_echo.c algo/blake/sph_blake.c \
	algo/blake/sph_blake2b.c algo/heavy/sph_hefty1.c \
	algo/blake/mod_blakecoin.c algo/luffa/sph_luffa.c \
	algo/cubehash/sph_cubehash.c algo/simd/sph_simd.c \
	algo/hamsi/sph_hamsi.c algo/fugue/sph_fugue.c \
	algo/gost/sph_gost.c algo/jh/sph_jh.c algo/keccak/sph_keccak.c \
	algo/keccak/keccak.c algo/sha/sph_sha2.c \
	algo/sha/sph_sha2big.c algo/shabal/sph_shabal.c \
	algo/whirlpool/sph_whirlpool.c crypto/blake2s.c \
	crypto/oaes_lib.c crypto/c_keccak.c crypto/c_groestl.c \
	crypto/c_blake256.c crypto/c_jh.c crypto/c_skein.c \
	crypto/hash.c crypto/aesb.c crypto/magimath.cpp \
	algo/argon2/argon2a.c algo/argon2/ar2/argon2.c \
	algo/argon2/ar2/opt.c algo/argon2/ar2/cores.c \
	algo/argon2/ar2/ar2-scrypt-jane.c algo/argon2/ar2/blake2b.c \
	algo/axiom.c algo/blake/blake.c algo/blake/blake2b.c \
	algo/blake/blake2s.c algo/blake/blakecoin.c \
	algo/blake/decred.c algo/blake/pentablake.c algo/bmw/bmw256.c \
	algo/cubehash/sse2/cubehash_sse2.c \
	algo/cryptonight/cryptolight.c \
	algo/cryptonight/cryptonight-common.c \
	algo/cryptonight/cryptonight-aesni.c \
	algo/cryptonight/cryptonight.c algo/drop.c \
	algo/echo/aes_ni/hash.c algo/fresh.c algo/groestl/groestl.c \
	algo/groestl/myr-groestl.c algo/groestl/aes_ni/hash-groestl.c \
	algo/groestl/aes_ni/hash-groestl256.c algo/haval/haval.c \
	algo/heavy/heavy.c algo/heavy/bastion.c algo/hmq1725.c \
	algo/hodl/aes.c algo/hodl/hodl-gate.c algo/hodl/hodl-wolf.c \
	algo/hodl/sha512_avx.c algo/hodl/sha512_avx2.c algo/jh/jha.c \
	algo/lbry.c algo/luffa/luffa.c \
	algo/luffa/sse2/luffa_for_sse2.c algo/lyra2/lyra2.c \
	algo/lyra2/sponge.c algo/lyra2/lyra2rev2.c \
	algo/lyra2/lyra2re.c algo/lyra2/zcoin.c algo/lyra2/lyra2z330.c \
	algo/keccak/sse2/keccak.c algo/m7m.c algo/neoscrypt.c \
	algo/nist5.c algo/pluck.c algo/quark/quark.c \
	algo/qubit/qubit.c algo/qubit/deep.c algo/ripemd/sph_ripemd.c \
	algo/scrypt.c algo/scryptjane/scrypt-jane.c algo/sha/sha2.c \
	algo/sha/sha256t.c algo/simd/sse2/nist.c \
	algo/simd/sse2/vector.c algo/skein/skein.c algo/skein/skein2.c \
	algo/s3.c algo/tiger/sph_tiger.c algo/timetravel.c \
	algo/timetravel10.c algo/veltor.c algo/whirlpool/whirlpool.c \
	algo/whirlpool/whirlpoolx.c algo/x11/x11.c algo/x11/x11evo.c \
	algo/x11/x11gost.c algo/x11/c11.c algo/x13/x13.c \
	algo/x14/x14.c algo/x15/x15.c algo/x17/x17.c algo/xevan.c \
	algo/yescrypt/yescrypt.c algo/yescrypt/yescrypt-common.c \
	algo/yescrypt/sha256_Y.c algo/yescrypt/yescrypt-simd.c \
	algo/zr5.c $(am__append_1) $(am__append_2) $(am__append_3) \
	$(am__append_4) $(am__append_6)
disable_flags = $(am__append_5)
cpuminer_LDFLAGS =   -Lyes/lib 
cpuminer_LDADD = -lcurl -lz -ljansson -lpthread  -lssl -lcrypto -lgmp
cpuminer_CPPFLAGS =  -Iyes/include $(ALL_INCLUDES)
cpuminer_CFLAGS = -Wno-pointer-sign -Wno-pointer-to-int-cast \
	$(disable_flags) $(am__append_7)

# use to profile an object
# gprof_cflags = -pg -g3
# cpuminer_LDFLAGS += -pg
# cpuminer_CFLAGS += -fno-inline-functions -static

# copy/paste from generated Makefile
#common_ccflags = $(DEFS) $(ALL_INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS)
all: cpuminer-config.h
	$(MAKE) $(AM_MAKEFLAGS) all-recursive

.SUFFIXES:
.SUFFIXES: .S .c .cpp .o .obj
am--refresh: Makefile
	@:
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
		&& exit 0; \
	      exit 1;; \
	  esac; \
	done; \
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
	$(am__cd) $(top_srcdir) && \
	  $(AUTOMAKE) --foreign 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);; \
	esac;

$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
	$(SHELL) ./config.status --recheck

$(top_srcdir)/configure: # $(am__configure_deps)
	$(am__cd) $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
$(am__aclocal_m4_deps):

cpuminer-config.h: stamp-h1
	@test -f $@ || rm -f stamp-h1
	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1

stamp-h1: $(srcdir)/cpuminer-config.h.in $(top_builddir)/config.status
	@rm -f stamp-h1
	cd $(top_builddir) && $(SHELL) ./config.status cpuminer-config.h
$(srcdir)/cpuminer-config.h.in: # $(am__configure_deps) 
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
	rm -f stamp-h1
	touch $@

distclean-hdr:
	-rm -f cpuminer-config.h stamp-h1
install-binPROGRAMS: $(bin_PROGRAMS)
	@$(NORMAL_INSTALL)
	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
	fi; \
	for p in $$list; do echo "$$p $$p"; done | \
	sed 's/$(EXEEXT)$$//' | \
	while read p p1; do if test -f $$p \
	  ; then echo "$$p"; echo "$$p"; else :; fi; \
	done | \
	sed -e 'p;s,.*/,,;n;h' \
	    -e 's|.*|.|' \
	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
	sed 'N;N;N;s,\n, ,g' | \
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
	    else { print "f", $$3 "/" $$4, $$1; } } \
	  END { for (d in files) print "f", d, files[d] }' | \
	while read type dir files; do \
	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
	    test -z "$$files" || { \
	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
	    } \
	; done

uninstall-binPROGRAMS:
	@$(NORMAL_UNINSTALL)
	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
	files=`for p in $$list; do echo "$$p"; done | \
	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
	      -e 's/$$/$(EXEEXT)/' \
	`; \
	test -n "$$list" || exit 0; \
	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
	cd "$(DESTDIR)$(bindir)" && rm -f $$files

clean-binPROGRAMS:
	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
algo/groestl/$(am__dirstamp):
	@$(MKDIR_P) algo/groestl
	@: > algo/groestl/$(am__dirstamp)
algo/groestl/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/groestl/$(DEPDIR)
	@: > algo/groestl/$(DEPDIR)/$(am__dirstamp)
algo/groestl/cpuminer-sph_groestl.$(OBJEXT):  \
	algo/groestl/$(am__dirstamp) \
	algo/groestl/$(DEPDIR)/$(am__dirstamp)
algo/skein/$(am__dirstamp):
	@$(MKDIR_P) algo/skein
	@: > algo/skein/$(am__dirstamp)
algo/skein/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/skein/$(DEPDIR)
	@: > algo/skein/$(DEPDIR)/$(am__dirstamp)
algo/skein/cpuminer-sph_skein.$(OBJEXT): algo/skein/$(am__dirstamp) \
	algo/skein/$(DEPDIR)/$(am__dirstamp)
algo/bmw/$(am__dirstamp):
	@$(MKDIR_P) algo/bmw
	@: > algo/bmw/$(am__dirstamp)
algo/bmw/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/bmw/$(DEPDIR)
	@: > algo/bmw/$(DEPDIR)/$(am__dirstamp)
algo/bmw/cpuminer-sph_bmw.$(OBJEXT): algo/bmw/$(am__dirstamp) \
	algo/bmw/$(DEPDIR)/$(am__dirstamp)
algo/shavite/$(am__dirstamp):
	@$(MKDIR_P) algo/shavite
	@: > algo/shavite/$(am__dirstamp)
algo/shavite/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/shavite/$(DEPDIR)
	@: > algo/shavite/$(DEPDIR)/$(am__dirstamp)
algo/shavite/cpuminer-sph_shavite.$(OBJEXT):  \
	algo/shavite/$(am__dirstamp) \
	algo/shavite/$(DEPDIR)/$(am__dirstamp)
algo/shavite/cpuminer-shavite.$(OBJEXT): algo/shavite/$(am__dirstamp) \
	algo/shavite/$(DEPDIR)/$(am__dirstamp)
algo/echo/$(am__dirstamp):
	@$(MKDIR_P) algo/echo
	@: > algo/echo/$(am__dirstamp)
algo/echo/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/echo/$(DEPDIR)
	@: > algo/echo/$(DEPDIR)/$(am__dirstamp)
algo/echo/cpuminer-sph_echo.$(OBJEXT): algo/echo/$(am__dirstamp) \
	algo/echo/$(DEPDIR)/$(am__dirstamp)
algo/blake/$(am__dirstamp):
	@$(MKDIR_P) algo/blake
	@: > algo/blake/$(am__dirstamp)
algo/blake/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/blake/$(DEPDIR)
	@: > algo/blake/$(DEPDIR)/$(am__dirstamp)
algo/blake/cpuminer-sph_blake.$(OBJEXT): algo/blake/$(am__dirstamp) \
	algo/blake/$(DEPDIR)/$(am__dirstamp)
algo/blake/cpuminer-sph_blake2b.$(OBJEXT): algo/blake/$(am__dirstamp) \
	algo/blake/$(DEPDIR)/$(am__dirstamp)
algo/heavy/$(am__dirstamp):
	@$(MKDIR_P) algo/heavy
	@: > algo/heavy/$(am__dirstamp)
algo/heavy/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/heavy/$(DEPDIR)
	@: > algo/heavy/$(DEPDIR)/$(am__dirstamp)
algo/heavy/cpuminer-sph_hefty1.$(OBJEXT): algo/heavy/$(am__dirstamp) \
	algo/heavy/$(DEPDIR)/$(am__dirstamp)
algo/blake/cpuminer-mod_blakecoin.$(OBJEXT):  \
	algo/blake/$(am__dirstamp) \
	algo/blake/$(DEPDIR)/$(am__dirstamp)
algo/luffa/$(am__dirstamp):
	@$(MKDIR_P) algo/luffa
	@: > algo/luffa/$(am__dirstamp)
algo/luffa/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/luffa/$(DEPDIR)
	@: > algo/luffa/$(DEPDIR)/$(am__dirstamp)
algo/luffa/cpuminer-sph_luffa.$(OBJEXT): algo/luffa/$(am__dirstamp) \
	algo/luffa/$(DEPDIR)/$(am__dirstamp)
algo/cubehash/$(am__dirstamp):
	@$(MKDIR_P) algo/cubehash
	@: > algo/cubehash/$(am__dirstamp)
algo/cubehash/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/cubehash/$(DEPDIR)
	@: > algo/cubehash/$(DEPDIR)/$(am__dirstamp)
algo/cubehash/cpuminer-sph_cubehash.$(OBJEXT):  \
	algo/cubehash/$(am__dirstamp) \
	algo/cubehash/$(DEPDIR)/$(am__dirstamp)
algo/simd/$(am__dirstamp):
	@$(MKDIR_P) algo/simd
	@: > algo/simd/$(am__dirstamp)
algo/simd/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/simd/$(DEPDIR)
	@: > algo/simd/$(DEPDIR)/$(am__dirstamp)
algo/simd/cpuminer-sph_simd.$(OBJEXT): algo/simd/$(am__dirstamp) \
	algo/simd/$(DEPDIR)/$(am__dirstamp)
algo/hamsi/$(am__dirstamp):
	@$(MKDIR_P) algo/hamsi
	@: > algo/hamsi/$(am__dirstamp)
algo/hamsi/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/hamsi/$(DEPDIR)
	@: > algo/hamsi/$(DEPDIR)/$(am__dirstamp)
algo/hamsi/cpuminer-sph_hamsi.$(OBJEXT): algo/hamsi/$(am__dirstamp) \
	algo/hamsi/$(DEPDIR)/$(am__dirstamp)
algo/fugue/$(am__dirstamp):
	@$(MKDIR_P) algo/fugue
	@: > algo/fugue/$(am__dirstamp)
algo/fugue/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/fugue/$(DEPDIR)
	@: > algo/fugue/$(DEPDIR)/$(am__dirstamp)
algo/fugue/cpuminer-sph_fugue.$(OBJEXT): algo/fugue/$(am__dirstamp) \
	algo/fugue/$(DEPDIR)/$(am__dirstamp)
algo/gost/$(am__dirstamp):
	@$(MKDIR_P) algo/gost
	@: > algo/gost/$(am__dirstamp)
algo/gost/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/gost/$(DEPDIR)
	@: > algo/gost/$(DEPDIR)/$(am__dirstamp)
algo/gost/cpuminer-sph_gost.$(OBJEXT): algo/gost/$(am__dirstamp) \
	algo/gost/$(DEPDIR)/$(am__dirstamp)
algo/jh/$(am__dirstamp):
	@$(MKDIR_P) algo/jh
	@: > algo/jh/$(am__dirstamp)
algo/jh/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/jh/$(DEPDIR)
	@: > algo/jh/$(DEPDIR)/$(am__dirstamp)
algo/jh/cpuminer-sph_jh.$(OBJEXT): algo/jh/$(am__dirstamp) \
	algo/jh/$(DEPDIR)/$(am__dirstamp)
algo/keccak/$(am__dirstamp):
	@$(MKDIR_P) algo/keccak
	@: > algo/keccak/$(am__dirstamp)
algo/keccak/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/keccak/$(DEPDIR)
	@: > algo/keccak/$(DEPDIR)/$(am__dirstamp)
algo/keccak/cpuminer-sph_keccak.$(OBJEXT):  \
	algo/keccak/$(am__dirstamp) \
	algo/keccak/$(DEPDIR)/$(am__dirstamp)
algo/keccak/cpuminer-keccak.$(OBJEXT): algo/keccak/$(am__dirstamp) \
	algo/keccak/$(DEPDIR)/$(am__dirstamp)
algo/sha/$(am__dirstamp):
	@$(MKDIR_P) algo/sha
	@: > algo/sha/$(am__dirstamp)
algo/sha/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/sha/$(DEPDIR)
	@: > algo/sha/$(DEPDIR)/$(am__dirstamp)
algo/sha/cpuminer-sph_sha2.$(OBJEXT): algo/sha/$(am__dirstamp) \
	algo/sha/$(DEPDIR)/$(am__dirstamp)
algo/sha/cpuminer-sph_sha2big.$(OBJEXT): algo/sha/$(am__dirstamp) \
	algo/sha/$(DEPDIR)/$(am__dirstamp)
algo/shabal/$(am__dirstamp):
	@$(MKDIR_P) algo/shabal
	@: > algo/shabal/$(am__dirstamp)
algo/shabal/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/shabal/$(DEPDIR)
	@: > algo/shabal/$(DEPDIR)/$(am__dirstamp)
algo/shabal/cpuminer-sph_shabal.$(OBJEXT):  \
	algo/shabal/$(am__dirstamp) \
	algo/shabal/$(DEPDIR)/$(am__dirstamp)
algo/whirlpool/$(am__dirstamp):
	@$(MKDIR_P) algo/whirlpool
	@: > algo/whirlpool/$(am__dirstamp)
algo/whirlpool/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/whirlpool/$(DEPDIR)
	@: > algo/whirlpool/$(DEPDIR)/$(am__dirstamp)
algo/whirlpool/cpuminer-sph_whirlpool.$(OBJEXT):  \
	algo/whirlpool/$(am__dirstamp) \
	algo/whirlpool/$(DEPDIR)/$(am__dirstamp)
crypto/$(am__dirstamp):
	@$(MKDIR_P) crypto
	@: > crypto/$(am__dirstamp)
crypto/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) crypto/$(DEPDIR)
	@: > crypto/$(DEPDIR)/$(am__dirstamp)
crypto/cpuminer-blake2s.$(OBJEXT): crypto/$(am__dirstamp) \
	crypto/$(DEPDIR)/$(am__dirstamp)
crypto/cpuminer-oaes_lib.$(OBJEXT): crypto/$(am__dirstamp) \
	crypto/$(DEPDIR)/$(am__dirstamp)
crypto/cpuminer-c_keccak.$(OBJEXT): crypto/$(am__dirstamp) \
	crypto/$(DEPDIR)/$(am__dirstamp)
crypto/cpuminer-c_groestl.$(OBJEXT): crypto/$(am__dirstamp) \
	crypto/$(DEPDIR)/$(am__dirstamp)
crypto/cpuminer-c_blake256.$(OBJEXT): crypto/$(am__dirstamp) \
	crypto/$(DEPDIR)/$(am__dirstamp)
crypto/cpuminer-c_jh.$(OBJEXT): crypto/$(am__dirstamp) \
	crypto/$(DEPDIR)/$(am__dirstamp)
crypto/cpuminer-c_skein.$(OBJEXT): crypto/$(am__dirstamp) \
	crypto/$(DEPDIR)/$(am__dirstamp)
crypto/cpuminer-hash.$(OBJEXT): crypto/$(am__dirstamp) \
	crypto/$(DEPDIR)/$(am__dirstamp)
crypto/cpuminer-aesb.$(OBJEXT): crypto/$(am__dirstamp) \
	crypto/$(DEPDIR)/$(am__dirstamp)
crypto/cpuminer-magimath.$(OBJEXT): crypto/$(am__dirstamp) \
	crypto/$(DEPDIR)/$(am__dirstamp)
algo/argon2/$(am__dirstamp):
	@$(MKDIR_P) algo/argon2
	@: > algo/argon2/$(am__dirstamp)
algo/argon2/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/argon2/$(DEPDIR)
	@: > algo/argon2/$(DEPDIR)/$(am__dirstamp)
algo/argon2/cpuminer-argon2a.$(OBJEXT): algo/argon2/$(am__dirstamp) \
	algo/argon2/$(DEPDIR)/$(am__dirstamp)
algo/argon2/ar2/$(am__dirstamp):
	@$(MKDIR_P) algo/argon2/ar2
	@: > algo/argon2/ar2/$(am__dirstamp)
algo/argon2/ar2/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/argon2/ar2/$(DEPDIR)
	@: > algo/argon2/ar2/$(DEPDIR)/$(am__dirstamp)
algo/argon2/ar2/cpuminer-argon2.$(OBJEXT):  \
	algo/argon2/ar2/$(am__dirstamp) \
	algo/argon2/ar2/$(DEPDIR)/$(am__dirstamp)
algo/argon2/ar2/cpuminer-opt.$(OBJEXT):  \
	algo/argon2/ar2/$(am__dirstamp) \
	algo/argon2/ar2/$(DEPDIR)/$(am__dirstamp)
algo/argon2/ar2/cpuminer-cores.$(OBJEXT):  \
	algo/argon2/ar2/$(am__dirstamp) \
	algo/argon2/ar2/$(DEPDIR)/$(am__dirstamp)
algo/argon2/ar2/cpuminer-ar2-scrypt-jane.$(OBJEXT):  \
	algo/argon2/ar2/$(am__dirstamp) \
	algo/argon2/ar2/$(DEPDIR)/$(am__dirstamp)
algo/argon2/ar2/cpuminer-blake2b.$(OBJEXT):  \
	algo/argon2/ar2/$(am__dirstamp) \
	algo/argon2/ar2/$(DEPDIR)/$(am__dirstamp)
algo/$(am__dirstamp):
	@$(MKDIR_P) algo
	@: > algo/$(am__dirstamp)
algo/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/$(DEPDIR)
	@: > algo/$(DEPDIR)/$(am__dirstamp)
algo/cpuminer-axiom.$(OBJEXT): algo/$(am__dirstamp) \
	algo/$(DEPDIR)/$(am__dirstamp)
algo/blake/cpuminer-blake.$(OBJEXT): algo/blake/$(am__dirstamp) \
	algo/blake/$(DEPDIR)/$(am__dirstamp)
algo/blake/cpuminer-blake2b.$(OBJEXT): algo/blake/$(am__dirstamp) \
	algo/blake/$(DEPDIR)/$(am__dirstamp)
algo/blake/cpuminer-blake2s.$(OBJEXT): algo/blake/$(am__dirstamp) \
	algo/blake/$(DEPDIR)/$(am__dirstamp)
algo/blake/cpuminer-blakecoin.$(OBJEXT): algo/blake/$(am__dirstamp) \
	algo/blake/$(DEPDIR)/$(am__dirstamp)
algo/blake/cpuminer-decred.$(OBJEXT): algo/blake/$(am__dirstamp) \
	algo/blake/$(DEPDIR)/$(am__dirstamp)
algo/blake/cpuminer-pentablake.$(OBJEXT): algo/blake/$(am__dirstamp) \
	algo/blake/$(DEPDIR)/$(am__dirstamp)
algo/bmw/cpuminer-bmw256.$(OBJEXT): algo/bmw/$(am__dirstamp) \
	algo/bmw/$(DEPDIR)/$(am__dirstamp)
algo/cubehash/sse2/$(am__dirstamp):
	@$(MKDIR_P) algo/cubehash/sse2
	@: > algo/cubehash/sse2/$(am__dirstamp)
algo/cubehash/sse2/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/cubehash/sse2/$(DEPDIR)
	@: > algo/cubehash/sse2/$(DEPDIR)/$(am__dirstamp)
algo/cubehash/sse2/cpuminer-cubehash_sse2.$(OBJEXT):  \
	algo/cubehash/sse2/$(am__dirstamp) \
	algo/cubehash/sse2/$(DEPDIR)/$(am__dirstamp)
algo/cryptonight/$(am__dirstamp):
	@$(MKDIR_P) algo/cryptonight
	@: > algo/cryptonight/$(am__dirstamp)
algo/cryptonight/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/cryptonight/$(DEPDIR)
	@: > algo/cryptonight/$(DEPDIR)/$(am__dirstamp)
algo/cryptonight/cpuminer-cryptolight.$(OBJEXT):  \
	algo/cryptonight/$(am__dirstamp) \
	algo/cryptonight/$(DEPDIR)/$(am__dirstamp)
algo/cryptonight/cpuminer-cryptonight-common.$(OBJEXT):  \
	algo/cryptonight/$(am__dirstamp) \
	algo/cryptonight/$(DEPDIR)/$(am__dirstamp)
algo/cryptonight/cpuminer-cryptonight-aesni.$(OBJEXT):  \
	algo/cryptonight/$(am__dirstamp) \
	algo/cryptonight/$(DEPDIR)/$(am__dirstamp)
algo/cryptonight/cpuminer-cryptonight.$(OBJEXT):  \
	algo/cryptonight/$(am__dirstamp) \
	algo/cryptonight/$(DEPDIR)/$(am__dirstamp)
algo/cpuminer-drop.$(OBJEXT): algo/$(am__dirstamp) \
	algo/$(DEPDIR)/$(am__dirstamp)
algo/echo/aes_ni/$(am__dirstamp):
	@$(MKDIR_P) algo/echo/aes_ni
	@: > algo/echo/aes_ni/$(am__dirstamp)
algo/echo/aes_ni/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/echo/aes_ni/$(DEPDIR)
	@: > algo/echo/aes_ni/$(DEPDIR)/$(am__dirstamp)
algo/echo/aes_ni/cpuminer-hash.$(OBJEXT):  \
	algo/echo/aes_ni/$(am__dirstamp) \
	algo/echo/aes_ni/$(DEPDIR)/$(am__dirstamp)
algo/cpuminer-fresh.$(OBJEXT): algo/$(am__dirstamp) \
	algo/$(DEPDIR)/$(am__dirstamp)
algo/groestl/cpuminer-groestl.$(OBJEXT): algo/groestl/$(am__dirstamp) \
	algo/groestl/$(DEPDIR)/$(am__dirstamp)
algo/groestl/cpuminer-myr-groestl.$(OBJEXT):  \
	algo/groestl/$(am__dirstamp) \
	algo/groestl/$(DEPDIR)/$(am__dirstamp)
algo/groestl/aes_ni/$(am__dirstamp):
	@$(MKDIR_P) algo/groestl/aes_ni
	@: > algo/groestl/aes_ni/$(am__dirstamp)
algo/groestl/aes_ni/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/groestl/aes_ni/$(DEPDIR)
	@: > algo/groestl/aes_ni/$(DEPDIR)/$(am__dirstamp)
algo/groestl/aes_ni/cpuminer-hash-groestl.$(OBJEXT):  \
	algo/groestl/aes_ni/$(am__dirstamp) \
	algo/groestl/aes_ni/$(DEPDIR)/$(am__dirstamp)
algo/groestl/aes_ni/cpuminer-hash-groestl256.$(OBJEXT):  \
	algo/groestl/aes_ni/$(am__dirstamp) \
	algo/groestl/aes_ni/$(DEPDIR)/$(am__dirstamp)
algo/haval/$(am__dirstamp):
	@$(MKDIR_P) algo/haval
	@: > algo/haval/$(am__dirstamp)
algo/haval/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/haval/$(DEPDIR)
	@: > algo/haval/$(DEPDIR)/$(am__dirstamp)
algo/haval/cpuminer-haval.$(OBJEXT): algo/haval/$(am__dirstamp) \
	algo/haval/$(DEPDIR)/$(am__dirstamp)
algo/heavy/cpuminer-heavy.$(OBJEXT): algo/heavy/$(am__dirstamp) \
	algo/heavy/$(DEPDIR)/$(am__dirstamp)
algo/heavy/cpuminer-bastion.$(OBJEXT): algo/heavy/$(am__dirstamp) \
	algo/heavy/$(DEPDIR)/$(am__dirstamp)
algo/cpuminer-hmq1725.$(OBJEXT): algo/$(am__dirstamp) \
	algo/$(DEPDIR)/$(am__dirstamp)
algo/hodl/$(am__dirstamp):
	@$(MKDIR_P) algo/hodl
	@: > algo/hodl/$(am__dirstamp)
algo/hodl/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/hodl/$(DEPDIR)
	@: > algo/hodl/$(DEPDIR)/$(am__dirstamp)
algo/hodl/cpuminer-aes.$(OBJEXT): algo/hodl/$(am__dirstamp) \
	algo/hodl/$(DEPDIR)/$(am__dirstamp)
algo/hodl/cpuminer-hodl-gate.$(OBJEXT): algo/hodl/$(am__dirstamp) \
	algo/hodl/$(DEPDIR)/$(am__dirstamp)
algo/hodl/cpuminer-hodl-wolf.$(OBJEXT): algo/hodl/$(am__dirstamp) \
	algo/hodl/$(DEPDIR)/$(am__dirstamp)
algo/hodl/cpuminer-sha512_avx.$(OBJEXT): algo/hodl/$(am__dirstamp) \
	algo/hodl/$(DEPDIR)/$(am__dirstamp)
algo/hodl/cpuminer-sha512_avx2.$(OBJEXT): algo/hodl/$(am__dirstamp) \
	algo/hodl/$(DEPDIR)/$(am__dirstamp)
algo/jh/cpuminer-jha.$(OBJEXT): algo/jh/$(am__dirstamp) \
	algo/jh/$(DEPDIR)/$(am__dirstamp)
algo/cpuminer-lbry.$(OBJEXT): algo/$(am__dirstamp) \
	algo/$(DEPDIR)/$(am__dirstamp)
algo/luffa/cpuminer-luffa.$(OBJEXT): algo/luffa/$(am__dirstamp) \
	algo/luffa/$(DEPDIR)/$(am__dirstamp)
algo/luffa/sse2/$(am__dirstamp):
	@$(MKDIR_P) algo/luffa/sse2
	@: > algo/luffa/sse2/$(am__dirstamp)
algo/luffa/sse2/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/luffa/sse2/$(DEPDIR)
	@: > algo/luffa/sse2/$(DEPDIR)/$(am__dirstamp)
algo/luffa/sse2/cpuminer-luffa_for_sse2.$(OBJEXT):  \
	algo/luffa/sse2/$(am__dirstamp) \
	algo/luffa/sse2/$(DEPDIR)/$(am__dirstamp)
algo/lyra2/$(am__dirstamp):
	@$(MKDIR_P) algo/lyra2
	@: > algo/lyra2/$(am__dirstamp)
algo/lyra2/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/lyra2/$(DEPDIR)
	@: > algo/lyra2/$(DEPDIR)/$(am__dirstamp)
algo/lyra2/cpuminer-lyra2.$(OBJEXT): algo/lyra2/$(am__dirstamp) \
	algo/lyra2/$(DEPDIR)/$(am__dirstamp)
algo/lyra2/cpuminer-sponge.$(OBJEXT): algo/lyra2/$(am__dirstamp) \
	algo/lyra2/$(DEPDIR)/$(am__dirstamp)
algo/lyra2/cpuminer-lyra2rev2.$(OBJEXT): algo/lyra2/$(am__dirstamp) \
	algo/lyra2/$(DEPDIR)/$(am__dirstamp)
algo/lyra2/cpuminer-lyra2re.$(OBJEXT): algo/lyra2/$(am__dirstamp) \
	algo/lyra2/$(DEPDIR)/$(am__dirstamp)
algo/lyra2/cpuminer-zcoin.$(OBJEXT): algo/lyra2/$(am__dirstamp) \
	algo/lyra2/$(DEPDIR)/$(am__dirstamp)
algo/lyra2/cpuminer-lyra2z330.$(OBJEXT): algo/lyra2/$(am__dirstamp) \
	algo/lyra2/$(DEPDIR)/$(am__dirstamp)
algo/keccak/sse2/$(am__dirstamp):
	@$(MKDIR_P) algo/keccak/sse2
	@: > algo/keccak/sse2/$(am__dirstamp)
algo/keccak/sse2/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/keccak/sse2/$(DEPDIR)
	@: > algo/keccak/sse2/$(DEPDIR)/$(am__dirstamp)
algo/keccak/sse2/cpuminer-keccak.$(OBJEXT):  \
	algo/keccak/sse2/$(am__dirstamp) \
	algo/keccak/sse2/$(DEPDIR)/$(am__dirstamp)
algo/cpuminer-m7m.$(OBJEXT): algo/$(am__dirstamp) \
	algo/$(DEPDIR)/$(am__dirstamp)
algo/cpuminer-neoscrypt.$(OBJEXT): algo/$(am__dirstamp) \
	algo/$(DEPDIR)/$(am__dirstamp)
algo/cpuminer-nist5.$(OBJEXT): algo/$(am__dirstamp) \
	algo/$(DEPDIR)/$(am__dirstamp)
algo/cpuminer-pluck.$(OBJEXT): algo/$(am__dirstamp) \
	algo/$(DEPDIR)/$(am__dirstamp)
algo/quark/$(am__dirstamp):
	@$(MKDIR_P) algo/quark
	@: > algo/quark/$(am__dirstamp)
algo/quark/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/quark/$(DEPDIR)
	@: > algo/quark/$(DEPDIR)/$(am__dirstamp)
algo/quark/cpuminer-quark.$(OBJEXT): algo/quark/$(am__dirstamp) \
	algo/quark/$(DEPDIR)/$(am__dirstamp)
algo/qubit/$(am__dirstamp):
	@$(MKDIR_P) algo/qubit
	@: > algo/qubit/$(am__dirstamp)
algo/qubit/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/qubit/$(DEPDIR)
	@: > algo/qubit/$(DEPDIR)/$(am__dirstamp)
algo/qubit/cpuminer-qubit.$(OBJEXT): algo/qubit/$(am__dirstamp) \
	algo/qubit/$(DEPDIR)/$(am__dirstamp)
algo/qubit/cpuminer-deep.$(OBJEXT): algo/qubit/$(am__dirstamp) \
	algo/qubit/$(DEPDIR)/$(am__dirstamp)
algo/ripemd/$(am__dirstamp):
	@$(MKDIR_P) algo/ripemd
	@: > algo/ripemd/$(am__dirstamp)
algo/ripemd/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/ripemd/$(DEPDIR)
	@: > algo/ripemd/$(DEPDIR)/$(am__dirstamp)
algo/ripemd/cpuminer-sph_ripemd.$(OBJEXT):  \
	algo/ripemd/$(am__dirstamp) \
	algo/ripemd/$(DEPDIR)/$(am__dirstamp)
algo/cpuminer-scrypt.$(OBJEXT): algo/$(am__dirstamp) \
	algo/$(DEPDIR)/$(am__dirstamp)
algo/scryptjane/$(am__dirstamp):
	@$(MKDIR_P) algo/scryptjane
	@: > algo/scryptjane/$(am__dirstamp)
algo/scryptjane/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/scryptjane/$(DEPDIR)
	@: > algo/scryptjane/$(DEPDIR)/$(am__dirstamp)
algo/scryptjane/cpuminer-scrypt-jane.$(OBJEXT):  \
	algo/scryptjane/$(am__dirstamp) \
	algo/scryptjane/$(DEPDIR)/$(am__dirstamp)
algo/sha/cpuminer-sha2.$(OBJEXT): algo/sha/$(am__dirstamp) \
	algo/sha/$(DEPDIR)/$(am__dirstamp)
algo/sha/cpuminer-sha256t.$(OBJEXT): algo/sha/$(am__dirstamp) \
	algo/sha/$(DEPDIR)/$(am__dirstamp)
algo/simd/sse2/$(am__dirstamp):
	@$(MKDIR_P) algo/simd/sse2
	@: > algo/simd/sse2/$(am__dirstamp)
algo/simd/sse2/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/simd/sse2/$(DEPDIR)
	@: > algo/simd/sse2/$(DEPDIR)/$(am__dirstamp)
algo/simd/sse2/cpuminer-nist.$(OBJEXT):  \
	algo/simd/sse2/$(am__dirstamp) \
	algo/simd/sse2/$(DEPDIR)/$(am__dirstamp)
algo/simd/sse2/cpuminer-vector.$(OBJEXT):  \
	algo/simd/sse2/$(am__dirstamp) \
	algo/simd/sse2/$(DEPDIR)/$(am__dirstamp)
algo/skein/cpuminer-skein.$(OBJEXT): algo/skein/$(am__dirstamp) \
	algo/skein/$(DEPDIR)/$(am__dirstamp)
algo/skein/cpuminer-skein2.$(OBJEXT): algo/skein/$(am__dirstamp) \
	algo/skein/$(DEPDIR)/$(am__dirstamp)
algo/cpuminer-s3.$(OBJEXT): algo/$(am__dirstamp) \
	algo/$(DEPDIR)/$(am__dirstamp)
algo/tiger/$(am__dirstamp):
	@$(MKDIR_P) algo/tiger
	@: > algo/tiger/$(am__dirstamp)
algo/tiger/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/tiger/$(DEPDIR)
	@: > algo/tiger/$(DEPDIR)/$(am__dirstamp)
algo/tiger/cpuminer-sph_tiger.$(OBJEXT): algo/tiger/$(am__dirstamp) \
	algo/tiger/$(DEPDIR)/$(am__dirstamp)
algo/cpuminer-timetravel.$(OBJEXT): algo/$(am__dirstamp) \
	algo/$(DEPDIR)/$(am__dirstamp)
algo/cpuminer-timetravel10.$(OBJEXT): algo/$(am__dirstamp) \
	algo/$(DEPDIR)/$(am__dirstamp)
algo/cpuminer-veltor.$(OBJEXT): algo/$(am__dirstamp) \
	algo/$(DEPDIR)/$(am__dirstamp)
algo/whirlpool/cpuminer-whirlpool.$(OBJEXT):  \
	algo/whirlpool/$(am__dirstamp) \
	algo/whirlpool/$(DEPDIR)/$(am__dirstamp)
algo/whirlpool/cpuminer-whirlpoolx.$(OBJEXT):  \
	algo/whirlpool/$(am__dirstamp) \
	algo/whirlpool/$(DEPDIR)/$(am__dirstamp)
algo/x11/$(am__dirstamp):
	@$(MKDIR_P) algo/x11
	@: > algo/x11/$(am__dirstamp)
algo/x11/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/x11/$(DEPDIR)
	@: > algo/x11/$(DEPDIR)/$(am__dirstamp)
algo/x11/cpuminer-x11.$(OBJEXT): algo/x11/$(am__dirstamp) \
	algo/x11/$(DEPDIR)/$(am__dirstamp)
algo/x11/cpuminer-x11evo.$(OBJEXT): algo/x11/$(am__dirstamp) \
	algo/x11/$(DEPDIR)/$(am__dirstamp)
algo/x11/cpuminer-x11gost.$(OBJEXT): algo/x11/$(am__dirstamp) \
	algo/x11/$(DEPDIR)/$(am__dirstamp)
algo/x11/cpuminer-c11.$(OBJEXT): algo/x11/$(am__dirstamp) \
	algo/x11/$(DEPDIR)/$(am__dirstamp)
algo/x13/$(am__dirstamp):
	@$(MKDIR_P) algo/x13
	@: > algo/x13/$(am__dirstamp)
algo/x13/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/x13/$(DEPDIR)
	@: > algo/x13/$(DEPDIR)/$(am__dirstamp)
algo/x13/cpuminer-x13.$(OBJEXT): algo/x13/$(am__dirstamp) \
	algo/x13/$(DEPDIR)/$(am__dirstamp)
algo/x14/$(am__dirstamp):
	@$(MKDIR_P) algo/x14
	@: > algo/x14/$(am__dirstamp)
algo/x14/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/x14/$(DEPDIR)
	@: > algo/x14/$(DEPDIR)/$(am__dirstamp)
algo/x14/cpuminer-x14.$(OBJEXT): algo/x14/$(am__dirstamp) \
	algo/x14/$(DEPDIR)/$(am__dirstamp)
algo/x15/$(am__dirstamp):
	@$(MKDIR_P) algo/x15
	@: > algo/x15/$(am__dirstamp)
algo/x15/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/x15/$(DEPDIR)
	@: > algo/x15/$(DEPDIR)/$(am__dirstamp)
algo/x15/cpuminer-x15.$(OBJEXT): algo/x15/$(am__dirstamp) \
	algo/x15/$(DEPDIR)/$(am__dirstamp)
algo/x17/$(am__dirstamp):
	@$(MKDIR_P) algo/x17
	@: > algo/x17/$(am__dirstamp)
algo/x17/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/x17/$(DEPDIR)
	@: > algo/x17/$(DEPDIR)/$(am__dirstamp)
algo/x17/cpuminer-x17.$(OBJEXT): algo/x17/$(am__dirstamp) \
	algo/x17/$(DEPDIR)/$(am__dirstamp)
algo/cpuminer-xevan.$(OBJEXT): algo/$(am__dirstamp) \
	algo/$(DEPDIR)/$(am__dirstamp)
algo/yescrypt/$(am__dirstamp):
	@$(MKDIR_P) algo/yescrypt
	@: > algo/yescrypt/$(am__dirstamp)
algo/yescrypt/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) algo/yescrypt/$(DEPDIR)
	@: > algo/yescrypt/$(DEPDIR)/$(am__dirstamp)
algo/yescrypt/cpuminer-yescrypt.$(OBJEXT):  \
	algo/yescrypt/$(am__dirstamp) \
	algo/yescrypt/$(DEPDIR)/$(am__dirstamp)
algo/yescrypt/cpuminer-yescrypt-common.$(OBJEXT):  \
	algo/yescrypt/$(am__dirstamp) \
	algo/yescrypt/$(DEPDIR)/$(am__dirstamp)
algo/yescrypt/cpuminer-sha256_Y.$(OBJEXT):  \
	algo/yescrypt/$(am__dirstamp) \
	algo/yescrypt/$(DEPDIR)/$(am__dirstamp)
algo/yescrypt/cpuminer-yescrypt-simd.$(OBJEXT):  \
	algo/yescrypt/$(am__dirstamp) \
	algo/yescrypt/$(DEPDIR)/$(am__dirstamp)
algo/cpuminer-zr5.$(OBJEXT): algo/$(am__dirstamp) \
	algo/$(DEPDIR)/$(am__dirstamp)
asm/$(am__dirstamp):
	@$(MKDIR_P) asm
	@: > asm/$(am__dirstamp)
asm/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) asm/$(DEPDIR)
	@: > asm/$(DEPDIR)/$(am__dirstamp)
asm/cpuminer-neoscrypt_asm.$(OBJEXT): asm/$(am__dirstamp) \
	asm/$(DEPDIR)/$(am__dirstamp)
asm/cpuminer-sha2-x86.$(OBJEXT): asm/$(am__dirstamp) \
	asm/$(DEPDIR)/$(am__dirstamp)
asm/cpuminer-scrypt-x86.$(OBJEXT): asm/$(am__dirstamp) \
	asm/$(DEPDIR)/$(am__dirstamp)
asm/cpuminer-aesb-x86.$(OBJEXT): asm/$(am__dirstamp) \
	asm/$(DEPDIR)/$(am__dirstamp)
asm/cpuminer-sha2-x64.$(OBJEXT): asm/$(am__dirstamp) \
	asm/$(DEPDIR)/$(am__dirstamp)
asm/cpuminer-scrypt-x64.$(OBJEXT): asm/$(am__dirstamp) \
	asm/$(DEPDIR)/$(am__dirstamp)
asm/cpuminer-aesb-x64.$(OBJEXT): asm/$(am__dirstamp) \
	asm/$(DEPDIR)/$(am__dirstamp)
asm/cpuminer-sha2-arm.$(OBJEXT): asm/$(am__dirstamp) \
	asm/$(DEPDIR)/$(am__dirstamp)
asm/cpuminer-scrypt-arm.$(OBJEXT): asm/$(am__dirstamp) \
	asm/$(DEPDIR)/$(am__dirstamp)
compat/$(am__dirstamp):
	@$(MKDIR_P) compat
	@: > compat/$(am__dirstamp)
compat/$(DEPDIR)/$(am__dirstamp):
	@$(MKDIR_P) compat/$(DEPDIR)
	@: > compat/$(DEPDIR)/$(am__dirstamp)
compat/cpuminer-winansi.$(OBJEXT): compat/$(am__dirstamp) \
	compat/$(DEPDIR)/$(am__dirstamp)

cpuminer$(EXEEXT): $(cpuminer_OBJECTS) $(cpuminer_DEPENDENCIES) $(EXTRA_cpuminer_DEPENDENCIES) 
	@rm -f cpuminer$(EXEEXT)
	$(AM_V_CXXLD)$(cpuminer_LINK) $(cpuminer_OBJECTS) $(cpuminer_LDADD) $(LIBS)

mostlyclean-compile:
	-rm -f *.$(OBJEXT)
	-rm -f algo/*.$(OBJEXT)
	-rm -f algo/argon2/*.$(OBJEXT)
	-rm -f algo/argon2/ar2/*.$(OBJEXT)
	-rm -f algo/blake/*.$(OBJEXT)
	-rm -f algo/bmw/*.$(OBJEXT)
	-rm -f algo/cryptonight/*.$(OBJEXT)
	-rm -f algo/cubehash/*.$(OBJEXT)
	-rm -f algo/cubehash/sse2/*.$(OBJEXT)
	-rm -f algo/echo/*.$(OBJEXT)
	-rm -f algo/echo/aes_ni/*.$(OBJEXT)
	-rm -f algo/fugue/*.$(OBJEXT)
	-rm -f algo/gost/*.$(OBJEXT)
	-rm -f algo/groestl/*.$(OBJEXT)
	-rm -f algo/groestl/aes_ni/*.$(OBJEXT)
	-rm -f algo/hamsi/*.$(OBJEXT)
	-rm -f algo/haval/*.$(OBJEXT)
	-rm -f algo/heavy/*.$(OBJEXT)
	-rm -f algo/hodl/*.$(OBJEXT)
	-rm -f algo/jh/*.$(OBJEXT)
	-rm -f algo/keccak/*.$(OBJEXT)
	-rm -f algo/keccak/sse2/*.$(OBJEXT)
	-rm -f algo/luffa/*.$(OBJEXT)
	-rm -f algo/luffa/sse2/*.$(OBJEXT)
	-rm -f algo/lyra2/*.$(OBJEXT)
	-rm -f algo/quark/*.$(OBJEXT)
	-rm -f algo/qubit/*.$(OBJEXT)
	-rm -f algo/ripemd/*.$(OBJEXT)
	-rm -f algo/scryptjane/*.$(OBJEXT)
	-rm -f algo/sha/*.$(OBJEXT)
	-rm -f algo/shabal/*.$(OBJEXT)
	-rm -f algo/shavite/*.$(OBJEXT)
	-rm -f algo/simd/*.$(OBJEXT)
	-rm -f algo/simd/sse2/*.$(OBJEXT)
	-rm -f algo/skein/*.$(OBJEXT)
	-rm -f algo/tiger/*.$(OBJEXT)
	-rm -f algo/whirlpool/*.$(OBJEXT)
	-rm -f algo/x11/*.$(OBJEXT)
	-rm -f algo/x13/*.$(OBJEXT)
	-rm -f algo/x14/*.$(OBJEXT)
	-rm -f algo/x15/*.$(OBJEXT)
	-rm -f algo/x17/*.$(OBJEXT)
	-rm -f algo/yescrypt/*.$(OBJEXT)
	-rm -f asm/*.$(OBJEXT)
	-rm -f compat/*.$(OBJEXT)
	-rm -f crypto/*.$(OBJEXT)

distclean-compile:
	-rm -f *.tab.c

include ./$(DEPDIR)/cpuminer-algo-gate-api.Po
include ./$(DEPDIR)/cpuminer-api.Po
include ./$(DEPDIR)/cpuminer-cpu-miner.Po
include ./$(DEPDIR)/cpuminer-sysinfos.Po
include ./$(DEPDIR)/cpuminer-uint256.Po
include ./$(DEPDIR)/cpuminer-util.Po
include algo/$(DEPDIR)/cpuminer-axiom.Po
include algo/$(DEPDIR)/cpuminer-drop.Po
include algo/$(DEPDIR)/cpuminer-fresh.Po
include algo/$(DEPDIR)/cpuminer-hmq1725.Po
include algo/$(DEPDIR)/cpuminer-lbry.Po
include algo/$(DEPDIR)/cpuminer-m7m.Po
include algo/$(DEPDIR)/cpuminer-neoscrypt.Po
include algo/$(DEPDIR)/cpuminer-nist5.Po
include algo/$(DEPDIR)/cpuminer-pluck.Po
include algo/$(DEPDIR)/cpuminer-s3.Po
include algo/$(DEPDIR)/cpuminer-scrypt.Po
include algo/$(DEPDIR)/cpuminer-timetravel.Po
include algo/$(DEPDIR)/cpuminer-timetravel10.Po
include algo/$(DEPDIR)/cpuminer-veltor.Po
include algo/$(DEPDIR)/cpuminer-xevan.Po
include algo/$(DEPDIR)/cpuminer-zr5.Po
include algo/argon2/$(DEPDIR)/cpuminer-argon2a.Po
include algo/argon2/ar2/$(DEPDIR)/cpuminer-ar2-scrypt-jane.Po
include algo/argon2/ar2/$(DEPDIR)/cpuminer-argon2.Po
include algo/argon2/ar2/$(DEPDIR)/cpuminer-blake2b.Po
include algo/argon2/ar2/$(DEPDIR)/cpuminer-cores.Po
include algo/argon2/ar2/$(DEPDIR)/cpuminer-opt.Po
include algo/blake/$(DEPDIR)/cpuminer-blake.Po
include algo/blake/$(DEPDIR)/cpuminer-blake2b.Po
include algo/blake/$(DEPDIR)/cpuminer-blake2s.Po
include algo/blake/$(DEPDIR)/cpuminer-blakecoin.Po
include algo/blake/$(DEPDIR)/cpuminer-decred.Po
include algo/blake/$(DEPDIR)/cpuminer-mod_blakecoin.Po
include algo/blake/$(DEPDIR)/cpuminer-pentablake.Po
include algo/blake/$(DEPDIR)/cpuminer-sph_blake.Po
include algo/blake/$(DEPDIR)/cpuminer-sph_blake2b.Po
include algo/bmw/$(DEPDIR)/cpuminer-bmw256.Po
include algo/bmw/$(DEPDIR)/cpuminer-sph_bmw.Po
include algo/cryptonight/$(DEPDIR)/cpuminer-cryptolight.Po
include algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight-aesni.Po
include algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight-common.Po
include algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight.Po
include algo/cubehash/$(DEPDIR)/cpuminer-sph_cubehash.Po
include algo/cubehash/sse2/$(DEPDIR)/cpuminer-cubehash_sse2.Po
include algo/echo/$(DEPDIR)/cpuminer-sph_echo.Po
include algo/echo/aes_ni/$(DEPDIR)/cpuminer-hash.Po
include algo/fugue/$(DEPDIR)/cpuminer-sph_fugue.Po
include algo/gost/$(DEPDIR)/cpuminer-sph_gost.Po
include algo/groestl/$(DEPDIR)/cpuminer-groestl.Po
include algo/groestl/$(DEPDIR)/cpuminer-myr-groestl.Po
include algo/groestl/$(DEPDIR)/cpuminer-sph_groestl.Po
include algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl.Po
include algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl256.Po
include algo/hamsi/$(DEPDIR)/cpuminer-sph_hamsi.Po
include algo/haval/$(DEPDIR)/cpuminer-haval.Po
include algo/heavy/$(DEPDIR)/cpuminer-bastion.Po
include algo/heavy/$(DEPDIR)/cpuminer-heavy.Po
include algo/heavy/$(DEPDIR)/cpuminer-sph_hefty1.Po
include algo/hodl/$(DEPDIR)/cpuminer-aes.Po
include algo/hodl/$(DEPDIR)/cpuminer-hodl-gate.Po
include algo/hodl/$(DEPDIR)/cpuminer-hodl-wolf.Po
include algo/hodl/$(DEPDIR)/cpuminer-sha512_avx.Po
include algo/hodl/$(DEPDIR)/cpuminer-sha512_avx2.Po
include algo/jh/$(DEPDIR)/cpuminer-jha.Po
include algo/jh/$(DEPDIR)/cpuminer-sph_jh.Po
include algo/keccak/$(DEPDIR)/cpuminer-keccak.Po
include algo/keccak/$(DEPDIR)/cpuminer-sph_keccak.Po
include algo/keccak/sse2/$(DEPDIR)/cpuminer-keccak.Po
include algo/luffa/$(DEPDIR)/cpuminer-luffa.Po
include algo/luffa/$(DEPDIR)/cpuminer-sph_luffa.Po
include algo/luffa/sse2/$(DEPDIR)/cpuminer-luffa_for_sse2.Po
include algo/lyra2/$(DEPDIR)/cpuminer-lyra2.Po
include algo/lyra2/$(DEPDIR)/cpuminer-lyra2re.Po
include algo/lyra2/$(DEPDIR)/cpuminer-lyra2rev2.Po
include algo/lyra2/$(DEPDIR)/cpuminer-lyra2z330.Po
include algo/lyra2/$(DEPDIR)/cpuminer-sponge.Po
include algo/lyra2/$(DEPDIR)/cpuminer-zcoin.Po
include algo/quark/$(DEPDIR)/cpuminer-quark.Po
include algo/qubit/$(DEPDIR)/cpuminer-deep.Po
include algo/qubit/$(DEPDIR)/cpuminer-qubit.Po
include algo/ripemd/$(DEPDIR)/cpuminer-sph_ripemd.Po
include algo/scryptjane/$(DEPDIR)/cpuminer-scrypt-jane.Po
include algo/sha/$(DEPDIR)/cpuminer-sha2.Po
include algo/sha/$(DEPDIR)/cpuminer-sha256t.Po
include algo/sha/$(DEPDIR)/cpuminer-sph_sha2.Po
include algo/sha/$(DEPDIR)/cpuminer-sph_sha2big.Po
include algo/shabal/$(DEPDIR)/cpuminer-sph_shabal.Po
include algo/shavite/$(DEPDIR)/cpuminer-shavite.Po
include algo/shavite/$(DEPDIR)/cpuminer-sph_shavite.Po
include algo/simd/$(DEPDIR)/cpuminer-sph_simd.Po
include algo/simd/sse2/$(DEPDIR)/cpuminer-nist.Po
include algo/simd/sse2/$(DEPDIR)/cpuminer-vector.Po
include algo/skein/$(DEPDIR)/cpuminer-skein.Po
include algo/skein/$(DEPDIR)/cpuminer-skein2.Po
include algo/skein/$(DEPDIR)/cpuminer-sph_skein.Po
include algo/tiger/$(DEPDIR)/cpuminer-sph_tiger.Po
include algo/whirlpool/$(DEPDIR)/cpuminer-sph_whirlpool.Po
include algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool.Po
include algo/whirlpool/$(DEPDIR)/cpuminer-whirlpoolx.Po
include algo/x11/$(DEPDIR)/cpuminer-c11.Po
include algo/x11/$(DEPDIR)/cpuminer-x11.Po
include algo/x11/$(DEPDIR)/cpuminer-x11evo.Po
include algo/x11/$(DEPDIR)/cpuminer-x11gost.Po
include algo/x13/$(DEPDIR)/cpuminer-x13.Po
include algo/x14/$(DEPDIR)/cpuminer-x14.Po
include algo/x15/$(DEPDIR)/cpuminer-x15.Po
include algo/x17/$(DEPDIR)/cpuminer-x17.Po
include algo/yescrypt/$(DEPDIR)/cpuminer-sha256_Y.Po
include algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt-common.Po
include algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt-simd.Po
include algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt.Po
include asm/$(DEPDIR)/cpuminer-aesb-x64.Po
include asm/$(DEPDIR)/cpuminer-aesb-x86.Po
include asm/$(DEPDIR)/cpuminer-neoscrypt_asm.Po
include asm/$(DEPDIR)/cpuminer-scrypt-arm.Po
include asm/$(DEPDIR)/cpuminer-scrypt-x64.Po
include asm/$(DEPDIR)/cpuminer-scrypt-x86.Po
include asm/$(DEPDIR)/cpuminer-sha2-arm.Po
include asm/$(DEPDIR)/cpuminer-sha2-x64.Po
include asm/$(DEPDIR)/cpuminer-sha2-x86.Po
include compat/$(DEPDIR)/cpuminer-winansi.Po
include crypto/$(DEPDIR)/cpuminer-aesb.Po
include crypto/$(DEPDIR)/cpuminer-blake2s.Po
include crypto/$(DEPDIR)/cpuminer-c_blake256.Po
include crypto/$(DEPDIR)/cpuminer-c_groestl.Po
include crypto/$(DEPDIR)/cpuminer-c_jh.Po
include crypto/$(DEPDIR)/cpuminer-c_keccak.Po
include crypto/$(DEPDIR)/cpuminer-c_skein.Po
include crypto/$(DEPDIR)/cpuminer-hash.Po
include crypto/$(DEPDIR)/cpuminer-magimath.Po
include crypto/$(DEPDIR)/cpuminer-oaes_lib.Po

.S.o:
	$(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
	$(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
	$(am__mv) $$depbase.Tpo $$depbase.Po
#	$(AM_V_CPPAS)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CPPASCOMPILE) -c -o $@ $<

.S.obj:
	$(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
	$(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
	$(am__mv) $$depbase.Tpo $$depbase.Po
#	$(AM_V_CPPAS)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`

asm/cpuminer-neoscrypt_asm.o: asm/neoscrypt_asm.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-neoscrypt_asm.o -MD -MP -MF asm/$(DEPDIR)/cpuminer-neoscrypt_asm.Tpo -c -o asm/cpuminer-neoscrypt_asm.o `test -f 'asm/neoscrypt_asm.S' || echo '$(srcdir)/'`asm/neoscrypt_asm.S
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-neoscrypt_asm.Tpo asm/$(DEPDIR)/cpuminer-neoscrypt_asm.Po
#	$(AM_V_CPPAS)source='asm/neoscrypt_asm.S' object='asm/cpuminer-neoscrypt_asm.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-neoscrypt_asm.o `test -f 'asm/neoscrypt_asm.S' || echo '$(srcdir)/'`asm/neoscrypt_asm.S

asm/cpuminer-neoscrypt_asm.obj: asm/neoscrypt_asm.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-neoscrypt_asm.obj -MD -MP -MF asm/$(DEPDIR)/cpuminer-neoscrypt_asm.Tpo -c -o asm/cpuminer-neoscrypt_asm.obj `if test -f 'asm/neoscrypt_asm.S'; then $(CYGPATH_W) 'asm/neoscrypt_asm.S'; else $(CYGPATH_W) '$(srcdir)/asm/neoscrypt_asm.S'; fi`
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-neoscrypt_asm.Tpo asm/$(DEPDIR)/cpuminer-neoscrypt_asm.Po
#	$(AM_V_CPPAS)source='asm/neoscrypt_asm.S' object='asm/cpuminer-neoscrypt_asm.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-neoscrypt_asm.obj `if test -f 'asm/neoscrypt_asm.S'; then $(CYGPATH_W) 'asm/neoscrypt_asm.S'; else $(CYGPATH_W) '$(srcdir)/asm/neoscrypt_asm.S'; fi`

asm/cpuminer-sha2-x86.o: asm/sha2-x86.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-sha2-x86.o -MD -MP -MF asm/$(DEPDIR)/cpuminer-sha2-x86.Tpo -c -o asm/cpuminer-sha2-x86.o `test -f 'asm/sha2-x86.S' || echo '$(srcdir)/'`asm/sha2-x86.S
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-sha2-x86.Tpo asm/$(DEPDIR)/cpuminer-sha2-x86.Po
#	$(AM_V_CPPAS)source='asm/sha2-x86.S' object='asm/cpuminer-sha2-x86.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-sha2-x86.o `test -f 'asm/sha2-x86.S' || echo '$(srcdir)/'`asm/sha2-x86.S

asm/cpuminer-sha2-x86.obj: asm/sha2-x86.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-sha2-x86.obj -MD -MP -MF asm/$(DEPDIR)/cpuminer-sha2-x86.Tpo -c -o asm/cpuminer-sha2-x86.obj `if test -f 'asm/sha2-x86.S'; then $(CYGPATH_W) 'asm/sha2-x86.S'; else $(CYGPATH_W) '$(srcdir)/asm/sha2-x86.S'; fi`
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-sha2-x86.Tpo asm/$(DEPDIR)/cpuminer-sha2-x86.Po
#	$(AM_V_CPPAS)source='asm/sha2-x86.S' object='asm/cpuminer-sha2-x86.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-sha2-x86.obj `if test -f 'asm/sha2-x86.S'; then $(CYGPATH_W) 'asm/sha2-x86.S'; else $(CYGPATH_W) '$(srcdir)/asm/sha2-x86.S'; fi`

asm/cpuminer-scrypt-x86.o: asm/scrypt-x86.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-scrypt-x86.o -MD -MP -MF asm/$(DEPDIR)/cpuminer-scrypt-x86.Tpo -c -o asm/cpuminer-scrypt-x86.o `test -f 'asm/scrypt-x86.S' || echo '$(srcdir)/'`asm/scrypt-x86.S
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-scrypt-x86.Tpo asm/$(DEPDIR)/cpuminer-scrypt-x86.Po
#	$(AM_V_CPPAS)source='asm/scrypt-x86.S' object='asm/cpuminer-scrypt-x86.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-scrypt-x86.o `test -f 'asm/scrypt-x86.S' || echo '$(srcdir)/'`asm/scrypt-x86.S

asm/cpuminer-scrypt-x86.obj: asm/scrypt-x86.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-scrypt-x86.obj -MD -MP -MF asm/$(DEPDIR)/cpuminer-scrypt-x86.Tpo -c -o asm/cpuminer-scrypt-x86.obj `if test -f 'asm/scrypt-x86.S'; then $(CYGPATH_W) 'asm/scrypt-x86.S'; else $(CYGPATH_W) '$(srcdir)/asm/scrypt-x86.S'; fi`
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-scrypt-x86.Tpo asm/$(DEPDIR)/cpuminer-scrypt-x86.Po
#	$(AM_V_CPPAS)source='asm/scrypt-x86.S' object='asm/cpuminer-scrypt-x86.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-scrypt-x86.obj `if test -f 'asm/scrypt-x86.S'; then $(CYGPATH_W) 'asm/scrypt-x86.S'; else $(CYGPATH_W) '$(srcdir)/asm/scrypt-x86.S'; fi`

asm/cpuminer-aesb-x86.o: asm/aesb-x86.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-aesb-x86.o -MD -MP -MF asm/$(DEPDIR)/cpuminer-aesb-x86.Tpo -c -o asm/cpuminer-aesb-x86.o `test -f 'asm/aesb-x86.S' || echo '$(srcdir)/'`asm/aesb-x86.S
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-aesb-x86.Tpo asm/$(DEPDIR)/cpuminer-aesb-x86.Po
#	$(AM_V_CPPAS)source='asm/aesb-x86.S' object='asm/cpuminer-aesb-x86.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-aesb-x86.o `test -f 'asm/aesb-x86.S' || echo '$(srcdir)/'`asm/aesb-x86.S

asm/cpuminer-aesb-x86.obj: asm/aesb-x86.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-aesb-x86.obj -MD -MP -MF asm/$(DEPDIR)/cpuminer-aesb-x86.Tpo -c -o asm/cpuminer-aesb-x86.obj `if test -f 'asm/aesb-x86.S'; then $(CYGPATH_W) 'asm/aesb-x86.S'; else $(CYGPATH_W) '$(srcdir)/asm/aesb-x86.S'; fi`
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-aesb-x86.Tpo asm/$(DEPDIR)/cpuminer-aesb-x86.Po
#	$(AM_V_CPPAS)source='asm/aesb-x86.S' object='asm/cpuminer-aesb-x86.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-aesb-x86.obj `if test -f 'asm/aesb-x86.S'; then $(CYGPATH_W) 'asm/aesb-x86.S'; else $(CYGPATH_W) '$(srcdir)/asm/aesb-x86.S'; fi`

asm/cpuminer-sha2-x64.o: asm/sha2-x64.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-sha2-x64.o -MD -MP -MF asm/$(DEPDIR)/cpuminer-sha2-x64.Tpo -c -o asm/cpuminer-sha2-x64.o `test -f 'asm/sha2-x64.S' || echo '$(srcdir)/'`asm/sha2-x64.S
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-sha2-x64.Tpo asm/$(DEPDIR)/cpuminer-sha2-x64.Po
#	$(AM_V_CPPAS)source='asm/sha2-x64.S' object='asm/cpuminer-sha2-x64.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-sha2-x64.o `test -f 'asm/sha2-x64.S' || echo '$(srcdir)/'`asm/sha2-x64.S

asm/cpuminer-sha2-x64.obj: asm/sha2-x64.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-sha2-x64.obj -MD -MP -MF asm/$(DEPDIR)/cpuminer-sha2-x64.Tpo -c -o asm/cpuminer-sha2-x64.obj `if test -f 'asm/sha2-x64.S'; then $(CYGPATH_W) 'asm/sha2-x64.S'; else $(CYGPATH_W) '$(srcdir)/asm/sha2-x64.S'; fi`
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-sha2-x64.Tpo asm/$(DEPDIR)/cpuminer-sha2-x64.Po
#	$(AM_V_CPPAS)source='asm/sha2-x64.S' object='asm/cpuminer-sha2-x64.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-sha2-x64.obj `if test -f 'asm/sha2-x64.S'; then $(CYGPATH_W) 'asm/sha2-x64.S'; else $(CYGPATH_W) '$(srcdir)/asm/sha2-x64.S'; fi`

asm/cpuminer-scrypt-x64.o: asm/scrypt-x64.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-scrypt-x64.o -MD -MP -MF asm/$(DEPDIR)/cpuminer-scrypt-x64.Tpo -c -o asm/cpuminer-scrypt-x64.o `test -f 'asm/scrypt-x64.S' || echo '$(srcdir)/'`asm/scrypt-x64.S
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-scrypt-x64.Tpo asm/$(DEPDIR)/cpuminer-scrypt-x64.Po
#	$(AM_V_CPPAS)source='asm/scrypt-x64.S' object='asm/cpuminer-scrypt-x64.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-scrypt-x64.o `test -f 'asm/scrypt-x64.S' || echo '$(srcdir)/'`asm/scrypt-x64.S

asm/cpuminer-scrypt-x64.obj: asm/scrypt-x64.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-scrypt-x64.obj -MD -MP -MF asm/$(DEPDIR)/cpuminer-scrypt-x64.Tpo -c -o asm/cpuminer-scrypt-x64.obj `if test -f 'asm/scrypt-x64.S'; then $(CYGPATH_W) 'asm/scrypt-x64.S'; else $(CYGPATH_W) '$(srcdir)/asm/scrypt-x64.S'; fi`
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-scrypt-x64.Tpo asm/$(DEPDIR)/cpuminer-scrypt-x64.Po
#	$(AM_V_CPPAS)source='asm/scrypt-x64.S' object='asm/cpuminer-scrypt-x64.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-scrypt-x64.obj `if test -f 'asm/scrypt-x64.S'; then $(CYGPATH_W) 'asm/scrypt-x64.S'; else $(CYGPATH_W) '$(srcdir)/asm/scrypt-x64.S'; fi`

asm/cpuminer-aesb-x64.o: asm/aesb-x64.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-aesb-x64.o -MD -MP -MF asm/$(DEPDIR)/cpuminer-aesb-x64.Tpo -c -o asm/cpuminer-aesb-x64.o `test -f 'asm/aesb-x64.S' || echo '$(srcdir)/'`asm/aesb-x64.S
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-aesb-x64.Tpo asm/$(DEPDIR)/cpuminer-aesb-x64.Po
#	$(AM_V_CPPAS)source='asm/aesb-x64.S' object='asm/cpuminer-aesb-x64.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-aesb-x64.o `test -f 'asm/aesb-x64.S' || echo '$(srcdir)/'`asm/aesb-x64.S

asm/cpuminer-aesb-x64.obj: asm/aesb-x64.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-aesb-x64.obj -MD -MP -MF asm/$(DEPDIR)/cpuminer-aesb-x64.Tpo -c -o asm/cpuminer-aesb-x64.obj `if test -f 'asm/aesb-x64.S'; then $(CYGPATH_W) 'asm/aesb-x64.S'; else $(CYGPATH_W) '$(srcdir)/asm/aesb-x64.S'; fi`
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-aesb-x64.Tpo asm/$(DEPDIR)/cpuminer-aesb-x64.Po
#	$(AM_V_CPPAS)source='asm/aesb-x64.S' object='asm/cpuminer-aesb-x64.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-aesb-x64.obj `if test -f 'asm/aesb-x64.S'; then $(CYGPATH_W) 'asm/aesb-x64.S'; else $(CYGPATH_W) '$(srcdir)/asm/aesb-x64.S'; fi`

asm/cpuminer-sha2-arm.o: asm/sha2-arm.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-sha2-arm.o -MD -MP -MF asm/$(DEPDIR)/cpuminer-sha2-arm.Tpo -c -o asm/cpuminer-sha2-arm.o `test -f 'asm/sha2-arm.S' || echo '$(srcdir)/'`asm/sha2-arm.S
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-sha2-arm.Tpo asm/$(DEPDIR)/cpuminer-sha2-arm.Po
#	$(AM_V_CPPAS)source='asm/sha2-arm.S' object='asm/cpuminer-sha2-arm.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-sha2-arm.o `test -f 'asm/sha2-arm.S' || echo '$(srcdir)/'`asm/sha2-arm.S

asm/cpuminer-sha2-arm.obj: asm/sha2-arm.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-sha2-arm.obj -MD -MP -MF asm/$(DEPDIR)/cpuminer-sha2-arm.Tpo -c -o asm/cpuminer-sha2-arm.obj `if test -f 'asm/sha2-arm.S'; then $(CYGPATH_W) 'asm/sha2-arm.S'; else $(CYGPATH_W) '$(srcdir)/asm/sha2-arm.S'; fi`
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-sha2-arm.Tpo asm/$(DEPDIR)/cpuminer-sha2-arm.Po
#	$(AM_V_CPPAS)source='asm/sha2-arm.S' object='asm/cpuminer-sha2-arm.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-sha2-arm.obj `if test -f 'asm/sha2-arm.S'; then $(CYGPATH_W) 'asm/sha2-arm.S'; else $(CYGPATH_W) '$(srcdir)/asm/sha2-arm.S'; fi`

asm/cpuminer-scrypt-arm.o: asm/scrypt-arm.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-scrypt-arm.o -MD -MP -MF asm/$(DEPDIR)/cpuminer-scrypt-arm.Tpo -c -o asm/cpuminer-scrypt-arm.o `test -f 'asm/scrypt-arm.S' || echo '$(srcdir)/'`asm/scrypt-arm.S
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-scrypt-arm.Tpo asm/$(DEPDIR)/cpuminer-scrypt-arm.Po
#	$(AM_V_CPPAS)source='asm/scrypt-arm.S' object='asm/cpuminer-scrypt-arm.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-scrypt-arm.o `test -f 'asm/scrypt-arm.S' || echo '$(srcdir)/'`asm/scrypt-arm.S

asm/cpuminer-scrypt-arm.obj: asm/scrypt-arm.S
	$(AM_V_CPPAS)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT asm/cpuminer-scrypt-arm.obj -MD -MP -MF asm/$(DEPDIR)/cpuminer-scrypt-arm.Tpo -c -o asm/cpuminer-scrypt-arm.obj `if test -f 'asm/scrypt-arm.S'; then $(CYGPATH_W) 'asm/scrypt-arm.S'; else $(CYGPATH_W) '$(srcdir)/asm/scrypt-arm.S'; fi`
	$(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-scrypt-arm.Tpo asm/$(DEPDIR)/cpuminer-scrypt-arm.Po
#	$(AM_V_CPPAS)source='asm/scrypt-arm.S' object='asm/cpuminer-scrypt-arm.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \
#	$(AM_V_CPPAS_no)$(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o asm/cpuminer-scrypt-arm.obj `if test -f 'asm/scrypt-arm.S'; then $(CYGPATH_W) 'asm/scrypt-arm.S'; else $(CYGPATH_W) '$(srcdir)/asm/scrypt-arm.S'; fi`

.c.o:
	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
	$(am__mv) $$depbase.Tpo $$depbase.Po
#	$(AM_V_CC)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(COMPILE) -c -o $@ $<

.c.obj:
	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
	$(am__mv) $$depbase.Tpo $$depbase.Po
#	$(AM_V_CC)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`

cpuminer-cpu-miner.o: cpu-miner.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT cpuminer-cpu-miner.o -MD -MP -MF $(DEPDIR)/cpuminer-cpu-miner.Tpo -c -o cpuminer-cpu-miner.o `test -f 'cpu-miner.c' || echo '$(srcdir)/'`cpu-miner.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-cpu-miner.Tpo $(DEPDIR)/cpuminer-cpu-miner.Po
#	$(AM_V_CC)source='cpu-miner.c' object='cpuminer-cpu-miner.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o cpuminer-cpu-miner.o `test -f 'cpu-miner.c' || echo '$(srcdir)/'`cpu-miner.c

cpuminer-cpu-miner.obj: cpu-miner.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT cpuminer-cpu-miner.obj -MD -MP -MF $(DEPDIR)/cpuminer-cpu-miner.Tpo -c -o cpuminer-cpu-miner.obj `if test -f 'cpu-miner.c'; then $(CYGPATH_W) 'cpu-miner.c'; else $(CYGPATH_W) '$(srcdir)/cpu-miner.c'; fi`
	$(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-cpu-miner.Tpo $(DEPDIR)/cpuminer-cpu-miner.Po
#	$(AM_V_CC)source='cpu-miner.c' object='cpuminer-cpu-miner.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o cpuminer-cpu-miner.obj `if test -f 'cpu-miner.c'; then $(CYGPATH_W) 'cpu-miner.c'; else $(CYGPATH_W) '$(srcdir)/cpu-miner.c'; fi`

cpuminer-util.o: util.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT cpuminer-util.o -MD -MP -MF $(DEPDIR)/cpuminer-util.Tpo -c -o cpuminer-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-util.Tpo $(DEPDIR)/cpuminer-util.Po
#	$(AM_V_CC)source='util.c' object='cpuminer-util.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o cpuminer-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c

cpuminer-util.obj: util.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT cpuminer-util.obj -MD -MP -MF $(DEPDIR)/cpuminer-util.Tpo -c -o cpuminer-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
	$(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-util.Tpo $(DEPDIR)/cpuminer-util.Po
#	$(AM_V_CC)source='util.c' object='cpuminer-util.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o cpuminer-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`

cpuminer-api.o: api.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT cpuminer-api.o -MD -MP -MF $(DEPDIR)/cpuminer-api.Tpo -c -o cpuminer-api.o `test -f 'api.c' || echo '$(srcdir)/'`api.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-api.Tpo $(DEPDIR)/cpuminer-api.Po
#	$(AM_V_CC)source='api.c' object='cpuminer-api.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o cpuminer-api.o `test -f 'api.c' || echo '$(srcdir)/'`api.c

cpuminer-api.obj: api.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT cpuminer-api.obj -MD -MP -MF $(DEPDIR)/cpuminer-api.Tpo -c -o cpuminer-api.obj `if test -f 'api.c'; then $(CYGPATH_W) 'api.c'; else $(CYGPATH_W) '$(srcdir)/api.c'; fi`
	$(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-api.Tpo $(DEPDIR)/cpuminer-api.Po
#	$(AM_V_CC)source='api.c' object='cpuminer-api.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o cpuminer-api.obj `if test -f 'api.c'; then $(CYGPATH_W) 'api.c'; else $(CYGPATH_W) '$(srcdir)/api.c'; fi`

cpuminer-sysinfos.o: sysinfos.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT cpuminer-sysinfos.o -MD -MP -MF $(DEPDIR)/cpuminer-sysinfos.Tpo -c -o cpuminer-sysinfos.o `test -f 'sysinfos.c' || echo '$(srcdir)/'`sysinfos.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-sysinfos.Tpo $(DEPDIR)/cpuminer-sysinfos.Po
#	$(AM_V_CC)source='sysinfos.c' object='cpuminer-sysinfos.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o cpuminer-sysinfos.o `test -f 'sysinfos.c' || echo '$(srcdir)/'`sysinfos.c

cpuminer-sysinfos.obj: sysinfos.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT cpuminer-sysinfos.obj -MD -MP -MF $(DEPDIR)/cpuminer-sysinfos.Tpo -c -o cpuminer-sysinfos.obj `if test -f 'sysinfos.c'; then $(CYGPATH_W) 'sysinfos.c'; else $(CYGPATH_W) '$(srcdir)/sysinfos.c'; fi`
	$(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-sysinfos.Tpo $(DEPDIR)/cpuminer-sysinfos.Po
#	$(AM_V_CC)source='sysinfos.c' object='cpuminer-sysinfos.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o cpuminer-sysinfos.obj `if test -f 'sysinfos.c'; then $(CYGPATH_W) 'sysinfos.c'; else $(CYGPATH_W) '$(srcdir)/sysinfos.c'; fi`

cpuminer-algo-gate-api.o: algo-gate-api.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT cpuminer-algo-gate-api.o -MD -MP -MF $(DEPDIR)/cpuminer-algo-gate-api.Tpo -c -o cpuminer-algo-gate-api.o `test -f 'algo-gate-api.c' || echo '$(srcdir)/'`algo-gate-api.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-algo-gate-api.Tpo $(DEPDIR)/cpuminer-algo-gate-api.Po
#	$(AM_V_CC)source='algo-gate-api.c' object='cpuminer-algo-gate-api.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o cpuminer-algo-gate-api.o `test -f 'algo-gate-api.c' || echo '$(srcdir)/'`algo-gate-api.c

cpuminer-algo-gate-api.obj: algo-gate-api.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT cpuminer-algo-gate-api.obj -MD -MP -MF $(DEPDIR)/cpuminer-algo-gate-api.Tpo -c -o cpuminer-algo-gate-api.obj `if test -f 'algo-gate-api.c'; then $(CYGPATH_W) 'algo-gate-api.c'; else $(CYGPATH_W) '$(srcdir)/algo-gate-api.c'; fi`
	$(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-algo-gate-api.Tpo $(DEPDIR)/cpuminer-algo-gate-api.Po
#	$(AM_V_CC)source='algo-gate-api.c' object='cpuminer-algo-gate-api.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o cpuminer-algo-gate-api.obj `if test -f 'algo-gate-api.c'; then $(CYGPATH_W) 'algo-gate-api.c'; else $(CYGPATH_W) '$(srcdir)/algo-gate-api.c'; fi`

algo/groestl/cpuminer-sph_groestl.o: algo/groestl/sph_groestl.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/groestl/cpuminer-sph_groestl.o -MD -MP -MF algo/groestl/$(DEPDIR)/cpuminer-sph_groestl.Tpo -c -o algo/groestl/cpuminer-sph_groestl.o `test -f 'algo/groestl/sph_groestl.c' || echo '$(srcdir)/'`algo/groestl/sph_groestl.c
	$(AM_V_at)$(am__mv) algo/groestl/$(DEPDIR)/cpuminer-sph_groestl.Tpo algo/groestl/$(DEPDIR)/cpuminer-sph_groestl.Po
#	$(AM_V_CC)source='algo/groestl/sph_groestl.c' object='algo/groestl/cpuminer-sph_groestl.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/groestl/cpuminer-sph_groestl.o `test -f 'algo/groestl/sph_groestl.c' || echo '$(srcdir)/'`algo/groestl/sph_groestl.c

algo/groestl/cpuminer-sph_groestl.obj: algo/groestl/sph_groestl.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/groestl/cpuminer-sph_groestl.obj -MD -MP -MF algo/groestl/$(DEPDIR)/cpuminer-sph_groestl.Tpo -c -o algo/groestl/cpuminer-sph_groestl.obj `if test -f 'algo/groestl/sph_groestl.c'; then $(CYGPATH_W) 'algo/groestl/sph_groestl.c'; else $(CYGPATH_W) '$(srcdir)/algo/groestl/sph_groestl.c'; fi`
	$(AM_V_at)$(am__mv) algo/groestl/$(DEPDIR)/cpuminer-sph_groestl.Tpo algo/groestl/$(DEPDIR)/cpuminer-sph_groestl.Po
#	$(AM_V_CC)source='algo/groestl/sph_groestl.c' object='algo/groestl/cpuminer-sph_groestl.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/groestl/cpuminer-sph_groestl.obj `if test -f 'algo/groestl/sph_groestl.c'; then $(CYGPATH_W) 'algo/groestl/sph_groestl.c'; else $(CYGPATH_W) '$(srcdir)/algo/groestl/sph_groestl.c'; fi`

algo/skein/cpuminer-sph_skein.o: algo/skein/sph_skein.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/skein/cpuminer-sph_skein.o -MD -MP -MF algo/skein/$(DEPDIR)/cpuminer-sph_skein.Tpo -c -o algo/skein/cpuminer-sph_skein.o `test -f 'algo/skein/sph_skein.c' || echo '$(srcdir)/'`algo/skein/sph_skein.c
	$(AM_V_at)$(am__mv) algo/skein/$(DEPDIR)/cpuminer-sph_skein.Tpo algo/skein/$(DEPDIR)/cpuminer-sph_skein.Po
#	$(AM_V_CC)source='algo/skein/sph_skein.c' object='algo/skein/cpuminer-sph_skein.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/skein/cpuminer-sph_skein.o `test -f 'algo/skein/sph_skein.c' || echo '$(srcdir)/'`algo/skein/sph_skein.c

algo/skein/cpuminer-sph_skein.obj: algo/skein/sph_skein.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/skein/cpuminer-sph_skein.obj -MD -MP -MF algo/skein/$(DEPDIR)/cpuminer-sph_skein.Tpo -c -o algo/skein/cpuminer-sph_skein.obj `if test -f 'algo/skein/sph_skein.c'; then $(CYGPATH_W) 'algo/skein/sph_skein.c'; else $(CYGPATH_W) '$(srcdir)/algo/skein/sph_skein.c'; fi`
	$(AM_V_at)$(am__mv) algo/skein/$(DEPDIR)/cpuminer-sph_skein.Tpo algo/skein/$(DEPDIR)/cpuminer-sph_skein.Po
#	$(AM_V_CC)source='algo/skein/sph_skein.c' object='algo/skein/cpuminer-sph_skein.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/skein/cpuminer-sph_skein.obj `if test -f 'algo/skein/sph_skein.c'; then $(CYGPATH_W) 'algo/skein/sph_skein.c'; else $(CYGPATH_W) '$(srcdir)/algo/skein/sph_skein.c'; fi`

algo/bmw/cpuminer-sph_bmw.o: algo/bmw/sph_bmw.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/bmw/cpuminer-sph_bmw.o -MD -MP -MF algo/bmw/$(DEPDIR)/cpuminer-sph_bmw.Tpo -c -o algo/bmw/cpuminer-sph_bmw.o `test -f 'algo/bmw/sph_bmw.c' || echo '$(srcdir)/'`algo/bmw/sph_bmw.c
	$(AM_V_at)$(am__mv) algo/bmw/$(DEPDIR)/cpuminer-sph_bmw.Tpo algo/bmw/$(DEPDIR)/cpuminer-sph_bmw.Po
#	$(AM_V_CC)source='algo/bmw/sph_bmw.c' object='algo/bmw/cpuminer-sph_bmw.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/bmw/cpuminer-sph_bmw.o `test -f 'algo/bmw/sph_bmw.c' || echo '$(srcdir)/'`algo/bmw/sph_bmw.c

algo/bmw/cpuminer-sph_bmw.obj: algo/bmw/sph_bmw.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/bmw/cpuminer-sph_bmw.obj -MD -MP -MF algo/bmw/$(DEPDIR)/cpuminer-sph_bmw.Tpo -c -o algo/bmw/cpuminer-sph_bmw.obj `if test -f 'algo/bmw/sph_bmw.c'; then $(CYGPATH_W) 'algo/bmw/sph_bmw.c'; else $(CYGPATH_W) '$(srcdir)/algo/bmw/sph_bmw.c'; fi`
	$(AM_V_at)$(am__mv) algo/bmw/$(DEPDIR)/cpuminer-sph_bmw.Tpo algo/bmw/$(DEPDIR)/cpuminer-sph_bmw.Po
#	$(AM_V_CC)source='algo/bmw/sph_bmw.c' object='algo/bmw/cpuminer-sph_bmw.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/bmw/cpuminer-sph_bmw.obj `if test -f 'algo/bmw/sph_bmw.c'; then $(CYGPATH_W) 'algo/bmw/sph_bmw.c'; else $(CYGPATH_W) '$(srcdir)/algo/bmw/sph_bmw.c'; fi`

algo/shavite/cpuminer-sph_shavite.o: algo/shavite/sph_shavite.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/shavite/cpuminer-sph_shavite.o -MD -MP -MF algo/shavite/$(DEPDIR)/cpuminer-sph_shavite.Tpo -c -o algo/shavite/cpuminer-sph_shavite.o `test -f 'algo/shavite/sph_shavite.c' || echo '$(srcdir)/'`algo/shavite/sph_shavite.c
	$(AM_V_at)$(am__mv) algo/shavite/$(DEPDIR)/cpuminer-sph_shavite.Tpo algo/shavite/$(DEPDIR)/cpuminer-sph_shavite.Po
#	$(AM_V_CC)source='algo/shavite/sph_shavite.c' object='algo/shavite/cpuminer-sph_shavite.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/shavite/cpuminer-sph_shavite.o `test -f 'algo/shavite/sph_shavite.c' || echo '$(srcdir)/'`algo/shavite/sph_shavite.c

algo/shavite/cpuminer-sph_shavite.obj: algo/shavite/sph_shavite.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/shavite/cpuminer-sph_shavite.obj -MD -MP -MF algo/shavite/$(DEPDIR)/cpuminer-sph_shavite.Tpo -c -o algo/shavite/cpuminer-sph_shavite.obj `if test -f 'algo/shavite/sph_shavite.c'; then $(CYGPATH_W) 'algo/shavite/sph_shavite.c'; else $(CYGPATH_W) '$(srcdir)/algo/shavite/sph_shavite.c'; fi`
	$(AM_V_at)$(am__mv) algo/shavite/$(DEPDIR)/cpuminer-sph_shavite.Tpo algo/shavite/$(DEPDIR)/cpuminer-sph_shavite.Po
#	$(AM_V_CC)source='algo/shavite/sph_shavite.c' object='algo/shavite/cpuminer-sph_shavite.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/shavite/cpuminer-sph_shavite.obj `if test -f 'algo/shavite/sph_shavite.c'; then $(CYGPATH_W) 'algo/shavite/sph_shavite.c'; else $(CYGPATH_W) '$(srcdir)/algo/shavite/sph_shavite.c'; fi`

algo/shavite/cpuminer-shavite.o: algo/shavite/shavite.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/shavite/cpuminer-shavite.o -MD -MP -MF algo/shavite/$(DEPDIR)/cpuminer-shavite.Tpo -c -o algo/shavite/cpuminer-shavite.o `test -f 'algo/shavite/shavite.c' || echo '$(srcdir)/'`algo/shavite/shavite.c
	$(AM_V_at)$(am__mv) algo/shavite/$(DEPDIR)/cpuminer-shavite.Tpo algo/shavite/$(DEPDIR)/cpuminer-shavite.Po
#	$(AM_V_CC)source='algo/shavite/shavite.c' object='algo/shavite/cpuminer-shavite.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/shavite/cpuminer-shavite.o `test -f 'algo/shavite/shavite.c' || echo '$(srcdir)/'`algo/shavite/shavite.c

algo/shavite/cpuminer-shavite.obj: algo/shavite/shavite.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/shavite/cpuminer-shavite.obj -MD -MP -MF algo/shavite/$(DEPDIR)/cpuminer-shavite.Tpo -c -o algo/shavite/cpuminer-shavite.obj `if test -f 'algo/shavite/shavite.c'; then $(CYGPATH_W) 'algo/shavite/shavite.c'; else $(CYGPATH_W) '$(srcdir)/algo/shavite/shavite.c'; fi`
	$(AM_V_at)$(am__mv) algo/shavite/$(DEPDIR)/cpuminer-shavite.Tpo algo/shavite/$(DEPDIR)/cpuminer-shavite.Po
#	$(AM_V_CC)source='algo/shavite/shavite.c' object='algo/shavite/cpuminer-shavite.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/shavite/cpuminer-shavite.obj `if test -f 'algo/shavite/shavite.c'; then $(CYGPATH_W) 'algo/shavite/shavite.c'; else $(CYGPATH_W) '$(srcdir)/algo/shavite/shavite.c'; fi`

algo/echo/cpuminer-sph_echo.o: algo/echo/sph_echo.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/echo/cpuminer-sph_echo.o -MD -MP -MF algo/echo/$(DEPDIR)/cpuminer-sph_echo.Tpo -c -o algo/echo/cpuminer-sph_echo.o `test -f 'algo/echo/sph_echo.c' || echo '$(srcdir)/'`algo/echo/sph_echo.c
	$(AM_V_at)$(am__mv) algo/echo/$(DEPDIR)/cpuminer-sph_echo.Tpo algo/echo/$(DEPDIR)/cpuminer-sph_echo.Po
#	$(AM_V_CC)source='algo/echo/sph_echo.c' object='algo/echo/cpuminer-sph_echo.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/echo/cpuminer-sph_echo.o `test -f 'algo/echo/sph_echo.c' || echo '$(srcdir)/'`algo/echo/sph_echo.c

algo/echo/cpuminer-sph_echo.obj: algo/echo/sph_echo.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/echo/cpuminer-sph_echo.obj -MD -MP -MF algo/echo/$(DEPDIR)/cpuminer-sph_echo.Tpo -c -o algo/echo/cpuminer-sph_echo.obj `if test -f 'algo/echo/sph_echo.c'; then $(CYGPATH_W) 'algo/echo/sph_echo.c'; else $(CYGPATH_W) '$(srcdir)/algo/echo/sph_echo.c'; fi`
	$(AM_V_at)$(am__mv) algo/echo/$(DEPDIR)/cpuminer-sph_echo.Tpo algo/echo/$(DEPDIR)/cpuminer-sph_echo.Po
#	$(AM_V_CC)source='algo/echo/sph_echo.c' object='algo/echo/cpuminer-sph_echo.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/echo/cpuminer-sph_echo.obj `if test -f 'algo/echo/sph_echo.c'; then $(CYGPATH_W) 'algo/echo/sph_echo.c'; else $(CYGPATH_W) '$(srcdir)/algo/echo/sph_echo.c'; fi`

algo/blake/cpuminer-sph_blake.o: algo/blake/sph_blake.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-sph_blake.o -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-sph_blake.Tpo -c -o algo/blake/cpuminer-sph_blake.o `test -f 'algo/blake/sph_blake.c' || echo '$(srcdir)/'`algo/blake/sph_blake.c
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-sph_blake.Tpo algo/blake/$(DEPDIR)/cpuminer-sph_blake.Po
#	$(AM_V_CC)source='algo/blake/sph_blake.c' object='algo/blake/cpuminer-sph_blake.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-sph_blake.o `test -f 'algo/blake/sph_blake.c' || echo '$(srcdir)/'`algo/blake/sph_blake.c

algo/blake/cpuminer-sph_blake.obj: algo/blake/sph_blake.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-sph_blake.obj -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-sph_blake.Tpo -c -o algo/blake/cpuminer-sph_blake.obj `if test -f 'algo/blake/sph_blake.c'; then $(CYGPATH_W) 'algo/blake/sph_blake.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/sph_blake.c'; fi`
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-sph_blake.Tpo algo/blake/$(DEPDIR)/cpuminer-sph_blake.Po
#	$(AM_V_CC)source='algo/blake/sph_blake.c' object='algo/blake/cpuminer-sph_blake.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-sph_blake.obj `if test -f 'algo/blake/sph_blake.c'; then $(CYGPATH_W) 'algo/blake/sph_blake.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/sph_blake.c'; fi`

algo/blake/cpuminer-sph_blake2b.o: algo/blake/sph_blake2b.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-sph_blake2b.o -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-sph_blake2b.Tpo -c -o algo/blake/cpuminer-sph_blake2b.o `test -f 'algo/blake/sph_blake2b.c' || echo '$(srcdir)/'`algo/blake/sph_blake2b.c
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-sph_blake2b.Tpo algo/blake/$(DEPDIR)/cpuminer-sph_blake2b.Po
#	$(AM_V_CC)source='algo/blake/sph_blake2b.c' object='algo/blake/cpuminer-sph_blake2b.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-sph_blake2b.o `test -f 'algo/blake/sph_blake2b.c' || echo '$(srcdir)/'`algo/blake/sph_blake2b.c

algo/blake/cpuminer-sph_blake2b.obj: algo/blake/sph_blake2b.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-sph_blake2b.obj -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-sph_blake2b.Tpo -c -o algo/blake/cpuminer-sph_blake2b.obj `if test -f 'algo/blake/sph_blake2b.c'; then $(CYGPATH_W) 'algo/blake/sph_blake2b.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/sph_blake2b.c'; fi`
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-sph_blake2b.Tpo algo/blake/$(DEPDIR)/cpuminer-sph_blake2b.Po
#	$(AM_V_CC)source='algo/blake/sph_blake2b.c' object='algo/blake/cpuminer-sph_blake2b.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-sph_blake2b.obj `if test -f 'algo/blake/sph_blake2b.c'; then $(CYGPATH_W) 'algo/blake/sph_blake2b.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/sph_blake2b.c'; fi`

algo/heavy/cpuminer-sph_hefty1.o: algo/heavy/sph_hefty1.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/heavy/cpuminer-sph_hefty1.o -MD -MP -MF algo/heavy/$(DEPDIR)/cpuminer-sph_hefty1.Tpo -c -o algo/heavy/cpuminer-sph_hefty1.o `test -f 'algo/heavy/sph_hefty1.c' || echo '$(srcdir)/'`algo/heavy/sph_hefty1.c
	$(AM_V_at)$(am__mv) algo/heavy/$(DEPDIR)/cpuminer-sph_hefty1.Tpo algo/heavy/$(DEPDIR)/cpuminer-sph_hefty1.Po
#	$(AM_V_CC)source='algo/heavy/sph_hefty1.c' object='algo/heavy/cpuminer-sph_hefty1.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/heavy/cpuminer-sph_hefty1.o `test -f 'algo/heavy/sph_hefty1.c' || echo '$(srcdir)/'`algo/heavy/sph_hefty1.c

algo/heavy/cpuminer-sph_hefty1.obj: algo/heavy/sph_hefty1.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/heavy/cpuminer-sph_hefty1.obj -MD -MP -MF algo/heavy/$(DEPDIR)/cpuminer-sph_hefty1.Tpo -c -o algo/heavy/cpuminer-sph_hefty1.obj `if test -f 'algo/heavy/sph_hefty1.c'; then $(CYGPATH_W) 'algo/heavy/sph_hefty1.c'; else $(CYGPATH_W) '$(srcdir)/algo/heavy/sph_hefty1.c'; fi`
	$(AM_V_at)$(am__mv) algo/heavy/$(DEPDIR)/cpuminer-sph_hefty1.Tpo algo/heavy/$(DEPDIR)/cpuminer-sph_hefty1.Po
#	$(AM_V_CC)source='algo/heavy/sph_hefty1.c' object='algo/heavy/cpuminer-sph_hefty1.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/heavy/cpuminer-sph_hefty1.obj `if test -f 'algo/heavy/sph_hefty1.c'; then $(CYGPATH_W) 'algo/heavy/sph_hefty1.c'; else $(CYGPATH_W) '$(srcdir)/algo/heavy/sph_hefty1.c'; fi`

algo/blake/cpuminer-mod_blakecoin.o: algo/blake/mod_blakecoin.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-mod_blakecoin.o -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-mod_blakecoin.Tpo -c -o algo/blake/cpuminer-mod_blakecoin.o `test -f 'algo/blake/mod_blakecoin.c' || echo '$(srcdir)/'`algo/blake/mod_blakecoin.c
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-mod_blakecoin.Tpo algo/blake/$(DEPDIR)/cpuminer-mod_blakecoin.Po
#	$(AM_V_CC)source='algo/blake/mod_blakecoin.c' object='algo/blake/cpuminer-mod_blakecoin.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-mod_blakecoin.o `test -f 'algo/blake/mod_blakecoin.c' || echo '$(srcdir)/'`algo/blake/mod_blakecoin.c

algo/blake/cpuminer-mod_blakecoin.obj: algo/blake/mod_blakecoin.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-mod_blakecoin.obj -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-mod_blakecoin.Tpo -c -o algo/blake/cpuminer-mod_blakecoin.obj `if test -f 'algo/blake/mod_blakecoin.c'; then $(CYGPATH_W) 'algo/blake/mod_blakecoin.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/mod_blakecoin.c'; fi`
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-mod_blakecoin.Tpo algo/blake/$(DEPDIR)/cpuminer-mod_blakecoin.Po
#	$(AM_V_CC)source='algo/blake/mod_blakecoin.c' object='algo/blake/cpuminer-mod_blakecoin.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-mod_blakecoin.obj `if test -f 'algo/blake/mod_blakecoin.c'; then $(CYGPATH_W) 'algo/blake/mod_blakecoin.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/mod_blakecoin.c'; fi`

algo/luffa/cpuminer-sph_luffa.o: algo/luffa/sph_luffa.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/luffa/cpuminer-sph_luffa.o -MD -MP -MF algo/luffa/$(DEPDIR)/cpuminer-sph_luffa.Tpo -c -o algo/luffa/cpuminer-sph_luffa.o `test -f 'algo/luffa/sph_luffa.c' || echo '$(srcdir)/'`algo/luffa/sph_luffa.c
	$(AM_V_at)$(am__mv) algo/luffa/$(DEPDIR)/cpuminer-sph_luffa.Tpo algo/luffa/$(DEPDIR)/cpuminer-sph_luffa.Po
#	$(AM_V_CC)source='algo/luffa/sph_luffa.c' object='algo/luffa/cpuminer-sph_luffa.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/luffa/cpuminer-sph_luffa.o `test -f 'algo/luffa/sph_luffa.c' || echo '$(srcdir)/'`algo/luffa/sph_luffa.c

algo/luffa/cpuminer-sph_luffa.obj: algo/luffa/sph_luffa.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/luffa/cpuminer-sph_luffa.obj -MD -MP -MF algo/luffa/$(DEPDIR)/cpuminer-sph_luffa.Tpo -c -o algo/luffa/cpuminer-sph_luffa.obj `if test -f 'algo/luffa/sph_luffa.c'; then $(CYGPATH_W) 'algo/luffa/sph_luffa.c'; else $(CYGPATH_W) '$(srcdir)/algo/luffa/sph_luffa.c'; fi`
	$(AM_V_at)$(am__mv) algo/luffa/$(DEPDIR)/cpuminer-sph_luffa.Tpo algo/luffa/$(DEPDIR)/cpuminer-sph_luffa.Po
#	$(AM_V_CC)source='algo/luffa/sph_luffa.c' object='algo/luffa/cpuminer-sph_luffa.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/luffa/cpuminer-sph_luffa.obj `if test -f 'algo/luffa/sph_luffa.c'; then $(CYGPATH_W) 'algo/luffa/sph_luffa.c'; else $(CYGPATH_W) '$(srcdir)/algo/luffa/sph_luffa.c'; fi`

algo/cubehash/cpuminer-sph_cubehash.o: algo/cubehash/sph_cubehash.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cubehash/cpuminer-sph_cubehash.o -MD -MP -MF algo/cubehash/$(DEPDIR)/cpuminer-sph_cubehash.Tpo -c -o algo/cubehash/cpuminer-sph_cubehash.o `test -f 'algo/cubehash/sph_cubehash.c' || echo '$(srcdir)/'`algo/cubehash/sph_cubehash.c
	$(AM_V_at)$(am__mv) algo/cubehash/$(DEPDIR)/cpuminer-sph_cubehash.Tpo algo/cubehash/$(DEPDIR)/cpuminer-sph_cubehash.Po
#	$(AM_V_CC)source='algo/cubehash/sph_cubehash.c' object='algo/cubehash/cpuminer-sph_cubehash.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cubehash/cpuminer-sph_cubehash.o `test -f 'algo/cubehash/sph_cubehash.c' || echo '$(srcdir)/'`algo/cubehash/sph_cubehash.c

algo/cubehash/cpuminer-sph_cubehash.obj: algo/cubehash/sph_cubehash.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cubehash/cpuminer-sph_cubehash.obj -MD -MP -MF algo/cubehash/$(DEPDIR)/cpuminer-sph_cubehash.Tpo -c -o algo/cubehash/cpuminer-sph_cubehash.obj `if test -f 'algo/cubehash/sph_cubehash.c'; then $(CYGPATH_W) 'algo/cubehash/sph_cubehash.c'; else $(CYGPATH_W) '$(srcdir)/algo/cubehash/sph_cubehash.c'; fi`
	$(AM_V_at)$(am__mv) algo/cubehash/$(DEPDIR)/cpuminer-sph_cubehash.Tpo algo/cubehash/$(DEPDIR)/cpuminer-sph_cubehash.Po
#	$(AM_V_CC)source='algo/cubehash/sph_cubehash.c' object='algo/cubehash/cpuminer-sph_cubehash.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cubehash/cpuminer-sph_cubehash.obj `if test -f 'algo/cubehash/sph_cubehash.c'; then $(CYGPATH_W) 'algo/cubehash/sph_cubehash.c'; else $(CYGPATH_W) '$(srcdir)/algo/cubehash/sph_cubehash.c'; fi`

algo/simd/cpuminer-sph_simd.o: algo/simd/sph_simd.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/simd/cpuminer-sph_simd.o -MD -MP -MF algo/simd/$(DEPDIR)/cpuminer-sph_simd.Tpo -c -o algo/simd/cpuminer-sph_simd.o `test -f 'algo/simd/sph_simd.c' || echo '$(srcdir)/'`algo/simd/sph_simd.c
	$(AM_V_at)$(am__mv) algo/simd/$(DEPDIR)/cpuminer-sph_simd.Tpo algo/simd/$(DEPDIR)/cpuminer-sph_simd.Po
#	$(AM_V_CC)source='algo/simd/sph_simd.c' object='algo/simd/cpuminer-sph_simd.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/simd/cpuminer-sph_simd.o `test -f 'algo/simd/sph_simd.c' || echo '$(srcdir)/'`algo/simd/sph_simd.c

algo/simd/cpuminer-sph_simd.obj: algo/simd/sph_simd.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/simd/cpuminer-sph_simd.obj -MD -MP -MF algo/simd/$(DEPDIR)/cpuminer-sph_simd.Tpo -c -o algo/simd/cpuminer-sph_simd.obj `if test -f 'algo/simd/sph_simd.c'; then $(CYGPATH_W) 'algo/simd/sph_simd.c'; else $(CYGPATH_W) '$(srcdir)/algo/simd/sph_simd.c'; fi`
	$(AM_V_at)$(am__mv) algo/simd/$(DEPDIR)/cpuminer-sph_simd.Tpo algo/simd/$(DEPDIR)/cpuminer-sph_simd.Po
#	$(AM_V_CC)source='algo/simd/sph_simd.c' object='algo/simd/cpuminer-sph_simd.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/simd/cpuminer-sph_simd.obj `if test -f 'algo/simd/sph_simd.c'; then $(CYGPATH_W) 'algo/simd/sph_simd.c'; else $(CYGPATH_W) '$(srcdir)/algo/simd/sph_simd.c'; fi`

algo/hamsi/cpuminer-sph_hamsi.o: algo/hamsi/sph_hamsi.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/hamsi/cpuminer-sph_hamsi.o -MD -MP -MF algo/hamsi/$(DEPDIR)/cpuminer-sph_hamsi.Tpo -c -o algo/hamsi/cpuminer-sph_hamsi.o `test -f 'algo/hamsi/sph_hamsi.c' || echo '$(srcdir)/'`algo/hamsi/sph_hamsi.c
	$(AM_V_at)$(am__mv) algo/hamsi/$(DEPDIR)/cpuminer-sph_hamsi.Tpo algo/hamsi/$(DEPDIR)/cpuminer-sph_hamsi.Po
#	$(AM_V_CC)source='algo/hamsi/sph_hamsi.c' object='algo/hamsi/cpuminer-sph_hamsi.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/hamsi/cpuminer-sph_hamsi.o `test -f 'algo/hamsi/sph_hamsi.c' || echo '$(srcdir)/'`algo/hamsi/sph_hamsi.c

algo/hamsi/cpuminer-sph_hamsi.obj: algo/hamsi/sph_hamsi.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/hamsi/cpuminer-sph_hamsi.obj -MD -MP -MF algo/hamsi/$(DEPDIR)/cpuminer-sph_hamsi.Tpo -c -o algo/hamsi/cpuminer-sph_hamsi.obj `if test -f 'algo/hamsi/sph_hamsi.c'; then $(CYGPATH_W) 'algo/hamsi/sph_hamsi.c'; else $(CYGPATH_W) '$(srcdir)/algo/hamsi/sph_hamsi.c'; fi`
	$(AM_V_at)$(am__mv) algo/hamsi/$(DEPDIR)/cpuminer-sph_hamsi.Tpo algo/hamsi/$(DEPDIR)/cpuminer-sph_hamsi.Po
#	$(AM_V_CC)source='algo/hamsi/sph_hamsi.c' object='algo/hamsi/cpuminer-sph_hamsi.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/hamsi/cpuminer-sph_hamsi.obj `if test -f 'algo/hamsi/sph_hamsi.c'; then $(CYGPATH_W) 'algo/hamsi/sph_hamsi.c'; else $(CYGPATH_W) '$(srcdir)/algo/hamsi/sph_hamsi.c'; fi`

algo/fugue/cpuminer-sph_fugue.o: algo/fugue/sph_fugue.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/fugue/cpuminer-sph_fugue.o -MD -MP -MF algo/fugue/$(DEPDIR)/cpuminer-sph_fugue.Tpo -c -o algo/fugue/cpuminer-sph_fugue.o `test -f 'algo/fugue/sph_fugue.c' || echo '$(srcdir)/'`algo/fugue/sph_fugue.c
	$(AM_V_at)$(am__mv) algo/fugue/$(DEPDIR)/cpuminer-sph_fugue.Tpo algo/fugue/$(DEPDIR)/cpuminer-sph_fugue.Po
#	$(AM_V_CC)source='algo/fugue/sph_fugue.c' object='algo/fugue/cpuminer-sph_fugue.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/fugue/cpuminer-sph_fugue.o `test -f 'algo/fugue/sph_fugue.c' || echo '$(srcdir)/'`algo/fugue/sph_fugue.c

algo/fugue/cpuminer-sph_fugue.obj: algo/fugue/sph_fugue.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/fugue/cpuminer-sph_fugue.obj -MD -MP -MF algo/fugue/$(DEPDIR)/cpuminer-sph_fugue.Tpo -c -o algo/fugue/cpuminer-sph_fugue.obj `if test -f 'algo/fugue/sph_fugue.c'; then $(CYGPATH_W) 'algo/fugue/sph_fugue.c'; else $(CYGPATH_W) '$(srcdir)/algo/fugue/sph_fugue.c'; fi`
	$(AM_V_at)$(am__mv) algo/fugue/$(DEPDIR)/cpuminer-sph_fugue.Tpo algo/fugue/$(DEPDIR)/cpuminer-sph_fugue.Po
#	$(AM_V_CC)source='algo/fugue/sph_fugue.c' object='algo/fugue/cpuminer-sph_fugue.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/fugue/cpuminer-sph_fugue.obj `if test -f 'algo/fugue/sph_fugue.c'; then $(CYGPATH_W) 'algo/fugue/sph_fugue.c'; else $(CYGPATH_W) '$(srcdir)/algo/fugue/sph_fugue.c'; fi`

algo/gost/cpuminer-sph_gost.o: algo/gost/sph_gost.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/gost/cpuminer-sph_gost.o -MD -MP -MF algo/gost/$(DEPDIR)/cpuminer-sph_gost.Tpo -c -o algo/gost/cpuminer-sph_gost.o `test -f 'algo/gost/sph_gost.c' || echo '$(srcdir)/'`algo/gost/sph_gost.c
	$(AM_V_at)$(am__mv) algo/gost/$(DEPDIR)/cpuminer-sph_gost.Tpo algo/gost/$(DEPDIR)/cpuminer-sph_gost.Po
#	$(AM_V_CC)source='algo/gost/sph_gost.c' object='algo/gost/cpuminer-sph_gost.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/gost/cpuminer-sph_gost.o `test -f 'algo/gost/sph_gost.c' || echo '$(srcdir)/'`algo/gost/sph_gost.c

algo/gost/cpuminer-sph_gost.obj: algo/gost/sph_gost.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/gost/cpuminer-sph_gost.obj -MD -MP -MF algo/gost/$(DEPDIR)/cpuminer-sph_gost.Tpo -c -o algo/gost/cpuminer-sph_gost.obj `if test -f 'algo/gost/sph_gost.c'; then $(CYGPATH_W) 'algo/gost/sph_gost.c'; else $(CYGPATH_W) '$(srcdir)/algo/gost/sph_gost.c'; fi`
	$(AM_V_at)$(am__mv) algo/gost/$(DEPDIR)/cpuminer-sph_gost.Tpo algo/gost/$(DEPDIR)/cpuminer-sph_gost.Po
#	$(AM_V_CC)source='algo/gost/sph_gost.c' object='algo/gost/cpuminer-sph_gost.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/gost/cpuminer-sph_gost.obj `if test -f 'algo/gost/sph_gost.c'; then $(CYGPATH_W) 'algo/gost/sph_gost.c'; else $(CYGPATH_W) '$(srcdir)/algo/gost/sph_gost.c'; fi`

algo/jh/cpuminer-sph_jh.o: algo/jh/sph_jh.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/jh/cpuminer-sph_jh.o -MD -MP -MF algo/jh/$(DEPDIR)/cpuminer-sph_jh.Tpo -c -o algo/jh/cpuminer-sph_jh.o `test -f 'algo/jh/sph_jh.c' || echo '$(srcdir)/'`algo/jh/sph_jh.c
	$(AM_V_at)$(am__mv) algo/jh/$(DEPDIR)/cpuminer-sph_jh.Tpo algo/jh/$(DEPDIR)/cpuminer-sph_jh.Po
#	$(AM_V_CC)source='algo/jh/sph_jh.c' object='algo/jh/cpuminer-sph_jh.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/jh/cpuminer-sph_jh.o `test -f 'algo/jh/sph_jh.c' || echo '$(srcdir)/'`algo/jh/sph_jh.c

algo/jh/cpuminer-sph_jh.obj: algo/jh/sph_jh.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/jh/cpuminer-sph_jh.obj -MD -MP -MF algo/jh/$(DEPDIR)/cpuminer-sph_jh.Tpo -c -o algo/jh/cpuminer-sph_jh.obj `if test -f 'algo/jh/sph_jh.c'; then $(CYGPATH_W) 'algo/jh/sph_jh.c'; else $(CYGPATH_W) '$(srcdir)/algo/jh/sph_jh.c'; fi`
	$(AM_V_at)$(am__mv) algo/jh/$(DEPDIR)/cpuminer-sph_jh.Tpo algo/jh/$(DEPDIR)/cpuminer-sph_jh.Po
#	$(AM_V_CC)source='algo/jh/sph_jh.c' object='algo/jh/cpuminer-sph_jh.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/jh/cpuminer-sph_jh.obj `if test -f 'algo/jh/sph_jh.c'; then $(CYGPATH_W) 'algo/jh/sph_jh.c'; else $(CYGPATH_W) '$(srcdir)/algo/jh/sph_jh.c'; fi`

algo/keccak/cpuminer-sph_keccak.o: algo/keccak/sph_keccak.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/keccak/cpuminer-sph_keccak.o -MD -MP -MF algo/keccak/$(DEPDIR)/cpuminer-sph_keccak.Tpo -c -o algo/keccak/cpuminer-sph_keccak.o `test -f 'algo/keccak/sph_keccak.c' || echo '$(srcdir)/'`algo/keccak/sph_keccak.c
	$(AM_V_at)$(am__mv) algo/keccak/$(DEPDIR)/cpuminer-sph_keccak.Tpo algo/keccak/$(DEPDIR)/cpuminer-sph_keccak.Po
#	$(AM_V_CC)source='algo/keccak/sph_keccak.c' object='algo/keccak/cpuminer-sph_keccak.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/keccak/cpuminer-sph_keccak.o `test -f 'algo/keccak/sph_keccak.c' || echo '$(srcdir)/'`algo/keccak/sph_keccak.c

algo/keccak/cpuminer-sph_keccak.obj: algo/keccak/sph_keccak.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/keccak/cpuminer-sph_keccak.obj -MD -MP -MF algo/keccak/$(DEPDIR)/cpuminer-sph_keccak.Tpo -c -o algo/keccak/cpuminer-sph_keccak.obj `if test -f 'algo/keccak/sph_keccak.c'; then $(CYGPATH_W) 'algo/keccak/sph_keccak.c'; else $(CYGPATH_W) '$(srcdir)/algo/keccak/sph_keccak.c'; fi`
	$(AM_V_at)$(am__mv) algo/keccak/$(DEPDIR)/cpuminer-sph_keccak.Tpo algo/keccak/$(DEPDIR)/cpuminer-sph_keccak.Po
#	$(AM_V_CC)source='algo/keccak/sph_keccak.c' object='algo/keccak/cpuminer-sph_keccak.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/keccak/cpuminer-sph_keccak.obj `if test -f 'algo/keccak/sph_keccak.c'; then $(CYGPATH_W) 'algo/keccak/sph_keccak.c'; else $(CYGPATH_W) '$(srcdir)/algo/keccak/sph_keccak.c'; fi`

algo/keccak/cpuminer-keccak.o: algo/keccak/keccak.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/keccak/cpuminer-keccak.o -MD -MP -MF algo/keccak/$(DEPDIR)/cpuminer-keccak.Tpo -c -o algo/keccak/cpuminer-keccak.o `test -f 'algo/keccak/keccak.c' || echo '$(srcdir)/'`algo/keccak/keccak.c
	$(AM_V_at)$(am__mv) algo/keccak/$(DEPDIR)/cpuminer-keccak.Tpo algo/keccak/$(DEPDIR)/cpuminer-keccak.Po
#	$(AM_V_CC)source='algo/keccak/keccak.c' object='algo/keccak/cpuminer-keccak.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/keccak/cpuminer-keccak.o `test -f 'algo/keccak/keccak.c' || echo '$(srcdir)/'`algo/keccak/keccak.c

algo/keccak/cpuminer-keccak.obj: algo/keccak/keccak.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/keccak/cpuminer-keccak.obj -MD -MP -MF algo/keccak/$(DEPDIR)/cpuminer-keccak.Tpo -c -o algo/keccak/cpuminer-keccak.obj `if test -f 'algo/keccak/keccak.c'; then $(CYGPATH_W) 'algo/keccak/keccak.c'; else $(CYGPATH_W) '$(srcdir)/algo/keccak/keccak.c'; fi`
	$(AM_V_at)$(am__mv) algo/keccak/$(DEPDIR)/cpuminer-keccak.Tpo algo/keccak/$(DEPDIR)/cpuminer-keccak.Po
#	$(AM_V_CC)source='algo/keccak/keccak.c' object='algo/keccak/cpuminer-keccak.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/keccak/cpuminer-keccak.obj `if test -f 'algo/keccak/keccak.c'; then $(CYGPATH_W) 'algo/keccak/keccak.c'; else $(CYGPATH_W) '$(srcdir)/algo/keccak/keccak.c'; fi`

algo/sha/cpuminer-sph_sha2.o: algo/sha/sph_sha2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sph_sha2.o -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sph_sha2.Tpo -c -o algo/sha/cpuminer-sph_sha2.o `test -f 'algo/sha/sph_sha2.c' || echo '$(srcdir)/'`algo/sha/sph_sha2.c
	$(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sph_sha2.Tpo algo/sha/$(DEPDIR)/cpuminer-sph_sha2.Po
#	$(AM_V_CC)source='algo/sha/sph_sha2.c' object='algo/sha/cpuminer-sph_sha2.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sph_sha2.o `test -f 'algo/sha/sph_sha2.c' || echo '$(srcdir)/'`algo/sha/sph_sha2.c

algo/sha/cpuminer-sph_sha2.obj: algo/sha/sph_sha2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sph_sha2.obj -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sph_sha2.Tpo -c -o algo/sha/cpuminer-sph_sha2.obj `if test -f 'algo/sha/sph_sha2.c'; then $(CYGPATH_W) 'algo/sha/sph_sha2.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sph_sha2.c'; fi`
	$(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sph_sha2.Tpo algo/sha/$(DEPDIR)/cpuminer-sph_sha2.Po
#	$(AM_V_CC)source='algo/sha/sph_sha2.c' object='algo/sha/cpuminer-sph_sha2.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sph_sha2.obj `if test -f 'algo/sha/sph_sha2.c'; then $(CYGPATH_W) 'algo/sha/sph_sha2.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sph_sha2.c'; fi`

algo/sha/cpuminer-sph_sha2big.o: algo/sha/sph_sha2big.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sph_sha2big.o -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sph_sha2big.Tpo -c -o algo/sha/cpuminer-sph_sha2big.o `test -f 'algo/sha/sph_sha2big.c' || echo '$(srcdir)/'`algo/sha/sph_sha2big.c
	$(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sph_sha2big.Tpo algo/sha/$(DEPDIR)/cpuminer-sph_sha2big.Po
#	$(AM_V_CC)source='algo/sha/sph_sha2big.c' object='algo/sha/cpuminer-sph_sha2big.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sph_sha2big.o `test -f 'algo/sha/sph_sha2big.c' || echo '$(srcdir)/'`algo/sha/sph_sha2big.c

algo/sha/cpuminer-sph_sha2big.obj: algo/sha/sph_sha2big.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sph_sha2big.obj -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sph_sha2big.Tpo -c -o algo/sha/cpuminer-sph_sha2big.obj `if test -f 'algo/sha/sph_sha2big.c'; then $(CYGPATH_W) 'algo/sha/sph_sha2big.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sph_sha2big.c'; fi`
	$(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sph_sha2big.Tpo algo/sha/$(DEPDIR)/cpuminer-sph_sha2big.Po
#	$(AM_V_CC)source='algo/sha/sph_sha2big.c' object='algo/sha/cpuminer-sph_sha2big.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sph_sha2big.obj `if test -f 'algo/sha/sph_sha2big.c'; then $(CYGPATH_W) 'algo/sha/sph_sha2big.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sph_sha2big.c'; fi`

algo/shabal/cpuminer-sph_shabal.o: algo/shabal/sph_shabal.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/shabal/cpuminer-sph_shabal.o -MD -MP -MF algo/shabal/$(DEPDIR)/cpuminer-sph_shabal.Tpo -c -o algo/shabal/cpuminer-sph_shabal.o `test -f 'algo/shabal/sph_shabal.c' || echo '$(srcdir)/'`algo/shabal/sph_shabal.c
	$(AM_V_at)$(am__mv) algo/shabal/$(DEPDIR)/cpuminer-sph_shabal.Tpo algo/shabal/$(DEPDIR)/cpuminer-sph_shabal.Po
#	$(AM_V_CC)source='algo/shabal/sph_shabal.c' object='algo/shabal/cpuminer-sph_shabal.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/shabal/cpuminer-sph_shabal.o `test -f 'algo/shabal/sph_shabal.c' || echo '$(srcdir)/'`algo/shabal/sph_shabal.c

algo/shabal/cpuminer-sph_shabal.obj: algo/shabal/sph_shabal.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/shabal/cpuminer-sph_shabal.obj -MD -MP -MF algo/shabal/$(DEPDIR)/cpuminer-sph_shabal.Tpo -c -o algo/shabal/cpuminer-sph_shabal.obj `if test -f 'algo/shabal/sph_shabal.c'; then $(CYGPATH_W) 'algo/shabal/sph_shabal.c'; else $(CYGPATH_W) '$(srcdir)/algo/shabal/sph_shabal.c'; fi`
	$(AM_V_at)$(am__mv) algo/shabal/$(DEPDIR)/cpuminer-sph_shabal.Tpo algo/shabal/$(DEPDIR)/cpuminer-sph_shabal.Po
#	$(AM_V_CC)source='algo/shabal/sph_shabal.c' object='algo/shabal/cpuminer-sph_shabal.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/shabal/cpuminer-sph_shabal.obj `if test -f 'algo/shabal/sph_shabal.c'; then $(CYGPATH_W) 'algo/shabal/sph_shabal.c'; else $(CYGPATH_W) '$(srcdir)/algo/shabal/sph_shabal.c'; fi`

algo/whirlpool/cpuminer-sph_whirlpool.o: algo/whirlpool/sph_whirlpool.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/whirlpool/cpuminer-sph_whirlpool.o -MD -MP -MF algo/whirlpool/$(DEPDIR)/cpuminer-sph_whirlpool.Tpo -c -o algo/whirlpool/cpuminer-sph_whirlpool.o `test -f 'algo/whirlpool/sph_whirlpool.c' || echo '$(srcdir)/'`algo/whirlpool/sph_whirlpool.c
	$(AM_V_at)$(am__mv) algo/whirlpool/$(DEPDIR)/cpuminer-sph_whirlpool.Tpo algo/whirlpool/$(DEPDIR)/cpuminer-sph_whirlpool.Po
#	$(AM_V_CC)source='algo/whirlpool/sph_whirlpool.c' object='algo/whirlpool/cpuminer-sph_whirlpool.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/whirlpool/cpuminer-sph_whirlpool.o `test -f 'algo/whirlpool/sph_whirlpool.c' || echo '$(srcdir)/'`algo/whirlpool/sph_whirlpool.c

algo/whirlpool/cpuminer-sph_whirlpool.obj: algo/whirlpool/sph_whirlpool.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/whirlpool/cpuminer-sph_whirlpool.obj -MD -MP -MF algo/whirlpool/$(DEPDIR)/cpuminer-sph_whirlpool.Tpo -c -o algo/whirlpool/cpuminer-sph_whirlpool.obj `if test -f 'algo/whirlpool/sph_whirlpool.c'; then $(CYGPATH_W) 'algo/whirlpool/sph_whirlpool.c'; else $(CYGPATH_W) '$(srcdir)/algo/whirlpool/sph_whirlpool.c'; fi`
	$(AM_V_at)$(am__mv) algo/whirlpool/$(DEPDIR)/cpuminer-sph_whirlpool.Tpo algo/whirlpool/$(DEPDIR)/cpuminer-sph_whirlpool.Po
#	$(AM_V_CC)source='algo/whirlpool/sph_whirlpool.c' object='algo/whirlpool/cpuminer-sph_whirlpool.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/whirlpool/cpuminer-sph_whirlpool.obj `if test -f 'algo/whirlpool/sph_whirlpool.c'; then $(CYGPATH_W) 'algo/whirlpool/sph_whirlpool.c'; else $(CYGPATH_W) '$(srcdir)/algo/whirlpool/sph_whirlpool.c'; fi`

crypto/cpuminer-blake2s.o: crypto/blake2s.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-blake2s.o -MD -MP -MF crypto/$(DEPDIR)/cpuminer-blake2s.Tpo -c -o crypto/cpuminer-blake2s.o `test -f 'crypto/blake2s.c' || echo '$(srcdir)/'`crypto/blake2s.c
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-blake2s.Tpo crypto/$(DEPDIR)/cpuminer-blake2s.Po
#	$(AM_V_CC)source='crypto/blake2s.c' object='crypto/cpuminer-blake2s.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-blake2s.o `test -f 'crypto/blake2s.c' || echo '$(srcdir)/'`crypto/blake2s.c

crypto/cpuminer-blake2s.obj: crypto/blake2s.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-blake2s.obj -MD -MP -MF crypto/$(DEPDIR)/cpuminer-blake2s.Tpo -c -o crypto/cpuminer-blake2s.obj `if test -f 'crypto/blake2s.c'; then $(CYGPATH_W) 'crypto/blake2s.c'; else $(CYGPATH_W) '$(srcdir)/crypto/blake2s.c'; fi`
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-blake2s.Tpo crypto/$(DEPDIR)/cpuminer-blake2s.Po
#	$(AM_V_CC)source='crypto/blake2s.c' object='crypto/cpuminer-blake2s.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-blake2s.obj `if test -f 'crypto/blake2s.c'; then $(CYGPATH_W) 'crypto/blake2s.c'; else $(CYGPATH_W) '$(srcdir)/crypto/blake2s.c'; fi`

crypto/cpuminer-oaes_lib.o: crypto/oaes_lib.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-oaes_lib.o -MD -MP -MF crypto/$(DEPDIR)/cpuminer-oaes_lib.Tpo -c -o crypto/cpuminer-oaes_lib.o `test -f 'crypto/oaes_lib.c' || echo '$(srcdir)/'`crypto/oaes_lib.c
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-oaes_lib.Tpo crypto/$(DEPDIR)/cpuminer-oaes_lib.Po
#	$(AM_V_CC)source='crypto/oaes_lib.c' object='crypto/cpuminer-oaes_lib.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-oaes_lib.o `test -f 'crypto/oaes_lib.c' || echo '$(srcdir)/'`crypto/oaes_lib.c

crypto/cpuminer-oaes_lib.obj: crypto/oaes_lib.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-oaes_lib.obj -MD -MP -MF crypto/$(DEPDIR)/cpuminer-oaes_lib.Tpo -c -o crypto/cpuminer-oaes_lib.obj `if test -f 'crypto/oaes_lib.c'; then $(CYGPATH_W) 'crypto/oaes_lib.c'; else $(CYGPATH_W) '$(srcdir)/crypto/oaes_lib.c'; fi`
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-oaes_lib.Tpo crypto/$(DEPDIR)/cpuminer-oaes_lib.Po
#	$(AM_V_CC)source='crypto/oaes_lib.c' object='crypto/cpuminer-oaes_lib.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-oaes_lib.obj `if test -f 'crypto/oaes_lib.c'; then $(CYGPATH_W) 'crypto/oaes_lib.c'; else $(CYGPATH_W) '$(srcdir)/crypto/oaes_lib.c'; fi`

crypto/cpuminer-c_keccak.o: crypto/c_keccak.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-c_keccak.o -MD -MP -MF crypto/$(DEPDIR)/cpuminer-c_keccak.Tpo -c -o crypto/cpuminer-c_keccak.o `test -f 'crypto/c_keccak.c' || echo '$(srcdir)/'`crypto/c_keccak.c
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-c_keccak.Tpo crypto/$(DEPDIR)/cpuminer-c_keccak.Po
#	$(AM_V_CC)source='crypto/c_keccak.c' object='crypto/cpuminer-c_keccak.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-c_keccak.o `test -f 'crypto/c_keccak.c' || echo '$(srcdir)/'`crypto/c_keccak.c

crypto/cpuminer-c_keccak.obj: crypto/c_keccak.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-c_keccak.obj -MD -MP -MF crypto/$(DEPDIR)/cpuminer-c_keccak.Tpo -c -o crypto/cpuminer-c_keccak.obj `if test -f 'crypto/c_keccak.c'; then $(CYGPATH_W) 'crypto/c_keccak.c'; else $(CYGPATH_W) '$(srcdir)/crypto/c_keccak.c'; fi`
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-c_keccak.Tpo crypto/$(DEPDIR)/cpuminer-c_keccak.Po
#	$(AM_V_CC)source='crypto/c_keccak.c' object='crypto/cpuminer-c_keccak.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-c_keccak.obj `if test -f 'crypto/c_keccak.c'; then $(CYGPATH_W) 'crypto/c_keccak.c'; else $(CYGPATH_W) '$(srcdir)/crypto/c_keccak.c'; fi`

crypto/cpuminer-c_groestl.o: crypto/c_groestl.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-c_groestl.o -MD -MP -MF crypto/$(DEPDIR)/cpuminer-c_groestl.Tpo -c -o crypto/cpuminer-c_groestl.o `test -f 'crypto/c_groestl.c' || echo '$(srcdir)/'`crypto/c_groestl.c
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-c_groestl.Tpo crypto/$(DEPDIR)/cpuminer-c_groestl.Po
#	$(AM_V_CC)source='crypto/c_groestl.c' object='crypto/cpuminer-c_groestl.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-c_groestl.o `test -f 'crypto/c_groestl.c' || echo '$(srcdir)/'`crypto/c_groestl.c

crypto/cpuminer-c_groestl.obj: crypto/c_groestl.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-c_groestl.obj -MD -MP -MF crypto/$(DEPDIR)/cpuminer-c_groestl.Tpo -c -o crypto/cpuminer-c_groestl.obj `if test -f 'crypto/c_groestl.c'; then $(CYGPATH_W) 'crypto/c_groestl.c'; else $(CYGPATH_W) '$(srcdir)/crypto/c_groestl.c'; fi`
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-c_groestl.Tpo crypto/$(DEPDIR)/cpuminer-c_groestl.Po
#	$(AM_V_CC)source='crypto/c_groestl.c' object='crypto/cpuminer-c_groestl.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-c_groestl.obj `if test -f 'crypto/c_groestl.c'; then $(CYGPATH_W) 'crypto/c_groestl.c'; else $(CYGPATH_W) '$(srcdir)/crypto/c_groestl.c'; fi`

crypto/cpuminer-c_blake256.o: crypto/c_blake256.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-c_blake256.o -MD -MP -MF crypto/$(DEPDIR)/cpuminer-c_blake256.Tpo -c -o crypto/cpuminer-c_blake256.o `test -f 'crypto/c_blake256.c' || echo '$(srcdir)/'`crypto/c_blake256.c
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-c_blake256.Tpo crypto/$(DEPDIR)/cpuminer-c_blake256.Po
#	$(AM_V_CC)source='crypto/c_blake256.c' object='crypto/cpuminer-c_blake256.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-c_blake256.o `test -f 'crypto/c_blake256.c' || echo '$(srcdir)/'`crypto/c_blake256.c

crypto/cpuminer-c_blake256.obj: crypto/c_blake256.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-c_blake256.obj -MD -MP -MF crypto/$(DEPDIR)/cpuminer-c_blake256.Tpo -c -o crypto/cpuminer-c_blake256.obj `if test -f 'crypto/c_blake256.c'; then $(CYGPATH_W) 'crypto/c_blake256.c'; else $(CYGPATH_W) '$(srcdir)/crypto/c_blake256.c'; fi`
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-c_blake256.Tpo crypto/$(DEPDIR)/cpuminer-c_blake256.Po
#	$(AM_V_CC)source='crypto/c_blake256.c' object='crypto/cpuminer-c_blake256.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-c_blake256.obj `if test -f 'crypto/c_blake256.c'; then $(CYGPATH_W) 'crypto/c_blake256.c'; else $(CYGPATH_W) '$(srcdir)/crypto/c_blake256.c'; fi`

crypto/cpuminer-c_jh.o: crypto/c_jh.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-c_jh.o -MD -MP -MF crypto/$(DEPDIR)/cpuminer-c_jh.Tpo -c -o crypto/cpuminer-c_jh.o `test -f 'crypto/c_jh.c' || echo '$(srcdir)/'`crypto/c_jh.c
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-c_jh.Tpo crypto/$(DEPDIR)/cpuminer-c_jh.Po
#	$(AM_V_CC)source='crypto/c_jh.c' object='crypto/cpuminer-c_jh.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-c_jh.o `test -f 'crypto/c_jh.c' || echo '$(srcdir)/'`crypto/c_jh.c

crypto/cpuminer-c_jh.obj: crypto/c_jh.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-c_jh.obj -MD -MP -MF crypto/$(DEPDIR)/cpuminer-c_jh.Tpo -c -o crypto/cpuminer-c_jh.obj `if test -f 'crypto/c_jh.c'; then $(CYGPATH_W) 'crypto/c_jh.c'; else $(CYGPATH_W) '$(srcdir)/crypto/c_jh.c'; fi`
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-c_jh.Tpo crypto/$(DEPDIR)/cpuminer-c_jh.Po
#	$(AM_V_CC)source='crypto/c_jh.c' object='crypto/cpuminer-c_jh.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-c_jh.obj `if test -f 'crypto/c_jh.c'; then $(CYGPATH_W) 'crypto/c_jh.c'; else $(CYGPATH_W) '$(srcdir)/crypto/c_jh.c'; fi`

crypto/cpuminer-c_skein.o: crypto/c_skein.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-c_skein.o -MD -MP -MF crypto/$(DEPDIR)/cpuminer-c_skein.Tpo -c -o crypto/cpuminer-c_skein.o `test -f 'crypto/c_skein.c' || echo '$(srcdir)/'`crypto/c_skein.c
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-c_skein.Tpo crypto/$(DEPDIR)/cpuminer-c_skein.Po
#	$(AM_V_CC)source='crypto/c_skein.c' object='crypto/cpuminer-c_skein.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-c_skein.o `test -f 'crypto/c_skein.c' || echo '$(srcdir)/'`crypto/c_skein.c

crypto/cpuminer-c_skein.obj: crypto/c_skein.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-c_skein.obj -MD -MP -MF crypto/$(DEPDIR)/cpuminer-c_skein.Tpo -c -o crypto/cpuminer-c_skein.obj `if test -f 'crypto/c_skein.c'; then $(CYGPATH_W) 'crypto/c_skein.c'; else $(CYGPATH_W) '$(srcdir)/crypto/c_skein.c'; fi`
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-c_skein.Tpo crypto/$(DEPDIR)/cpuminer-c_skein.Po
#	$(AM_V_CC)source='crypto/c_skein.c' object='crypto/cpuminer-c_skein.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-c_skein.obj `if test -f 'crypto/c_skein.c'; then $(CYGPATH_W) 'crypto/c_skein.c'; else $(CYGPATH_W) '$(srcdir)/crypto/c_skein.c'; fi`

crypto/cpuminer-hash.o: crypto/hash.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-hash.o -MD -MP -MF crypto/$(DEPDIR)/cpuminer-hash.Tpo -c -o crypto/cpuminer-hash.o `test -f 'crypto/hash.c' || echo '$(srcdir)/'`crypto/hash.c
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-hash.Tpo crypto/$(DEPDIR)/cpuminer-hash.Po
#	$(AM_V_CC)source='crypto/hash.c' object='crypto/cpuminer-hash.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-hash.o `test -f 'crypto/hash.c' || echo '$(srcdir)/'`crypto/hash.c

crypto/cpuminer-hash.obj: crypto/hash.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-hash.obj -MD -MP -MF crypto/$(DEPDIR)/cpuminer-hash.Tpo -c -o crypto/cpuminer-hash.obj `if test -f 'crypto/hash.c'; then $(CYGPATH_W) 'crypto/hash.c'; else $(CYGPATH_W) '$(srcdir)/crypto/hash.c'; fi`
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-hash.Tpo crypto/$(DEPDIR)/cpuminer-hash.Po
#	$(AM_V_CC)source='crypto/hash.c' object='crypto/cpuminer-hash.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-hash.obj `if test -f 'crypto/hash.c'; then $(CYGPATH_W) 'crypto/hash.c'; else $(CYGPATH_W) '$(srcdir)/crypto/hash.c'; fi`

crypto/cpuminer-aesb.o: crypto/aesb.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-aesb.o -MD -MP -MF crypto/$(DEPDIR)/cpuminer-aesb.Tpo -c -o crypto/cpuminer-aesb.o `test -f 'crypto/aesb.c' || echo '$(srcdir)/'`crypto/aesb.c
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-aesb.Tpo crypto/$(DEPDIR)/cpuminer-aesb.Po
#	$(AM_V_CC)source='crypto/aesb.c' object='crypto/cpuminer-aesb.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-aesb.o `test -f 'crypto/aesb.c' || echo '$(srcdir)/'`crypto/aesb.c

crypto/cpuminer-aesb.obj: crypto/aesb.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT crypto/cpuminer-aesb.obj -MD -MP -MF crypto/$(DEPDIR)/cpuminer-aesb.Tpo -c -o crypto/cpuminer-aesb.obj `if test -f 'crypto/aesb.c'; then $(CYGPATH_W) 'crypto/aesb.c'; else $(CYGPATH_W) '$(srcdir)/crypto/aesb.c'; fi`
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-aesb.Tpo crypto/$(DEPDIR)/cpuminer-aesb.Po
#	$(AM_V_CC)source='crypto/aesb.c' object='crypto/cpuminer-aesb.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o crypto/cpuminer-aesb.obj `if test -f 'crypto/aesb.c'; then $(CYGPATH_W) 'crypto/aesb.c'; else $(CYGPATH_W) '$(srcdir)/crypto/aesb.c'; fi`

algo/argon2/cpuminer-argon2a.o: algo/argon2/argon2a.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/argon2/cpuminer-argon2a.o -MD -MP -MF algo/argon2/$(DEPDIR)/cpuminer-argon2a.Tpo -c -o algo/argon2/cpuminer-argon2a.o `test -f 'algo/argon2/argon2a.c' || echo '$(srcdir)/'`algo/argon2/argon2a.c
	$(AM_V_at)$(am__mv) algo/argon2/$(DEPDIR)/cpuminer-argon2a.Tpo algo/argon2/$(DEPDIR)/cpuminer-argon2a.Po
#	$(AM_V_CC)source='algo/argon2/argon2a.c' object='algo/argon2/cpuminer-argon2a.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/argon2/cpuminer-argon2a.o `test -f 'algo/argon2/argon2a.c' || echo '$(srcdir)/'`algo/argon2/argon2a.c

algo/argon2/cpuminer-argon2a.obj: algo/argon2/argon2a.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/argon2/cpuminer-argon2a.obj -MD -MP -MF algo/argon2/$(DEPDIR)/cpuminer-argon2a.Tpo -c -o algo/argon2/cpuminer-argon2a.obj `if test -f 'algo/argon2/argon2a.c'; then $(CYGPATH_W) 'algo/argon2/argon2a.c'; else $(CYGPATH_W) '$(srcdir)/algo/argon2/argon2a.c'; fi`
	$(AM_V_at)$(am__mv) algo/argon2/$(DEPDIR)/cpuminer-argon2a.Tpo algo/argon2/$(DEPDIR)/cpuminer-argon2a.Po
#	$(AM_V_CC)source='algo/argon2/argon2a.c' object='algo/argon2/cpuminer-argon2a.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/argon2/cpuminer-argon2a.obj `if test -f 'algo/argon2/argon2a.c'; then $(CYGPATH_W) 'algo/argon2/argon2a.c'; else $(CYGPATH_W) '$(srcdir)/algo/argon2/argon2a.c'; fi`

algo/argon2/ar2/cpuminer-argon2.o: algo/argon2/ar2/argon2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/argon2/ar2/cpuminer-argon2.o -MD -MP -MF algo/argon2/ar2/$(DEPDIR)/cpuminer-argon2.Tpo -c -o algo/argon2/ar2/cpuminer-argon2.o `test -f 'algo/argon2/ar2/argon2.c' || echo '$(srcdir)/'`algo/argon2/ar2/argon2.c
	$(AM_V_at)$(am__mv) algo/argon2/ar2/$(DEPDIR)/cpuminer-argon2.Tpo algo/argon2/ar2/$(DEPDIR)/cpuminer-argon2.Po
#	$(AM_V_CC)source='algo/argon2/ar2/argon2.c' object='algo/argon2/ar2/cpuminer-argon2.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/argon2/ar2/cpuminer-argon2.o `test -f 'algo/argon2/ar2/argon2.c' || echo '$(srcdir)/'`algo/argon2/ar2/argon2.c

algo/argon2/ar2/cpuminer-argon2.obj: algo/argon2/ar2/argon2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/argon2/ar2/cpuminer-argon2.obj -MD -MP -MF algo/argon2/ar2/$(DEPDIR)/cpuminer-argon2.Tpo -c -o algo/argon2/ar2/cpuminer-argon2.obj `if test -f 'algo/argon2/ar2/argon2.c'; then $(CYGPATH_W) 'algo/argon2/ar2/argon2.c'; else $(CYGPATH_W) '$(srcdir)/algo/argon2/ar2/argon2.c'; fi`
	$(AM_V_at)$(am__mv) algo/argon2/ar2/$(DEPDIR)/cpuminer-argon2.Tpo algo/argon2/ar2/$(DEPDIR)/cpuminer-argon2.Po
#	$(AM_V_CC)source='algo/argon2/ar2/argon2.c' object='algo/argon2/ar2/cpuminer-argon2.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/argon2/ar2/cpuminer-argon2.obj `if test -f 'algo/argon2/ar2/argon2.c'; then $(CYGPATH_W) 'algo/argon2/ar2/argon2.c'; else $(CYGPATH_W) '$(srcdir)/algo/argon2/ar2/argon2.c'; fi`

algo/argon2/ar2/cpuminer-opt.o: algo/argon2/ar2/opt.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/argon2/ar2/cpuminer-opt.o -MD -MP -MF algo/argon2/ar2/$(DEPDIR)/cpuminer-opt.Tpo -c -o algo/argon2/ar2/cpuminer-opt.o `test -f 'algo/argon2/ar2/opt.c' || echo '$(srcdir)/'`algo/argon2/ar2/opt.c
	$(AM_V_at)$(am__mv) algo/argon2/ar2/$(DEPDIR)/cpuminer-opt.Tpo algo/argon2/ar2/$(DEPDIR)/cpuminer-opt.Po
#	$(AM_V_CC)source='algo/argon2/ar2/opt.c' object='algo/argon2/ar2/cpuminer-opt.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/argon2/ar2/cpuminer-opt.o `test -f 'algo/argon2/ar2/opt.c' || echo '$(srcdir)/'`algo/argon2/ar2/opt.c

algo/argon2/ar2/cpuminer-opt.obj: algo/argon2/ar2/opt.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/argon2/ar2/cpuminer-opt.obj -MD -MP -MF algo/argon2/ar2/$(DEPDIR)/cpuminer-opt.Tpo -c -o algo/argon2/ar2/cpuminer-opt.obj `if test -f 'algo/argon2/ar2/opt.c'; then $(CYGPATH_W) 'algo/argon2/ar2/opt.c'; else $(CYGPATH_W) '$(srcdir)/algo/argon2/ar2/opt.c'; fi`
	$(AM_V_at)$(am__mv) algo/argon2/ar2/$(DEPDIR)/cpuminer-opt.Tpo algo/argon2/ar2/$(DEPDIR)/cpuminer-opt.Po
#	$(AM_V_CC)source='algo/argon2/ar2/opt.c' object='algo/argon2/ar2/cpuminer-opt.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/argon2/ar2/cpuminer-opt.obj `if test -f 'algo/argon2/ar2/opt.c'; then $(CYGPATH_W) 'algo/argon2/ar2/opt.c'; else $(CYGPATH_W) '$(srcdir)/algo/argon2/ar2/opt.c'; fi`

algo/argon2/ar2/cpuminer-cores.o: algo/argon2/ar2/cores.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/argon2/ar2/cpuminer-cores.o -MD -MP -MF algo/argon2/ar2/$(DEPDIR)/cpuminer-cores.Tpo -c -o algo/argon2/ar2/cpuminer-cores.o `test -f 'algo/argon2/ar2/cores.c' || echo '$(srcdir)/'`algo/argon2/ar2/cores.c
	$(AM_V_at)$(am__mv) algo/argon2/ar2/$(DEPDIR)/cpuminer-cores.Tpo algo/argon2/ar2/$(DEPDIR)/cpuminer-cores.Po
#	$(AM_V_CC)source='algo/argon2/ar2/cores.c' object='algo/argon2/ar2/cpuminer-cores.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/argon2/ar2/cpuminer-cores.o `test -f 'algo/argon2/ar2/cores.c' || echo '$(srcdir)/'`algo/argon2/ar2/cores.c

algo/argon2/ar2/cpuminer-cores.obj: algo/argon2/ar2/cores.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/argon2/ar2/cpuminer-cores.obj -MD -MP -MF algo/argon2/ar2/$(DEPDIR)/cpuminer-cores.Tpo -c -o algo/argon2/ar2/cpuminer-cores.obj `if test -f 'algo/argon2/ar2/cores.c'; then $(CYGPATH_W) 'algo/argon2/ar2/cores.c'; else $(CYGPATH_W) '$(srcdir)/algo/argon2/ar2/cores.c'; fi`
	$(AM_V_at)$(am__mv) algo/argon2/ar2/$(DEPDIR)/cpuminer-cores.Tpo algo/argon2/ar2/$(DEPDIR)/cpuminer-cores.Po
#	$(AM_V_CC)source='algo/argon2/ar2/cores.c' object='algo/argon2/ar2/cpuminer-cores.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/argon2/ar2/cpuminer-cores.obj `if test -f 'algo/argon2/ar2/cores.c'; then $(CYGPATH_W) 'algo/argon2/ar2/cores.c'; else $(CYGPATH_W) '$(srcdir)/algo/argon2/ar2/cores.c'; fi`

algo/argon2/ar2/cpuminer-ar2-scrypt-jane.o: algo/argon2/ar2/ar2-scrypt-jane.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/argon2/ar2/cpuminer-ar2-scrypt-jane.o -MD -MP -MF algo/argon2/ar2/$(DEPDIR)/cpuminer-ar2-scrypt-jane.Tpo -c -o algo/argon2/ar2/cpuminer-ar2-scrypt-jane.o `test -f 'algo/argon2/ar2/ar2-scrypt-jane.c' || echo '$(srcdir)/'`algo/argon2/ar2/ar2-scrypt-jane.c
	$(AM_V_at)$(am__mv) algo/argon2/ar2/$(DEPDIR)/cpuminer-ar2-scrypt-jane.Tpo algo/argon2/ar2/$(DEPDIR)/cpuminer-ar2-scrypt-jane.Po
#	$(AM_V_CC)source='algo/argon2/ar2/ar2-scrypt-jane.c' object='algo/argon2/ar2/cpuminer-ar2-scrypt-jane.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/argon2/ar2/cpuminer-ar2-scrypt-jane.o `test -f 'algo/argon2/ar2/ar2-scrypt-jane.c' || echo '$(srcdir)/'`algo/argon2/ar2/ar2-scrypt-jane.c

algo/argon2/ar2/cpuminer-ar2-scrypt-jane.obj: algo/argon2/ar2/ar2-scrypt-jane.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/argon2/ar2/cpuminer-ar2-scrypt-jane.obj -MD -MP -MF algo/argon2/ar2/$(DEPDIR)/cpuminer-ar2-scrypt-jane.Tpo -c -o algo/argon2/ar2/cpuminer-ar2-scrypt-jane.obj `if test -f 'algo/argon2/ar2/ar2-scrypt-jane.c'; then $(CYGPATH_W) 'algo/argon2/ar2/ar2-scrypt-jane.c'; else $(CYGPATH_W) '$(srcdir)/algo/argon2/ar2/ar2-scrypt-jane.c'; fi`
	$(AM_V_at)$(am__mv) algo/argon2/ar2/$(DEPDIR)/cpuminer-ar2-scrypt-jane.Tpo algo/argon2/ar2/$(DEPDIR)/cpuminer-ar2-scrypt-jane.Po
#	$(AM_V_CC)source='algo/argon2/ar2/ar2-scrypt-jane.c' object='algo/argon2/ar2/cpuminer-ar2-scrypt-jane.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/argon2/ar2/cpuminer-ar2-scrypt-jane.obj `if test -f 'algo/argon2/ar2/ar2-scrypt-jane.c'; then $(CYGPATH_W) 'algo/argon2/ar2/ar2-scrypt-jane.c'; else $(CYGPATH_W) '$(srcdir)/algo/argon2/ar2/ar2-scrypt-jane.c'; fi`

algo/argon2/ar2/cpuminer-blake2b.o: algo/argon2/ar2/blake2b.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/argon2/ar2/cpuminer-blake2b.o -MD -MP -MF algo/argon2/ar2/$(DEPDIR)/cpuminer-blake2b.Tpo -c -o algo/argon2/ar2/cpuminer-blake2b.o `test -f 'algo/argon2/ar2/blake2b.c' || echo '$(srcdir)/'`algo/argon2/ar2/blake2b.c
	$(AM_V_at)$(am__mv) algo/argon2/ar2/$(DEPDIR)/cpuminer-blake2b.Tpo algo/argon2/ar2/$(DEPDIR)/cpuminer-blake2b.Po
#	$(AM_V_CC)source='algo/argon2/ar2/blake2b.c' object='algo/argon2/ar2/cpuminer-blake2b.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/argon2/ar2/cpuminer-blake2b.o `test -f 'algo/argon2/ar2/blake2b.c' || echo '$(srcdir)/'`algo/argon2/ar2/blake2b.c

algo/argon2/ar2/cpuminer-blake2b.obj: algo/argon2/ar2/blake2b.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/argon2/ar2/cpuminer-blake2b.obj -MD -MP -MF algo/argon2/ar2/$(DEPDIR)/cpuminer-blake2b.Tpo -c -o algo/argon2/ar2/cpuminer-blake2b.obj `if test -f 'algo/argon2/ar2/blake2b.c'; then $(CYGPATH_W) 'algo/argon2/ar2/blake2b.c'; else $(CYGPATH_W) '$(srcdir)/algo/argon2/ar2/blake2b.c'; fi`
	$(AM_V_at)$(am__mv) algo/argon2/ar2/$(DEPDIR)/cpuminer-blake2b.Tpo algo/argon2/ar2/$(DEPDIR)/cpuminer-blake2b.Po
#	$(AM_V_CC)source='algo/argon2/ar2/blake2b.c' object='algo/argon2/ar2/cpuminer-blake2b.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/argon2/ar2/cpuminer-blake2b.obj `if test -f 'algo/argon2/ar2/blake2b.c'; then $(CYGPATH_W) 'algo/argon2/ar2/blake2b.c'; else $(CYGPATH_W) '$(srcdir)/algo/argon2/ar2/blake2b.c'; fi`

algo/cpuminer-axiom.o: algo/axiom.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-axiom.o -MD -MP -MF algo/$(DEPDIR)/cpuminer-axiom.Tpo -c -o algo/cpuminer-axiom.o `test -f 'algo/axiom.c' || echo '$(srcdir)/'`algo/axiom.c
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-axiom.Tpo algo/$(DEPDIR)/cpuminer-axiom.Po
#	$(AM_V_CC)source='algo/axiom.c' object='algo/cpuminer-axiom.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-axiom.o `test -f 'algo/axiom.c' || echo '$(srcdir)/'`algo/axiom.c

algo/cpuminer-axiom.obj: algo/axiom.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-axiom.obj -MD -MP -MF algo/$(DEPDIR)/cpuminer-axiom.Tpo -c -o algo/cpuminer-axiom.obj `if test -f 'algo/axiom.c'; then $(CYGPATH_W) 'algo/axiom.c'; else $(CYGPATH_W) '$(srcdir)/algo/axiom.c'; fi`
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-axiom.Tpo algo/$(DEPDIR)/cpuminer-axiom.Po
#	$(AM_V_CC)source='algo/axiom.c' object='algo/cpuminer-axiom.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-axiom.obj `if test -f 'algo/axiom.c'; then $(CYGPATH_W) 'algo/axiom.c'; else $(CYGPATH_W) '$(srcdir)/algo/axiom.c'; fi`

algo/blake/cpuminer-blake.o: algo/blake/blake.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-blake.o -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-blake.Tpo -c -o algo/blake/cpuminer-blake.o `test -f 'algo/blake/blake.c' || echo '$(srcdir)/'`algo/blake/blake.c
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-blake.Tpo algo/blake/$(DEPDIR)/cpuminer-blake.Po
#	$(AM_V_CC)source='algo/blake/blake.c' object='algo/blake/cpuminer-blake.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-blake.o `test -f 'algo/blake/blake.c' || echo '$(srcdir)/'`algo/blake/blake.c

algo/blake/cpuminer-blake.obj: algo/blake/blake.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-blake.obj -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-blake.Tpo -c -o algo/blake/cpuminer-blake.obj `if test -f 'algo/blake/blake.c'; then $(CYGPATH_W) 'algo/blake/blake.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/blake.c'; fi`
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-blake.Tpo algo/blake/$(DEPDIR)/cpuminer-blake.Po
#	$(AM_V_CC)source='algo/blake/blake.c' object='algo/blake/cpuminer-blake.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-blake.obj `if test -f 'algo/blake/blake.c'; then $(CYGPATH_W) 'algo/blake/blake.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/blake.c'; fi`

algo/blake/cpuminer-blake2b.o: algo/blake/blake2b.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-blake2b.o -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-blake2b.Tpo -c -o algo/blake/cpuminer-blake2b.o `test -f 'algo/blake/blake2b.c' || echo '$(srcdir)/'`algo/blake/blake2b.c
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-blake2b.Tpo algo/blake/$(DEPDIR)/cpuminer-blake2b.Po
#	$(AM_V_CC)source='algo/blake/blake2b.c' object='algo/blake/cpuminer-blake2b.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-blake2b.o `test -f 'algo/blake/blake2b.c' || echo '$(srcdir)/'`algo/blake/blake2b.c

algo/blake/cpuminer-blake2b.obj: algo/blake/blake2b.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-blake2b.obj -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-blake2b.Tpo -c -o algo/blake/cpuminer-blake2b.obj `if test -f 'algo/blake/blake2b.c'; then $(CYGPATH_W) 'algo/blake/blake2b.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/blake2b.c'; fi`
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-blake2b.Tpo algo/blake/$(DEPDIR)/cpuminer-blake2b.Po
#	$(AM_V_CC)source='algo/blake/blake2b.c' object='algo/blake/cpuminer-blake2b.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-blake2b.obj `if test -f 'algo/blake/blake2b.c'; then $(CYGPATH_W) 'algo/blake/blake2b.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/blake2b.c'; fi`

algo/blake/cpuminer-blake2s.o: algo/blake/blake2s.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-blake2s.o -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-blake2s.Tpo -c -o algo/blake/cpuminer-blake2s.o `test -f 'algo/blake/blake2s.c' || echo '$(srcdir)/'`algo/blake/blake2s.c
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-blake2s.Tpo algo/blake/$(DEPDIR)/cpuminer-blake2s.Po
#	$(AM_V_CC)source='algo/blake/blake2s.c' object='algo/blake/cpuminer-blake2s.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-blake2s.o `test -f 'algo/blake/blake2s.c' || echo '$(srcdir)/'`algo/blake/blake2s.c

algo/blake/cpuminer-blake2s.obj: algo/blake/blake2s.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-blake2s.obj -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-blake2s.Tpo -c -o algo/blake/cpuminer-blake2s.obj `if test -f 'algo/blake/blake2s.c'; then $(CYGPATH_W) 'algo/blake/blake2s.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/blake2s.c'; fi`
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-blake2s.Tpo algo/blake/$(DEPDIR)/cpuminer-blake2s.Po
#	$(AM_V_CC)source='algo/blake/blake2s.c' object='algo/blake/cpuminer-blake2s.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-blake2s.obj `if test -f 'algo/blake/blake2s.c'; then $(CYGPATH_W) 'algo/blake/blake2s.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/blake2s.c'; fi`

algo/blake/cpuminer-blakecoin.o: algo/blake/blakecoin.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-blakecoin.o -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-blakecoin.Tpo -c -o algo/blake/cpuminer-blakecoin.o `test -f 'algo/blake/blakecoin.c' || echo '$(srcdir)/'`algo/blake/blakecoin.c
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-blakecoin.Tpo algo/blake/$(DEPDIR)/cpuminer-blakecoin.Po
#	$(AM_V_CC)source='algo/blake/blakecoin.c' object='algo/blake/cpuminer-blakecoin.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-blakecoin.o `test -f 'algo/blake/blakecoin.c' || echo '$(srcdir)/'`algo/blake/blakecoin.c

algo/blake/cpuminer-blakecoin.obj: algo/blake/blakecoin.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-blakecoin.obj -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-blakecoin.Tpo -c -o algo/blake/cpuminer-blakecoin.obj `if test -f 'algo/blake/blakecoin.c'; then $(CYGPATH_W) 'algo/blake/blakecoin.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/blakecoin.c'; fi`
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-blakecoin.Tpo algo/blake/$(DEPDIR)/cpuminer-blakecoin.Po
#	$(AM_V_CC)source='algo/blake/blakecoin.c' object='algo/blake/cpuminer-blakecoin.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-blakecoin.obj `if test -f 'algo/blake/blakecoin.c'; then $(CYGPATH_W) 'algo/blake/blakecoin.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/blakecoin.c'; fi`

algo/blake/cpuminer-decred.o: algo/blake/decred.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-decred.o -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-decred.Tpo -c -o algo/blake/cpuminer-decred.o `test -f 'algo/blake/decred.c' || echo '$(srcdir)/'`algo/blake/decred.c
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-decred.Tpo algo/blake/$(DEPDIR)/cpuminer-decred.Po
#	$(AM_V_CC)source='algo/blake/decred.c' object='algo/blake/cpuminer-decred.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-decred.o `test -f 'algo/blake/decred.c' || echo '$(srcdir)/'`algo/blake/decred.c

algo/blake/cpuminer-decred.obj: algo/blake/decred.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-decred.obj -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-decred.Tpo -c -o algo/blake/cpuminer-decred.obj `if test -f 'algo/blake/decred.c'; then $(CYGPATH_W) 'algo/blake/decred.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/decred.c'; fi`
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-decred.Tpo algo/blake/$(DEPDIR)/cpuminer-decred.Po
#	$(AM_V_CC)source='algo/blake/decred.c' object='algo/blake/cpuminer-decred.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-decred.obj `if test -f 'algo/blake/decred.c'; then $(CYGPATH_W) 'algo/blake/decred.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/decred.c'; fi`

algo/blake/cpuminer-pentablake.o: algo/blake/pentablake.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-pentablake.o -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-pentablake.Tpo -c -o algo/blake/cpuminer-pentablake.o `test -f 'algo/blake/pentablake.c' || echo '$(srcdir)/'`algo/blake/pentablake.c
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-pentablake.Tpo algo/blake/$(DEPDIR)/cpuminer-pentablake.Po
#	$(AM_V_CC)source='algo/blake/pentablake.c' object='algo/blake/cpuminer-pentablake.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-pentablake.o `test -f 'algo/blake/pentablake.c' || echo '$(srcdir)/'`algo/blake/pentablake.c

algo/blake/cpuminer-pentablake.obj: algo/blake/pentablake.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-pentablake.obj -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-pentablake.Tpo -c -o algo/blake/cpuminer-pentablake.obj `if test -f 'algo/blake/pentablake.c'; then $(CYGPATH_W) 'algo/blake/pentablake.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/pentablake.c'; fi`
	$(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-pentablake.Tpo algo/blake/$(DEPDIR)/cpuminer-pentablake.Po
#	$(AM_V_CC)source='algo/blake/pentablake.c' object='algo/blake/cpuminer-pentablake.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-pentablake.obj `if test -f 'algo/blake/pentablake.c'; then $(CYGPATH_W) 'algo/blake/pentablake.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/pentablake.c'; fi`

algo/bmw/cpuminer-bmw256.o: algo/bmw/bmw256.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/bmw/cpuminer-bmw256.o -MD -MP -MF algo/bmw/$(DEPDIR)/cpuminer-bmw256.Tpo -c -o algo/bmw/cpuminer-bmw256.o `test -f 'algo/bmw/bmw256.c' || echo '$(srcdir)/'`algo/bmw/bmw256.c
	$(AM_V_at)$(am__mv) algo/bmw/$(DEPDIR)/cpuminer-bmw256.Tpo algo/bmw/$(DEPDIR)/cpuminer-bmw256.Po
#	$(AM_V_CC)source='algo/bmw/bmw256.c' object='algo/bmw/cpuminer-bmw256.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/bmw/cpuminer-bmw256.o `test -f 'algo/bmw/bmw256.c' || echo '$(srcdir)/'`algo/bmw/bmw256.c

algo/bmw/cpuminer-bmw256.obj: algo/bmw/bmw256.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/bmw/cpuminer-bmw256.obj -MD -MP -MF algo/bmw/$(DEPDIR)/cpuminer-bmw256.Tpo -c -o algo/bmw/cpuminer-bmw256.obj `if test -f 'algo/bmw/bmw256.c'; then $(CYGPATH_W) 'algo/bmw/bmw256.c'; else $(CYGPATH_W) '$(srcdir)/algo/bmw/bmw256.c'; fi`
	$(AM_V_at)$(am__mv) algo/bmw/$(DEPDIR)/cpuminer-bmw256.Tpo algo/bmw/$(DEPDIR)/cpuminer-bmw256.Po
#	$(AM_V_CC)source='algo/bmw/bmw256.c' object='algo/bmw/cpuminer-bmw256.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/bmw/cpuminer-bmw256.obj `if test -f 'algo/bmw/bmw256.c'; then $(CYGPATH_W) 'algo/bmw/bmw256.c'; else $(CYGPATH_W) '$(srcdir)/algo/bmw/bmw256.c'; fi`

algo/cubehash/sse2/cpuminer-cubehash_sse2.o: algo/cubehash/sse2/cubehash_sse2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cubehash/sse2/cpuminer-cubehash_sse2.o -MD -MP -MF algo/cubehash/sse2/$(DEPDIR)/cpuminer-cubehash_sse2.Tpo -c -o algo/cubehash/sse2/cpuminer-cubehash_sse2.o `test -f 'algo/cubehash/sse2/cubehash_sse2.c' || echo '$(srcdir)/'`algo/cubehash/sse2/cubehash_sse2.c
	$(AM_V_at)$(am__mv) algo/cubehash/sse2/$(DEPDIR)/cpuminer-cubehash_sse2.Tpo algo/cubehash/sse2/$(DEPDIR)/cpuminer-cubehash_sse2.Po
#	$(AM_V_CC)source='algo/cubehash/sse2/cubehash_sse2.c' object='algo/cubehash/sse2/cpuminer-cubehash_sse2.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cubehash/sse2/cpuminer-cubehash_sse2.o `test -f 'algo/cubehash/sse2/cubehash_sse2.c' || echo '$(srcdir)/'`algo/cubehash/sse2/cubehash_sse2.c

algo/cubehash/sse2/cpuminer-cubehash_sse2.obj: algo/cubehash/sse2/cubehash_sse2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cubehash/sse2/cpuminer-cubehash_sse2.obj -MD -MP -MF algo/cubehash/sse2/$(DEPDIR)/cpuminer-cubehash_sse2.Tpo -c -o algo/cubehash/sse2/cpuminer-cubehash_sse2.obj `if test -f 'algo/cubehash/sse2/cubehash_sse2.c'; then $(CYGPATH_W) 'algo/cubehash/sse2/cubehash_sse2.c'; else $(CYGPATH_W) '$(srcdir)/algo/cubehash/sse2/cubehash_sse2.c'; fi`
	$(AM_V_at)$(am__mv) algo/cubehash/sse2/$(DEPDIR)/cpuminer-cubehash_sse2.Tpo algo/cubehash/sse2/$(DEPDIR)/cpuminer-cubehash_sse2.Po
#	$(AM_V_CC)source='algo/cubehash/sse2/cubehash_sse2.c' object='algo/cubehash/sse2/cpuminer-cubehash_sse2.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cubehash/sse2/cpuminer-cubehash_sse2.obj `if test -f 'algo/cubehash/sse2/cubehash_sse2.c'; then $(CYGPATH_W) 'algo/cubehash/sse2/cubehash_sse2.c'; else $(CYGPATH_W) '$(srcdir)/algo/cubehash/sse2/cubehash_sse2.c'; fi`

algo/cryptonight/cpuminer-cryptolight.o: algo/cryptonight/cryptolight.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cryptonight/cpuminer-cryptolight.o -MD -MP -MF algo/cryptonight/$(DEPDIR)/cpuminer-cryptolight.Tpo -c -o algo/cryptonight/cpuminer-cryptolight.o `test -f 'algo/cryptonight/cryptolight.c' || echo '$(srcdir)/'`algo/cryptonight/cryptolight.c
	$(AM_V_at)$(am__mv) algo/cryptonight/$(DEPDIR)/cpuminer-cryptolight.Tpo algo/cryptonight/$(DEPDIR)/cpuminer-cryptolight.Po
#	$(AM_V_CC)source='algo/cryptonight/cryptolight.c' object='algo/cryptonight/cpuminer-cryptolight.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cryptonight/cpuminer-cryptolight.o `test -f 'algo/cryptonight/cryptolight.c' || echo '$(srcdir)/'`algo/cryptonight/cryptolight.c

algo/cryptonight/cpuminer-cryptolight.obj: algo/cryptonight/cryptolight.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cryptonight/cpuminer-cryptolight.obj -MD -MP -MF algo/cryptonight/$(DEPDIR)/cpuminer-cryptolight.Tpo -c -o algo/cryptonight/cpuminer-cryptolight.obj `if test -f 'algo/cryptonight/cryptolight.c'; then $(CYGPATH_W) 'algo/cryptonight/cryptolight.c'; else $(CYGPATH_W) '$(srcdir)/algo/cryptonight/cryptolight.c'; fi`
	$(AM_V_at)$(am__mv) algo/cryptonight/$(DEPDIR)/cpuminer-cryptolight.Tpo algo/cryptonight/$(DEPDIR)/cpuminer-cryptolight.Po
#	$(AM_V_CC)source='algo/cryptonight/cryptolight.c' object='algo/cryptonight/cpuminer-cryptolight.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cryptonight/cpuminer-cryptolight.obj `if test -f 'algo/cryptonight/cryptolight.c'; then $(CYGPATH_W) 'algo/cryptonight/cryptolight.c'; else $(CYGPATH_W) '$(srcdir)/algo/cryptonight/cryptolight.c'; fi`

algo/cryptonight/cpuminer-cryptonight-common.o: algo/cryptonight/cryptonight-common.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cryptonight/cpuminer-cryptonight-common.o -MD -MP -MF algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight-common.Tpo -c -o algo/cryptonight/cpuminer-cryptonight-common.o `test -f 'algo/cryptonight/cryptonight-common.c' || echo '$(srcdir)/'`algo/cryptonight/cryptonight-common.c
	$(AM_V_at)$(am__mv) algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight-common.Tpo algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight-common.Po
#	$(AM_V_CC)source='algo/cryptonight/cryptonight-common.c' object='algo/cryptonight/cpuminer-cryptonight-common.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cryptonight/cpuminer-cryptonight-common.o `test -f 'algo/cryptonight/cryptonight-common.c' || echo '$(srcdir)/'`algo/cryptonight/cryptonight-common.c

algo/cryptonight/cpuminer-cryptonight-common.obj: algo/cryptonight/cryptonight-common.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cryptonight/cpuminer-cryptonight-common.obj -MD -MP -MF algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight-common.Tpo -c -o algo/cryptonight/cpuminer-cryptonight-common.obj `if test -f 'algo/cryptonight/cryptonight-common.c'; then $(CYGPATH_W) 'algo/cryptonight/cryptonight-common.c'; else $(CYGPATH_W) '$(srcdir)/algo/cryptonight/cryptonight-common.c'; fi`
	$(AM_V_at)$(am__mv) algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight-common.Tpo algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight-common.Po
#	$(AM_V_CC)source='algo/cryptonight/cryptonight-common.c' object='algo/cryptonight/cpuminer-cryptonight-common.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cryptonight/cpuminer-cryptonight-common.obj `if test -f 'algo/cryptonight/cryptonight-common.c'; then $(CYGPATH_W) 'algo/cryptonight/cryptonight-common.c'; else $(CYGPATH_W) '$(srcdir)/algo/cryptonight/cryptonight-common.c'; fi`

algo/cryptonight/cpuminer-cryptonight-aesni.o: algo/cryptonight/cryptonight-aesni.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cryptonight/cpuminer-cryptonight-aesni.o -MD -MP -MF algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight-aesni.Tpo -c -o algo/cryptonight/cpuminer-cryptonight-aesni.o `test -f 'algo/cryptonight/cryptonight-aesni.c' || echo '$(srcdir)/'`algo/cryptonight/cryptonight-aesni.c
	$(AM_V_at)$(am__mv) algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight-aesni.Tpo algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight-aesni.Po
#	$(AM_V_CC)source='algo/cryptonight/cryptonight-aesni.c' object='algo/cryptonight/cpuminer-cryptonight-aesni.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cryptonight/cpuminer-cryptonight-aesni.o `test -f 'algo/cryptonight/cryptonight-aesni.c' || echo '$(srcdir)/'`algo/cryptonight/cryptonight-aesni.c

algo/cryptonight/cpuminer-cryptonight-aesni.obj: algo/cryptonight/cryptonight-aesni.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cryptonight/cpuminer-cryptonight-aesni.obj -MD -MP -MF algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight-aesni.Tpo -c -o algo/cryptonight/cpuminer-cryptonight-aesni.obj `if test -f 'algo/cryptonight/cryptonight-aesni.c'; then $(CYGPATH_W) 'algo/cryptonight/cryptonight-aesni.c'; else $(CYGPATH_W) '$(srcdir)/algo/cryptonight/cryptonight-aesni.c'; fi`
	$(AM_V_at)$(am__mv) algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight-aesni.Tpo algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight-aesni.Po
#	$(AM_V_CC)source='algo/cryptonight/cryptonight-aesni.c' object='algo/cryptonight/cpuminer-cryptonight-aesni.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cryptonight/cpuminer-cryptonight-aesni.obj `if test -f 'algo/cryptonight/cryptonight-aesni.c'; then $(CYGPATH_W) 'algo/cryptonight/cryptonight-aesni.c'; else $(CYGPATH_W) '$(srcdir)/algo/cryptonight/cryptonight-aesni.c'; fi`

algo/cryptonight/cpuminer-cryptonight.o: algo/cryptonight/cryptonight.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cryptonight/cpuminer-cryptonight.o -MD -MP -MF algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight.Tpo -c -o algo/cryptonight/cpuminer-cryptonight.o `test -f 'algo/cryptonight/cryptonight.c' || echo '$(srcdir)/'`algo/cryptonight/cryptonight.c
	$(AM_V_at)$(am__mv) algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight.Tpo algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight.Po
#	$(AM_V_CC)source='algo/cryptonight/cryptonight.c' object='algo/cryptonight/cpuminer-cryptonight.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cryptonight/cpuminer-cryptonight.o `test -f 'algo/cryptonight/cryptonight.c' || echo '$(srcdir)/'`algo/cryptonight/cryptonight.c

algo/cryptonight/cpuminer-cryptonight.obj: algo/cryptonight/cryptonight.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cryptonight/cpuminer-cryptonight.obj -MD -MP -MF algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight.Tpo -c -o algo/cryptonight/cpuminer-cryptonight.obj `if test -f 'algo/cryptonight/cryptonight.c'; then $(CYGPATH_W) 'algo/cryptonight/cryptonight.c'; else $(CYGPATH_W) '$(srcdir)/algo/cryptonight/cryptonight.c'; fi`
	$(AM_V_at)$(am__mv) algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight.Tpo algo/cryptonight/$(DEPDIR)/cpuminer-cryptonight.Po
#	$(AM_V_CC)source='algo/cryptonight/cryptonight.c' object='algo/cryptonight/cpuminer-cryptonight.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cryptonight/cpuminer-cryptonight.obj `if test -f 'algo/cryptonight/cryptonight.c'; then $(CYGPATH_W) 'algo/cryptonight/cryptonight.c'; else $(CYGPATH_W) '$(srcdir)/algo/cryptonight/cryptonight.c'; fi`

algo/cpuminer-drop.o: algo/drop.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-drop.o -MD -MP -MF algo/$(DEPDIR)/cpuminer-drop.Tpo -c -o algo/cpuminer-drop.o `test -f 'algo/drop.c' || echo '$(srcdir)/'`algo/drop.c
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-drop.Tpo algo/$(DEPDIR)/cpuminer-drop.Po
#	$(AM_V_CC)source='algo/drop.c' object='algo/cpuminer-drop.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-drop.o `test -f 'algo/drop.c' || echo '$(srcdir)/'`algo/drop.c

algo/cpuminer-drop.obj: algo/drop.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-drop.obj -MD -MP -MF algo/$(DEPDIR)/cpuminer-drop.Tpo -c -o algo/cpuminer-drop.obj `if test -f 'algo/drop.c'; then $(CYGPATH_W) 'algo/drop.c'; else $(CYGPATH_W) '$(srcdir)/algo/drop.c'; fi`
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-drop.Tpo algo/$(DEPDIR)/cpuminer-drop.Po
#	$(AM_V_CC)source='algo/drop.c' object='algo/cpuminer-drop.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-drop.obj `if test -f 'algo/drop.c'; then $(CYGPATH_W) 'algo/drop.c'; else $(CYGPATH_W) '$(srcdir)/algo/drop.c'; fi`

algo/echo/aes_ni/cpuminer-hash.o: algo/echo/aes_ni/hash.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/echo/aes_ni/cpuminer-hash.o -MD -MP -MF algo/echo/aes_ni/$(DEPDIR)/cpuminer-hash.Tpo -c -o algo/echo/aes_ni/cpuminer-hash.o `test -f 'algo/echo/aes_ni/hash.c' || echo '$(srcdir)/'`algo/echo/aes_ni/hash.c
	$(AM_V_at)$(am__mv) algo/echo/aes_ni/$(DEPDIR)/cpuminer-hash.Tpo algo/echo/aes_ni/$(DEPDIR)/cpuminer-hash.Po
#	$(AM_V_CC)source='algo/echo/aes_ni/hash.c' object='algo/echo/aes_ni/cpuminer-hash.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/echo/aes_ni/cpuminer-hash.o `test -f 'algo/echo/aes_ni/hash.c' || echo '$(srcdir)/'`algo/echo/aes_ni/hash.c

algo/echo/aes_ni/cpuminer-hash.obj: algo/echo/aes_ni/hash.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/echo/aes_ni/cpuminer-hash.obj -MD -MP -MF algo/echo/aes_ni/$(DEPDIR)/cpuminer-hash.Tpo -c -o algo/echo/aes_ni/cpuminer-hash.obj `if test -f 'algo/echo/aes_ni/hash.c'; then $(CYGPATH_W) 'algo/echo/aes_ni/hash.c'; else $(CYGPATH_W) '$(srcdir)/algo/echo/aes_ni/hash.c'; fi`
	$(AM_V_at)$(am__mv) algo/echo/aes_ni/$(DEPDIR)/cpuminer-hash.Tpo algo/echo/aes_ni/$(DEPDIR)/cpuminer-hash.Po
#	$(AM_V_CC)source='algo/echo/aes_ni/hash.c' object='algo/echo/aes_ni/cpuminer-hash.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/echo/aes_ni/cpuminer-hash.obj `if test -f 'algo/echo/aes_ni/hash.c'; then $(CYGPATH_W) 'algo/echo/aes_ni/hash.c'; else $(CYGPATH_W) '$(srcdir)/algo/echo/aes_ni/hash.c'; fi`

algo/cpuminer-fresh.o: algo/fresh.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-fresh.o -MD -MP -MF algo/$(DEPDIR)/cpuminer-fresh.Tpo -c -o algo/cpuminer-fresh.o `test -f 'algo/fresh.c' || echo '$(srcdir)/'`algo/fresh.c
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-fresh.Tpo algo/$(DEPDIR)/cpuminer-fresh.Po
#	$(AM_V_CC)source='algo/fresh.c' object='algo/cpuminer-fresh.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-fresh.o `test -f 'algo/fresh.c' || echo '$(srcdir)/'`algo/fresh.c

algo/cpuminer-fresh.obj: algo/fresh.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-fresh.obj -MD -MP -MF algo/$(DEPDIR)/cpuminer-fresh.Tpo -c -o algo/cpuminer-fresh.obj `if test -f 'algo/fresh.c'; then $(CYGPATH_W) 'algo/fresh.c'; else $(CYGPATH_W) '$(srcdir)/algo/fresh.c'; fi`
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-fresh.Tpo algo/$(DEPDIR)/cpuminer-fresh.Po
#	$(AM_V_CC)source='algo/fresh.c' object='algo/cpuminer-fresh.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-fresh.obj `if test -f 'algo/fresh.c'; then $(CYGPATH_W) 'algo/fresh.c'; else $(CYGPATH_W) '$(srcdir)/algo/fresh.c'; fi`

algo/groestl/cpuminer-groestl.o: algo/groestl/groestl.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/groestl/cpuminer-groestl.o -MD -MP -MF algo/groestl/$(DEPDIR)/cpuminer-groestl.Tpo -c -o algo/groestl/cpuminer-groestl.o `test -f 'algo/groestl/groestl.c' || echo '$(srcdir)/'`algo/groestl/groestl.c
	$(AM_V_at)$(am__mv) algo/groestl/$(DEPDIR)/cpuminer-groestl.Tpo algo/groestl/$(DEPDIR)/cpuminer-groestl.Po
#	$(AM_V_CC)source='algo/groestl/groestl.c' object='algo/groestl/cpuminer-groestl.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/groestl/cpuminer-groestl.o `test -f 'algo/groestl/groestl.c' || echo '$(srcdir)/'`algo/groestl/groestl.c

algo/groestl/cpuminer-groestl.obj: algo/groestl/groestl.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/groestl/cpuminer-groestl.obj -MD -MP -MF algo/groestl/$(DEPDIR)/cpuminer-groestl.Tpo -c -o algo/groestl/cpuminer-groestl.obj `if test -f 'algo/groestl/groestl.c'; then $(CYGPATH_W) 'algo/groestl/groestl.c'; else $(CYGPATH_W) '$(srcdir)/algo/groestl/groestl.c'; fi`
	$(AM_V_at)$(am__mv) algo/groestl/$(DEPDIR)/cpuminer-groestl.Tpo algo/groestl/$(DEPDIR)/cpuminer-groestl.Po
#	$(AM_V_CC)source='algo/groestl/groestl.c' object='algo/groestl/cpuminer-groestl.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/groestl/cpuminer-groestl.obj `if test -f 'algo/groestl/groestl.c'; then $(CYGPATH_W) 'algo/groestl/groestl.c'; else $(CYGPATH_W) '$(srcdir)/algo/groestl/groestl.c'; fi`

algo/groestl/cpuminer-myr-groestl.o: algo/groestl/myr-groestl.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/groestl/cpuminer-myr-groestl.o -MD -MP -MF algo/groestl/$(DEPDIR)/cpuminer-myr-groestl.Tpo -c -o algo/groestl/cpuminer-myr-groestl.o `test -f 'algo/groestl/myr-groestl.c' || echo '$(srcdir)/'`algo/groestl/myr-groestl.c
	$(AM_V_at)$(am__mv) algo/groestl/$(DEPDIR)/cpuminer-myr-groestl.Tpo algo/groestl/$(DEPDIR)/cpuminer-myr-groestl.Po
#	$(AM_V_CC)source='algo/groestl/myr-groestl.c' object='algo/groestl/cpuminer-myr-groestl.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/groestl/cpuminer-myr-groestl.o `test -f 'algo/groestl/myr-groestl.c' || echo '$(srcdir)/'`algo/groestl/myr-groestl.c

algo/groestl/cpuminer-myr-groestl.obj: algo/groestl/myr-groestl.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/groestl/cpuminer-myr-groestl.obj -MD -MP -MF algo/groestl/$(DEPDIR)/cpuminer-myr-groestl.Tpo -c -o algo/groestl/cpuminer-myr-groestl.obj `if test -f 'algo/groestl/myr-groestl.c'; then $(CYGPATH_W) 'algo/groestl/myr-groestl.c'; else $(CYGPATH_W) '$(srcdir)/algo/groestl/myr-groestl.c'; fi`
	$(AM_V_at)$(am__mv) algo/groestl/$(DEPDIR)/cpuminer-myr-groestl.Tpo algo/groestl/$(DEPDIR)/cpuminer-myr-groestl.Po
#	$(AM_V_CC)source='algo/groestl/myr-groestl.c' object='algo/groestl/cpuminer-myr-groestl.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/groestl/cpuminer-myr-groestl.obj `if test -f 'algo/groestl/myr-groestl.c'; then $(CYGPATH_W) 'algo/groestl/myr-groestl.c'; else $(CYGPATH_W) '$(srcdir)/algo/groestl/myr-groestl.c'; fi`

algo/groestl/aes_ni/cpuminer-hash-groestl.o: algo/groestl/aes_ni/hash-groestl.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/groestl/aes_ni/cpuminer-hash-groestl.o -MD -MP -MF algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl.Tpo -c -o algo/groestl/aes_ni/cpuminer-hash-groestl.o `test -f 'algo/groestl/aes_ni/hash-groestl.c' || echo '$(srcdir)/'`algo/groestl/aes_ni/hash-groestl.c
	$(AM_V_at)$(am__mv) algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl.Tpo algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl.Po
#	$(AM_V_CC)source='algo/groestl/aes_ni/hash-groestl.c' object='algo/groestl/aes_ni/cpuminer-hash-groestl.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/groestl/aes_ni/cpuminer-hash-groestl.o `test -f 'algo/groestl/aes_ni/hash-groestl.c' || echo '$(srcdir)/'`algo/groestl/aes_ni/hash-groestl.c

algo/groestl/aes_ni/cpuminer-hash-groestl.obj: algo/groestl/aes_ni/hash-groestl.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/groestl/aes_ni/cpuminer-hash-groestl.obj -MD -MP -MF algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl.Tpo -c -o algo/groestl/aes_ni/cpuminer-hash-groestl.obj `if test -f 'algo/groestl/aes_ni/hash-groestl.c'; then $(CYGPATH_W) 'algo/groestl/aes_ni/hash-groestl.c'; else $(CYGPATH_W) '$(srcdir)/algo/groestl/aes_ni/hash-groestl.c'; fi`
	$(AM_V_at)$(am__mv) algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl.Tpo algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl.Po
#	$(AM_V_CC)source='algo/groestl/aes_ni/hash-groestl.c' object='algo/groestl/aes_ni/cpuminer-hash-groestl.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/groestl/aes_ni/cpuminer-hash-groestl.obj `if test -f 'algo/groestl/aes_ni/hash-groestl.c'; then $(CYGPATH_W) 'algo/groestl/aes_ni/hash-groestl.c'; else $(CYGPATH_W) '$(srcdir)/algo/groestl/aes_ni/hash-groestl.c'; fi`

algo/groestl/aes_ni/cpuminer-hash-groestl256.o: algo/groestl/aes_ni/hash-groestl256.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/groestl/aes_ni/cpuminer-hash-groestl256.o -MD -MP -MF algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl256.Tpo -c -o algo/groestl/aes_ni/cpuminer-hash-groestl256.o `test -f 'algo/groestl/aes_ni/hash-groestl256.c' || echo '$(srcdir)/'`algo/groestl/aes_ni/hash-groestl256.c
	$(AM_V_at)$(am__mv) algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl256.Tpo algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl256.Po
#	$(AM_V_CC)source='algo/groestl/aes_ni/hash-groestl256.c' object='algo/groestl/aes_ni/cpuminer-hash-groestl256.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/groestl/aes_ni/cpuminer-hash-groestl256.o `test -f 'algo/groestl/aes_ni/hash-groestl256.c' || echo '$(srcdir)/'`algo/groestl/aes_ni/hash-groestl256.c

algo/groestl/aes_ni/cpuminer-hash-groestl256.obj: algo/groestl/aes_ni/hash-groestl256.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/groestl/aes_ni/cpuminer-hash-groestl256.obj -MD -MP -MF algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl256.Tpo -c -o algo/groestl/aes_ni/cpuminer-hash-groestl256.obj `if test -f 'algo/groestl/aes_ni/hash-groestl256.c'; then $(CYGPATH_W) 'algo/groestl/aes_ni/hash-groestl256.c'; else $(CYGPATH_W) '$(srcdir)/algo/groestl/aes_ni/hash-groestl256.c'; fi`
	$(AM_V_at)$(am__mv) algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl256.Tpo algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl256.Po
#	$(AM_V_CC)source='algo/groestl/aes_ni/hash-groestl256.c' object='algo/groestl/aes_ni/cpuminer-hash-groestl256.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/groestl/aes_ni/cpuminer-hash-groestl256.obj `if test -f 'algo/groestl/aes_ni/hash-groestl256.c'; then $(CYGPATH_W) 'algo/groestl/aes_ni/hash-groestl256.c'; else $(CYGPATH_W) '$(srcdir)/algo/groestl/aes_ni/hash-groestl256.c'; fi`

algo/haval/cpuminer-haval.o: algo/haval/haval.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/haval/cpuminer-haval.o -MD -MP -MF algo/haval/$(DEPDIR)/cpuminer-haval.Tpo -c -o algo/haval/cpuminer-haval.o `test -f 'algo/haval/haval.c' || echo '$(srcdir)/'`algo/haval/haval.c
	$(AM_V_at)$(am__mv) algo/haval/$(DEPDIR)/cpuminer-haval.Tpo algo/haval/$(DEPDIR)/cpuminer-haval.Po
#	$(AM_V_CC)source='algo/haval/haval.c' object='algo/haval/cpuminer-haval.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/haval/cpuminer-haval.o `test -f 'algo/haval/haval.c' || echo '$(srcdir)/'`algo/haval/haval.c

algo/haval/cpuminer-haval.obj: algo/haval/haval.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/haval/cpuminer-haval.obj -MD -MP -MF algo/haval/$(DEPDIR)/cpuminer-haval.Tpo -c -o algo/haval/cpuminer-haval.obj `if test -f 'algo/haval/haval.c'; then $(CYGPATH_W) 'algo/haval/haval.c'; else $(CYGPATH_W) '$(srcdir)/algo/haval/haval.c'; fi`
	$(AM_V_at)$(am__mv) algo/haval/$(DEPDIR)/cpuminer-haval.Tpo algo/haval/$(DEPDIR)/cpuminer-haval.Po
#	$(AM_V_CC)source='algo/haval/haval.c' object='algo/haval/cpuminer-haval.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/haval/cpuminer-haval.obj `if test -f 'algo/haval/haval.c'; then $(CYGPATH_W) 'algo/haval/haval.c'; else $(CYGPATH_W) '$(srcdir)/algo/haval/haval.c'; fi`

algo/heavy/cpuminer-heavy.o: algo/heavy/heavy.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/heavy/cpuminer-heavy.o -MD -MP -MF algo/heavy/$(DEPDIR)/cpuminer-heavy.Tpo -c -o algo/heavy/cpuminer-heavy.o `test -f 'algo/heavy/heavy.c' || echo '$(srcdir)/'`algo/heavy/heavy.c
	$(AM_V_at)$(am__mv) algo/heavy/$(DEPDIR)/cpuminer-heavy.Tpo algo/heavy/$(DEPDIR)/cpuminer-heavy.Po
#	$(AM_V_CC)source='algo/heavy/heavy.c' object='algo/heavy/cpuminer-heavy.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/heavy/cpuminer-heavy.o `test -f 'algo/heavy/heavy.c' || echo '$(srcdir)/'`algo/heavy/heavy.c

algo/heavy/cpuminer-heavy.obj: algo/heavy/heavy.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/heavy/cpuminer-heavy.obj -MD -MP -MF algo/heavy/$(DEPDIR)/cpuminer-heavy.Tpo -c -o algo/heavy/cpuminer-heavy.obj `if test -f 'algo/heavy/heavy.c'; then $(CYGPATH_W) 'algo/heavy/heavy.c'; else $(CYGPATH_W) '$(srcdir)/algo/heavy/heavy.c'; fi`
	$(AM_V_at)$(am__mv) algo/heavy/$(DEPDIR)/cpuminer-heavy.Tpo algo/heavy/$(DEPDIR)/cpuminer-heavy.Po
#	$(AM_V_CC)source='algo/heavy/heavy.c' object='algo/heavy/cpuminer-heavy.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/heavy/cpuminer-heavy.obj `if test -f 'algo/heavy/heavy.c'; then $(CYGPATH_W) 'algo/heavy/heavy.c'; else $(CYGPATH_W) '$(srcdir)/algo/heavy/heavy.c'; fi`

algo/heavy/cpuminer-bastion.o: algo/heavy/bastion.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/heavy/cpuminer-bastion.o -MD -MP -MF algo/heavy/$(DEPDIR)/cpuminer-bastion.Tpo -c -o algo/heavy/cpuminer-bastion.o `test -f 'algo/heavy/bastion.c' || echo '$(srcdir)/'`algo/heavy/bastion.c
	$(AM_V_at)$(am__mv) algo/heavy/$(DEPDIR)/cpuminer-bastion.Tpo algo/heavy/$(DEPDIR)/cpuminer-bastion.Po
#	$(AM_V_CC)source='algo/heavy/bastion.c' object='algo/heavy/cpuminer-bastion.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/heavy/cpuminer-bastion.o `test -f 'algo/heavy/bastion.c' || echo '$(srcdir)/'`algo/heavy/bastion.c

algo/heavy/cpuminer-bastion.obj: algo/heavy/bastion.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/heavy/cpuminer-bastion.obj -MD -MP -MF algo/heavy/$(DEPDIR)/cpuminer-bastion.Tpo -c -o algo/heavy/cpuminer-bastion.obj `if test -f 'algo/heavy/bastion.c'; then $(CYGPATH_W) 'algo/heavy/bastion.c'; else $(CYGPATH_W) '$(srcdir)/algo/heavy/bastion.c'; fi`
	$(AM_V_at)$(am__mv) algo/heavy/$(DEPDIR)/cpuminer-bastion.Tpo algo/heavy/$(DEPDIR)/cpuminer-bastion.Po
#	$(AM_V_CC)source='algo/heavy/bastion.c' object='algo/heavy/cpuminer-bastion.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/heavy/cpuminer-bastion.obj `if test -f 'algo/heavy/bastion.c'; then $(CYGPATH_W) 'algo/heavy/bastion.c'; else $(CYGPATH_W) '$(srcdir)/algo/heavy/bastion.c'; fi`

algo/cpuminer-hmq1725.o: algo/hmq1725.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-hmq1725.o -MD -MP -MF algo/$(DEPDIR)/cpuminer-hmq1725.Tpo -c -o algo/cpuminer-hmq1725.o `test -f 'algo/hmq1725.c' || echo '$(srcdir)/'`algo/hmq1725.c
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-hmq1725.Tpo algo/$(DEPDIR)/cpuminer-hmq1725.Po
#	$(AM_V_CC)source='algo/hmq1725.c' object='algo/cpuminer-hmq1725.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-hmq1725.o `test -f 'algo/hmq1725.c' || echo '$(srcdir)/'`algo/hmq1725.c

algo/cpuminer-hmq1725.obj: algo/hmq1725.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-hmq1725.obj -MD -MP -MF algo/$(DEPDIR)/cpuminer-hmq1725.Tpo -c -o algo/cpuminer-hmq1725.obj `if test -f 'algo/hmq1725.c'; then $(CYGPATH_W) 'algo/hmq1725.c'; else $(CYGPATH_W) '$(srcdir)/algo/hmq1725.c'; fi`
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-hmq1725.Tpo algo/$(DEPDIR)/cpuminer-hmq1725.Po
#	$(AM_V_CC)source='algo/hmq1725.c' object='algo/cpuminer-hmq1725.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-hmq1725.obj `if test -f 'algo/hmq1725.c'; then $(CYGPATH_W) 'algo/hmq1725.c'; else $(CYGPATH_W) '$(srcdir)/algo/hmq1725.c'; fi`

algo/hodl/cpuminer-aes.o: algo/hodl/aes.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/hodl/cpuminer-aes.o -MD -MP -MF algo/hodl/$(DEPDIR)/cpuminer-aes.Tpo -c -o algo/hodl/cpuminer-aes.o `test -f 'algo/hodl/aes.c' || echo '$(srcdir)/'`algo/hodl/aes.c
	$(AM_V_at)$(am__mv) algo/hodl/$(DEPDIR)/cpuminer-aes.Tpo algo/hodl/$(DEPDIR)/cpuminer-aes.Po
#	$(AM_V_CC)source='algo/hodl/aes.c' object='algo/hodl/cpuminer-aes.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/hodl/cpuminer-aes.o `test -f 'algo/hodl/aes.c' || echo '$(srcdir)/'`algo/hodl/aes.c

algo/hodl/cpuminer-aes.obj: algo/hodl/aes.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/hodl/cpuminer-aes.obj -MD -MP -MF algo/hodl/$(DEPDIR)/cpuminer-aes.Tpo -c -o algo/hodl/cpuminer-aes.obj `if test -f 'algo/hodl/aes.c'; then $(CYGPATH_W) 'algo/hodl/aes.c'; else $(CYGPATH_W) '$(srcdir)/algo/hodl/aes.c'; fi`
	$(AM_V_at)$(am__mv) algo/hodl/$(DEPDIR)/cpuminer-aes.Tpo algo/hodl/$(DEPDIR)/cpuminer-aes.Po
#	$(AM_V_CC)source='algo/hodl/aes.c' object='algo/hodl/cpuminer-aes.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/hodl/cpuminer-aes.obj `if test -f 'algo/hodl/aes.c'; then $(CYGPATH_W) 'algo/hodl/aes.c'; else $(CYGPATH_W) '$(srcdir)/algo/hodl/aes.c'; fi`

algo/hodl/cpuminer-hodl-gate.o: algo/hodl/hodl-gate.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/hodl/cpuminer-hodl-gate.o -MD -MP -MF algo/hodl/$(DEPDIR)/cpuminer-hodl-gate.Tpo -c -o algo/hodl/cpuminer-hodl-gate.o `test -f 'algo/hodl/hodl-gate.c' || echo '$(srcdir)/'`algo/hodl/hodl-gate.c
	$(AM_V_at)$(am__mv) algo/hodl/$(DEPDIR)/cpuminer-hodl-gate.Tpo algo/hodl/$(DEPDIR)/cpuminer-hodl-gate.Po
#	$(AM_V_CC)source='algo/hodl/hodl-gate.c' object='algo/hodl/cpuminer-hodl-gate.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/hodl/cpuminer-hodl-gate.o `test -f 'algo/hodl/hodl-gate.c' || echo '$(srcdir)/'`algo/hodl/hodl-gate.c

algo/hodl/cpuminer-hodl-gate.obj: algo/hodl/hodl-gate.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/hodl/cpuminer-hodl-gate.obj -MD -MP -MF algo/hodl/$(DEPDIR)/cpuminer-hodl-gate.Tpo -c -o algo/hodl/cpuminer-hodl-gate.obj `if test -f 'algo/hodl/hodl-gate.c'; then $(CYGPATH_W) 'algo/hodl/hodl-gate.c'; else $(CYGPATH_W) '$(srcdir)/algo/hodl/hodl-gate.c'; fi`
	$(AM_V_at)$(am__mv) algo/hodl/$(DEPDIR)/cpuminer-hodl-gate.Tpo algo/hodl/$(DEPDIR)/cpuminer-hodl-gate.Po
#	$(AM_V_CC)source='algo/hodl/hodl-gate.c' object='algo/hodl/cpuminer-hodl-gate.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/hodl/cpuminer-hodl-gate.obj `if test -f 'algo/hodl/hodl-gate.c'; then $(CYGPATH_W) 'algo/hodl/hodl-gate.c'; else $(CYGPATH_W) '$(srcdir)/algo/hodl/hodl-gate.c'; fi`

algo/hodl/cpuminer-hodl-wolf.o: algo/hodl/hodl-wolf.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/hodl/cpuminer-hodl-wolf.o -MD -MP -MF algo/hodl/$(DEPDIR)/cpuminer-hodl-wolf.Tpo -c -o algo/hodl/cpuminer-hodl-wolf.o `test -f 'algo/hodl/hodl-wolf.c' || echo '$(srcdir)/'`algo/hodl/hodl-wolf.c
	$(AM_V_at)$(am__mv) algo/hodl/$(DEPDIR)/cpuminer-hodl-wolf.Tpo algo/hodl/$(DEPDIR)/cpuminer-hodl-wolf.Po
#	$(AM_V_CC)source='algo/hodl/hodl-wolf.c' object='algo/hodl/cpuminer-hodl-wolf.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/hodl/cpuminer-hodl-wolf.o `test -f 'algo/hodl/hodl-wolf.c' || echo '$(srcdir)/'`algo/hodl/hodl-wolf.c

algo/hodl/cpuminer-hodl-wolf.obj: algo/hodl/hodl-wolf.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/hodl/cpuminer-hodl-wolf.obj -MD -MP -MF algo/hodl/$(DEPDIR)/cpuminer-hodl-wolf.Tpo -c -o algo/hodl/cpuminer-hodl-wolf.obj `if test -f 'algo/hodl/hodl-wolf.c'; then $(CYGPATH_W) 'algo/hodl/hodl-wolf.c'; else $(CYGPATH_W) '$(srcdir)/algo/hodl/hodl-wolf.c'; fi`
	$(AM_V_at)$(am__mv) algo/hodl/$(DEPDIR)/cpuminer-hodl-wolf.Tpo algo/hodl/$(DEPDIR)/cpuminer-hodl-wolf.Po
#	$(AM_V_CC)source='algo/hodl/hodl-wolf.c' object='algo/hodl/cpuminer-hodl-wolf.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/hodl/cpuminer-hodl-wolf.obj `if test -f 'algo/hodl/hodl-wolf.c'; then $(CYGPATH_W) 'algo/hodl/hodl-wolf.c'; else $(CYGPATH_W) '$(srcdir)/algo/hodl/hodl-wolf.c'; fi`

algo/hodl/cpuminer-sha512_avx.o: algo/hodl/sha512_avx.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/hodl/cpuminer-sha512_avx.o -MD -MP -MF algo/hodl/$(DEPDIR)/cpuminer-sha512_avx.Tpo -c -o algo/hodl/cpuminer-sha512_avx.o `test -f 'algo/hodl/sha512_avx.c' || echo '$(srcdir)/'`algo/hodl/sha512_avx.c
	$(AM_V_at)$(am__mv) algo/hodl/$(DEPDIR)/cpuminer-sha512_avx.Tpo algo/hodl/$(DEPDIR)/cpuminer-sha512_avx.Po
#	$(AM_V_CC)source='algo/hodl/sha512_avx.c' object='algo/hodl/cpuminer-sha512_avx.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/hodl/cpuminer-sha512_avx.o `test -f 'algo/hodl/sha512_avx.c' || echo '$(srcdir)/'`algo/hodl/sha512_avx.c

algo/hodl/cpuminer-sha512_avx.obj: algo/hodl/sha512_avx.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/hodl/cpuminer-sha512_avx.obj -MD -MP -MF algo/hodl/$(DEPDIR)/cpuminer-sha512_avx.Tpo -c -o algo/hodl/cpuminer-sha512_avx.obj `if test -f 'algo/hodl/sha512_avx.c'; then $(CYGPATH_W) 'algo/hodl/sha512_avx.c'; else $(CYGPATH_W) '$(srcdir)/algo/hodl/sha512_avx.c'; fi`
	$(AM_V_at)$(am__mv) algo/hodl/$(DEPDIR)/cpuminer-sha512_avx.Tpo algo/hodl/$(DEPDIR)/cpuminer-sha512_avx.Po
#	$(AM_V_CC)source='algo/hodl/sha512_avx.c' object='algo/hodl/cpuminer-sha512_avx.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/hodl/cpuminer-sha512_avx.obj `if test -f 'algo/hodl/sha512_avx.c'; then $(CYGPATH_W) 'algo/hodl/sha512_avx.c'; else $(CYGPATH_W) '$(srcdir)/algo/hodl/sha512_avx.c'; fi`

algo/hodl/cpuminer-sha512_avx2.o: algo/hodl/sha512_avx2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/hodl/cpuminer-sha512_avx2.o -MD -MP -MF algo/hodl/$(DEPDIR)/cpuminer-sha512_avx2.Tpo -c -o algo/hodl/cpuminer-sha512_avx2.o `test -f 'algo/hodl/sha512_avx2.c' || echo '$(srcdir)/'`algo/hodl/sha512_avx2.c
	$(AM_V_at)$(am__mv) algo/hodl/$(DEPDIR)/cpuminer-sha512_avx2.Tpo algo/hodl/$(DEPDIR)/cpuminer-sha512_avx2.Po
#	$(AM_V_CC)source='algo/hodl/sha512_avx2.c' object='algo/hodl/cpuminer-sha512_avx2.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/hodl/cpuminer-sha512_avx2.o `test -f 'algo/hodl/sha512_avx2.c' || echo '$(srcdir)/'`algo/hodl/sha512_avx2.c

algo/hodl/cpuminer-sha512_avx2.obj: algo/hodl/sha512_avx2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/hodl/cpuminer-sha512_avx2.obj -MD -MP -MF algo/hodl/$(DEPDIR)/cpuminer-sha512_avx2.Tpo -c -o algo/hodl/cpuminer-sha512_avx2.obj `if test -f 'algo/hodl/sha512_avx2.c'; then $(CYGPATH_W) 'algo/hodl/sha512_avx2.c'; else $(CYGPATH_W) '$(srcdir)/algo/hodl/sha512_avx2.c'; fi`
	$(AM_V_at)$(am__mv) algo/hodl/$(DEPDIR)/cpuminer-sha512_avx2.Tpo algo/hodl/$(DEPDIR)/cpuminer-sha512_avx2.Po
#	$(AM_V_CC)source='algo/hodl/sha512_avx2.c' object='algo/hodl/cpuminer-sha512_avx2.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/hodl/cpuminer-sha512_avx2.obj `if test -f 'algo/hodl/sha512_avx2.c'; then $(CYGPATH_W) 'algo/hodl/sha512_avx2.c'; else $(CYGPATH_W) '$(srcdir)/algo/hodl/sha512_avx2.c'; fi`

algo/jh/cpuminer-jha.o: algo/jh/jha.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/jh/cpuminer-jha.o -MD -MP -MF algo/jh/$(DEPDIR)/cpuminer-jha.Tpo -c -o algo/jh/cpuminer-jha.o `test -f 'algo/jh/jha.c' || echo '$(srcdir)/'`algo/jh/jha.c
	$(AM_V_at)$(am__mv) algo/jh/$(DEPDIR)/cpuminer-jha.Tpo algo/jh/$(DEPDIR)/cpuminer-jha.Po
#	$(AM_V_CC)source='algo/jh/jha.c' object='algo/jh/cpuminer-jha.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/jh/cpuminer-jha.o `test -f 'algo/jh/jha.c' || echo '$(srcdir)/'`algo/jh/jha.c

algo/jh/cpuminer-jha.obj: algo/jh/jha.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/jh/cpuminer-jha.obj -MD -MP -MF algo/jh/$(DEPDIR)/cpuminer-jha.Tpo -c -o algo/jh/cpuminer-jha.obj `if test -f 'algo/jh/jha.c'; then $(CYGPATH_W) 'algo/jh/jha.c'; else $(CYGPATH_W) '$(srcdir)/algo/jh/jha.c'; fi`
	$(AM_V_at)$(am__mv) algo/jh/$(DEPDIR)/cpuminer-jha.Tpo algo/jh/$(DEPDIR)/cpuminer-jha.Po
#	$(AM_V_CC)source='algo/jh/jha.c' object='algo/jh/cpuminer-jha.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/jh/cpuminer-jha.obj `if test -f 'algo/jh/jha.c'; then $(CYGPATH_W) 'algo/jh/jha.c'; else $(CYGPATH_W) '$(srcdir)/algo/jh/jha.c'; fi`

algo/cpuminer-lbry.o: algo/lbry.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-lbry.o -MD -MP -MF algo/$(DEPDIR)/cpuminer-lbry.Tpo -c -o algo/cpuminer-lbry.o `test -f 'algo/lbry.c' || echo '$(srcdir)/'`algo/lbry.c
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-lbry.Tpo algo/$(DEPDIR)/cpuminer-lbry.Po
#	$(AM_V_CC)source='algo/lbry.c' object='algo/cpuminer-lbry.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-lbry.o `test -f 'algo/lbry.c' || echo '$(srcdir)/'`algo/lbry.c

algo/cpuminer-lbry.obj: algo/lbry.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-lbry.obj -MD -MP -MF algo/$(DEPDIR)/cpuminer-lbry.Tpo -c -o algo/cpuminer-lbry.obj `if test -f 'algo/lbry.c'; then $(CYGPATH_W) 'algo/lbry.c'; else $(CYGPATH_W) '$(srcdir)/algo/lbry.c'; fi`
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-lbry.Tpo algo/$(DEPDIR)/cpuminer-lbry.Po
#	$(AM_V_CC)source='algo/lbry.c' object='algo/cpuminer-lbry.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-lbry.obj `if test -f 'algo/lbry.c'; then $(CYGPATH_W) 'algo/lbry.c'; else $(CYGPATH_W) '$(srcdir)/algo/lbry.c'; fi`

algo/luffa/cpuminer-luffa.o: algo/luffa/luffa.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/luffa/cpuminer-luffa.o -MD -MP -MF algo/luffa/$(DEPDIR)/cpuminer-luffa.Tpo -c -o algo/luffa/cpuminer-luffa.o `test -f 'algo/luffa/luffa.c' || echo '$(srcdir)/'`algo/luffa/luffa.c
	$(AM_V_at)$(am__mv) algo/luffa/$(DEPDIR)/cpuminer-luffa.Tpo algo/luffa/$(DEPDIR)/cpuminer-luffa.Po
#	$(AM_V_CC)source='algo/luffa/luffa.c' object='algo/luffa/cpuminer-luffa.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/luffa/cpuminer-luffa.o `test -f 'algo/luffa/luffa.c' || echo '$(srcdir)/'`algo/luffa/luffa.c

algo/luffa/cpuminer-luffa.obj: algo/luffa/luffa.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/luffa/cpuminer-luffa.obj -MD -MP -MF algo/luffa/$(DEPDIR)/cpuminer-luffa.Tpo -c -o algo/luffa/cpuminer-luffa.obj `if test -f 'algo/luffa/luffa.c'; then $(CYGPATH_W) 'algo/luffa/luffa.c'; else $(CYGPATH_W) '$(srcdir)/algo/luffa/luffa.c'; fi`
	$(AM_V_at)$(am__mv) algo/luffa/$(DEPDIR)/cpuminer-luffa.Tpo algo/luffa/$(DEPDIR)/cpuminer-luffa.Po
#	$(AM_V_CC)source='algo/luffa/luffa.c' object='algo/luffa/cpuminer-luffa.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/luffa/cpuminer-luffa.obj `if test -f 'algo/luffa/luffa.c'; then $(CYGPATH_W) 'algo/luffa/luffa.c'; else $(CYGPATH_W) '$(srcdir)/algo/luffa/luffa.c'; fi`

algo/luffa/sse2/cpuminer-luffa_for_sse2.o: algo/luffa/sse2/luffa_for_sse2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/luffa/sse2/cpuminer-luffa_for_sse2.o -MD -MP -MF algo/luffa/sse2/$(DEPDIR)/cpuminer-luffa_for_sse2.Tpo -c -o algo/luffa/sse2/cpuminer-luffa_for_sse2.o `test -f 'algo/luffa/sse2/luffa_for_sse2.c' || echo '$(srcdir)/'`algo/luffa/sse2/luffa_for_sse2.c
	$(AM_V_at)$(am__mv) algo/luffa/sse2/$(DEPDIR)/cpuminer-luffa_for_sse2.Tpo algo/luffa/sse2/$(DEPDIR)/cpuminer-luffa_for_sse2.Po
#	$(AM_V_CC)source='algo/luffa/sse2/luffa_for_sse2.c' object='algo/luffa/sse2/cpuminer-luffa_for_sse2.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/luffa/sse2/cpuminer-luffa_for_sse2.o `test -f 'algo/luffa/sse2/luffa_for_sse2.c' || echo '$(srcdir)/'`algo/luffa/sse2/luffa_for_sse2.c

algo/luffa/sse2/cpuminer-luffa_for_sse2.obj: algo/luffa/sse2/luffa_for_sse2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/luffa/sse2/cpuminer-luffa_for_sse2.obj -MD -MP -MF algo/luffa/sse2/$(DEPDIR)/cpuminer-luffa_for_sse2.Tpo -c -o algo/luffa/sse2/cpuminer-luffa_for_sse2.obj `if test -f 'algo/luffa/sse2/luffa_for_sse2.c'; then $(CYGPATH_W) 'algo/luffa/sse2/luffa_for_sse2.c'; else $(CYGPATH_W) '$(srcdir)/algo/luffa/sse2/luffa_for_sse2.c'; fi`
	$(AM_V_at)$(am__mv) algo/luffa/sse2/$(DEPDIR)/cpuminer-luffa_for_sse2.Tpo algo/luffa/sse2/$(DEPDIR)/cpuminer-luffa_for_sse2.Po
#	$(AM_V_CC)source='algo/luffa/sse2/luffa_for_sse2.c' object='algo/luffa/sse2/cpuminer-luffa_for_sse2.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/luffa/sse2/cpuminer-luffa_for_sse2.obj `if test -f 'algo/luffa/sse2/luffa_for_sse2.c'; then $(CYGPATH_W) 'algo/luffa/sse2/luffa_for_sse2.c'; else $(CYGPATH_W) '$(srcdir)/algo/luffa/sse2/luffa_for_sse2.c'; fi`

algo/lyra2/cpuminer-lyra2.o: algo/lyra2/lyra2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/lyra2/cpuminer-lyra2.o -MD -MP -MF algo/lyra2/$(DEPDIR)/cpuminer-lyra2.Tpo -c -o algo/lyra2/cpuminer-lyra2.o `test -f 'algo/lyra2/lyra2.c' || echo '$(srcdir)/'`algo/lyra2/lyra2.c
	$(AM_V_at)$(am__mv) algo/lyra2/$(DEPDIR)/cpuminer-lyra2.Tpo algo/lyra2/$(DEPDIR)/cpuminer-lyra2.Po
#	$(AM_V_CC)source='algo/lyra2/lyra2.c' object='algo/lyra2/cpuminer-lyra2.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/lyra2/cpuminer-lyra2.o `test -f 'algo/lyra2/lyra2.c' || echo '$(srcdir)/'`algo/lyra2/lyra2.c

algo/lyra2/cpuminer-lyra2.obj: algo/lyra2/lyra2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/lyra2/cpuminer-lyra2.obj -MD -MP -MF algo/lyra2/$(DEPDIR)/cpuminer-lyra2.Tpo -c -o algo/lyra2/cpuminer-lyra2.obj `if test -f 'algo/lyra2/lyra2.c'; then $(CYGPATH_W) 'algo/lyra2/lyra2.c'; else $(CYGPATH_W) '$(srcdir)/algo/lyra2/lyra2.c'; fi`
	$(AM_V_at)$(am__mv) algo/lyra2/$(DEPDIR)/cpuminer-lyra2.Tpo algo/lyra2/$(DEPDIR)/cpuminer-lyra2.Po
#	$(AM_V_CC)source='algo/lyra2/lyra2.c' object='algo/lyra2/cpuminer-lyra2.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/lyra2/cpuminer-lyra2.obj `if test -f 'algo/lyra2/lyra2.c'; then $(CYGPATH_W) 'algo/lyra2/lyra2.c'; else $(CYGPATH_W) '$(srcdir)/algo/lyra2/lyra2.c'; fi`

algo/lyra2/cpuminer-sponge.o: algo/lyra2/sponge.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/lyra2/cpuminer-sponge.o -MD -MP -MF algo/lyra2/$(DEPDIR)/cpuminer-sponge.Tpo -c -o algo/lyra2/cpuminer-sponge.o `test -f 'algo/lyra2/sponge.c' || echo '$(srcdir)/'`algo/lyra2/sponge.c
	$(AM_V_at)$(am__mv) algo/lyra2/$(DEPDIR)/cpuminer-sponge.Tpo algo/lyra2/$(DEPDIR)/cpuminer-sponge.Po
#	$(AM_V_CC)source='algo/lyra2/sponge.c' object='algo/lyra2/cpuminer-sponge.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/lyra2/cpuminer-sponge.o `test -f 'algo/lyra2/sponge.c' || echo '$(srcdir)/'`algo/lyra2/sponge.c

algo/lyra2/cpuminer-sponge.obj: algo/lyra2/sponge.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/lyra2/cpuminer-sponge.obj -MD -MP -MF algo/lyra2/$(DEPDIR)/cpuminer-sponge.Tpo -c -o algo/lyra2/cpuminer-sponge.obj `if test -f 'algo/lyra2/sponge.c'; then $(CYGPATH_W) 'algo/lyra2/sponge.c'; else $(CYGPATH_W) '$(srcdir)/algo/lyra2/sponge.c'; fi`
	$(AM_V_at)$(am__mv) algo/lyra2/$(DEPDIR)/cpuminer-sponge.Tpo algo/lyra2/$(DEPDIR)/cpuminer-sponge.Po
#	$(AM_V_CC)source='algo/lyra2/sponge.c' object='algo/lyra2/cpuminer-sponge.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/lyra2/cpuminer-sponge.obj `if test -f 'algo/lyra2/sponge.c'; then $(CYGPATH_W) 'algo/lyra2/sponge.c'; else $(CYGPATH_W) '$(srcdir)/algo/lyra2/sponge.c'; fi`

algo/lyra2/cpuminer-lyra2rev2.o: algo/lyra2/lyra2rev2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/lyra2/cpuminer-lyra2rev2.o -MD -MP -MF algo/lyra2/$(DEPDIR)/cpuminer-lyra2rev2.Tpo -c -o algo/lyra2/cpuminer-lyra2rev2.o `test -f 'algo/lyra2/lyra2rev2.c' || echo '$(srcdir)/'`algo/lyra2/lyra2rev2.c
	$(AM_V_at)$(am__mv) algo/lyra2/$(DEPDIR)/cpuminer-lyra2rev2.Tpo algo/lyra2/$(DEPDIR)/cpuminer-lyra2rev2.Po
#	$(AM_V_CC)source='algo/lyra2/lyra2rev2.c' object='algo/lyra2/cpuminer-lyra2rev2.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/lyra2/cpuminer-lyra2rev2.o `test -f 'algo/lyra2/lyra2rev2.c' || echo '$(srcdir)/'`algo/lyra2/lyra2rev2.c

algo/lyra2/cpuminer-lyra2rev2.obj: algo/lyra2/lyra2rev2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/lyra2/cpuminer-lyra2rev2.obj -MD -MP -MF algo/lyra2/$(DEPDIR)/cpuminer-lyra2rev2.Tpo -c -o algo/lyra2/cpuminer-lyra2rev2.obj `if test -f 'algo/lyra2/lyra2rev2.c'; then $(CYGPATH_W) 'algo/lyra2/lyra2rev2.c'; else $(CYGPATH_W) '$(srcdir)/algo/lyra2/lyra2rev2.c'; fi`
	$(AM_V_at)$(am__mv) algo/lyra2/$(DEPDIR)/cpuminer-lyra2rev2.Tpo algo/lyra2/$(DEPDIR)/cpuminer-lyra2rev2.Po
#	$(AM_V_CC)source='algo/lyra2/lyra2rev2.c' object='algo/lyra2/cpuminer-lyra2rev2.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/lyra2/cpuminer-lyra2rev2.obj `if test -f 'algo/lyra2/lyra2rev2.c'; then $(CYGPATH_W) 'algo/lyra2/lyra2rev2.c'; else $(CYGPATH_W) '$(srcdir)/algo/lyra2/lyra2rev2.c'; fi`

algo/lyra2/cpuminer-lyra2re.o: algo/lyra2/lyra2re.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/lyra2/cpuminer-lyra2re.o -MD -MP -MF algo/lyra2/$(DEPDIR)/cpuminer-lyra2re.Tpo -c -o algo/lyra2/cpuminer-lyra2re.o `test -f 'algo/lyra2/lyra2re.c' || echo '$(srcdir)/'`algo/lyra2/lyra2re.c
	$(AM_V_at)$(am__mv) algo/lyra2/$(DEPDIR)/cpuminer-lyra2re.Tpo algo/lyra2/$(DEPDIR)/cpuminer-lyra2re.Po
#	$(AM_V_CC)source='algo/lyra2/lyra2re.c' object='algo/lyra2/cpuminer-lyra2re.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/lyra2/cpuminer-lyra2re.o `test -f 'algo/lyra2/lyra2re.c' || echo '$(srcdir)/'`algo/lyra2/lyra2re.c

algo/lyra2/cpuminer-lyra2re.obj: algo/lyra2/lyra2re.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/lyra2/cpuminer-lyra2re.obj -MD -MP -MF algo/lyra2/$(DEPDIR)/cpuminer-lyra2re.Tpo -c -o algo/lyra2/cpuminer-lyra2re.obj `if test -f 'algo/lyra2/lyra2re.c'; then $(CYGPATH_W) 'algo/lyra2/lyra2re.c'; else $(CYGPATH_W) '$(srcdir)/algo/lyra2/lyra2re.c'; fi`
	$(AM_V_at)$(am__mv) algo/lyra2/$(DEPDIR)/cpuminer-lyra2re.Tpo algo/lyra2/$(DEPDIR)/cpuminer-lyra2re.Po
#	$(AM_V_CC)source='algo/lyra2/lyra2re.c' object='algo/lyra2/cpuminer-lyra2re.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/lyra2/cpuminer-lyra2re.obj `if test -f 'algo/lyra2/lyra2re.c'; then $(CYGPATH_W) 'algo/lyra2/lyra2re.c'; else $(CYGPATH_W) '$(srcdir)/algo/lyra2/lyra2re.c'; fi`

algo/lyra2/cpuminer-zcoin.o: algo/lyra2/zcoin.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/lyra2/cpuminer-zcoin.o -MD -MP -MF algo/lyra2/$(DEPDIR)/cpuminer-zcoin.Tpo -c -o algo/lyra2/cpuminer-zcoin.o `test -f 'algo/lyra2/zcoin.c' || echo '$(srcdir)/'`algo/lyra2/zcoin.c
	$(AM_V_at)$(am__mv) algo/lyra2/$(DEPDIR)/cpuminer-zcoin.Tpo algo/lyra2/$(DEPDIR)/cpuminer-zcoin.Po
#	$(AM_V_CC)source='algo/lyra2/zcoin.c' object='algo/lyra2/cpuminer-zcoin.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/lyra2/cpuminer-zcoin.o `test -f 'algo/lyra2/zcoin.c' || echo '$(srcdir)/'`algo/lyra2/zcoin.c

algo/lyra2/cpuminer-zcoin.obj: algo/lyra2/zcoin.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/lyra2/cpuminer-zcoin.obj -MD -MP -MF algo/lyra2/$(DEPDIR)/cpuminer-zcoin.Tpo -c -o algo/lyra2/cpuminer-zcoin.obj `if test -f 'algo/lyra2/zcoin.c'; then $(CYGPATH_W) 'algo/lyra2/zcoin.c'; else $(CYGPATH_W) '$(srcdir)/algo/lyra2/zcoin.c'; fi`
	$(AM_V_at)$(am__mv) algo/lyra2/$(DEPDIR)/cpuminer-zcoin.Tpo algo/lyra2/$(DEPDIR)/cpuminer-zcoin.Po
#	$(AM_V_CC)source='algo/lyra2/zcoin.c' object='algo/lyra2/cpuminer-zcoin.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/lyra2/cpuminer-zcoin.obj `if test -f 'algo/lyra2/zcoin.c'; then $(CYGPATH_W) 'algo/lyra2/zcoin.c'; else $(CYGPATH_W) '$(srcdir)/algo/lyra2/zcoin.c'; fi`

algo/lyra2/cpuminer-lyra2z330.o: algo/lyra2/lyra2z330.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/lyra2/cpuminer-lyra2z330.o -MD -MP -MF algo/lyra2/$(DEPDIR)/cpuminer-lyra2z330.Tpo -c -o algo/lyra2/cpuminer-lyra2z330.o `test -f 'algo/lyra2/lyra2z330.c' || echo '$(srcdir)/'`algo/lyra2/lyra2z330.c
	$(AM_V_at)$(am__mv) algo/lyra2/$(DEPDIR)/cpuminer-lyra2z330.Tpo algo/lyra2/$(DEPDIR)/cpuminer-lyra2z330.Po
#	$(AM_V_CC)source='algo/lyra2/lyra2z330.c' object='algo/lyra2/cpuminer-lyra2z330.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/lyra2/cpuminer-lyra2z330.o `test -f 'algo/lyra2/lyra2z330.c' || echo '$(srcdir)/'`algo/lyra2/lyra2z330.c

algo/lyra2/cpuminer-lyra2z330.obj: algo/lyra2/lyra2z330.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/lyra2/cpuminer-lyra2z330.obj -MD -MP -MF algo/lyra2/$(DEPDIR)/cpuminer-lyra2z330.Tpo -c -o algo/lyra2/cpuminer-lyra2z330.obj `if test -f 'algo/lyra2/lyra2z330.c'; then $(CYGPATH_W) 'algo/lyra2/lyra2z330.c'; else $(CYGPATH_W) '$(srcdir)/algo/lyra2/lyra2z330.c'; fi`
	$(AM_V_at)$(am__mv) algo/lyra2/$(DEPDIR)/cpuminer-lyra2z330.Tpo algo/lyra2/$(DEPDIR)/cpuminer-lyra2z330.Po
#	$(AM_V_CC)source='algo/lyra2/lyra2z330.c' object='algo/lyra2/cpuminer-lyra2z330.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/lyra2/cpuminer-lyra2z330.obj `if test -f 'algo/lyra2/lyra2z330.c'; then $(CYGPATH_W) 'algo/lyra2/lyra2z330.c'; else $(CYGPATH_W) '$(srcdir)/algo/lyra2/lyra2z330.c'; fi`

algo/keccak/sse2/cpuminer-keccak.o: algo/keccak/sse2/keccak.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/keccak/sse2/cpuminer-keccak.o -MD -MP -MF algo/keccak/sse2/$(DEPDIR)/cpuminer-keccak.Tpo -c -o algo/keccak/sse2/cpuminer-keccak.o `test -f 'algo/keccak/sse2/keccak.c' || echo '$(srcdir)/'`algo/keccak/sse2/keccak.c
	$(AM_V_at)$(am__mv) algo/keccak/sse2/$(DEPDIR)/cpuminer-keccak.Tpo algo/keccak/sse2/$(DEPDIR)/cpuminer-keccak.Po
#	$(AM_V_CC)source='algo/keccak/sse2/keccak.c' object='algo/keccak/sse2/cpuminer-keccak.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/keccak/sse2/cpuminer-keccak.o `test -f 'algo/keccak/sse2/keccak.c' || echo '$(srcdir)/'`algo/keccak/sse2/keccak.c

algo/keccak/sse2/cpuminer-keccak.obj: algo/keccak/sse2/keccak.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/keccak/sse2/cpuminer-keccak.obj -MD -MP -MF algo/keccak/sse2/$(DEPDIR)/cpuminer-keccak.Tpo -c -o algo/keccak/sse2/cpuminer-keccak.obj `if test -f 'algo/keccak/sse2/keccak.c'; then $(CYGPATH_W) 'algo/keccak/sse2/keccak.c'; else $(CYGPATH_W) '$(srcdir)/algo/keccak/sse2/keccak.c'; fi`
	$(AM_V_at)$(am__mv) algo/keccak/sse2/$(DEPDIR)/cpuminer-keccak.Tpo algo/keccak/sse2/$(DEPDIR)/cpuminer-keccak.Po
#	$(AM_V_CC)source='algo/keccak/sse2/keccak.c' object='algo/keccak/sse2/cpuminer-keccak.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/keccak/sse2/cpuminer-keccak.obj `if test -f 'algo/keccak/sse2/keccak.c'; then $(CYGPATH_W) 'algo/keccak/sse2/keccak.c'; else $(CYGPATH_W) '$(srcdir)/algo/keccak/sse2/keccak.c'; fi`

algo/cpuminer-m7m.o: algo/m7m.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-m7m.o -MD -MP -MF algo/$(DEPDIR)/cpuminer-m7m.Tpo -c -o algo/cpuminer-m7m.o `test -f 'algo/m7m.c' || echo '$(srcdir)/'`algo/m7m.c
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-m7m.Tpo algo/$(DEPDIR)/cpuminer-m7m.Po
#	$(AM_V_CC)source='algo/m7m.c' object='algo/cpuminer-m7m.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-m7m.o `test -f 'algo/m7m.c' || echo '$(srcdir)/'`algo/m7m.c

algo/cpuminer-m7m.obj: algo/m7m.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-m7m.obj -MD -MP -MF algo/$(DEPDIR)/cpuminer-m7m.Tpo -c -o algo/cpuminer-m7m.obj `if test -f 'algo/m7m.c'; then $(CYGPATH_W) 'algo/m7m.c'; else $(CYGPATH_W) '$(srcdir)/algo/m7m.c'; fi`
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-m7m.Tpo algo/$(DEPDIR)/cpuminer-m7m.Po
#	$(AM_V_CC)source='algo/m7m.c' object='algo/cpuminer-m7m.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-m7m.obj `if test -f 'algo/m7m.c'; then $(CYGPATH_W) 'algo/m7m.c'; else $(CYGPATH_W) '$(srcdir)/algo/m7m.c'; fi`

algo/cpuminer-neoscrypt.o: algo/neoscrypt.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-neoscrypt.o -MD -MP -MF algo/$(DEPDIR)/cpuminer-neoscrypt.Tpo -c -o algo/cpuminer-neoscrypt.o `test -f 'algo/neoscrypt.c' || echo '$(srcdir)/'`algo/neoscrypt.c
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-neoscrypt.Tpo algo/$(DEPDIR)/cpuminer-neoscrypt.Po
#	$(AM_V_CC)source='algo/neoscrypt.c' object='algo/cpuminer-neoscrypt.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-neoscrypt.o `test -f 'algo/neoscrypt.c' || echo '$(srcdir)/'`algo/neoscrypt.c

algo/cpuminer-neoscrypt.obj: algo/neoscrypt.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-neoscrypt.obj -MD -MP -MF algo/$(DEPDIR)/cpuminer-neoscrypt.Tpo -c -o algo/cpuminer-neoscrypt.obj `if test -f 'algo/neoscrypt.c'; then $(CYGPATH_W) 'algo/neoscrypt.c'; else $(CYGPATH_W) '$(srcdir)/algo/neoscrypt.c'; fi`
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-neoscrypt.Tpo algo/$(DEPDIR)/cpuminer-neoscrypt.Po
#	$(AM_V_CC)source='algo/neoscrypt.c' object='algo/cpuminer-neoscrypt.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-neoscrypt.obj `if test -f 'algo/neoscrypt.c'; then $(CYGPATH_W) 'algo/neoscrypt.c'; else $(CYGPATH_W) '$(srcdir)/algo/neoscrypt.c'; fi`

algo/cpuminer-nist5.o: algo/nist5.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-nist5.o -MD -MP -MF algo/$(DEPDIR)/cpuminer-nist5.Tpo -c -o algo/cpuminer-nist5.o `test -f 'algo/nist5.c' || echo '$(srcdir)/'`algo/nist5.c
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-nist5.Tpo algo/$(DEPDIR)/cpuminer-nist5.Po
#	$(AM_V_CC)source='algo/nist5.c' object='algo/cpuminer-nist5.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-nist5.o `test -f 'algo/nist5.c' || echo '$(srcdir)/'`algo/nist5.c

algo/cpuminer-nist5.obj: algo/nist5.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-nist5.obj -MD -MP -MF algo/$(DEPDIR)/cpuminer-nist5.Tpo -c -o algo/cpuminer-nist5.obj `if test -f 'algo/nist5.c'; then $(CYGPATH_W) 'algo/nist5.c'; else $(CYGPATH_W) '$(srcdir)/algo/nist5.c'; fi`
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-nist5.Tpo algo/$(DEPDIR)/cpuminer-nist5.Po
#	$(AM_V_CC)source='algo/nist5.c' object='algo/cpuminer-nist5.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-nist5.obj `if test -f 'algo/nist5.c'; then $(CYGPATH_W) 'algo/nist5.c'; else $(CYGPATH_W) '$(srcdir)/algo/nist5.c'; fi`

algo/cpuminer-pluck.o: algo/pluck.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-pluck.o -MD -MP -MF algo/$(DEPDIR)/cpuminer-pluck.Tpo -c -o algo/cpuminer-pluck.o `test -f 'algo/pluck.c' || echo '$(srcdir)/'`algo/pluck.c
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-pluck.Tpo algo/$(DEPDIR)/cpuminer-pluck.Po
#	$(AM_V_CC)source='algo/pluck.c' object='algo/cpuminer-pluck.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-pluck.o `test -f 'algo/pluck.c' || echo '$(srcdir)/'`algo/pluck.c

algo/cpuminer-pluck.obj: algo/pluck.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-pluck.obj -MD -MP -MF algo/$(DEPDIR)/cpuminer-pluck.Tpo -c -o algo/cpuminer-pluck.obj `if test -f 'algo/pluck.c'; then $(CYGPATH_W) 'algo/pluck.c'; else $(CYGPATH_W) '$(srcdir)/algo/pluck.c'; fi`
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-pluck.Tpo algo/$(DEPDIR)/cpuminer-pluck.Po
#	$(AM_V_CC)source='algo/pluck.c' object='algo/cpuminer-pluck.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-pluck.obj `if test -f 'algo/pluck.c'; then $(CYGPATH_W) 'algo/pluck.c'; else $(CYGPATH_W) '$(srcdir)/algo/pluck.c'; fi`

algo/quark/cpuminer-quark.o: algo/quark/quark.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/quark/cpuminer-quark.o -MD -MP -MF algo/quark/$(DEPDIR)/cpuminer-quark.Tpo -c -o algo/quark/cpuminer-quark.o `test -f 'algo/quark/quark.c' || echo '$(srcdir)/'`algo/quark/quark.c
	$(AM_V_at)$(am__mv) algo/quark/$(DEPDIR)/cpuminer-quark.Tpo algo/quark/$(DEPDIR)/cpuminer-quark.Po
#	$(AM_V_CC)source='algo/quark/quark.c' object='algo/quark/cpuminer-quark.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/quark/cpuminer-quark.o `test -f 'algo/quark/quark.c' || echo '$(srcdir)/'`algo/quark/quark.c

algo/quark/cpuminer-quark.obj: algo/quark/quark.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/quark/cpuminer-quark.obj -MD -MP -MF algo/quark/$(DEPDIR)/cpuminer-quark.Tpo -c -o algo/quark/cpuminer-quark.obj `if test -f 'algo/quark/quark.c'; then $(CYGPATH_W) 'algo/quark/quark.c'; else $(CYGPATH_W) '$(srcdir)/algo/quark/quark.c'; fi`
	$(AM_V_at)$(am__mv) algo/quark/$(DEPDIR)/cpuminer-quark.Tpo algo/quark/$(DEPDIR)/cpuminer-quark.Po
#	$(AM_V_CC)source='algo/quark/quark.c' object='algo/quark/cpuminer-quark.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/quark/cpuminer-quark.obj `if test -f 'algo/quark/quark.c'; then $(CYGPATH_W) 'algo/quark/quark.c'; else $(CYGPATH_W) '$(srcdir)/algo/quark/quark.c'; fi`

algo/qubit/cpuminer-qubit.o: algo/qubit/qubit.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/qubit/cpuminer-qubit.o -MD -MP -MF algo/qubit/$(DEPDIR)/cpuminer-qubit.Tpo -c -o algo/qubit/cpuminer-qubit.o `test -f 'algo/qubit/qubit.c' || echo '$(srcdir)/'`algo/qubit/qubit.c
	$(AM_V_at)$(am__mv) algo/qubit/$(DEPDIR)/cpuminer-qubit.Tpo algo/qubit/$(DEPDIR)/cpuminer-qubit.Po
#	$(AM_V_CC)source='algo/qubit/qubit.c' object='algo/qubit/cpuminer-qubit.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/qubit/cpuminer-qubit.o `test -f 'algo/qubit/qubit.c' || echo '$(srcdir)/'`algo/qubit/qubit.c

algo/qubit/cpuminer-qubit.obj: algo/qubit/qubit.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/qubit/cpuminer-qubit.obj -MD -MP -MF algo/qubit/$(DEPDIR)/cpuminer-qubit.Tpo -c -o algo/qubit/cpuminer-qubit.obj `if test -f 'algo/qubit/qubit.c'; then $(CYGPATH_W) 'algo/qubit/qubit.c'; else $(CYGPATH_W) '$(srcdir)/algo/qubit/qubit.c'; fi`
	$(AM_V_at)$(am__mv) algo/qubit/$(DEPDIR)/cpuminer-qubit.Tpo algo/qubit/$(DEPDIR)/cpuminer-qubit.Po
#	$(AM_V_CC)source='algo/qubit/qubit.c' object='algo/qubit/cpuminer-qubit.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/qubit/cpuminer-qubit.obj `if test -f 'algo/qubit/qubit.c'; then $(CYGPATH_W) 'algo/qubit/qubit.c'; else $(CYGPATH_W) '$(srcdir)/algo/qubit/qubit.c'; fi`

algo/qubit/cpuminer-deep.o: algo/qubit/deep.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/qubit/cpuminer-deep.o -MD -MP -MF algo/qubit/$(DEPDIR)/cpuminer-deep.Tpo -c -o algo/qubit/cpuminer-deep.o `test -f 'algo/qubit/deep.c' || echo '$(srcdir)/'`algo/qubit/deep.c
	$(AM_V_at)$(am__mv) algo/qubit/$(DEPDIR)/cpuminer-deep.Tpo algo/qubit/$(DEPDIR)/cpuminer-deep.Po
#	$(AM_V_CC)source='algo/qubit/deep.c' object='algo/qubit/cpuminer-deep.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/qubit/cpuminer-deep.o `test -f 'algo/qubit/deep.c' || echo '$(srcdir)/'`algo/qubit/deep.c

algo/qubit/cpuminer-deep.obj: algo/qubit/deep.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/qubit/cpuminer-deep.obj -MD -MP -MF algo/qubit/$(DEPDIR)/cpuminer-deep.Tpo -c -o algo/qubit/cpuminer-deep.obj `if test -f 'algo/qubit/deep.c'; then $(CYGPATH_W) 'algo/qubit/deep.c'; else $(CYGPATH_W) '$(srcdir)/algo/qubit/deep.c'; fi`
	$(AM_V_at)$(am__mv) algo/qubit/$(DEPDIR)/cpuminer-deep.Tpo algo/qubit/$(DEPDIR)/cpuminer-deep.Po
#	$(AM_V_CC)source='algo/qubit/deep.c' object='algo/qubit/cpuminer-deep.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/qubit/cpuminer-deep.obj `if test -f 'algo/qubit/deep.c'; then $(CYGPATH_W) 'algo/qubit/deep.c'; else $(CYGPATH_W) '$(srcdir)/algo/qubit/deep.c'; fi`

algo/ripemd/cpuminer-sph_ripemd.o: algo/ripemd/sph_ripemd.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/ripemd/cpuminer-sph_ripemd.o -MD -MP -MF algo/ripemd/$(DEPDIR)/cpuminer-sph_ripemd.Tpo -c -o algo/ripemd/cpuminer-sph_ripemd.o `test -f 'algo/ripemd/sph_ripemd.c' || echo '$(srcdir)/'`algo/ripemd/sph_ripemd.c
	$(AM_V_at)$(am__mv) algo/ripemd/$(DEPDIR)/cpuminer-sph_ripemd.Tpo algo/ripemd/$(DEPDIR)/cpuminer-sph_ripemd.Po
#	$(AM_V_CC)source='algo/ripemd/sph_ripemd.c' object='algo/ripemd/cpuminer-sph_ripemd.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/ripemd/cpuminer-sph_ripemd.o `test -f 'algo/ripemd/sph_ripemd.c' || echo '$(srcdir)/'`algo/ripemd/sph_ripemd.c

algo/ripemd/cpuminer-sph_ripemd.obj: algo/ripemd/sph_ripemd.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/ripemd/cpuminer-sph_ripemd.obj -MD -MP -MF algo/ripemd/$(DEPDIR)/cpuminer-sph_ripemd.Tpo -c -o algo/ripemd/cpuminer-sph_ripemd.obj `if test -f 'algo/ripemd/sph_ripemd.c'; then $(CYGPATH_W) 'algo/ripemd/sph_ripemd.c'; else $(CYGPATH_W) '$(srcdir)/algo/ripemd/sph_ripemd.c'; fi`
	$(AM_V_at)$(am__mv) algo/ripemd/$(DEPDIR)/cpuminer-sph_ripemd.Tpo algo/ripemd/$(DEPDIR)/cpuminer-sph_ripemd.Po
#	$(AM_V_CC)source='algo/ripemd/sph_ripemd.c' object='algo/ripemd/cpuminer-sph_ripemd.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/ripemd/cpuminer-sph_ripemd.obj `if test -f 'algo/ripemd/sph_ripemd.c'; then $(CYGPATH_W) 'algo/ripemd/sph_ripemd.c'; else $(CYGPATH_W) '$(srcdir)/algo/ripemd/sph_ripemd.c'; fi`

algo/cpuminer-scrypt.o: algo/scrypt.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-scrypt.o -MD -MP -MF algo/$(DEPDIR)/cpuminer-scrypt.Tpo -c -o algo/cpuminer-scrypt.o `test -f 'algo/scrypt.c' || echo '$(srcdir)/'`algo/scrypt.c
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-scrypt.Tpo algo/$(DEPDIR)/cpuminer-scrypt.Po
#	$(AM_V_CC)source='algo/scrypt.c' object='algo/cpuminer-scrypt.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-scrypt.o `test -f 'algo/scrypt.c' || echo '$(srcdir)/'`algo/scrypt.c

algo/cpuminer-scrypt.obj: algo/scrypt.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-scrypt.obj -MD -MP -MF algo/$(DEPDIR)/cpuminer-scrypt.Tpo -c -o algo/cpuminer-scrypt.obj `if test -f 'algo/scrypt.c'; then $(CYGPATH_W) 'algo/scrypt.c'; else $(CYGPATH_W) '$(srcdir)/algo/scrypt.c'; fi`
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-scrypt.Tpo algo/$(DEPDIR)/cpuminer-scrypt.Po
#	$(AM_V_CC)source='algo/scrypt.c' object='algo/cpuminer-scrypt.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-scrypt.obj `if test -f 'algo/scrypt.c'; then $(CYGPATH_W) 'algo/scrypt.c'; else $(CYGPATH_W) '$(srcdir)/algo/scrypt.c'; fi`

algo/scryptjane/cpuminer-scrypt-jane.o: algo/scryptjane/scrypt-jane.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/scryptjane/cpuminer-scrypt-jane.o -MD -MP -MF algo/scryptjane/$(DEPDIR)/cpuminer-scrypt-jane.Tpo -c -o algo/scryptjane/cpuminer-scrypt-jane.o `test -f 'algo/scryptjane/scrypt-jane.c' || echo '$(srcdir)/'`algo/scryptjane/scrypt-jane.c
	$(AM_V_at)$(am__mv) algo/scryptjane/$(DEPDIR)/cpuminer-scrypt-jane.Tpo algo/scryptjane/$(DEPDIR)/cpuminer-scrypt-jane.Po
#	$(AM_V_CC)source='algo/scryptjane/scrypt-jane.c' object='algo/scryptjane/cpuminer-scrypt-jane.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/scryptjane/cpuminer-scrypt-jane.o `test -f 'algo/scryptjane/scrypt-jane.c' || echo '$(srcdir)/'`algo/scryptjane/scrypt-jane.c

algo/scryptjane/cpuminer-scrypt-jane.obj: algo/scryptjane/scrypt-jane.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/scryptjane/cpuminer-scrypt-jane.obj -MD -MP -MF algo/scryptjane/$(DEPDIR)/cpuminer-scrypt-jane.Tpo -c -o algo/scryptjane/cpuminer-scrypt-jane.obj `if test -f 'algo/scryptjane/scrypt-jane.c'; then $(CYGPATH_W) 'algo/scryptjane/scrypt-jane.c'; else $(CYGPATH_W) '$(srcdir)/algo/scryptjane/scrypt-jane.c'; fi`
	$(AM_V_at)$(am__mv) algo/scryptjane/$(DEPDIR)/cpuminer-scrypt-jane.Tpo algo/scryptjane/$(DEPDIR)/cpuminer-scrypt-jane.Po
#	$(AM_V_CC)source='algo/scryptjane/scrypt-jane.c' object='algo/scryptjane/cpuminer-scrypt-jane.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/scryptjane/cpuminer-scrypt-jane.obj `if test -f 'algo/scryptjane/scrypt-jane.c'; then $(CYGPATH_W) 'algo/scryptjane/scrypt-jane.c'; else $(CYGPATH_W) '$(srcdir)/algo/scryptjane/scrypt-jane.c'; fi`

algo/sha/cpuminer-sha2.o: algo/sha/sha2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sha2.o -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sha2.Tpo -c -o algo/sha/cpuminer-sha2.o `test -f 'algo/sha/sha2.c' || echo '$(srcdir)/'`algo/sha/sha2.c
	$(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sha2.Tpo algo/sha/$(DEPDIR)/cpuminer-sha2.Po
#	$(AM_V_CC)source='algo/sha/sha2.c' object='algo/sha/cpuminer-sha2.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sha2.o `test -f 'algo/sha/sha2.c' || echo '$(srcdir)/'`algo/sha/sha2.c

algo/sha/cpuminer-sha2.obj: algo/sha/sha2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sha2.obj -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sha2.Tpo -c -o algo/sha/cpuminer-sha2.obj `if test -f 'algo/sha/sha2.c'; then $(CYGPATH_W) 'algo/sha/sha2.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sha2.c'; fi`
	$(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sha2.Tpo algo/sha/$(DEPDIR)/cpuminer-sha2.Po
#	$(AM_V_CC)source='algo/sha/sha2.c' object='algo/sha/cpuminer-sha2.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sha2.obj `if test -f 'algo/sha/sha2.c'; then $(CYGPATH_W) 'algo/sha/sha2.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sha2.c'; fi`

algo/sha/cpuminer-sha256t.o: algo/sha/sha256t.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sha256t.o -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sha256t.Tpo -c -o algo/sha/cpuminer-sha256t.o `test -f 'algo/sha/sha256t.c' || echo '$(srcdir)/'`algo/sha/sha256t.c
	$(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sha256t.Tpo algo/sha/$(DEPDIR)/cpuminer-sha256t.Po
#	$(AM_V_CC)source='algo/sha/sha256t.c' object='algo/sha/cpuminer-sha256t.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sha256t.o `test -f 'algo/sha/sha256t.c' || echo '$(srcdir)/'`algo/sha/sha256t.c

algo/sha/cpuminer-sha256t.obj: algo/sha/sha256t.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sha256t.obj -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sha256t.Tpo -c -o algo/sha/cpuminer-sha256t.obj `if test -f 'algo/sha/sha256t.c'; then $(CYGPATH_W) 'algo/sha/sha256t.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sha256t.c'; fi`
	$(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sha256t.Tpo algo/sha/$(DEPDIR)/cpuminer-sha256t.Po
#	$(AM_V_CC)source='algo/sha/sha256t.c' object='algo/sha/cpuminer-sha256t.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sha256t.obj `if test -f 'algo/sha/sha256t.c'; then $(CYGPATH_W) 'algo/sha/sha256t.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sha256t.c'; fi`

algo/simd/sse2/cpuminer-nist.o: algo/simd/sse2/nist.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/simd/sse2/cpuminer-nist.o -MD -MP -MF algo/simd/sse2/$(DEPDIR)/cpuminer-nist.Tpo -c -o algo/simd/sse2/cpuminer-nist.o `test -f 'algo/simd/sse2/nist.c' || echo '$(srcdir)/'`algo/simd/sse2/nist.c
	$(AM_V_at)$(am__mv) algo/simd/sse2/$(DEPDIR)/cpuminer-nist.Tpo algo/simd/sse2/$(DEPDIR)/cpuminer-nist.Po
#	$(AM_V_CC)source='algo/simd/sse2/nist.c' object='algo/simd/sse2/cpuminer-nist.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/simd/sse2/cpuminer-nist.o `test -f 'algo/simd/sse2/nist.c' || echo '$(srcdir)/'`algo/simd/sse2/nist.c

algo/simd/sse2/cpuminer-nist.obj: algo/simd/sse2/nist.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/simd/sse2/cpuminer-nist.obj -MD -MP -MF algo/simd/sse2/$(DEPDIR)/cpuminer-nist.Tpo -c -o algo/simd/sse2/cpuminer-nist.obj `if test -f 'algo/simd/sse2/nist.c'; then $(CYGPATH_W) 'algo/simd/sse2/nist.c'; else $(CYGPATH_W) '$(srcdir)/algo/simd/sse2/nist.c'; fi`
	$(AM_V_at)$(am__mv) algo/simd/sse2/$(DEPDIR)/cpuminer-nist.Tpo algo/simd/sse2/$(DEPDIR)/cpuminer-nist.Po
#	$(AM_V_CC)source='algo/simd/sse2/nist.c' object='algo/simd/sse2/cpuminer-nist.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/simd/sse2/cpuminer-nist.obj `if test -f 'algo/simd/sse2/nist.c'; then $(CYGPATH_W) 'algo/simd/sse2/nist.c'; else $(CYGPATH_W) '$(srcdir)/algo/simd/sse2/nist.c'; fi`

algo/simd/sse2/cpuminer-vector.o: algo/simd/sse2/vector.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/simd/sse2/cpuminer-vector.o -MD -MP -MF algo/simd/sse2/$(DEPDIR)/cpuminer-vector.Tpo -c -o algo/simd/sse2/cpuminer-vector.o `test -f 'algo/simd/sse2/vector.c' || echo '$(srcdir)/'`algo/simd/sse2/vector.c
	$(AM_V_at)$(am__mv) algo/simd/sse2/$(DEPDIR)/cpuminer-vector.Tpo algo/simd/sse2/$(DEPDIR)/cpuminer-vector.Po
#	$(AM_V_CC)source='algo/simd/sse2/vector.c' object='algo/simd/sse2/cpuminer-vector.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/simd/sse2/cpuminer-vector.o `test -f 'algo/simd/sse2/vector.c' || echo '$(srcdir)/'`algo/simd/sse2/vector.c

algo/simd/sse2/cpuminer-vector.obj: algo/simd/sse2/vector.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/simd/sse2/cpuminer-vector.obj -MD -MP -MF algo/simd/sse2/$(DEPDIR)/cpuminer-vector.Tpo -c -o algo/simd/sse2/cpuminer-vector.obj `if test -f 'algo/simd/sse2/vector.c'; then $(CYGPATH_W) 'algo/simd/sse2/vector.c'; else $(CYGPATH_W) '$(srcdir)/algo/simd/sse2/vector.c'; fi`
	$(AM_V_at)$(am__mv) algo/simd/sse2/$(DEPDIR)/cpuminer-vector.Tpo algo/simd/sse2/$(DEPDIR)/cpuminer-vector.Po
#	$(AM_V_CC)source='algo/simd/sse2/vector.c' object='algo/simd/sse2/cpuminer-vector.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/simd/sse2/cpuminer-vector.obj `if test -f 'algo/simd/sse2/vector.c'; then $(CYGPATH_W) 'algo/simd/sse2/vector.c'; else $(CYGPATH_W) '$(srcdir)/algo/simd/sse2/vector.c'; fi`

algo/skein/cpuminer-skein.o: algo/skein/skein.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/skein/cpuminer-skein.o -MD -MP -MF algo/skein/$(DEPDIR)/cpuminer-skein.Tpo -c -o algo/skein/cpuminer-skein.o `test -f 'algo/skein/skein.c' || echo '$(srcdir)/'`algo/skein/skein.c
	$(AM_V_at)$(am__mv) algo/skein/$(DEPDIR)/cpuminer-skein.Tpo algo/skein/$(DEPDIR)/cpuminer-skein.Po
#	$(AM_V_CC)source='algo/skein/skein.c' object='algo/skein/cpuminer-skein.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/skein/cpuminer-skein.o `test -f 'algo/skein/skein.c' || echo '$(srcdir)/'`algo/skein/skein.c

algo/skein/cpuminer-skein.obj: algo/skein/skein.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/skein/cpuminer-skein.obj -MD -MP -MF algo/skein/$(DEPDIR)/cpuminer-skein.Tpo -c -o algo/skein/cpuminer-skein.obj `if test -f 'algo/skein/skein.c'; then $(CYGPATH_W) 'algo/skein/skein.c'; else $(CYGPATH_W) '$(srcdir)/algo/skein/skein.c'; fi`
	$(AM_V_at)$(am__mv) algo/skein/$(DEPDIR)/cpuminer-skein.Tpo algo/skein/$(DEPDIR)/cpuminer-skein.Po
#	$(AM_V_CC)source='algo/skein/skein.c' object='algo/skein/cpuminer-skein.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/skein/cpuminer-skein.obj `if test -f 'algo/skein/skein.c'; then $(CYGPATH_W) 'algo/skein/skein.c'; else $(CYGPATH_W) '$(srcdir)/algo/skein/skein.c'; fi`

algo/skein/cpuminer-skein2.o: algo/skein/skein2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/skein/cpuminer-skein2.o -MD -MP -MF algo/skein/$(DEPDIR)/cpuminer-skein2.Tpo -c -o algo/skein/cpuminer-skein2.o `test -f 'algo/skein/skein2.c' || echo '$(srcdir)/'`algo/skein/skein2.c
	$(AM_V_at)$(am__mv) algo/skein/$(DEPDIR)/cpuminer-skein2.Tpo algo/skein/$(DEPDIR)/cpuminer-skein2.Po
#	$(AM_V_CC)source='algo/skein/skein2.c' object='algo/skein/cpuminer-skein2.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/skein/cpuminer-skein2.o `test -f 'algo/skein/skein2.c' || echo '$(srcdir)/'`algo/skein/skein2.c

algo/skein/cpuminer-skein2.obj: algo/skein/skein2.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/skein/cpuminer-skein2.obj -MD -MP -MF algo/skein/$(DEPDIR)/cpuminer-skein2.Tpo -c -o algo/skein/cpuminer-skein2.obj `if test -f 'algo/skein/skein2.c'; then $(CYGPATH_W) 'algo/skein/skein2.c'; else $(CYGPATH_W) '$(srcdir)/algo/skein/skein2.c'; fi`
	$(AM_V_at)$(am__mv) algo/skein/$(DEPDIR)/cpuminer-skein2.Tpo algo/skein/$(DEPDIR)/cpuminer-skein2.Po
#	$(AM_V_CC)source='algo/skein/skein2.c' object='algo/skein/cpuminer-skein2.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/skein/cpuminer-skein2.obj `if test -f 'algo/skein/skein2.c'; then $(CYGPATH_W) 'algo/skein/skein2.c'; else $(CYGPATH_W) '$(srcdir)/algo/skein/skein2.c'; fi`

algo/cpuminer-s3.o: algo/s3.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-s3.o -MD -MP -MF algo/$(DEPDIR)/cpuminer-s3.Tpo -c -o algo/cpuminer-s3.o `test -f 'algo/s3.c' || echo '$(srcdir)/'`algo/s3.c
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-s3.Tpo algo/$(DEPDIR)/cpuminer-s3.Po
#	$(AM_V_CC)source='algo/s3.c' object='algo/cpuminer-s3.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-s3.o `test -f 'algo/s3.c' || echo '$(srcdir)/'`algo/s3.c

algo/cpuminer-s3.obj: algo/s3.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-s3.obj -MD -MP -MF algo/$(DEPDIR)/cpuminer-s3.Tpo -c -o algo/cpuminer-s3.obj `if test -f 'algo/s3.c'; then $(CYGPATH_W) 'algo/s3.c'; else $(CYGPATH_W) '$(srcdir)/algo/s3.c'; fi`
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-s3.Tpo algo/$(DEPDIR)/cpuminer-s3.Po
#	$(AM_V_CC)source='algo/s3.c' object='algo/cpuminer-s3.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-s3.obj `if test -f 'algo/s3.c'; then $(CYGPATH_W) 'algo/s3.c'; else $(CYGPATH_W) '$(srcdir)/algo/s3.c'; fi`

algo/tiger/cpuminer-sph_tiger.o: algo/tiger/sph_tiger.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/tiger/cpuminer-sph_tiger.o -MD -MP -MF algo/tiger/$(DEPDIR)/cpuminer-sph_tiger.Tpo -c -o algo/tiger/cpuminer-sph_tiger.o `test -f 'algo/tiger/sph_tiger.c' || echo '$(srcdir)/'`algo/tiger/sph_tiger.c
	$(AM_V_at)$(am__mv) algo/tiger/$(DEPDIR)/cpuminer-sph_tiger.Tpo algo/tiger/$(DEPDIR)/cpuminer-sph_tiger.Po
#	$(AM_V_CC)source='algo/tiger/sph_tiger.c' object='algo/tiger/cpuminer-sph_tiger.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/tiger/cpuminer-sph_tiger.o `test -f 'algo/tiger/sph_tiger.c' || echo '$(srcdir)/'`algo/tiger/sph_tiger.c

algo/tiger/cpuminer-sph_tiger.obj: algo/tiger/sph_tiger.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/tiger/cpuminer-sph_tiger.obj -MD -MP -MF algo/tiger/$(DEPDIR)/cpuminer-sph_tiger.Tpo -c -o algo/tiger/cpuminer-sph_tiger.obj `if test -f 'algo/tiger/sph_tiger.c'; then $(CYGPATH_W) 'algo/tiger/sph_tiger.c'; else $(CYGPATH_W) '$(srcdir)/algo/tiger/sph_tiger.c'; fi`
	$(AM_V_at)$(am__mv) algo/tiger/$(DEPDIR)/cpuminer-sph_tiger.Tpo algo/tiger/$(DEPDIR)/cpuminer-sph_tiger.Po
#	$(AM_V_CC)source='algo/tiger/sph_tiger.c' object='algo/tiger/cpuminer-sph_tiger.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/tiger/cpuminer-sph_tiger.obj `if test -f 'algo/tiger/sph_tiger.c'; then $(CYGPATH_W) 'algo/tiger/sph_tiger.c'; else $(CYGPATH_W) '$(srcdir)/algo/tiger/sph_tiger.c'; fi`

algo/cpuminer-timetravel.o: algo/timetravel.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-timetravel.o -MD -MP -MF algo/$(DEPDIR)/cpuminer-timetravel.Tpo -c -o algo/cpuminer-timetravel.o `test -f 'algo/timetravel.c' || echo '$(srcdir)/'`algo/timetravel.c
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-timetravel.Tpo algo/$(DEPDIR)/cpuminer-timetravel.Po
#	$(AM_V_CC)source='algo/timetravel.c' object='algo/cpuminer-timetravel.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-timetravel.o `test -f 'algo/timetravel.c' || echo '$(srcdir)/'`algo/timetravel.c

algo/cpuminer-timetravel.obj: algo/timetravel.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-timetravel.obj -MD -MP -MF algo/$(DEPDIR)/cpuminer-timetravel.Tpo -c -o algo/cpuminer-timetravel.obj `if test -f 'algo/timetravel.c'; then $(CYGPATH_W) 'algo/timetravel.c'; else $(CYGPATH_W) '$(srcdir)/algo/timetravel.c'; fi`
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-timetravel.Tpo algo/$(DEPDIR)/cpuminer-timetravel.Po
#	$(AM_V_CC)source='algo/timetravel.c' object='algo/cpuminer-timetravel.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-timetravel.obj `if test -f 'algo/timetravel.c'; then $(CYGPATH_W) 'algo/timetravel.c'; else $(CYGPATH_W) '$(srcdir)/algo/timetravel.c'; fi`

algo/cpuminer-timetravel10.o: algo/timetravel10.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-timetravel10.o -MD -MP -MF algo/$(DEPDIR)/cpuminer-timetravel10.Tpo -c -o algo/cpuminer-timetravel10.o `test -f 'algo/timetravel10.c' || echo '$(srcdir)/'`algo/timetravel10.c
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-timetravel10.Tpo algo/$(DEPDIR)/cpuminer-timetravel10.Po
#	$(AM_V_CC)source='algo/timetravel10.c' object='algo/cpuminer-timetravel10.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-timetravel10.o `test -f 'algo/timetravel10.c' || echo '$(srcdir)/'`algo/timetravel10.c

algo/cpuminer-timetravel10.obj: algo/timetravel10.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-timetravel10.obj -MD -MP -MF algo/$(DEPDIR)/cpuminer-timetravel10.Tpo -c -o algo/cpuminer-timetravel10.obj `if test -f 'algo/timetravel10.c'; then $(CYGPATH_W) 'algo/timetravel10.c'; else $(CYGPATH_W) '$(srcdir)/algo/timetravel10.c'; fi`
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-timetravel10.Tpo algo/$(DEPDIR)/cpuminer-timetravel10.Po
#	$(AM_V_CC)source='algo/timetravel10.c' object='algo/cpuminer-timetravel10.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-timetravel10.obj `if test -f 'algo/timetravel10.c'; then $(CYGPATH_W) 'algo/timetravel10.c'; else $(CYGPATH_W) '$(srcdir)/algo/timetravel10.c'; fi`

algo/cpuminer-veltor.o: algo/veltor.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-veltor.o -MD -MP -MF algo/$(DEPDIR)/cpuminer-veltor.Tpo -c -o algo/cpuminer-veltor.o `test -f 'algo/veltor.c' || echo '$(srcdir)/'`algo/veltor.c
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-veltor.Tpo algo/$(DEPDIR)/cpuminer-veltor.Po
#	$(AM_V_CC)source='algo/veltor.c' object='algo/cpuminer-veltor.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-veltor.o `test -f 'algo/veltor.c' || echo '$(srcdir)/'`algo/veltor.c

algo/cpuminer-veltor.obj: algo/veltor.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-veltor.obj -MD -MP -MF algo/$(DEPDIR)/cpuminer-veltor.Tpo -c -o algo/cpuminer-veltor.obj `if test -f 'algo/veltor.c'; then $(CYGPATH_W) 'algo/veltor.c'; else $(CYGPATH_W) '$(srcdir)/algo/veltor.c'; fi`
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-veltor.Tpo algo/$(DEPDIR)/cpuminer-veltor.Po
#	$(AM_V_CC)source='algo/veltor.c' object='algo/cpuminer-veltor.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-veltor.obj `if test -f 'algo/veltor.c'; then $(CYGPATH_W) 'algo/veltor.c'; else $(CYGPATH_W) '$(srcdir)/algo/veltor.c'; fi`

algo/whirlpool/cpuminer-whirlpool.o: algo/whirlpool/whirlpool.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/whirlpool/cpuminer-whirlpool.o -MD -MP -MF algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool.Tpo -c -o algo/whirlpool/cpuminer-whirlpool.o `test -f 'algo/whirlpool/whirlpool.c' || echo '$(srcdir)/'`algo/whirlpool/whirlpool.c
	$(AM_V_at)$(am__mv) algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool.Tpo algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool.Po
#	$(AM_V_CC)source='algo/whirlpool/whirlpool.c' object='algo/whirlpool/cpuminer-whirlpool.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/whirlpool/cpuminer-whirlpool.o `test -f 'algo/whirlpool/whirlpool.c' || echo '$(srcdir)/'`algo/whirlpool/whirlpool.c

algo/whirlpool/cpuminer-whirlpool.obj: algo/whirlpool/whirlpool.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/whirlpool/cpuminer-whirlpool.obj -MD -MP -MF algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool.Tpo -c -o algo/whirlpool/cpuminer-whirlpool.obj `if test -f 'algo/whirlpool/whirlpool.c'; then $(CYGPATH_W) 'algo/whirlpool/whirlpool.c'; else $(CYGPATH_W) '$(srcdir)/algo/whirlpool/whirlpool.c'; fi`
	$(AM_V_at)$(am__mv) algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool.Tpo algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool.Po
#	$(AM_V_CC)source='algo/whirlpool/whirlpool.c' object='algo/whirlpool/cpuminer-whirlpool.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/whirlpool/cpuminer-whirlpool.obj `if test -f 'algo/whirlpool/whirlpool.c'; then $(CYGPATH_W) 'algo/whirlpool/whirlpool.c'; else $(CYGPATH_W) '$(srcdir)/algo/whirlpool/whirlpool.c'; fi`

algo/whirlpool/cpuminer-whirlpoolx.o: algo/whirlpool/whirlpoolx.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/whirlpool/cpuminer-whirlpoolx.o -MD -MP -MF algo/whirlpool/$(DEPDIR)/cpuminer-whirlpoolx.Tpo -c -o algo/whirlpool/cpuminer-whirlpoolx.o `test -f 'algo/whirlpool/whirlpoolx.c' || echo '$(srcdir)/'`algo/whirlpool/whirlpoolx.c
	$(AM_V_at)$(am__mv) algo/whirlpool/$(DEPDIR)/cpuminer-whirlpoolx.Tpo algo/whirlpool/$(DEPDIR)/cpuminer-whirlpoolx.Po
#	$(AM_V_CC)source='algo/whirlpool/whirlpoolx.c' object='algo/whirlpool/cpuminer-whirlpoolx.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/whirlpool/cpuminer-whirlpoolx.o `test -f 'algo/whirlpool/whirlpoolx.c' || echo '$(srcdir)/'`algo/whirlpool/whirlpoolx.c

algo/whirlpool/cpuminer-whirlpoolx.obj: algo/whirlpool/whirlpoolx.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/whirlpool/cpuminer-whirlpoolx.obj -MD -MP -MF algo/whirlpool/$(DEPDIR)/cpuminer-whirlpoolx.Tpo -c -o algo/whirlpool/cpuminer-whirlpoolx.obj `if test -f 'algo/whirlpool/whirlpoolx.c'; then $(CYGPATH_W) 'algo/whirlpool/whirlpoolx.c'; else $(CYGPATH_W) '$(srcdir)/algo/whirlpool/whirlpoolx.c'; fi`
	$(AM_V_at)$(am__mv) algo/whirlpool/$(DEPDIR)/cpuminer-whirlpoolx.Tpo algo/whirlpool/$(DEPDIR)/cpuminer-whirlpoolx.Po
#	$(AM_V_CC)source='algo/whirlpool/whirlpoolx.c' object='algo/whirlpool/cpuminer-whirlpoolx.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/whirlpool/cpuminer-whirlpoolx.obj `if test -f 'algo/whirlpool/whirlpoolx.c'; then $(CYGPATH_W) 'algo/whirlpool/whirlpoolx.c'; else $(CYGPATH_W) '$(srcdir)/algo/whirlpool/whirlpoolx.c'; fi`

algo/x11/cpuminer-x11.o: algo/x11/x11.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/x11/cpuminer-x11.o -MD -MP -MF algo/x11/$(DEPDIR)/cpuminer-x11.Tpo -c -o algo/x11/cpuminer-x11.o `test -f 'algo/x11/x11.c' || echo '$(srcdir)/'`algo/x11/x11.c
	$(AM_V_at)$(am__mv) algo/x11/$(DEPDIR)/cpuminer-x11.Tpo algo/x11/$(DEPDIR)/cpuminer-x11.Po
#	$(AM_V_CC)source='algo/x11/x11.c' object='algo/x11/cpuminer-x11.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/x11/cpuminer-x11.o `test -f 'algo/x11/x11.c' || echo '$(srcdir)/'`algo/x11/x11.c

algo/x11/cpuminer-x11.obj: algo/x11/x11.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/x11/cpuminer-x11.obj -MD -MP -MF algo/x11/$(DEPDIR)/cpuminer-x11.Tpo -c -o algo/x11/cpuminer-x11.obj `if test -f 'algo/x11/x11.c'; then $(CYGPATH_W) 'algo/x11/x11.c'; else $(CYGPATH_W) '$(srcdir)/algo/x11/x11.c'; fi`
	$(AM_V_at)$(am__mv) algo/x11/$(DEPDIR)/cpuminer-x11.Tpo algo/x11/$(DEPDIR)/cpuminer-x11.Po
#	$(AM_V_CC)source='algo/x11/x11.c' object='algo/x11/cpuminer-x11.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/x11/cpuminer-x11.obj `if test -f 'algo/x11/x11.c'; then $(CYGPATH_W) 'algo/x11/x11.c'; else $(CYGPATH_W) '$(srcdir)/algo/x11/x11.c'; fi`

algo/x11/cpuminer-x11evo.o: algo/x11/x11evo.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/x11/cpuminer-x11evo.o -MD -MP -MF algo/x11/$(DEPDIR)/cpuminer-x11evo.Tpo -c -o algo/x11/cpuminer-x11evo.o `test -f 'algo/x11/x11evo.c' || echo '$(srcdir)/'`algo/x11/x11evo.c
	$(AM_V_at)$(am__mv) algo/x11/$(DEPDIR)/cpuminer-x11evo.Tpo algo/x11/$(DEPDIR)/cpuminer-x11evo.Po
#	$(AM_V_CC)source='algo/x11/x11evo.c' object='algo/x11/cpuminer-x11evo.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/x11/cpuminer-x11evo.o `test -f 'algo/x11/x11evo.c' || echo '$(srcdir)/'`algo/x11/x11evo.c

algo/x11/cpuminer-x11evo.obj: algo/x11/x11evo.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/x11/cpuminer-x11evo.obj -MD -MP -MF algo/x11/$(DEPDIR)/cpuminer-x11evo.Tpo -c -o algo/x11/cpuminer-x11evo.obj `if test -f 'algo/x11/x11evo.c'; then $(CYGPATH_W) 'algo/x11/x11evo.c'; else $(CYGPATH_W) '$(srcdir)/algo/x11/x11evo.c'; fi`
	$(AM_V_at)$(am__mv) algo/x11/$(DEPDIR)/cpuminer-x11evo.Tpo algo/x11/$(DEPDIR)/cpuminer-x11evo.Po
#	$(AM_V_CC)source='algo/x11/x11evo.c' object='algo/x11/cpuminer-x11evo.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/x11/cpuminer-x11evo.obj `if test -f 'algo/x11/x11evo.c'; then $(CYGPATH_W) 'algo/x11/x11evo.c'; else $(CYGPATH_W) '$(srcdir)/algo/x11/x11evo.c'; fi`

algo/x11/cpuminer-x11gost.o: algo/x11/x11gost.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/x11/cpuminer-x11gost.o -MD -MP -MF algo/x11/$(DEPDIR)/cpuminer-x11gost.Tpo -c -o algo/x11/cpuminer-x11gost.o `test -f 'algo/x11/x11gost.c' || echo '$(srcdir)/'`algo/x11/x11gost.c
	$(AM_V_at)$(am__mv) algo/x11/$(DEPDIR)/cpuminer-x11gost.Tpo algo/x11/$(DEPDIR)/cpuminer-x11gost.Po
#	$(AM_V_CC)source='algo/x11/x11gost.c' object='algo/x11/cpuminer-x11gost.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/x11/cpuminer-x11gost.o `test -f 'algo/x11/x11gost.c' || echo '$(srcdir)/'`algo/x11/x11gost.c

algo/x11/cpuminer-x11gost.obj: algo/x11/x11gost.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/x11/cpuminer-x11gost.obj -MD -MP -MF algo/x11/$(DEPDIR)/cpuminer-x11gost.Tpo -c -o algo/x11/cpuminer-x11gost.obj `if test -f 'algo/x11/x11gost.c'; then $(CYGPATH_W) 'algo/x11/x11gost.c'; else $(CYGPATH_W) '$(srcdir)/algo/x11/x11gost.c'; fi`
	$(AM_V_at)$(am__mv) algo/x11/$(DEPDIR)/cpuminer-x11gost.Tpo algo/x11/$(DEPDIR)/cpuminer-x11gost.Po
#	$(AM_V_CC)source='algo/x11/x11gost.c' object='algo/x11/cpuminer-x11gost.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/x11/cpuminer-x11gost.obj `if test -f 'algo/x11/x11gost.c'; then $(CYGPATH_W) 'algo/x11/x11gost.c'; else $(CYGPATH_W) '$(srcdir)/algo/x11/x11gost.c'; fi`

algo/x11/cpuminer-c11.o: algo/x11/c11.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/x11/cpuminer-c11.o -MD -MP -MF algo/x11/$(DEPDIR)/cpuminer-c11.Tpo -c -o algo/x11/cpuminer-c11.o `test -f 'algo/x11/c11.c' || echo '$(srcdir)/'`algo/x11/c11.c
	$(AM_V_at)$(am__mv) algo/x11/$(DEPDIR)/cpuminer-c11.Tpo algo/x11/$(DEPDIR)/cpuminer-c11.Po
#	$(AM_V_CC)source='algo/x11/c11.c' object='algo/x11/cpuminer-c11.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/x11/cpuminer-c11.o `test -f 'algo/x11/c11.c' || echo '$(srcdir)/'`algo/x11/c11.c

algo/x11/cpuminer-c11.obj: algo/x11/c11.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/x11/cpuminer-c11.obj -MD -MP -MF algo/x11/$(DEPDIR)/cpuminer-c11.Tpo -c -o algo/x11/cpuminer-c11.obj `if test -f 'algo/x11/c11.c'; then $(CYGPATH_W) 'algo/x11/c11.c'; else $(CYGPATH_W) '$(srcdir)/algo/x11/c11.c'; fi`
	$(AM_V_at)$(am__mv) algo/x11/$(DEPDIR)/cpuminer-c11.Tpo algo/x11/$(DEPDIR)/cpuminer-c11.Po
#	$(AM_V_CC)source='algo/x11/c11.c' object='algo/x11/cpuminer-c11.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/x11/cpuminer-c11.obj `if test -f 'algo/x11/c11.c'; then $(CYGPATH_W) 'algo/x11/c11.c'; else $(CYGPATH_W) '$(srcdir)/algo/x11/c11.c'; fi`

algo/x13/cpuminer-x13.o: algo/x13/x13.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/x13/cpuminer-x13.o -MD -MP -MF algo/x13/$(DEPDIR)/cpuminer-x13.Tpo -c -o algo/x13/cpuminer-x13.o `test -f 'algo/x13/x13.c' || echo '$(srcdir)/'`algo/x13/x13.c
	$(AM_V_at)$(am__mv) algo/x13/$(DEPDIR)/cpuminer-x13.Tpo algo/x13/$(DEPDIR)/cpuminer-x13.Po
#	$(AM_V_CC)source='algo/x13/x13.c' object='algo/x13/cpuminer-x13.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/x13/cpuminer-x13.o `test -f 'algo/x13/x13.c' || echo '$(srcdir)/'`algo/x13/x13.c

algo/x13/cpuminer-x13.obj: algo/x13/x13.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/x13/cpuminer-x13.obj -MD -MP -MF algo/x13/$(DEPDIR)/cpuminer-x13.Tpo -c -o algo/x13/cpuminer-x13.obj `if test -f 'algo/x13/x13.c'; then $(CYGPATH_W) 'algo/x13/x13.c'; else $(CYGPATH_W) '$(srcdir)/algo/x13/x13.c'; fi`
	$(AM_V_at)$(am__mv) algo/x13/$(DEPDIR)/cpuminer-x13.Tpo algo/x13/$(DEPDIR)/cpuminer-x13.Po
#	$(AM_V_CC)source='algo/x13/x13.c' object='algo/x13/cpuminer-x13.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/x13/cpuminer-x13.obj `if test -f 'algo/x13/x13.c'; then $(CYGPATH_W) 'algo/x13/x13.c'; else $(CYGPATH_W) '$(srcdir)/algo/x13/x13.c'; fi`

algo/x14/cpuminer-x14.o: algo/x14/x14.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/x14/cpuminer-x14.o -MD -MP -MF algo/x14/$(DEPDIR)/cpuminer-x14.Tpo -c -o algo/x14/cpuminer-x14.o `test -f 'algo/x14/x14.c' || echo '$(srcdir)/'`algo/x14/x14.c
	$(AM_V_at)$(am__mv) algo/x14/$(DEPDIR)/cpuminer-x14.Tpo algo/x14/$(DEPDIR)/cpuminer-x14.Po
#	$(AM_V_CC)source='algo/x14/x14.c' object='algo/x14/cpuminer-x14.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/x14/cpuminer-x14.o `test -f 'algo/x14/x14.c' || echo '$(srcdir)/'`algo/x14/x14.c

algo/x14/cpuminer-x14.obj: algo/x14/x14.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/x14/cpuminer-x14.obj -MD -MP -MF algo/x14/$(DEPDIR)/cpuminer-x14.Tpo -c -o algo/x14/cpuminer-x14.obj `if test -f 'algo/x14/x14.c'; then $(CYGPATH_W) 'algo/x14/x14.c'; else $(CYGPATH_W) '$(srcdir)/algo/x14/x14.c'; fi`
	$(AM_V_at)$(am__mv) algo/x14/$(DEPDIR)/cpuminer-x14.Tpo algo/x14/$(DEPDIR)/cpuminer-x14.Po
#	$(AM_V_CC)source='algo/x14/x14.c' object='algo/x14/cpuminer-x14.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/x14/cpuminer-x14.obj `if test -f 'algo/x14/x14.c'; then $(CYGPATH_W) 'algo/x14/x14.c'; else $(CYGPATH_W) '$(srcdir)/algo/x14/x14.c'; fi`

algo/x15/cpuminer-x15.o: algo/x15/x15.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/x15/cpuminer-x15.o -MD -MP -MF algo/x15/$(DEPDIR)/cpuminer-x15.Tpo -c -o algo/x15/cpuminer-x15.o `test -f 'algo/x15/x15.c' || echo '$(srcdir)/'`algo/x15/x15.c
	$(AM_V_at)$(am__mv) algo/x15/$(DEPDIR)/cpuminer-x15.Tpo algo/x15/$(DEPDIR)/cpuminer-x15.Po
#	$(AM_V_CC)source='algo/x15/x15.c' object='algo/x15/cpuminer-x15.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/x15/cpuminer-x15.o `test -f 'algo/x15/x15.c' || echo '$(srcdir)/'`algo/x15/x15.c

algo/x15/cpuminer-x15.obj: algo/x15/x15.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/x15/cpuminer-x15.obj -MD -MP -MF algo/x15/$(DEPDIR)/cpuminer-x15.Tpo -c -o algo/x15/cpuminer-x15.obj `if test -f 'algo/x15/x15.c'; then $(CYGPATH_W) 'algo/x15/x15.c'; else $(CYGPATH_W) '$(srcdir)/algo/x15/x15.c'; fi`
	$(AM_V_at)$(am__mv) algo/x15/$(DEPDIR)/cpuminer-x15.Tpo algo/x15/$(DEPDIR)/cpuminer-x15.Po
#	$(AM_V_CC)source='algo/x15/x15.c' object='algo/x15/cpuminer-x15.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/x15/cpuminer-x15.obj `if test -f 'algo/x15/x15.c'; then $(CYGPATH_W) 'algo/x15/x15.c'; else $(CYGPATH_W) '$(srcdir)/algo/x15/x15.c'; fi`

algo/x17/cpuminer-x17.o: algo/x17/x17.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/x17/cpuminer-x17.o -MD -MP -MF algo/x17/$(DEPDIR)/cpuminer-x17.Tpo -c -o algo/x17/cpuminer-x17.o `test -f 'algo/x17/x17.c' || echo '$(srcdir)/'`algo/x17/x17.c
	$(AM_V_at)$(am__mv) algo/x17/$(DEPDIR)/cpuminer-x17.Tpo algo/x17/$(DEPDIR)/cpuminer-x17.Po
#	$(AM_V_CC)source='algo/x17/x17.c' object='algo/x17/cpuminer-x17.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/x17/cpuminer-x17.o `test -f 'algo/x17/x17.c' || echo '$(srcdir)/'`algo/x17/x17.c

algo/x17/cpuminer-x17.obj: algo/x17/x17.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/x17/cpuminer-x17.obj -MD -MP -MF algo/x17/$(DEPDIR)/cpuminer-x17.Tpo -c -o algo/x17/cpuminer-x17.obj `if test -f 'algo/x17/x17.c'; then $(CYGPATH_W) 'algo/x17/x17.c'; else $(CYGPATH_W) '$(srcdir)/algo/x17/x17.c'; fi`
	$(AM_V_at)$(am__mv) algo/x17/$(DEPDIR)/cpuminer-x17.Tpo algo/x17/$(DEPDIR)/cpuminer-x17.Po
#	$(AM_V_CC)source='algo/x17/x17.c' object='algo/x17/cpuminer-x17.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/x17/cpuminer-x17.obj `if test -f 'algo/x17/x17.c'; then $(CYGPATH_W) 'algo/x17/x17.c'; else $(CYGPATH_W) '$(srcdir)/algo/x17/x17.c'; fi`

algo/cpuminer-xevan.o: algo/xevan.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-xevan.o -MD -MP -MF algo/$(DEPDIR)/cpuminer-xevan.Tpo -c -o algo/cpuminer-xevan.o `test -f 'algo/xevan.c' || echo '$(srcdir)/'`algo/xevan.c
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-xevan.Tpo algo/$(DEPDIR)/cpuminer-xevan.Po
#	$(AM_V_CC)source='algo/xevan.c' object='algo/cpuminer-xevan.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-xevan.o `test -f 'algo/xevan.c' || echo '$(srcdir)/'`algo/xevan.c

algo/cpuminer-xevan.obj: algo/xevan.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-xevan.obj -MD -MP -MF algo/$(DEPDIR)/cpuminer-xevan.Tpo -c -o algo/cpuminer-xevan.obj `if test -f 'algo/xevan.c'; then $(CYGPATH_W) 'algo/xevan.c'; else $(CYGPATH_W) '$(srcdir)/algo/xevan.c'; fi`
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-xevan.Tpo algo/$(DEPDIR)/cpuminer-xevan.Po
#	$(AM_V_CC)source='algo/xevan.c' object='algo/cpuminer-xevan.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-xevan.obj `if test -f 'algo/xevan.c'; then $(CYGPATH_W) 'algo/xevan.c'; else $(CYGPATH_W) '$(srcdir)/algo/xevan.c'; fi`

algo/yescrypt/cpuminer-yescrypt.o: algo/yescrypt/yescrypt.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/yescrypt/cpuminer-yescrypt.o -MD -MP -MF algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt.Tpo -c -o algo/yescrypt/cpuminer-yescrypt.o `test -f 'algo/yescrypt/yescrypt.c' || echo '$(srcdir)/'`algo/yescrypt/yescrypt.c
	$(AM_V_at)$(am__mv) algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt.Tpo algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt.Po
#	$(AM_V_CC)source='algo/yescrypt/yescrypt.c' object='algo/yescrypt/cpuminer-yescrypt.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/yescrypt/cpuminer-yescrypt.o `test -f 'algo/yescrypt/yescrypt.c' || echo '$(srcdir)/'`algo/yescrypt/yescrypt.c

algo/yescrypt/cpuminer-yescrypt.obj: algo/yescrypt/yescrypt.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/yescrypt/cpuminer-yescrypt.obj -MD -MP -MF algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt.Tpo -c -o algo/yescrypt/cpuminer-yescrypt.obj `if test -f 'algo/yescrypt/yescrypt.c'; then $(CYGPATH_W) 'algo/yescrypt/yescrypt.c'; else $(CYGPATH_W) '$(srcdir)/algo/yescrypt/yescrypt.c'; fi`
	$(AM_V_at)$(am__mv) algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt.Tpo algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt.Po
#	$(AM_V_CC)source='algo/yescrypt/yescrypt.c' object='algo/yescrypt/cpuminer-yescrypt.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/yescrypt/cpuminer-yescrypt.obj `if test -f 'algo/yescrypt/yescrypt.c'; then $(CYGPATH_W) 'algo/yescrypt/yescrypt.c'; else $(CYGPATH_W) '$(srcdir)/algo/yescrypt/yescrypt.c'; fi`

algo/yescrypt/cpuminer-yescrypt-common.o: algo/yescrypt/yescrypt-common.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/yescrypt/cpuminer-yescrypt-common.o -MD -MP -MF algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt-common.Tpo -c -o algo/yescrypt/cpuminer-yescrypt-common.o `test -f 'algo/yescrypt/yescrypt-common.c' || echo '$(srcdir)/'`algo/yescrypt/yescrypt-common.c
	$(AM_V_at)$(am__mv) algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt-common.Tpo algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt-common.Po
#	$(AM_V_CC)source='algo/yescrypt/yescrypt-common.c' object='algo/yescrypt/cpuminer-yescrypt-common.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/yescrypt/cpuminer-yescrypt-common.o `test -f 'algo/yescrypt/yescrypt-common.c' || echo '$(srcdir)/'`algo/yescrypt/yescrypt-common.c

algo/yescrypt/cpuminer-yescrypt-common.obj: algo/yescrypt/yescrypt-common.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/yescrypt/cpuminer-yescrypt-common.obj -MD -MP -MF algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt-common.Tpo -c -o algo/yescrypt/cpuminer-yescrypt-common.obj `if test -f 'algo/yescrypt/yescrypt-common.c'; then $(CYGPATH_W) 'algo/yescrypt/yescrypt-common.c'; else $(CYGPATH_W) '$(srcdir)/algo/yescrypt/yescrypt-common.c'; fi`
	$(AM_V_at)$(am__mv) algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt-common.Tpo algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt-common.Po
#	$(AM_V_CC)source='algo/yescrypt/yescrypt-common.c' object='algo/yescrypt/cpuminer-yescrypt-common.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/yescrypt/cpuminer-yescrypt-common.obj `if test -f 'algo/yescrypt/yescrypt-common.c'; then $(CYGPATH_W) 'algo/yescrypt/yescrypt-common.c'; else $(CYGPATH_W) '$(srcdir)/algo/yescrypt/yescrypt-common.c'; fi`

algo/yescrypt/cpuminer-sha256_Y.o: algo/yescrypt/sha256_Y.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/yescrypt/cpuminer-sha256_Y.o -MD -MP -MF algo/yescrypt/$(DEPDIR)/cpuminer-sha256_Y.Tpo -c -o algo/yescrypt/cpuminer-sha256_Y.o `test -f 'algo/yescrypt/sha256_Y.c' || echo '$(srcdir)/'`algo/yescrypt/sha256_Y.c
	$(AM_V_at)$(am__mv) algo/yescrypt/$(DEPDIR)/cpuminer-sha256_Y.Tpo algo/yescrypt/$(DEPDIR)/cpuminer-sha256_Y.Po
#	$(AM_V_CC)source='algo/yescrypt/sha256_Y.c' object='algo/yescrypt/cpuminer-sha256_Y.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/yescrypt/cpuminer-sha256_Y.o `test -f 'algo/yescrypt/sha256_Y.c' || echo '$(srcdir)/'`algo/yescrypt/sha256_Y.c

algo/yescrypt/cpuminer-sha256_Y.obj: algo/yescrypt/sha256_Y.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/yescrypt/cpuminer-sha256_Y.obj -MD -MP -MF algo/yescrypt/$(DEPDIR)/cpuminer-sha256_Y.Tpo -c -o algo/yescrypt/cpuminer-sha256_Y.obj `if test -f 'algo/yescrypt/sha256_Y.c'; then $(CYGPATH_W) 'algo/yescrypt/sha256_Y.c'; else $(CYGPATH_W) '$(srcdir)/algo/yescrypt/sha256_Y.c'; fi`
	$(AM_V_at)$(am__mv) algo/yescrypt/$(DEPDIR)/cpuminer-sha256_Y.Tpo algo/yescrypt/$(DEPDIR)/cpuminer-sha256_Y.Po
#	$(AM_V_CC)source='algo/yescrypt/sha256_Y.c' object='algo/yescrypt/cpuminer-sha256_Y.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/yescrypt/cpuminer-sha256_Y.obj `if test -f 'algo/yescrypt/sha256_Y.c'; then $(CYGPATH_W) 'algo/yescrypt/sha256_Y.c'; else $(CYGPATH_W) '$(srcdir)/algo/yescrypt/sha256_Y.c'; fi`

algo/yescrypt/cpuminer-yescrypt-simd.o: algo/yescrypt/yescrypt-simd.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/yescrypt/cpuminer-yescrypt-simd.o -MD -MP -MF algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt-simd.Tpo -c -o algo/yescrypt/cpuminer-yescrypt-simd.o `test -f 'algo/yescrypt/yescrypt-simd.c' || echo '$(srcdir)/'`algo/yescrypt/yescrypt-simd.c
	$(AM_V_at)$(am__mv) algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt-simd.Tpo algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt-simd.Po
#	$(AM_V_CC)source='algo/yescrypt/yescrypt-simd.c' object='algo/yescrypt/cpuminer-yescrypt-simd.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/yescrypt/cpuminer-yescrypt-simd.o `test -f 'algo/yescrypt/yescrypt-simd.c' || echo '$(srcdir)/'`algo/yescrypt/yescrypt-simd.c

algo/yescrypt/cpuminer-yescrypt-simd.obj: algo/yescrypt/yescrypt-simd.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/yescrypt/cpuminer-yescrypt-simd.obj -MD -MP -MF algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt-simd.Tpo -c -o algo/yescrypt/cpuminer-yescrypt-simd.obj `if test -f 'algo/yescrypt/yescrypt-simd.c'; then $(CYGPATH_W) 'algo/yescrypt/yescrypt-simd.c'; else $(CYGPATH_W) '$(srcdir)/algo/yescrypt/yescrypt-simd.c'; fi`
	$(AM_V_at)$(am__mv) algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt-simd.Tpo algo/yescrypt/$(DEPDIR)/cpuminer-yescrypt-simd.Po
#	$(AM_V_CC)source='algo/yescrypt/yescrypt-simd.c' object='algo/yescrypt/cpuminer-yescrypt-simd.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/yescrypt/cpuminer-yescrypt-simd.obj `if test -f 'algo/yescrypt/yescrypt-simd.c'; then $(CYGPATH_W) 'algo/yescrypt/yescrypt-simd.c'; else $(CYGPATH_W) '$(srcdir)/algo/yescrypt/yescrypt-simd.c'; fi`

algo/cpuminer-zr5.o: algo/zr5.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-zr5.o -MD -MP -MF algo/$(DEPDIR)/cpuminer-zr5.Tpo -c -o algo/cpuminer-zr5.o `test -f 'algo/zr5.c' || echo '$(srcdir)/'`algo/zr5.c
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-zr5.Tpo algo/$(DEPDIR)/cpuminer-zr5.Po
#	$(AM_V_CC)source='algo/zr5.c' object='algo/cpuminer-zr5.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-zr5.o `test -f 'algo/zr5.c' || echo '$(srcdir)/'`algo/zr5.c

algo/cpuminer-zr5.obj: algo/zr5.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cpuminer-zr5.obj -MD -MP -MF algo/$(DEPDIR)/cpuminer-zr5.Tpo -c -o algo/cpuminer-zr5.obj `if test -f 'algo/zr5.c'; then $(CYGPATH_W) 'algo/zr5.c'; else $(CYGPATH_W) '$(srcdir)/algo/zr5.c'; fi`
	$(AM_V_at)$(am__mv) algo/$(DEPDIR)/cpuminer-zr5.Tpo algo/$(DEPDIR)/cpuminer-zr5.Po
#	$(AM_V_CC)source='algo/zr5.c' object='algo/cpuminer-zr5.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cpuminer-zr5.obj `if test -f 'algo/zr5.c'; then $(CYGPATH_W) 'algo/zr5.c'; else $(CYGPATH_W) '$(srcdir)/algo/zr5.c'; fi`

compat/cpuminer-winansi.o: compat/winansi.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT compat/cpuminer-winansi.o -MD -MP -MF compat/$(DEPDIR)/cpuminer-winansi.Tpo -c -o compat/cpuminer-winansi.o `test -f 'compat/winansi.c' || echo '$(srcdir)/'`compat/winansi.c
	$(AM_V_at)$(am__mv) compat/$(DEPDIR)/cpuminer-winansi.Tpo compat/$(DEPDIR)/cpuminer-winansi.Po
#	$(AM_V_CC)source='compat/winansi.c' object='compat/cpuminer-winansi.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o compat/cpuminer-winansi.o `test -f 'compat/winansi.c' || echo '$(srcdir)/'`compat/winansi.c

compat/cpuminer-winansi.obj: compat/winansi.c
	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT compat/cpuminer-winansi.obj -MD -MP -MF compat/$(DEPDIR)/cpuminer-winansi.Tpo -c -o compat/cpuminer-winansi.obj `if test -f 'compat/winansi.c'; then $(CYGPATH_W) 'compat/winansi.c'; else $(CYGPATH_W) '$(srcdir)/compat/winansi.c'; fi`
	$(AM_V_at)$(am__mv) compat/$(DEPDIR)/cpuminer-winansi.Tpo compat/$(DEPDIR)/cpuminer-winansi.Po
#	$(AM_V_CC)source='compat/winansi.c' object='compat/cpuminer-winansi.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o compat/cpuminer-winansi.obj `if test -f 'compat/winansi.c'; then $(CYGPATH_W) 'compat/winansi.c'; else $(CYGPATH_W) '$(srcdir)/compat/winansi.c'; fi`

.cpp.o:
	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
	$(am__mv) $$depbase.Tpo $$depbase.Po
#	$(AM_V_CXX)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ $<

.cpp.obj:
	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
	$(am__mv) $$depbase.Tpo $$depbase.Po
#	$(AM_V_CXX)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(AM_V_CXX_no)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`

cpuminer-uint256.o: uint256.cpp
	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cpuminer-uint256.o -MD -MP -MF $(DEPDIR)/cpuminer-uint256.Tpo -c -o cpuminer-uint256.o `test -f 'uint256.cpp' || echo '$(srcdir)/'`uint256.cpp
	$(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-uint256.Tpo $(DEPDIR)/cpuminer-uint256.Po
#	$(AM_V_CXX)source='uint256.cpp' object='cpuminer-uint256.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cpuminer-uint256.o `test -f 'uint256.cpp' || echo '$(srcdir)/'`uint256.cpp

cpuminer-uint256.obj: uint256.cpp
	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cpuminer-uint256.obj -MD -MP -MF $(DEPDIR)/cpuminer-uint256.Tpo -c -o cpuminer-uint256.obj `if test -f 'uint256.cpp'; then $(CYGPATH_W) 'uint256.cpp'; else $(CYGPATH_W) '$(srcdir)/uint256.cpp'; fi`
	$(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-uint256.Tpo $(DEPDIR)/cpuminer-uint256.Po
#	$(AM_V_CXX)source='uint256.cpp' object='cpuminer-uint256.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cpuminer-uint256.obj `if test -f 'uint256.cpp'; then $(CYGPATH_W) 'uint256.cpp'; else $(CYGPATH_W) '$(srcdir)/uint256.cpp'; fi`

crypto/cpuminer-magimath.o: crypto/magimath.cpp
	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT crypto/cpuminer-magimath.o -MD -MP -MF crypto/$(DEPDIR)/cpuminer-magimath.Tpo -c -o crypto/cpuminer-magimath.o `test -f 'crypto/magimath.cpp' || echo '$(srcdir)/'`crypto/magimath.cpp
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-magimath.Tpo crypto/$(DEPDIR)/cpuminer-magimath.Po
#	$(AM_V_CXX)source='crypto/magimath.cpp' object='crypto/cpuminer-magimath.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o crypto/cpuminer-magimath.o `test -f 'crypto/magimath.cpp' || echo '$(srcdir)/'`crypto/magimath.cpp

crypto/cpuminer-magimath.obj: crypto/magimath.cpp
	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT crypto/cpuminer-magimath.obj -MD -MP -MF crypto/$(DEPDIR)/cpuminer-magimath.Tpo -c -o crypto/cpuminer-magimath.obj `if test -f 'crypto/magimath.cpp'; then $(CYGPATH_W) 'crypto/magimath.cpp'; else $(CYGPATH_W) '$(srcdir)/crypto/magimath.cpp'; fi`
	$(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-magimath.Tpo crypto/$(DEPDIR)/cpuminer-magimath.Po
#	$(AM_V_CXX)source='crypto/magimath.cpp' object='crypto/cpuminer-magimath.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
#	$(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o crypto/cpuminer-magimath.obj `if test -f 'crypto/magimath.cpp'; then $(CYGPATH_W) 'crypto/magimath.cpp'; else $(CYGPATH_W) '$(srcdir)/crypto/magimath.cpp'; fi`
install-man1: $(dist_man_MANS)
	@$(NORMAL_INSTALL)
	@list1=''; \
	list2='$(dist_man_MANS)'; \
	test -n "$(man1dir)" \
	  && test -n "`echo $$list1$$list2`" \
	  || exit 0; \
	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
	{ for i in $$list1; do echo "$$i"; done;  \
	if test -n "$$list2"; then \
	  for i in $$list2; do echo "$$i"; done \
	    | sed -n '/\.1[a-z]*$$/p'; \
	fi; \
	} | while read p; do \
	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; echo "$$p"; \
	done | \
	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
	sed 'N;N;s,\n, ,g' | { \
	list=; while read file base inst; do \
	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
	  fi; \
	done; \
	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
	while read files; do \
	  test -z "$$files" || { \
	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
	done; }

uninstall-man1:
	@$(NORMAL_UNINSTALL)
	@list=''; test -n "$(man1dir)" || exit 0; \
	files=`{ for i in $$list; do echo "$$i"; done; \
	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
	  sed -n '/\.1[a-z]*$$/p'; \
	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)

# This directory's subdirectories are mostly independent; you can cd
# into them and run 'make' without going through this Makefile.
# To change the values of 'make' variables: instead of editing Makefiles,
# (1) if the variable is set in 'config.status', edit 'config.status'
#     (which will cause the Makefiles to be regenerated when you run 'make');
# (2) otherwise, pass the desired values on the 'make' command line.
$(am__recursive_targets):
	@fail=; \
	if $(am__make_keepgoing); then \
	  failcom='fail=yes'; \
	else \
	  failcom='exit 1'; \
	fi; \
	dot_seen=no; \
	target=`echo $@ | sed s/-recursive//`; \
	case "$@" in \
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
	  *) list='$(SUBDIRS)' ;; \
	esac; \
	for subdir in $$list; do \
	  echo "Making $$target in $$subdir"; \
	  if test "$$subdir" = "."; then \
	    dot_seen=yes; \
	    local_target="$$target-am"; \
	  else \
	    local_target="$$target"; \
	  fi; \
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
	  || eval $$failcom; \
	done; \
	if test "$$dot_seen" = "no"; then \
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
	fi; test -z "$$fail"

ID: $(am__tagged_files)
	$(am__define_uniq_tagged_files); mkid -fID $$unique
tags: tags-recursive
TAGS: tags

tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
	set x; \
	here=`pwd`; \
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
	  include_option=--etags-include; \
	  empty_fix=.; \
	else \
	  include_option=--include; \
	  empty_fix=; \
	fi; \
	list='$(SUBDIRS)'; for subdir in $$list; do \
	  if test "$$subdir" = .; then :; else \
	    test ! -f $$subdir/TAGS || \
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
	  fi; \
	done; \
	$(am__define_uniq_tagged_files); \
	shift; \
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
	  test -n "$$unique" || unique=$$empty_fix; \
	  if test $$# -gt 0; then \
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	      "$$@" $$unique; \
	  else \
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	      $$unique; \
	  fi; \
	fi
ctags: ctags-recursive

CTAGS: ctags
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
	$(am__define_uniq_tagged_files); \
	test -z "$(CTAGS_ARGS)$$unique" \
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
	     $$unique

GTAGS:
	here=`$(am__cd) $(top_builddir) && pwd` \
	  && $(am__cd) $(top_srcdir) \
	  && gtags -i $(GTAGS_ARGS) "$$here"
cscope: cscope.files
	test ! -s cscope.files \
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
clean-cscope:
	-rm -f cscope.files
cscope.files: clean-cscope cscopelist
cscopelist: cscopelist-recursive

cscopelist-am: $(am__tagged_files)
	list='$(am__tagged_files)'; \
	case "$(srcdir)" in \
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
	  *) sdir=$(subdir)/$(srcdir) ;; \
	esac; \
	for i in $$list; do \
	  if test -f "$$i"; then \
	    echo "$(subdir)/$$i"; \
	  else \
	    echo "$$sdir/$$i"; \
	  fi; \
	done >> $(top_builddir)/cscope.files

distclean-tags:
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files

distdir: $(DISTFILES)
	$(am__remove_distdir)
	test -d "$(distdir)" || mkdir "$(distdir)"
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	list='$(DISTFILES)'; \
	  dist_files=`for file in $$list; do echo $$file; done | \
	  sed -e "s|^$$srcdirstrip/||;t" \
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
	case $$dist_files in \
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $$dist_files; do \
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
	  if test -d $$d/$$file; then \
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
	    if test -d "$(distdir)/$$file"; then \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
	  else \
	    test -f "$(distdir)/$$file" \
	    || cp -p $$d/$$file "$(distdir)/$$file" \
	    || exit 1; \
	  fi; \
	done
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
	  if test "$$subdir" = .; then :; else \
	    $(am__make_dryrun) \
	      || test -d "$(distdir)/$$subdir" \
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
	      || exit 1; \
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
	    $(am__relativize); \
	    new_distdir=$$reldir; \
	    dir1=$$subdir; dir2="$(top_distdir)"; \
	    $(am__relativize); \
	    new_top_distdir=$$reldir; \
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
	    ($(am__cd) $$subdir && \
	      $(MAKE) $(AM_MAKEFLAGS) \
	        top_distdir="$$new_top_distdir" \
	        distdir="$$new_distdir" \
		am__remove_distdir=: \
		am__skip_length_check=: \
		am__skip_mode_fix=: \
	        distdir) \
	      || exit 1; \
	  fi; \
	done
	-test -n "$(am__skip_mode_fix)" \
	|| find "$(distdir)" -type d ! -perm -755 \
		-exec chmod u+rwx,go+rx {} \; -o \
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
	|| chmod -R a+r "$(distdir)"
dist-gzip: distdir
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
	$(am__post_remove_distdir)

dist-bzip2: distdir
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
	$(am__post_remove_distdir)

dist-lzip: distdir
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
	$(am__post_remove_distdir)

dist-xz: distdir
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
	$(am__post_remove_distdir)

dist-tarZ: distdir
	@echo WARNING: "Support for shar distribution archives is" \
	               "deprecated." >&2
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
	$(am__post_remove_distdir)

dist-shar: distdir
	@echo WARNING: "Support for distribution archives compressed with" \
		       "legacy program 'compress' is deprecated." >&2
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
	$(am__post_remove_distdir)

dist-zip: distdir
	-rm -f $(distdir).zip
	zip -rq $(distdir).zip $(distdir)
	$(am__post_remove_distdir)

dist dist-all:
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
	$(am__post_remove_distdir)

# This target untars the dist file and tries a VPATH configuration.  Then
# it guarantees that the distribution is self-contained by making another
# tarfile.
distcheck: dist
	case '$(DIST_ARCHIVES)' in \
	*.tar.gz*) \
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
	*.tar.bz2*) \
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
	*.tar.lz*) \
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
	*.tar.xz*) \
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
	*.tar.Z*) \
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
	*.shar.gz*) \
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
	*.zip*) \
	  unzip $(distdir).zip ;;\
	esac
	chmod -R a-w $(distdir)
	chmod u+w $(distdir)
	mkdir $(distdir)/_build $(distdir)/_inst
	chmod a-w $(distdir)
	test -d $(distdir)/_build || exit 0; \
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
	  && am__cwd=`pwd` \
	  && $(am__cd) $(distdir)/_build \
	  && ../configure \
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
	    $(DISTCHECK_CONFIGURE_FLAGS) \
	    --srcdir=.. --prefix="$$dc_install_base" \
	  && $(MAKE) $(AM_MAKEFLAGS) \
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
	  && $(MAKE) $(AM_MAKEFLAGS) check \
	  && $(MAKE) $(AM_MAKEFLAGS) install \
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
	        distuninstallcheck \
	  && chmod -R a-w "$$dc_install_base" \
	  && ({ \
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
	  && rm -rf "$$dc_destdir" \
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
	  && rm -rf $(DIST_ARCHIVES) \
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
	  && cd "$$am__cwd" \
	  || exit 1
	$(am__post_remove_distdir)
	@(echo "$(distdir) archives ready for distribution: "; \
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
distuninstallcheck:
	@test -n '$(distuninstallcheck_dir)' || { \
	  echo 'ERROR: trying to run $@ with an empty' \
	       '$$(distuninstallcheck_dir)' >&2; \
	  exit 1; \
	}; \
	$(am__cd) '$(distuninstallcheck_dir)' || { \
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
	  exit 1; \
	}; \
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
	   || { echo "ERROR: files left after uninstall:" ; \
	        if test -n "$(DESTDIR)"; then \
	          echo "  (check DESTDIR support)"; \
	        fi ; \
	        $(distuninstallcheck_listfiles) ; \
	        exit 1; } >&2
distcleancheck: distclean
	@if test '$(srcdir)' = . ; then \
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
	  exit 1 ; \
	fi
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
	  || { echo "ERROR: files left in build directory after distclean:" ; \
	       $(distcleancheck_listfiles) ; \
	       exit 1; } >&2
check-am: all-am
check: check-recursive
all-am: Makefile $(PROGRAMS) $(MANS) cpuminer-config.h
installdirs: installdirs-recursive
installdirs-am:
	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
	done
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-recursive
install-strip:
	if test -z '$(STRIP)'; then \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	      install; \
	else \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
	fi
mostlyclean-generic:

clean-generic:

distclean-generic:
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
	-rm -f algo/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/$(am__dirstamp)
	-rm -f algo/argon2/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/argon2/$(am__dirstamp)
	-rm -f algo/argon2/ar2/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/argon2/ar2/$(am__dirstamp)
	-rm -f algo/blake/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/blake/$(am__dirstamp)
	-rm -f algo/bmw/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/bmw/$(am__dirstamp)
	-rm -f algo/cryptonight/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/cryptonight/$(am__dirstamp)
	-rm -f algo/cubehash/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/cubehash/$(am__dirstamp)
	-rm -f algo/cubehash/sse2/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/cubehash/sse2/$(am__dirstamp)
	-rm -f algo/echo/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/echo/$(am__dirstamp)
	-rm -f algo/echo/aes_ni/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/echo/aes_ni/$(am__dirstamp)
	-rm -f algo/fugue/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/fugue/$(am__dirstamp)
	-rm -f algo/gost/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/gost/$(am__dirstamp)
	-rm -f algo/groestl/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/groestl/$(am__dirstamp)
	-rm -f algo/groestl/aes_ni/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/groestl/aes_ni/$(am__dirstamp)
	-rm -f algo/hamsi/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/hamsi/$(am__dirstamp)
	-rm -f algo/haval/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/haval/$(am__dirstamp)
	-rm -f algo/heavy/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/heavy/$(am__dirstamp)
	-rm -f algo/hodl/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/hodl/$(am__dirstamp)
	-rm -f algo/jh/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/jh/$(am__dirstamp)
	-rm -f algo/keccak/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/keccak/$(am__dirstamp)
	-rm -f algo/keccak/sse2/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/keccak/sse2/$(am__dirstamp)
	-rm -f algo/luffa/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/luffa/$(am__dirstamp)
	-rm -f algo/luffa/sse2/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/luffa/sse2/$(am__dirstamp)
	-rm -f algo/lyra2/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/lyra2/$(am__dirstamp)
	-rm -f algo/quark/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/quark/$(am__dirstamp)
	-rm -f algo/qubit/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/qubit/$(am__dirstamp)
	-rm -f algo/ripemd/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/ripemd/$(am__dirstamp)
	-rm -f algo/scryptjane/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/scryptjane/$(am__dirstamp)
	-rm -f algo/sha/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/sha/$(am__dirstamp)
	-rm -f algo/shabal/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/shabal/$(am__dirstamp)
	-rm -f algo/shavite/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/shavite/$(am__dirstamp)
	-rm -f algo/simd/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/simd/$(am__dirstamp)
	-rm -f algo/simd/sse2/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/simd/sse2/$(am__dirstamp)
	-rm -f algo/skein/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/skein/$(am__dirstamp)
	-rm -f algo/tiger/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/tiger/$(am__dirstamp)
	-rm -f algo/whirlpool/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/whirlpool/$(am__dirstamp)
	-rm -f algo/x11/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/x11/$(am__dirstamp)
	-rm -f algo/x13/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/x13/$(am__dirstamp)
	-rm -f algo/x14/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/x14/$(am__dirstamp)
	-rm -f algo/x15/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/x15/$(am__dirstamp)
	-rm -f algo/x17/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/x17/$(am__dirstamp)
	-rm -f algo/yescrypt/$(DEPDIR)/$(am__dirstamp)
	-rm -f algo/yescrypt/$(am__dirstamp)
	-rm -f asm/$(DEPDIR)/$(am__dirstamp)
	-rm -f asm/$(am__dirstamp)
	-rm -f compat/$(DEPDIR)/$(am__dirstamp)
	-rm -f compat/$(am__dirstamp)
	-rm -f crypto/$(DEPDIR)/$(am__dirstamp)
	-rm -f crypto/$(am__dirstamp)

maintainer-clean-generic:
	@echo "This command is intended for maintainers to use"
	@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive

clean-am: clean-binPROGRAMS clean-generic mostlyclean-am

distclean: distclean-recursive
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
	-rm -rf ./$(DEPDIR) algo/$(DEPDIR) algo/argon2/$(DEPDIR) algo/argon2/ar2/$(DEPDIR) algo/blake/$(DEPDIR) algo/bmw/$(DEPDIR) algo/cryptonight/$(DEPDIR) algo/cubehash/$(DEPDIR) algo/cubehash/sse2/$(DEPDIR) algo/echo/$(DEPDIR) algo/echo/aes_ni/$(DEPDIR) algo/fugue/$(DEPDIR) algo/gost/$(DEPDIR) algo/groestl/$(DEPDIR) algo/groestl/aes_ni/$(DEPDIR) algo/hamsi/$(DEPDIR) algo/haval/$(DEPDIR) algo/heavy/$(DEPDIR) algo/hodl/$(DEPDIR) algo/jh/$(DEPDIR) algo/keccak/$(DEPDIR) algo/keccak/sse2/$(DEPDIR) algo/luffa/$(DEPDIR) algo/luffa/sse2/$(DEPDIR) algo/lyra2/$(DEPDIR) algo/quark/$(DEPDIR) algo/qubit/$(DEPDIR) algo/ripemd/$(DEPDIR) algo/scryptjane/$(DEPDIR) algo/sha/$(DEPDIR) algo/shabal/$(DEPDIR) algo/shavite/$(DEPDIR) algo/simd/$(DEPDIR) algo/simd/sse2/$(DEPDIR) algo/skein/$(DEPDIR) algo/tiger/$(DEPDIR) algo/whirlpool/$(DEPDIR) algo/x11/$(DEPDIR) algo/x13/$(DEPDIR) algo/x14/$(DEPDIR) algo/x15/$(DEPDIR) algo/x17/$(DEPDIR) algo/yescrypt/$(DEPDIR) asm/$(DEPDIR) compat/$(DEPDIR) crypto/$(DEPDIR)
	-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
	distclean-hdr distclean-tags

dvi: dvi-recursive

dvi-am:

html: html-recursive

html-am:

info: info-recursive

info-am:

install-data-am: install-man

install-dvi: install-dvi-recursive

install-dvi-am:

install-exec-am: install-binPROGRAMS

install-html: install-html-recursive

install-html-am:

install-info: install-info-recursive

install-info-am:

install-man: install-man1

install-pdf: install-pdf-recursive

install-pdf-am:

install-ps: install-ps-recursive

install-ps-am:

installcheck-am:

maintainer-clean: maintainer-clean-recursive
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
	-rm -rf $(top_srcdir)/autom4te.cache
	-rm -rf ./$(DEPDIR) algo/$(DEPDIR) algo/argon2/$(DEPDIR) algo/argon2/ar2/$(DEPDIR) algo/blake/$(DEPDIR) algo/bmw/$(DEPDIR) algo/cryptonight/$(DEPDIR) algo/cubehash/$(DEPDIR) algo/cubehash/sse2/$(DEPDIR) algo/echo/$(DEPDIR) algo/echo/aes_ni/$(DEPDIR) algo/fugue/$(DEPDIR) algo/gost/$(DEPDIR) algo/groestl/$(DEPDIR) algo/groestl/aes_ni/$(DEPDIR) algo/hamsi/$(DEPDIR) algo/haval/$(DEPDIR) algo/heavy/$(DEPDIR) algo/hodl/$(DEPDIR) algo/jh/$(DEPDIR) algo/keccak/$(DEPDIR) algo/keccak/sse2/$(DEPDIR) algo/luffa/$(DEPDIR) algo/luffa/sse2/$(DEPDIR) algo/lyra2/$(DEPDIR) algo/quark/$(DEPDIR) algo/qubit/$(DEPDIR) algo/ripemd/$(DEPDIR) algo/scryptjane/$(DEPDIR) algo/sha/$(DEPDIR) algo/shabal/$(DEPDIR) algo/shavite/$(DEPDIR) algo/simd/$(DEPDIR) algo/simd/sse2/$(DEPDIR) algo/skein/$(DEPDIR) algo/tiger/$(DEPDIR) algo/whirlpool/$(DEPDIR) algo/x11/$(DEPDIR) algo/x13/$(DEPDIR) algo/x14/$(DEPDIR) algo/x15/$(DEPDIR) algo/x17/$(DEPDIR) algo/yescrypt/$(DEPDIR) asm/$(DEPDIR) compat/$(DEPDIR) crypto/$(DEPDIR)
	-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-recursive

mostlyclean-am: mostlyclean-compile mostlyclean-generic

pdf: pdf-recursive

pdf-am:

ps: ps-recursive

ps-am:

uninstall-am: uninstall-binPROGRAMS uninstall-man

uninstall-man: uninstall-man1

.MAKE: $(am__recursive_targets) all install-am install-strip

.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
	am--refresh check check-am clean clean-binPROGRAMS \
	clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \
	dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
	dist-tarZ dist-xz dist-zip distcheck distclean \
	distclean-compile distclean-generic distclean-hdr \
	distclean-tags distcleancheck distdir distuninstallcheck dvi \
	dvi-am html html-am info info-am install install-am \
	install-binPROGRAMS install-data install-data-am install-dvi \
	install-dvi-am install-exec install-exec-am install-html \
	install-html-am install-info install-info-am install-man \
	install-man1 install-pdf install-pdf-am install-ps \
	install-ps-am install-strip installcheck installcheck-am \
	installdirs installdirs-am maintainer-clean \
	maintainer-clean-generic mostlyclean mostlyclean-compile \
	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
	uninstall-am uninstall-binPROGRAMS uninstall-man \
	uninstall-man1


# special CFLAGS (if you find a simpler way to do that tell me ;)
#cpuminer-neoscrypt.o: neoscrypt.c
#	@echo "CUSTOM ${@}: ${filter %.o,${^}} ${filter %.c,${^}}"
#	$(CC) $(common_ccflags) -g -O3 $(gprof_cflags) -MT $@ -MD -MP -c -o $@ $<

# 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.
.NOEXPORT:
