# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # 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. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) 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)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ 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 = @build@ host_triplet = @host@ target_triplet = @target@ bin_PROGRAMS = cpuminer$(EXEEXT) @USE_ASM_TRUE@am__append_1 = asm/neoscrypt_asm.S @ARCH_x86_TRUE@@USE_ASM_TRUE@am__append_2 = asm/sha2-x86.S asm/scrypt-x86.S asm/aesb-x86.S @ARCH_x86_64_TRUE@@USE_ASM_TRUE@am__append_3 = asm/sha2-x64.S asm/scrypt-x64.S asm/aesb-x64.S @ARCH_ARM_TRUE@@USE_ASM_TRUE@am__append_4 = asm/sha2-arm.S asm/scrypt-arm.S @USE_ASM_FALSE@am__append_5 = -DNOASM @HAVE_WINDOWS_TRUE@am__append_6 = compat/winansi.c @HAVE_WINDOWS_TRUE@am__append_7 = -Wl,--stack,10485760 -Wno-pointer-to-int-cast subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ $(am__configure_deps) $(am__DIST_COMMON) 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 api.c sysinfos.c \ algo-gate-api.c virtual_memory.c msr_mod.cpp crypto/c_keccak.c \ algo/blake/sph_blake.c algo/blake/blake512-hash-4way.c \ algo/bmw/sph_bmw.c algo/bmw/bmw512-hash-4way.c \ algo/cubehash/cubehash_sse2.c algo/cubehash/cube-hash-2way.c \ algo/echo/sph_echo.c algo/echo/echo-hash-4way.c \ algo/echo/aes_ni/hash.c algo/fugue/fugue-aesni.c \ algo/fugue/sph_fugue.c algo/gr/gr-gate.c algo/gr/gr.cpp \ algo/gr/gr-4way.cpp algo/groestl/groestl512-hash-4way.c \ algo/groestl/sph_groestl.c algo/groestl/aes_ni/hash-groestl.c \ algo/groestl/aes_ni/hash-groestl256.c algo/hamsi/sph_hamsi.c \ algo/hamsi/hamsi-hash-4way.c algo/jh/sph_jh.c \ algo/jh/jh-hash-4way.c algo/keccak/sph_keccak.c \ algo/keccak/keccak-hash-4way.c algo/luffa/luffa_for_sse2.c \ algo/luffa/luffa-hash-2way.c algo/sha/sha256d.c \ algo/sha/sha256-hash.c algo/sha/sha256-hash-opt.c \ algo/sha/sha2.c algo/sha/sph_sha2.c \ algo/sha/sha256-hash-2way-ni.c algo/sha/sha256-hash-4way.c \ algo/shabal/sph_shabal.c algo/shabal/shabal-hash-4way.c \ algo/shavite/sph_shavite.c algo/shavite/sph-shavite-aesni.c \ algo/shavite/shavite-hash-2way.c \ algo/shavite/shavite-hash-4way.c algo/simd/nist.c \ algo/simd/simd-hash-2way.c algo/simd/vector.c \ algo/skein/sph_skein.c algo/skein/skein-hash-4way.c \ algo/whirlpool/sph_whirlpool.c \ algo/whirlpool/whirlpool-hash-4way.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 @USE_ASM_TRUE@am__objects_1 = asm/cpuminer-neoscrypt_asm.$(OBJEXT) @ARCH_x86_TRUE@@USE_ASM_TRUE@am__objects_2 = \ @ARCH_x86_TRUE@@USE_ASM_TRUE@ asm/cpuminer-sha2-x86.$(OBJEXT) \ @ARCH_x86_TRUE@@USE_ASM_TRUE@ asm/cpuminer-scrypt-x86.$(OBJEXT) \ @ARCH_x86_TRUE@@USE_ASM_TRUE@ asm/cpuminer-aesb-x86.$(OBJEXT) @ARCH_x86_64_TRUE@@USE_ASM_TRUE@am__objects_3 = asm/cpuminer-sha2-x64.$(OBJEXT) \ @ARCH_x86_64_TRUE@@USE_ASM_TRUE@ asm/cpuminer-scrypt-x64.$(OBJEXT) \ @ARCH_x86_64_TRUE@@USE_ASM_TRUE@ asm/cpuminer-aesb-x64.$(OBJEXT) @ARCH_ARM_TRUE@@USE_ASM_TRUE@am__objects_4 = \ @ARCH_ARM_TRUE@@USE_ASM_TRUE@ asm/cpuminer-sha2-arm.$(OBJEXT) \ @ARCH_ARM_TRUE@@USE_ASM_TRUE@ asm/cpuminer-scrypt-arm.$(OBJEXT) @HAVE_WINDOWS_TRUE@am__objects_5 = compat/cpuminer-winansi.$(OBJEXT) am_cpuminer_OBJECTS = cpuminer-cpu-miner.$(OBJEXT) \ cpuminer-util.$(OBJEXT) cpuminer-api.$(OBJEXT) \ cpuminer-sysinfos.$(OBJEXT) cpuminer-algo-gate-api.$(OBJEXT) \ cpuminer-virtual_memory.$(OBJEXT) cpuminer-msr_mod.$(OBJEXT) \ crypto/cpuminer-c_keccak.$(OBJEXT) \ algo/blake/cpuminer-sph_blake.$(OBJEXT) \ algo/blake/cpuminer-blake512-hash-4way.$(OBJEXT) \ algo/bmw/cpuminer-sph_bmw.$(OBJEXT) \ algo/bmw/cpuminer-bmw512-hash-4way.$(OBJEXT) \ algo/cubehash/cpuminer-cubehash_sse2.$(OBJEXT) \ algo/cubehash/cpuminer-cube-hash-2way.$(OBJEXT) \ algo/echo/cpuminer-sph_echo.$(OBJEXT) \ algo/echo/cpuminer-echo-hash-4way.$(OBJEXT) \ algo/echo/aes_ni/cpuminer-hash.$(OBJEXT) \ algo/fugue/cpuminer-fugue-aesni.$(OBJEXT) \ algo/fugue/cpuminer-sph_fugue.$(OBJEXT) \ algo/gr/cpuminer-gr-gate.$(OBJEXT) \ algo/gr/cpuminer-gr.$(OBJEXT) \ algo/gr/cpuminer-gr-4way.$(OBJEXT) \ algo/groestl/cpuminer-groestl512-hash-4way.$(OBJEXT) \ algo/groestl/cpuminer-sph_groestl.$(OBJEXT) \ algo/groestl/aes_ni/cpuminer-hash-groestl.$(OBJEXT) \ algo/groestl/aes_ni/cpuminer-hash-groestl256.$(OBJEXT) \ algo/hamsi/cpuminer-sph_hamsi.$(OBJEXT) \ algo/hamsi/cpuminer-hamsi-hash-4way.$(OBJEXT) \ algo/jh/cpuminer-sph_jh.$(OBJEXT) \ algo/jh/cpuminer-jh-hash-4way.$(OBJEXT) \ algo/keccak/cpuminer-sph_keccak.$(OBJEXT) \ algo/keccak/cpuminer-keccak-hash-4way.$(OBJEXT) \ algo/luffa/cpuminer-luffa_for_sse2.$(OBJEXT) \ algo/luffa/cpuminer-luffa-hash-2way.$(OBJEXT) \ algo/sha/cpuminer-sha256d.$(OBJEXT) \ algo/sha/cpuminer-sha256-hash.$(OBJEXT) \ algo/sha/cpuminer-sha256-hash-opt.$(OBJEXT) \ algo/sha/cpuminer-sha2.$(OBJEXT) \ algo/sha/cpuminer-sph_sha2.$(OBJEXT) \ algo/sha/cpuminer-sha256-hash-2way-ni.$(OBJEXT) \ algo/sha/cpuminer-sha256-hash-4way.$(OBJEXT) \ algo/shabal/cpuminer-sph_shabal.$(OBJEXT) \ algo/shabal/cpuminer-shabal-hash-4way.$(OBJEXT) \ algo/shavite/cpuminer-sph_shavite.$(OBJEXT) \ algo/shavite/cpuminer-sph-shavite-aesni.$(OBJEXT) \ algo/shavite/cpuminer-shavite-hash-2way.$(OBJEXT) \ algo/shavite/cpuminer-shavite-hash-4way.$(OBJEXT) \ algo/simd/cpuminer-nist.$(OBJEXT) \ algo/simd/cpuminer-simd-hash-2way.$(OBJEXT) \ algo/simd/cpuminer-vector.$(OBJEXT) \ algo/skein/cpuminer-sph_skein.$(OBJEXT) \ algo/skein/cpuminer-skein-hash-4way.$(OBJEXT) \ algo/whirlpool/cpuminer-sph_whirlpool.$(OBJEXT) \ algo/whirlpool/cpuminer-whirlpool-hash-4way.$(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_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/cpuminer-algo-gate-api.Po \ ./$(DEPDIR)/cpuminer-api.Po ./$(DEPDIR)/cpuminer-cpu-miner.Po \ ./$(DEPDIR)/cpuminer-msr_mod.Po \ ./$(DEPDIR)/cpuminer-sysinfos.Po ./$(DEPDIR)/cpuminer-util.Po \ ./$(DEPDIR)/cpuminer-virtual_memory.Po \ algo/blake/$(DEPDIR)/cpuminer-blake512-hash-4way.Po \ algo/blake/$(DEPDIR)/cpuminer-sph_blake.Po \ algo/bmw/$(DEPDIR)/cpuminer-bmw512-hash-4way.Po \ algo/bmw/$(DEPDIR)/cpuminer-sph_bmw.Po \ algo/cubehash/$(DEPDIR)/cpuminer-cube-hash-2way.Po \ algo/cubehash/$(DEPDIR)/cpuminer-cubehash_sse2.Po \ algo/echo/$(DEPDIR)/cpuminer-echo-hash-4way.Po \ algo/echo/$(DEPDIR)/cpuminer-sph_echo.Po \ algo/echo/aes_ni/$(DEPDIR)/cpuminer-hash.Po \ algo/fugue/$(DEPDIR)/cpuminer-fugue-aesni.Po \ algo/fugue/$(DEPDIR)/cpuminer-sph_fugue.Po \ algo/gr/$(DEPDIR)/cpuminer-gr-4way.Po \ algo/gr/$(DEPDIR)/cpuminer-gr-gate.Po \ algo/gr/$(DEPDIR)/cpuminer-gr.Po \ algo/groestl/$(DEPDIR)/cpuminer-groestl512-hash-4way.Po \ algo/groestl/$(DEPDIR)/cpuminer-sph_groestl.Po \ algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl.Po \ algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl256.Po \ algo/hamsi/$(DEPDIR)/cpuminer-hamsi-hash-4way.Po \ algo/hamsi/$(DEPDIR)/cpuminer-sph_hamsi.Po \ algo/jh/$(DEPDIR)/cpuminer-jh-hash-4way.Po \ algo/jh/$(DEPDIR)/cpuminer-sph_jh.Po \ algo/keccak/$(DEPDIR)/cpuminer-keccak-hash-4way.Po \ algo/keccak/$(DEPDIR)/cpuminer-sph_keccak.Po \ algo/luffa/$(DEPDIR)/cpuminer-luffa-hash-2way.Po \ algo/luffa/$(DEPDIR)/cpuminer-luffa_for_sse2.Po \ algo/sha/$(DEPDIR)/cpuminer-sha2.Po \ algo/sha/$(DEPDIR)/cpuminer-sha256-hash-2way-ni.Po \ algo/sha/$(DEPDIR)/cpuminer-sha256-hash-4way.Po \ algo/sha/$(DEPDIR)/cpuminer-sha256-hash-opt.Po \ algo/sha/$(DEPDIR)/cpuminer-sha256-hash.Po \ algo/sha/$(DEPDIR)/cpuminer-sha256d.Po \ algo/sha/$(DEPDIR)/cpuminer-sph_sha2.Po \ algo/shabal/$(DEPDIR)/cpuminer-shabal-hash-4way.Po \ algo/shabal/$(DEPDIR)/cpuminer-sph_shabal.Po \ algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-2way.Po \ algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-4way.Po \ algo/shavite/$(DEPDIR)/cpuminer-sph-shavite-aesni.Po \ algo/shavite/$(DEPDIR)/cpuminer-sph_shavite.Po \ algo/simd/$(DEPDIR)/cpuminer-nist.Po \ algo/simd/$(DEPDIR)/cpuminer-simd-hash-2way.Po \ algo/simd/$(DEPDIR)/cpuminer-vector.Po \ algo/skein/$(DEPDIR)/cpuminer-skein-hash-4way.Po \ algo/skein/$(DEPDIR)/cpuminer-sph_skein.Po \ algo/whirlpool/$(DEPDIR)/cpuminer-sph_whirlpool.Po \ algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool-hash-4way.Po \ asm/$(DEPDIR)/cpuminer-aesb-x64.Po \ asm/$(DEPDIR)/cpuminer-aesb-x86.Po \ asm/$(DEPDIR)/cpuminer-neoscrypt_asm.Po \ asm/$(DEPDIR)/cpuminer-scrypt-arm.Po \ asm/$(DEPDIR)/cpuminer-scrypt-x64.Po \ asm/$(DEPDIR)/cpuminer-scrypt-x86.Po \ asm/$(DEPDIR)/cpuminer-sha2-arm.Po \ asm/$(DEPDIR)/cpuminer-sha2-x64.Po \ asm/$(DEPDIR)/cpuminer-sha2-x86.Po \ compat/$(DEPDIR)/cpuminer-winansi.Po \ crypto/$(DEPDIR)/cpuminer-c_keccak.Po am__mv = mv -f AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 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_@AM_V@) am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@) 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_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 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_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 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_@AM_V@) am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) 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_@AM_V@) am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) 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 distdir-am 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) am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \ $(srcdir)/cpuminer-config.h.in AUTHORS COPYING compile \ config.guess config.sub depcomp install-sh missing 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 = @ACLOCAL@ ALLOCA = @ALLOCA@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCAS = @CCAS@ CCASDEPMODE = @CCASDEPMODE@ CCASFLAGS = @CCASFLAGS@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ JANSSON_LIBS = @JANSSON_LIBS@ LDFLAGS = @LDFLAGS@ LIBCURL = @LIBCURL@ LIBCURL_CFLAGS = @LIBCURL_CFLAGS@ LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ NUMA_LIBS = @NUMA_LIBS@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_FLAGS = @PTHREAD_FLAGS@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ WS2_LIBS = @WS2_LIBS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target = @target@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @WANT_JANSSON_FALSE@JANSSON_INCLUDES = @WANT_JANSSON_TRUE@JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson EXTRA_DIST = example-cfg.json nomacro.pl SUBDIRS = compat ALL_INCLUDES = @PTHREAD_FLAGS@ -fno-strict-aliasing $(JANSSON_INCLUDES) -I. dist_man_MANS = cpuminer.1 cpuminer_SOURCES = cpu-miner.c util.c api.c sysinfos.c algo-gate-api.c \ virtual_memory.c msr_mod.cpp crypto/c_keccak.c \ algo/blake/sph_blake.c algo/blake/blake512-hash-4way.c \ algo/bmw/sph_bmw.c algo/bmw/bmw512-hash-4way.c \ algo/cubehash/cubehash_sse2.c algo/cubehash/cube-hash-2way.c \ algo/echo/sph_echo.c algo/echo/echo-hash-4way.c \ algo/echo/aes_ni/hash.c algo/fugue/fugue-aesni.c \ algo/fugue/sph_fugue.c algo/gr/gr-gate.c algo/gr/gr.cpp \ algo/gr/gr-4way.cpp algo/groestl/groestl512-hash-4way.c \ algo/groestl/sph_groestl.c algo/groestl/aes_ni/hash-groestl.c \ algo/groestl/aes_ni/hash-groestl256.c algo/hamsi/sph_hamsi.c \ algo/hamsi/hamsi-hash-4way.c algo/jh/sph_jh.c \ algo/jh/jh-hash-4way.c algo/keccak/sph_keccak.c \ algo/keccak/keccak-hash-4way.c algo/luffa/luffa_for_sse2.c \ algo/luffa/luffa-hash-2way.c algo/sha/sha256d.c \ algo/sha/sha256-hash.c algo/sha/sha256-hash-opt.c \ algo/sha/sha2.c algo/sha/sph_sha2.c \ algo/sha/sha256-hash-2way-ni.c algo/sha/sha256-hash-4way.c \ algo/shabal/sph_shabal.c algo/shabal/shabal-hash-4way.c \ algo/shavite/sph_shavite.c algo/shavite/sph-shavite-aesni.c \ algo/shavite/shavite-hash-2way.c \ algo/shavite/shavite-hash-4way.c algo/simd/nist.c \ algo/simd/simd-hash-2way.c algo/simd/vector.c \ algo/skein/sph_skein.c algo/skein/skein-hash-4way.c \ algo/whirlpool/sph_whirlpool.c \ algo/whirlpool/whirlpool-hash-4way.c $(am__append_1) \ $(am__append_2) $(am__append_3) $(am__append_4) \ $(am__append_6) disable_flags = $(am__append_5) cpuminer_LDFLAGS = @LDFLAGS@ cpuminer_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ @NUMA_LIBS@ -lssl -lcrypto #cpuminer_LDADD = @LIBCURL@ @PTHREAD_LIBS@ @WS2_LIBS@ -lssl -lcrypto \ # /usr/lib/x86_64-linux-gnu/libjansson.a cpuminer_CPPFLAGS = @LIBCURL_CPPFLAGS@ $(ALL_INCLUDES) cpuminer_CFLAGS = -Wno-pointer-sign $(disable_flags) $(am__append_7) #cpuminer_LDADD += /usr/lib/x86_64-linux-gnu/libnuma.a # use to profile an object # gprof_cflags = -pg -g3 # cpuminer_LDFLAGS += -pg # cpuminer_CFLAGS += -fno-inline-functions -static # copy/paste from generated Makefile @HAVE_WINDOWS_TRUE@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: @MAINTAINER_MODE_TRUE@ $(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 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__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(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: @MAINTAINER_MODE_TRUE@ $(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) crypto/$(am__dirstamp): @$(MKDIR_P) crypto @: > crypto/$(am__dirstamp) crypto/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) crypto/$(DEPDIR) @: > crypto/$(DEPDIR)/$(am__dirstamp) crypto/cpuminer-c_keccak.$(OBJEXT): crypto/$(am__dirstamp) \ crypto/$(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-blake512-hash-4way.$(OBJEXT): \ algo/blake/$(am__dirstamp) \ algo/blake/$(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/bmw/cpuminer-bmw512-hash-4way.$(OBJEXT): \ algo/bmw/$(am__dirstamp) algo/bmw/$(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-cubehash_sse2.$(OBJEXT): \ algo/cubehash/$(am__dirstamp) \ algo/cubehash/$(DEPDIR)/$(am__dirstamp) algo/cubehash/cpuminer-cube-hash-2way.$(OBJEXT): \ algo/cubehash/$(am__dirstamp) \ algo/cubehash/$(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/echo/cpuminer-echo-hash-4way.$(OBJEXT): \ algo/echo/$(am__dirstamp) algo/echo/$(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/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-fugue-aesni.$(OBJEXT): algo/fugue/$(am__dirstamp) \ algo/fugue/$(DEPDIR)/$(am__dirstamp) algo/fugue/cpuminer-sph_fugue.$(OBJEXT): algo/fugue/$(am__dirstamp) \ algo/fugue/$(DEPDIR)/$(am__dirstamp) algo/gr/$(am__dirstamp): @$(MKDIR_P) algo/gr @: > algo/gr/$(am__dirstamp) algo/gr/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) algo/gr/$(DEPDIR) @: > algo/gr/$(DEPDIR)/$(am__dirstamp) algo/gr/cpuminer-gr-gate.$(OBJEXT): algo/gr/$(am__dirstamp) \ algo/gr/$(DEPDIR)/$(am__dirstamp) algo/gr/cpuminer-gr.$(OBJEXT): algo/gr/$(am__dirstamp) \ algo/gr/$(DEPDIR)/$(am__dirstamp) algo/gr/cpuminer-gr-4way.$(OBJEXT): algo/gr/$(am__dirstamp) \ algo/gr/$(DEPDIR)/$(am__dirstamp) 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-groestl512-hash-4way.$(OBJEXT): \ algo/groestl/$(am__dirstamp) \ algo/groestl/$(DEPDIR)/$(am__dirstamp) algo/groestl/cpuminer-sph_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/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/hamsi/cpuminer-hamsi-hash-4way.$(OBJEXT): \ algo/hamsi/$(am__dirstamp) \ algo/hamsi/$(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/jh/cpuminer-jh-hash-4way.$(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-hash-4way.$(OBJEXT): \ algo/keccak/$(am__dirstamp) \ algo/keccak/$(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-luffa_for_sse2.$(OBJEXT): \ algo/luffa/$(am__dirstamp) \ algo/luffa/$(DEPDIR)/$(am__dirstamp) algo/luffa/cpuminer-luffa-hash-2way.$(OBJEXT): \ algo/luffa/$(am__dirstamp) \ algo/luffa/$(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-sha256d.$(OBJEXT): algo/sha/$(am__dirstamp) \ algo/sha/$(DEPDIR)/$(am__dirstamp) algo/sha/cpuminer-sha256-hash.$(OBJEXT): algo/sha/$(am__dirstamp) \ algo/sha/$(DEPDIR)/$(am__dirstamp) algo/sha/cpuminer-sha256-hash-opt.$(OBJEXT): algo/sha/$(am__dirstamp) \ algo/sha/$(DEPDIR)/$(am__dirstamp) algo/sha/cpuminer-sha2.$(OBJEXT): algo/sha/$(am__dirstamp) \ algo/sha/$(DEPDIR)/$(am__dirstamp) algo/sha/cpuminer-sph_sha2.$(OBJEXT): algo/sha/$(am__dirstamp) \ algo/sha/$(DEPDIR)/$(am__dirstamp) algo/sha/cpuminer-sha256-hash-2way-ni.$(OBJEXT): \ algo/sha/$(am__dirstamp) algo/sha/$(DEPDIR)/$(am__dirstamp) algo/sha/cpuminer-sha256-hash-4way.$(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/shabal/cpuminer-shabal-hash-4way.$(OBJEXT): \ algo/shabal/$(am__dirstamp) \ algo/shabal/$(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-sph-shavite-aesni.$(OBJEXT): \ algo/shavite/$(am__dirstamp) \ algo/shavite/$(DEPDIR)/$(am__dirstamp) algo/shavite/cpuminer-shavite-hash-2way.$(OBJEXT): \ algo/shavite/$(am__dirstamp) \ algo/shavite/$(DEPDIR)/$(am__dirstamp) algo/shavite/cpuminer-shavite-hash-4way.$(OBJEXT): \ algo/shavite/$(am__dirstamp) \ algo/shavite/$(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-nist.$(OBJEXT): algo/simd/$(am__dirstamp) \ algo/simd/$(DEPDIR)/$(am__dirstamp) algo/simd/cpuminer-simd-hash-2way.$(OBJEXT): \ algo/simd/$(am__dirstamp) algo/simd/$(DEPDIR)/$(am__dirstamp) algo/simd/cpuminer-vector.$(OBJEXT): algo/simd/$(am__dirstamp) \ algo/simd/$(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/skein/cpuminer-skein-hash-4way.$(OBJEXT): \ algo/skein/$(am__dirstamp) \ algo/skein/$(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) algo/whirlpool/cpuminer-whirlpool-hash-4way.$(OBJEXT): \ algo/whirlpool/$(am__dirstamp) \ algo/whirlpool/$(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/blake/*.$(OBJEXT) -rm -f algo/bmw/*.$(OBJEXT) -rm -f algo/cubehash/*.$(OBJEXT) -rm -f algo/echo/*.$(OBJEXT) -rm -f algo/echo/aes_ni/*.$(OBJEXT) -rm -f algo/fugue/*.$(OBJEXT) -rm -f algo/gr/*.$(OBJEXT) -rm -f algo/groestl/*.$(OBJEXT) -rm -f algo/groestl/aes_ni/*.$(OBJEXT) -rm -f algo/hamsi/*.$(OBJEXT) -rm -f algo/jh/*.$(OBJEXT) -rm -f algo/keccak/*.$(OBJEXT) -rm -f algo/luffa/*.$(OBJEXT) -rm -f algo/sha/*.$(OBJEXT) -rm -f algo/shabal/*.$(OBJEXT) -rm -f algo/shavite/*.$(OBJEXT) -rm -f algo/simd/*.$(OBJEXT) -rm -f algo/skein/*.$(OBJEXT) -rm -f algo/whirlpool/*.$(OBJEXT) -rm -f asm/*.$(OBJEXT) -rm -f compat/*.$(OBJEXT) -rm -f crypto/*.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpuminer-algo-gate-api.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpuminer-api.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpuminer-cpu-miner.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpuminer-msr_mod.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpuminer-sysinfos.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpuminer-util.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpuminer-virtual_memory.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/blake/$(DEPDIR)/cpuminer-blake512-hash-4way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/blake/$(DEPDIR)/cpuminer-sph_blake.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/bmw/$(DEPDIR)/cpuminer-bmw512-hash-4way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/bmw/$(DEPDIR)/cpuminer-sph_bmw.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/cubehash/$(DEPDIR)/cpuminer-cube-hash-2way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/cubehash/$(DEPDIR)/cpuminer-cubehash_sse2.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/echo/$(DEPDIR)/cpuminer-echo-hash-4way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/echo/$(DEPDIR)/cpuminer-sph_echo.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/echo/aes_ni/$(DEPDIR)/cpuminer-hash.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/fugue/$(DEPDIR)/cpuminer-fugue-aesni.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/fugue/$(DEPDIR)/cpuminer-sph_fugue.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/gr/$(DEPDIR)/cpuminer-gr-4way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/gr/$(DEPDIR)/cpuminer-gr-gate.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/gr/$(DEPDIR)/cpuminer-gr.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/groestl/$(DEPDIR)/cpuminer-groestl512-hash-4way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/groestl/$(DEPDIR)/cpuminer-sph_groestl.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl256.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/hamsi/$(DEPDIR)/cpuminer-hamsi-hash-4way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/hamsi/$(DEPDIR)/cpuminer-sph_hamsi.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/jh/$(DEPDIR)/cpuminer-jh-hash-4way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/jh/$(DEPDIR)/cpuminer-sph_jh.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/keccak/$(DEPDIR)/cpuminer-keccak-hash-4way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/keccak/$(DEPDIR)/cpuminer-sph_keccak.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/luffa/$(DEPDIR)/cpuminer-luffa-hash-2way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/luffa/$(DEPDIR)/cpuminer-luffa_for_sse2.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/sha/$(DEPDIR)/cpuminer-sha2.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/sha/$(DEPDIR)/cpuminer-sha256-hash-2way-ni.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/sha/$(DEPDIR)/cpuminer-sha256-hash-4way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/sha/$(DEPDIR)/cpuminer-sha256-hash-opt.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/sha/$(DEPDIR)/cpuminer-sha256-hash.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/sha/$(DEPDIR)/cpuminer-sha256d.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/sha/$(DEPDIR)/cpuminer-sph_sha2.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/shabal/$(DEPDIR)/cpuminer-shabal-hash-4way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/shabal/$(DEPDIR)/cpuminer-sph_shabal.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-2way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-4way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/shavite/$(DEPDIR)/cpuminer-sph-shavite-aesni.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/shavite/$(DEPDIR)/cpuminer-sph_shavite.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/simd/$(DEPDIR)/cpuminer-nist.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/simd/$(DEPDIR)/cpuminer-simd-hash-2way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/simd/$(DEPDIR)/cpuminer-vector.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/skein/$(DEPDIR)/cpuminer-skein-hash-4way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/skein/$(DEPDIR)/cpuminer-sph_skein.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/whirlpool/$(DEPDIR)/cpuminer-sph_whirlpool.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool-hash-4way.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@asm/$(DEPDIR)/cpuminer-aesb-x64.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@asm/$(DEPDIR)/cpuminer-aesb-x86.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@asm/$(DEPDIR)/cpuminer-neoscrypt_asm.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@asm/$(DEPDIR)/cpuminer-scrypt-arm.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@asm/$(DEPDIR)/cpuminer-scrypt-x64.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@asm/$(DEPDIR)/cpuminer-scrypt-x86.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@asm/$(DEPDIR)/cpuminer-sha2-arm.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@asm/$(DEPDIR)/cpuminer-sha2-x64.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@asm/$(DEPDIR)/cpuminer-sha2-x86.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@compat/$(DEPDIR)/cpuminer-winansi.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@crypto/$(DEPDIR)/cpuminer-c_keccak.Po@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .S.o: @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $< .S.obj: @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` asm/cpuminer-neoscrypt_asm.o: asm/neoscrypt_asm.S @am__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-neoscrypt_asm.Tpo asm/$(DEPDIR)/cpuminer-neoscrypt_asm.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/neoscrypt_asm.S' object='asm/cpuminer-neoscrypt_asm.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-neoscrypt_asm.Tpo asm/$(DEPDIR)/cpuminer-neoscrypt_asm.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/neoscrypt_asm.S' object='asm/cpuminer-neoscrypt_asm.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-sha2-x86.Tpo asm/$(DEPDIR)/cpuminer-sha2-x86.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/sha2-x86.S' object='asm/cpuminer-sha2-x86.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-sha2-x86.Tpo asm/$(DEPDIR)/cpuminer-sha2-x86.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/sha2-x86.S' object='asm/cpuminer-sha2-x86.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-scrypt-x86.Tpo asm/$(DEPDIR)/cpuminer-scrypt-x86.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/scrypt-x86.S' object='asm/cpuminer-scrypt-x86.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-scrypt-x86.Tpo asm/$(DEPDIR)/cpuminer-scrypt-x86.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/scrypt-x86.S' object='asm/cpuminer-scrypt-x86.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-aesb-x86.Tpo asm/$(DEPDIR)/cpuminer-aesb-x86.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/aesb-x86.S' object='asm/cpuminer-aesb-x86.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-aesb-x86.Tpo asm/$(DEPDIR)/cpuminer-aesb-x86.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/aesb-x86.S' object='asm/cpuminer-aesb-x86.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-sha2-x64.Tpo asm/$(DEPDIR)/cpuminer-sha2-x64.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/sha2-x64.S' object='asm/cpuminer-sha2-x64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-sha2-x64.Tpo asm/$(DEPDIR)/cpuminer-sha2-x64.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/sha2-x64.S' object='asm/cpuminer-sha2-x64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-scrypt-x64.Tpo asm/$(DEPDIR)/cpuminer-scrypt-x64.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/scrypt-x64.S' object='asm/cpuminer-scrypt-x64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-scrypt-x64.Tpo asm/$(DEPDIR)/cpuminer-scrypt-x64.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/scrypt-x64.S' object='asm/cpuminer-scrypt-x64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-aesb-x64.Tpo asm/$(DEPDIR)/cpuminer-aesb-x64.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/aesb-x64.S' object='asm/cpuminer-aesb-x64.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-aesb-x64.Tpo asm/$(DEPDIR)/cpuminer-aesb-x64.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/aesb-x64.S' object='asm/cpuminer-aesb-x64.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-sha2-arm.Tpo asm/$(DEPDIR)/cpuminer-sha2-arm.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/sha2-arm.S' object='asm/cpuminer-sha2-arm.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-sha2-arm.Tpo asm/$(DEPDIR)/cpuminer-sha2-arm.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/sha2-arm.S' object='asm/cpuminer-sha2-arm.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-scrypt-arm.Tpo asm/$(DEPDIR)/cpuminer-scrypt-arm.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/scrypt-arm.S' object='asm/cpuminer-scrypt-arm.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCCAS_TRUE@ $(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__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) asm/$(DEPDIR)/cpuminer-scrypt-arm.Tpo asm/$(DEPDIR)/cpuminer-scrypt-arm.Po @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='asm/scrypt-arm.S' object='asm/cpuminer-scrypt-arm.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(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__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` cpuminer-cpu-miner.o: cpu-miner.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-cpu-miner.Tpo $(DEPDIR)/cpuminer-cpu-miner.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cpu-miner.c' object='cpuminer-cpu-miner.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-cpu-miner.Tpo $(DEPDIR)/cpuminer-cpu-miner.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cpu-miner.c' object='cpuminer-cpu-miner.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-util.Tpo $(DEPDIR)/cpuminer-util.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='util.c' object='cpuminer-util.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-util.Tpo $(DEPDIR)/cpuminer-util.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='util.c' object='cpuminer-util.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-api.Tpo $(DEPDIR)/cpuminer-api.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='api.c' object='cpuminer-api.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-api.Tpo $(DEPDIR)/cpuminer-api.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='api.c' object='cpuminer-api.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-sysinfos.Tpo $(DEPDIR)/cpuminer-sysinfos.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sysinfos.c' object='cpuminer-sysinfos.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-sysinfos.Tpo $(DEPDIR)/cpuminer-sysinfos.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sysinfos.c' object='cpuminer-sysinfos.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-algo-gate-api.Tpo $(DEPDIR)/cpuminer-algo-gate-api.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo-gate-api.c' object='cpuminer-algo-gate-api.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-algo-gate-api.Tpo $(DEPDIR)/cpuminer-algo-gate-api.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo-gate-api.c' object='cpuminer-algo-gate-api.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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` cpuminer-virtual_memory.o: virtual_memory.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT cpuminer-virtual_memory.o -MD -MP -MF $(DEPDIR)/cpuminer-virtual_memory.Tpo -c -o cpuminer-virtual_memory.o `test -f 'virtual_memory.c' || echo '$(srcdir)/'`virtual_memory.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-virtual_memory.Tpo $(DEPDIR)/cpuminer-virtual_memory.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virtual_memory.c' object='cpuminer-virtual_memory.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o cpuminer-virtual_memory.o `test -f 'virtual_memory.c' || echo '$(srcdir)/'`virtual_memory.c cpuminer-virtual_memory.obj: virtual_memory.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT cpuminer-virtual_memory.obj -MD -MP -MF $(DEPDIR)/cpuminer-virtual_memory.Tpo -c -o cpuminer-virtual_memory.obj `if test -f 'virtual_memory.c'; then $(CYGPATH_W) 'virtual_memory.c'; else $(CYGPATH_W) '$(srcdir)/virtual_memory.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-virtual_memory.Tpo $(DEPDIR)/cpuminer-virtual_memory.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virtual_memory.c' object='cpuminer-virtual_memory.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o cpuminer-virtual_memory.obj `if test -f 'virtual_memory.c'; then $(CYGPATH_W) 'virtual_memory.c'; else $(CYGPATH_W) '$(srcdir)/virtual_memory.c'; fi` crypto/cpuminer-c_keccak.o: crypto/c_keccak.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-c_keccak.Tpo crypto/$(DEPDIR)/cpuminer-c_keccak.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto/c_keccak.c' object='crypto/cpuminer-c_keccak.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) crypto/$(DEPDIR)/cpuminer-c_keccak.Tpo crypto/$(DEPDIR)/cpuminer-c_keccak.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto/c_keccak.c' object='crypto/cpuminer-c_keccak.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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` algo/blake/cpuminer-sph_blake.o: algo/blake/sph_blake.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-sph_blake.Tpo algo/blake/$(DEPDIR)/cpuminer-sph_blake.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/blake/sph_blake.c' object='algo/blake/cpuminer-sph_blake.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-sph_blake.Tpo algo/blake/$(DEPDIR)/cpuminer-sph_blake.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/blake/sph_blake.c' object='algo/blake/cpuminer-sph_blake.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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-blake512-hash-4way.o: algo/blake/blake512-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-blake512-hash-4way.o -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-blake512-hash-4way.Tpo -c -o algo/blake/cpuminer-blake512-hash-4way.o `test -f 'algo/blake/blake512-hash-4way.c' || echo '$(srcdir)/'`algo/blake/blake512-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-blake512-hash-4way.Tpo algo/blake/$(DEPDIR)/cpuminer-blake512-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/blake/blake512-hash-4way.c' object='algo/blake/cpuminer-blake512-hash-4way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-blake512-hash-4way.o `test -f 'algo/blake/blake512-hash-4way.c' || echo '$(srcdir)/'`algo/blake/blake512-hash-4way.c algo/blake/cpuminer-blake512-hash-4way.obj: algo/blake/blake512-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/blake/cpuminer-blake512-hash-4way.obj -MD -MP -MF algo/blake/$(DEPDIR)/cpuminer-blake512-hash-4way.Tpo -c -o algo/blake/cpuminer-blake512-hash-4way.obj `if test -f 'algo/blake/blake512-hash-4way.c'; then $(CYGPATH_W) 'algo/blake/blake512-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/blake512-hash-4way.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/blake/$(DEPDIR)/cpuminer-blake512-hash-4way.Tpo algo/blake/$(DEPDIR)/cpuminer-blake512-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/blake/blake512-hash-4way.c' object='algo/blake/cpuminer-blake512-hash-4way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/blake/cpuminer-blake512-hash-4way.obj `if test -f 'algo/blake/blake512-hash-4way.c'; then $(CYGPATH_W) 'algo/blake/blake512-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/blake/blake512-hash-4way.c'; fi` algo/bmw/cpuminer-sph_bmw.o: algo/bmw/sph_bmw.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/bmw/$(DEPDIR)/cpuminer-sph_bmw.Tpo algo/bmw/$(DEPDIR)/cpuminer-sph_bmw.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/bmw/sph_bmw.c' object='algo/bmw/cpuminer-sph_bmw.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/bmw/$(DEPDIR)/cpuminer-sph_bmw.Tpo algo/bmw/$(DEPDIR)/cpuminer-sph_bmw.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/bmw/sph_bmw.c' object='algo/bmw/cpuminer-sph_bmw.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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/bmw/cpuminer-bmw512-hash-4way.o: algo/bmw/bmw512-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/bmw/cpuminer-bmw512-hash-4way.o -MD -MP -MF algo/bmw/$(DEPDIR)/cpuminer-bmw512-hash-4way.Tpo -c -o algo/bmw/cpuminer-bmw512-hash-4way.o `test -f 'algo/bmw/bmw512-hash-4way.c' || echo '$(srcdir)/'`algo/bmw/bmw512-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/bmw/$(DEPDIR)/cpuminer-bmw512-hash-4way.Tpo algo/bmw/$(DEPDIR)/cpuminer-bmw512-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/bmw/bmw512-hash-4way.c' object='algo/bmw/cpuminer-bmw512-hash-4way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/bmw/cpuminer-bmw512-hash-4way.o `test -f 'algo/bmw/bmw512-hash-4way.c' || echo '$(srcdir)/'`algo/bmw/bmw512-hash-4way.c algo/bmw/cpuminer-bmw512-hash-4way.obj: algo/bmw/bmw512-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/bmw/cpuminer-bmw512-hash-4way.obj -MD -MP -MF algo/bmw/$(DEPDIR)/cpuminer-bmw512-hash-4way.Tpo -c -o algo/bmw/cpuminer-bmw512-hash-4way.obj `if test -f 'algo/bmw/bmw512-hash-4way.c'; then $(CYGPATH_W) 'algo/bmw/bmw512-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/bmw/bmw512-hash-4way.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/bmw/$(DEPDIR)/cpuminer-bmw512-hash-4way.Tpo algo/bmw/$(DEPDIR)/cpuminer-bmw512-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/bmw/bmw512-hash-4way.c' object='algo/bmw/cpuminer-bmw512-hash-4way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/bmw/cpuminer-bmw512-hash-4way.obj `if test -f 'algo/bmw/bmw512-hash-4way.c'; then $(CYGPATH_W) 'algo/bmw/bmw512-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/bmw/bmw512-hash-4way.c'; fi` algo/cubehash/cpuminer-cubehash_sse2.o: algo/cubehash/cubehash_sse2.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cubehash/cpuminer-cubehash_sse2.o -MD -MP -MF algo/cubehash/$(DEPDIR)/cpuminer-cubehash_sse2.Tpo -c -o algo/cubehash/cpuminer-cubehash_sse2.o `test -f 'algo/cubehash/cubehash_sse2.c' || echo '$(srcdir)/'`algo/cubehash/cubehash_sse2.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/cubehash/$(DEPDIR)/cpuminer-cubehash_sse2.Tpo algo/cubehash/$(DEPDIR)/cpuminer-cubehash_sse2.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/cubehash/cubehash_sse2.c' object='algo/cubehash/cpuminer-cubehash_sse2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cubehash/cpuminer-cubehash_sse2.o `test -f 'algo/cubehash/cubehash_sse2.c' || echo '$(srcdir)/'`algo/cubehash/cubehash_sse2.c algo/cubehash/cpuminer-cubehash_sse2.obj: algo/cubehash/cubehash_sse2.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cubehash/cpuminer-cubehash_sse2.obj -MD -MP -MF algo/cubehash/$(DEPDIR)/cpuminer-cubehash_sse2.Tpo -c -o algo/cubehash/cpuminer-cubehash_sse2.obj `if test -f 'algo/cubehash/cubehash_sse2.c'; then $(CYGPATH_W) 'algo/cubehash/cubehash_sse2.c'; else $(CYGPATH_W) '$(srcdir)/algo/cubehash/cubehash_sse2.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/cubehash/$(DEPDIR)/cpuminer-cubehash_sse2.Tpo algo/cubehash/$(DEPDIR)/cpuminer-cubehash_sse2.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/cubehash/cubehash_sse2.c' object='algo/cubehash/cpuminer-cubehash_sse2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cubehash/cpuminer-cubehash_sse2.obj `if test -f 'algo/cubehash/cubehash_sse2.c'; then $(CYGPATH_W) 'algo/cubehash/cubehash_sse2.c'; else $(CYGPATH_W) '$(srcdir)/algo/cubehash/cubehash_sse2.c'; fi` algo/cubehash/cpuminer-cube-hash-2way.o: algo/cubehash/cube-hash-2way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cubehash/cpuminer-cube-hash-2way.o -MD -MP -MF algo/cubehash/$(DEPDIR)/cpuminer-cube-hash-2way.Tpo -c -o algo/cubehash/cpuminer-cube-hash-2way.o `test -f 'algo/cubehash/cube-hash-2way.c' || echo '$(srcdir)/'`algo/cubehash/cube-hash-2way.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/cubehash/$(DEPDIR)/cpuminer-cube-hash-2way.Tpo algo/cubehash/$(DEPDIR)/cpuminer-cube-hash-2way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/cubehash/cube-hash-2way.c' object='algo/cubehash/cpuminer-cube-hash-2way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cubehash/cpuminer-cube-hash-2way.o `test -f 'algo/cubehash/cube-hash-2way.c' || echo '$(srcdir)/'`algo/cubehash/cube-hash-2way.c algo/cubehash/cpuminer-cube-hash-2way.obj: algo/cubehash/cube-hash-2way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/cubehash/cpuminer-cube-hash-2way.obj -MD -MP -MF algo/cubehash/$(DEPDIR)/cpuminer-cube-hash-2way.Tpo -c -o algo/cubehash/cpuminer-cube-hash-2way.obj `if test -f 'algo/cubehash/cube-hash-2way.c'; then $(CYGPATH_W) 'algo/cubehash/cube-hash-2way.c'; else $(CYGPATH_W) '$(srcdir)/algo/cubehash/cube-hash-2way.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/cubehash/$(DEPDIR)/cpuminer-cube-hash-2way.Tpo algo/cubehash/$(DEPDIR)/cpuminer-cube-hash-2way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/cubehash/cube-hash-2way.c' object='algo/cubehash/cpuminer-cube-hash-2way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/cubehash/cpuminer-cube-hash-2way.obj `if test -f 'algo/cubehash/cube-hash-2way.c'; then $(CYGPATH_W) 'algo/cubehash/cube-hash-2way.c'; else $(CYGPATH_W) '$(srcdir)/algo/cubehash/cube-hash-2way.c'; fi` algo/echo/cpuminer-sph_echo.o: algo/echo/sph_echo.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/echo/$(DEPDIR)/cpuminer-sph_echo.Tpo algo/echo/$(DEPDIR)/cpuminer-sph_echo.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/echo/sph_echo.c' object='algo/echo/cpuminer-sph_echo.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/echo/$(DEPDIR)/cpuminer-sph_echo.Tpo algo/echo/$(DEPDIR)/cpuminer-sph_echo.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/echo/sph_echo.c' object='algo/echo/cpuminer-sph_echo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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/echo/cpuminer-echo-hash-4way.o: algo/echo/echo-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/echo/cpuminer-echo-hash-4way.o -MD -MP -MF algo/echo/$(DEPDIR)/cpuminer-echo-hash-4way.Tpo -c -o algo/echo/cpuminer-echo-hash-4way.o `test -f 'algo/echo/echo-hash-4way.c' || echo '$(srcdir)/'`algo/echo/echo-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/echo/$(DEPDIR)/cpuminer-echo-hash-4way.Tpo algo/echo/$(DEPDIR)/cpuminer-echo-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/echo/echo-hash-4way.c' object='algo/echo/cpuminer-echo-hash-4way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/echo/cpuminer-echo-hash-4way.o `test -f 'algo/echo/echo-hash-4way.c' || echo '$(srcdir)/'`algo/echo/echo-hash-4way.c algo/echo/cpuminer-echo-hash-4way.obj: algo/echo/echo-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/echo/cpuminer-echo-hash-4way.obj -MD -MP -MF algo/echo/$(DEPDIR)/cpuminer-echo-hash-4way.Tpo -c -o algo/echo/cpuminer-echo-hash-4way.obj `if test -f 'algo/echo/echo-hash-4way.c'; then $(CYGPATH_W) 'algo/echo/echo-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/echo/echo-hash-4way.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/echo/$(DEPDIR)/cpuminer-echo-hash-4way.Tpo algo/echo/$(DEPDIR)/cpuminer-echo-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/echo/echo-hash-4way.c' object='algo/echo/cpuminer-echo-hash-4way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/echo/cpuminer-echo-hash-4way.obj `if test -f 'algo/echo/echo-hash-4way.c'; then $(CYGPATH_W) 'algo/echo/echo-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/echo/echo-hash-4way.c'; fi` algo/echo/aes_ni/cpuminer-hash.o: algo/echo/aes_ni/hash.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/echo/aes_ni/$(DEPDIR)/cpuminer-hash.Tpo algo/echo/aes_ni/$(DEPDIR)/cpuminer-hash.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/echo/aes_ni/hash.c' object='algo/echo/aes_ni/cpuminer-hash.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/echo/aes_ni/$(DEPDIR)/cpuminer-hash.Tpo algo/echo/aes_ni/$(DEPDIR)/cpuminer-hash.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/echo/aes_ni/hash.c' object='algo/echo/aes_ni/cpuminer-hash.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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/fugue/cpuminer-fugue-aesni.o: algo/fugue/fugue-aesni.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/fugue/cpuminer-fugue-aesni.o -MD -MP -MF algo/fugue/$(DEPDIR)/cpuminer-fugue-aesni.Tpo -c -o algo/fugue/cpuminer-fugue-aesni.o `test -f 'algo/fugue/fugue-aesni.c' || echo '$(srcdir)/'`algo/fugue/fugue-aesni.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/fugue/$(DEPDIR)/cpuminer-fugue-aesni.Tpo algo/fugue/$(DEPDIR)/cpuminer-fugue-aesni.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/fugue/fugue-aesni.c' object='algo/fugue/cpuminer-fugue-aesni.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/fugue/cpuminer-fugue-aesni.o `test -f 'algo/fugue/fugue-aesni.c' || echo '$(srcdir)/'`algo/fugue/fugue-aesni.c algo/fugue/cpuminer-fugue-aesni.obj: algo/fugue/fugue-aesni.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/fugue/cpuminer-fugue-aesni.obj -MD -MP -MF algo/fugue/$(DEPDIR)/cpuminer-fugue-aesni.Tpo -c -o algo/fugue/cpuminer-fugue-aesni.obj `if test -f 'algo/fugue/fugue-aesni.c'; then $(CYGPATH_W) 'algo/fugue/fugue-aesni.c'; else $(CYGPATH_W) '$(srcdir)/algo/fugue/fugue-aesni.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/fugue/$(DEPDIR)/cpuminer-fugue-aesni.Tpo algo/fugue/$(DEPDIR)/cpuminer-fugue-aesni.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/fugue/fugue-aesni.c' object='algo/fugue/cpuminer-fugue-aesni.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/fugue/cpuminer-fugue-aesni.obj `if test -f 'algo/fugue/fugue-aesni.c'; then $(CYGPATH_W) 'algo/fugue/fugue-aesni.c'; else $(CYGPATH_W) '$(srcdir)/algo/fugue/fugue-aesni.c'; fi` algo/fugue/cpuminer-sph_fugue.o: algo/fugue/sph_fugue.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/fugue/$(DEPDIR)/cpuminer-sph_fugue.Tpo algo/fugue/$(DEPDIR)/cpuminer-sph_fugue.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/fugue/sph_fugue.c' object='algo/fugue/cpuminer-sph_fugue.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/fugue/$(DEPDIR)/cpuminer-sph_fugue.Tpo algo/fugue/$(DEPDIR)/cpuminer-sph_fugue.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/fugue/sph_fugue.c' object='algo/fugue/cpuminer-sph_fugue.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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/gr/cpuminer-gr-gate.o: algo/gr/gr-gate.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/gr/cpuminer-gr-gate.o -MD -MP -MF algo/gr/$(DEPDIR)/cpuminer-gr-gate.Tpo -c -o algo/gr/cpuminer-gr-gate.o `test -f 'algo/gr/gr-gate.c' || echo '$(srcdir)/'`algo/gr/gr-gate.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/gr/$(DEPDIR)/cpuminer-gr-gate.Tpo algo/gr/$(DEPDIR)/cpuminer-gr-gate.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/gr/gr-gate.c' object='algo/gr/cpuminer-gr-gate.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/gr/cpuminer-gr-gate.o `test -f 'algo/gr/gr-gate.c' || echo '$(srcdir)/'`algo/gr/gr-gate.c algo/gr/cpuminer-gr-gate.obj: algo/gr/gr-gate.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/gr/cpuminer-gr-gate.obj -MD -MP -MF algo/gr/$(DEPDIR)/cpuminer-gr-gate.Tpo -c -o algo/gr/cpuminer-gr-gate.obj `if test -f 'algo/gr/gr-gate.c'; then $(CYGPATH_W) 'algo/gr/gr-gate.c'; else $(CYGPATH_W) '$(srcdir)/algo/gr/gr-gate.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/gr/$(DEPDIR)/cpuminer-gr-gate.Tpo algo/gr/$(DEPDIR)/cpuminer-gr-gate.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/gr/gr-gate.c' object='algo/gr/cpuminer-gr-gate.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/gr/cpuminer-gr-gate.obj `if test -f 'algo/gr/gr-gate.c'; then $(CYGPATH_W) 'algo/gr/gr-gate.c'; else $(CYGPATH_W) '$(srcdir)/algo/gr/gr-gate.c'; fi` algo/groestl/cpuminer-groestl512-hash-4way.o: algo/groestl/groestl512-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/groestl/cpuminer-groestl512-hash-4way.o -MD -MP -MF algo/groestl/$(DEPDIR)/cpuminer-groestl512-hash-4way.Tpo -c -o algo/groestl/cpuminer-groestl512-hash-4way.o `test -f 'algo/groestl/groestl512-hash-4way.c' || echo '$(srcdir)/'`algo/groestl/groestl512-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/groestl/$(DEPDIR)/cpuminer-groestl512-hash-4way.Tpo algo/groestl/$(DEPDIR)/cpuminer-groestl512-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/groestl/groestl512-hash-4way.c' object='algo/groestl/cpuminer-groestl512-hash-4way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/groestl/cpuminer-groestl512-hash-4way.o `test -f 'algo/groestl/groestl512-hash-4way.c' || echo '$(srcdir)/'`algo/groestl/groestl512-hash-4way.c algo/groestl/cpuminer-groestl512-hash-4way.obj: algo/groestl/groestl512-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/groestl/cpuminer-groestl512-hash-4way.obj -MD -MP -MF algo/groestl/$(DEPDIR)/cpuminer-groestl512-hash-4way.Tpo -c -o algo/groestl/cpuminer-groestl512-hash-4way.obj `if test -f 'algo/groestl/groestl512-hash-4way.c'; then $(CYGPATH_W) 'algo/groestl/groestl512-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/groestl/groestl512-hash-4way.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/groestl/$(DEPDIR)/cpuminer-groestl512-hash-4way.Tpo algo/groestl/$(DEPDIR)/cpuminer-groestl512-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/groestl/groestl512-hash-4way.c' object='algo/groestl/cpuminer-groestl512-hash-4way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/groestl/cpuminer-groestl512-hash-4way.obj `if test -f 'algo/groestl/groestl512-hash-4way.c'; then $(CYGPATH_W) 'algo/groestl/groestl512-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/groestl/groestl512-hash-4way.c'; fi` algo/groestl/cpuminer-sph_groestl.o: algo/groestl/sph_groestl.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/groestl/$(DEPDIR)/cpuminer-sph_groestl.Tpo algo/groestl/$(DEPDIR)/cpuminer-sph_groestl.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/groestl/sph_groestl.c' object='algo/groestl/cpuminer-sph_groestl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/groestl/$(DEPDIR)/cpuminer-sph_groestl.Tpo algo/groestl/$(DEPDIR)/cpuminer-sph_groestl.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/groestl/sph_groestl.c' object='algo/groestl/cpuminer-sph_groestl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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/groestl/aes_ni/cpuminer-hash-groestl.o: algo/groestl/aes_ni/hash-groestl.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl.Tpo algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/groestl/aes_ni/hash-groestl.c' object='algo/groestl/aes_ni/cpuminer-hash-groestl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl.Tpo algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/groestl/aes_ni/hash-groestl.c' object='algo/groestl/aes_ni/cpuminer-hash-groestl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl256.Tpo algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl256.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/groestl/aes_ni/hash-groestl256.c' object='algo/groestl/aes_ni/cpuminer-hash-groestl256.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl256.Tpo algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl256.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/groestl/aes_ni/hash-groestl256.c' object='algo/groestl/aes_ni/cpuminer-hash-groestl256.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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/hamsi/cpuminer-sph_hamsi.o: algo/hamsi/sph_hamsi.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/hamsi/$(DEPDIR)/cpuminer-sph_hamsi.Tpo algo/hamsi/$(DEPDIR)/cpuminer-sph_hamsi.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/hamsi/sph_hamsi.c' object='algo/hamsi/cpuminer-sph_hamsi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/hamsi/$(DEPDIR)/cpuminer-sph_hamsi.Tpo algo/hamsi/$(DEPDIR)/cpuminer-sph_hamsi.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/hamsi/sph_hamsi.c' object='algo/hamsi/cpuminer-sph_hamsi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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/hamsi/cpuminer-hamsi-hash-4way.o: algo/hamsi/hamsi-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/hamsi/cpuminer-hamsi-hash-4way.o -MD -MP -MF algo/hamsi/$(DEPDIR)/cpuminer-hamsi-hash-4way.Tpo -c -o algo/hamsi/cpuminer-hamsi-hash-4way.o `test -f 'algo/hamsi/hamsi-hash-4way.c' || echo '$(srcdir)/'`algo/hamsi/hamsi-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/hamsi/$(DEPDIR)/cpuminer-hamsi-hash-4way.Tpo algo/hamsi/$(DEPDIR)/cpuminer-hamsi-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/hamsi/hamsi-hash-4way.c' object='algo/hamsi/cpuminer-hamsi-hash-4way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/hamsi/cpuminer-hamsi-hash-4way.o `test -f 'algo/hamsi/hamsi-hash-4way.c' || echo '$(srcdir)/'`algo/hamsi/hamsi-hash-4way.c algo/hamsi/cpuminer-hamsi-hash-4way.obj: algo/hamsi/hamsi-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/hamsi/cpuminer-hamsi-hash-4way.obj -MD -MP -MF algo/hamsi/$(DEPDIR)/cpuminer-hamsi-hash-4way.Tpo -c -o algo/hamsi/cpuminer-hamsi-hash-4way.obj `if test -f 'algo/hamsi/hamsi-hash-4way.c'; then $(CYGPATH_W) 'algo/hamsi/hamsi-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/hamsi/hamsi-hash-4way.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/hamsi/$(DEPDIR)/cpuminer-hamsi-hash-4way.Tpo algo/hamsi/$(DEPDIR)/cpuminer-hamsi-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/hamsi/hamsi-hash-4way.c' object='algo/hamsi/cpuminer-hamsi-hash-4way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/hamsi/cpuminer-hamsi-hash-4way.obj `if test -f 'algo/hamsi/hamsi-hash-4way.c'; then $(CYGPATH_W) 'algo/hamsi/hamsi-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/hamsi/hamsi-hash-4way.c'; fi` algo/jh/cpuminer-sph_jh.o: algo/jh/sph_jh.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/jh/$(DEPDIR)/cpuminer-sph_jh.Tpo algo/jh/$(DEPDIR)/cpuminer-sph_jh.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/jh/sph_jh.c' object='algo/jh/cpuminer-sph_jh.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/jh/$(DEPDIR)/cpuminer-sph_jh.Tpo algo/jh/$(DEPDIR)/cpuminer-sph_jh.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/jh/sph_jh.c' object='algo/jh/cpuminer-sph_jh.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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/jh/cpuminer-jh-hash-4way.o: algo/jh/jh-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/jh/cpuminer-jh-hash-4way.o -MD -MP -MF algo/jh/$(DEPDIR)/cpuminer-jh-hash-4way.Tpo -c -o algo/jh/cpuminer-jh-hash-4way.o `test -f 'algo/jh/jh-hash-4way.c' || echo '$(srcdir)/'`algo/jh/jh-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/jh/$(DEPDIR)/cpuminer-jh-hash-4way.Tpo algo/jh/$(DEPDIR)/cpuminer-jh-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/jh/jh-hash-4way.c' object='algo/jh/cpuminer-jh-hash-4way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/jh/cpuminer-jh-hash-4way.o `test -f 'algo/jh/jh-hash-4way.c' || echo '$(srcdir)/'`algo/jh/jh-hash-4way.c algo/jh/cpuminer-jh-hash-4way.obj: algo/jh/jh-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/jh/cpuminer-jh-hash-4way.obj -MD -MP -MF algo/jh/$(DEPDIR)/cpuminer-jh-hash-4way.Tpo -c -o algo/jh/cpuminer-jh-hash-4way.obj `if test -f 'algo/jh/jh-hash-4way.c'; then $(CYGPATH_W) 'algo/jh/jh-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/jh/jh-hash-4way.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/jh/$(DEPDIR)/cpuminer-jh-hash-4way.Tpo algo/jh/$(DEPDIR)/cpuminer-jh-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/jh/jh-hash-4way.c' object='algo/jh/cpuminer-jh-hash-4way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/jh/cpuminer-jh-hash-4way.obj `if test -f 'algo/jh/jh-hash-4way.c'; then $(CYGPATH_W) 'algo/jh/jh-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/jh/jh-hash-4way.c'; fi` algo/keccak/cpuminer-sph_keccak.o: algo/keccak/sph_keccak.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/keccak/$(DEPDIR)/cpuminer-sph_keccak.Tpo algo/keccak/$(DEPDIR)/cpuminer-sph_keccak.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/keccak/sph_keccak.c' object='algo/keccak/cpuminer-sph_keccak.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/keccak/$(DEPDIR)/cpuminer-sph_keccak.Tpo algo/keccak/$(DEPDIR)/cpuminer-sph_keccak.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/keccak/sph_keccak.c' object='algo/keccak/cpuminer-sph_keccak.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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-hash-4way.o: algo/keccak/keccak-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/keccak/cpuminer-keccak-hash-4way.o -MD -MP -MF algo/keccak/$(DEPDIR)/cpuminer-keccak-hash-4way.Tpo -c -o algo/keccak/cpuminer-keccak-hash-4way.o `test -f 'algo/keccak/keccak-hash-4way.c' || echo '$(srcdir)/'`algo/keccak/keccak-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/keccak/$(DEPDIR)/cpuminer-keccak-hash-4way.Tpo algo/keccak/$(DEPDIR)/cpuminer-keccak-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/keccak/keccak-hash-4way.c' object='algo/keccak/cpuminer-keccak-hash-4way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/keccak/cpuminer-keccak-hash-4way.o `test -f 'algo/keccak/keccak-hash-4way.c' || echo '$(srcdir)/'`algo/keccak/keccak-hash-4way.c algo/keccak/cpuminer-keccak-hash-4way.obj: algo/keccak/keccak-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/keccak/cpuminer-keccak-hash-4way.obj -MD -MP -MF algo/keccak/$(DEPDIR)/cpuminer-keccak-hash-4way.Tpo -c -o algo/keccak/cpuminer-keccak-hash-4way.obj `if test -f 'algo/keccak/keccak-hash-4way.c'; then $(CYGPATH_W) 'algo/keccak/keccak-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/keccak/keccak-hash-4way.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/keccak/$(DEPDIR)/cpuminer-keccak-hash-4way.Tpo algo/keccak/$(DEPDIR)/cpuminer-keccak-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/keccak/keccak-hash-4way.c' object='algo/keccak/cpuminer-keccak-hash-4way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/keccak/cpuminer-keccak-hash-4way.obj `if test -f 'algo/keccak/keccak-hash-4way.c'; then $(CYGPATH_W) 'algo/keccak/keccak-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/keccak/keccak-hash-4way.c'; fi` algo/luffa/cpuminer-luffa_for_sse2.o: algo/luffa/luffa_for_sse2.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/luffa/cpuminer-luffa_for_sse2.o -MD -MP -MF algo/luffa/$(DEPDIR)/cpuminer-luffa_for_sse2.Tpo -c -o algo/luffa/cpuminer-luffa_for_sse2.o `test -f 'algo/luffa/luffa_for_sse2.c' || echo '$(srcdir)/'`algo/luffa/luffa_for_sse2.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/luffa/$(DEPDIR)/cpuminer-luffa_for_sse2.Tpo algo/luffa/$(DEPDIR)/cpuminer-luffa_for_sse2.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/luffa/luffa_for_sse2.c' object='algo/luffa/cpuminer-luffa_for_sse2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/luffa/cpuminer-luffa_for_sse2.o `test -f 'algo/luffa/luffa_for_sse2.c' || echo '$(srcdir)/'`algo/luffa/luffa_for_sse2.c algo/luffa/cpuminer-luffa_for_sse2.obj: algo/luffa/luffa_for_sse2.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/luffa/cpuminer-luffa_for_sse2.obj -MD -MP -MF algo/luffa/$(DEPDIR)/cpuminer-luffa_for_sse2.Tpo -c -o algo/luffa/cpuminer-luffa_for_sse2.obj `if test -f 'algo/luffa/luffa_for_sse2.c'; then $(CYGPATH_W) 'algo/luffa/luffa_for_sse2.c'; else $(CYGPATH_W) '$(srcdir)/algo/luffa/luffa_for_sse2.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/luffa/$(DEPDIR)/cpuminer-luffa_for_sse2.Tpo algo/luffa/$(DEPDIR)/cpuminer-luffa_for_sse2.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/luffa/luffa_for_sse2.c' object='algo/luffa/cpuminer-luffa_for_sse2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/luffa/cpuminer-luffa_for_sse2.obj `if test -f 'algo/luffa/luffa_for_sse2.c'; then $(CYGPATH_W) 'algo/luffa/luffa_for_sse2.c'; else $(CYGPATH_W) '$(srcdir)/algo/luffa/luffa_for_sse2.c'; fi` algo/luffa/cpuminer-luffa-hash-2way.o: algo/luffa/luffa-hash-2way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/luffa/cpuminer-luffa-hash-2way.o -MD -MP -MF algo/luffa/$(DEPDIR)/cpuminer-luffa-hash-2way.Tpo -c -o algo/luffa/cpuminer-luffa-hash-2way.o `test -f 'algo/luffa/luffa-hash-2way.c' || echo '$(srcdir)/'`algo/luffa/luffa-hash-2way.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/luffa/$(DEPDIR)/cpuminer-luffa-hash-2way.Tpo algo/luffa/$(DEPDIR)/cpuminer-luffa-hash-2way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/luffa/luffa-hash-2way.c' object='algo/luffa/cpuminer-luffa-hash-2way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/luffa/cpuminer-luffa-hash-2way.o `test -f 'algo/luffa/luffa-hash-2way.c' || echo '$(srcdir)/'`algo/luffa/luffa-hash-2way.c algo/luffa/cpuminer-luffa-hash-2way.obj: algo/luffa/luffa-hash-2way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/luffa/cpuminer-luffa-hash-2way.obj -MD -MP -MF algo/luffa/$(DEPDIR)/cpuminer-luffa-hash-2way.Tpo -c -o algo/luffa/cpuminer-luffa-hash-2way.obj `if test -f 'algo/luffa/luffa-hash-2way.c'; then $(CYGPATH_W) 'algo/luffa/luffa-hash-2way.c'; else $(CYGPATH_W) '$(srcdir)/algo/luffa/luffa-hash-2way.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/luffa/$(DEPDIR)/cpuminer-luffa-hash-2way.Tpo algo/luffa/$(DEPDIR)/cpuminer-luffa-hash-2way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/luffa/luffa-hash-2way.c' object='algo/luffa/cpuminer-luffa-hash-2way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/luffa/cpuminer-luffa-hash-2way.obj `if test -f 'algo/luffa/luffa-hash-2way.c'; then $(CYGPATH_W) 'algo/luffa/luffa-hash-2way.c'; else $(CYGPATH_W) '$(srcdir)/algo/luffa/luffa-hash-2way.c'; fi` algo/sha/cpuminer-sha256d.o: algo/sha/sha256d.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sha256d.o -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sha256d.Tpo -c -o algo/sha/cpuminer-sha256d.o `test -f 'algo/sha/sha256d.c' || echo '$(srcdir)/'`algo/sha/sha256d.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sha256d.Tpo algo/sha/$(DEPDIR)/cpuminer-sha256d.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/sha/sha256d.c' object='algo/sha/cpuminer-sha256d.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sha256d.o `test -f 'algo/sha/sha256d.c' || echo '$(srcdir)/'`algo/sha/sha256d.c algo/sha/cpuminer-sha256d.obj: algo/sha/sha256d.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sha256d.obj -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sha256d.Tpo -c -o algo/sha/cpuminer-sha256d.obj `if test -f 'algo/sha/sha256d.c'; then $(CYGPATH_W) 'algo/sha/sha256d.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sha256d.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sha256d.Tpo algo/sha/$(DEPDIR)/cpuminer-sha256d.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/sha/sha256d.c' object='algo/sha/cpuminer-sha256d.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sha256d.obj `if test -f 'algo/sha/sha256d.c'; then $(CYGPATH_W) 'algo/sha/sha256d.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sha256d.c'; fi` algo/sha/cpuminer-sha256-hash.o: algo/sha/sha256-hash.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sha256-hash.o -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sha256-hash.Tpo -c -o algo/sha/cpuminer-sha256-hash.o `test -f 'algo/sha/sha256-hash.c' || echo '$(srcdir)/'`algo/sha/sha256-hash.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sha256-hash.Tpo algo/sha/$(DEPDIR)/cpuminer-sha256-hash.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/sha/sha256-hash.c' object='algo/sha/cpuminer-sha256-hash.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sha256-hash.o `test -f 'algo/sha/sha256-hash.c' || echo '$(srcdir)/'`algo/sha/sha256-hash.c algo/sha/cpuminer-sha256-hash.obj: algo/sha/sha256-hash.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sha256-hash.obj -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sha256-hash.Tpo -c -o algo/sha/cpuminer-sha256-hash.obj `if test -f 'algo/sha/sha256-hash.c'; then $(CYGPATH_W) 'algo/sha/sha256-hash.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sha256-hash.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sha256-hash.Tpo algo/sha/$(DEPDIR)/cpuminer-sha256-hash.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/sha/sha256-hash.c' object='algo/sha/cpuminer-sha256-hash.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sha256-hash.obj `if test -f 'algo/sha/sha256-hash.c'; then $(CYGPATH_W) 'algo/sha/sha256-hash.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sha256-hash.c'; fi` algo/sha/cpuminer-sha256-hash-opt.o: algo/sha/sha256-hash-opt.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sha256-hash-opt.o -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sha256-hash-opt.Tpo -c -o algo/sha/cpuminer-sha256-hash-opt.o `test -f 'algo/sha/sha256-hash-opt.c' || echo '$(srcdir)/'`algo/sha/sha256-hash-opt.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sha256-hash-opt.Tpo algo/sha/$(DEPDIR)/cpuminer-sha256-hash-opt.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/sha/sha256-hash-opt.c' object='algo/sha/cpuminer-sha256-hash-opt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sha256-hash-opt.o `test -f 'algo/sha/sha256-hash-opt.c' || echo '$(srcdir)/'`algo/sha/sha256-hash-opt.c algo/sha/cpuminer-sha256-hash-opt.obj: algo/sha/sha256-hash-opt.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sha256-hash-opt.obj -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sha256-hash-opt.Tpo -c -o algo/sha/cpuminer-sha256-hash-opt.obj `if test -f 'algo/sha/sha256-hash-opt.c'; then $(CYGPATH_W) 'algo/sha/sha256-hash-opt.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sha256-hash-opt.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sha256-hash-opt.Tpo algo/sha/$(DEPDIR)/cpuminer-sha256-hash-opt.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/sha/sha256-hash-opt.c' object='algo/sha/cpuminer-sha256-hash-opt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sha256-hash-opt.obj `if test -f 'algo/sha/sha256-hash-opt.c'; then $(CYGPATH_W) 'algo/sha/sha256-hash-opt.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sha256-hash-opt.c'; fi` algo/sha/cpuminer-sha2.o: algo/sha/sha2.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sha2.Tpo algo/sha/$(DEPDIR)/cpuminer-sha2.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/sha/sha2.c' object='algo/sha/cpuminer-sha2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sha2.Tpo algo/sha/$(DEPDIR)/cpuminer-sha2.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/sha/sha2.c' object='algo/sha/cpuminer-sha2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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-sph_sha2.o: algo/sha/sph_sha2.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sph_sha2.Tpo algo/sha/$(DEPDIR)/cpuminer-sph_sha2.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/sha/sph_sha2.c' object='algo/sha/cpuminer-sph_sha2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sph_sha2.Tpo algo/sha/$(DEPDIR)/cpuminer-sph_sha2.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/sha/sph_sha2.c' object='algo/sha/cpuminer-sph_sha2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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-sha256-hash-2way-ni.o: algo/sha/sha256-hash-2way-ni.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sha256-hash-2way-ni.o -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sha256-hash-2way-ni.Tpo -c -o algo/sha/cpuminer-sha256-hash-2way-ni.o `test -f 'algo/sha/sha256-hash-2way-ni.c' || echo '$(srcdir)/'`algo/sha/sha256-hash-2way-ni.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sha256-hash-2way-ni.Tpo algo/sha/$(DEPDIR)/cpuminer-sha256-hash-2way-ni.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/sha/sha256-hash-2way-ni.c' object='algo/sha/cpuminer-sha256-hash-2way-ni.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sha256-hash-2way-ni.o `test -f 'algo/sha/sha256-hash-2way-ni.c' || echo '$(srcdir)/'`algo/sha/sha256-hash-2way-ni.c algo/sha/cpuminer-sha256-hash-2way-ni.obj: algo/sha/sha256-hash-2way-ni.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sha256-hash-2way-ni.obj -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sha256-hash-2way-ni.Tpo -c -o algo/sha/cpuminer-sha256-hash-2way-ni.obj `if test -f 'algo/sha/sha256-hash-2way-ni.c'; then $(CYGPATH_W) 'algo/sha/sha256-hash-2way-ni.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sha256-hash-2way-ni.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sha256-hash-2way-ni.Tpo algo/sha/$(DEPDIR)/cpuminer-sha256-hash-2way-ni.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/sha/sha256-hash-2way-ni.c' object='algo/sha/cpuminer-sha256-hash-2way-ni.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sha256-hash-2way-ni.obj `if test -f 'algo/sha/sha256-hash-2way-ni.c'; then $(CYGPATH_W) 'algo/sha/sha256-hash-2way-ni.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sha256-hash-2way-ni.c'; fi` algo/sha/cpuminer-sha256-hash-4way.o: algo/sha/sha256-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sha256-hash-4way.o -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sha256-hash-4way.Tpo -c -o algo/sha/cpuminer-sha256-hash-4way.o `test -f 'algo/sha/sha256-hash-4way.c' || echo '$(srcdir)/'`algo/sha/sha256-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sha256-hash-4way.Tpo algo/sha/$(DEPDIR)/cpuminer-sha256-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/sha/sha256-hash-4way.c' object='algo/sha/cpuminer-sha256-hash-4way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sha256-hash-4way.o `test -f 'algo/sha/sha256-hash-4way.c' || echo '$(srcdir)/'`algo/sha/sha256-hash-4way.c algo/sha/cpuminer-sha256-hash-4way.obj: algo/sha/sha256-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/sha/cpuminer-sha256-hash-4way.obj -MD -MP -MF algo/sha/$(DEPDIR)/cpuminer-sha256-hash-4way.Tpo -c -o algo/sha/cpuminer-sha256-hash-4way.obj `if test -f 'algo/sha/sha256-hash-4way.c'; then $(CYGPATH_W) 'algo/sha/sha256-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sha256-hash-4way.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/sha/$(DEPDIR)/cpuminer-sha256-hash-4way.Tpo algo/sha/$(DEPDIR)/cpuminer-sha256-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/sha/sha256-hash-4way.c' object='algo/sha/cpuminer-sha256-hash-4way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/sha/cpuminer-sha256-hash-4way.obj `if test -f 'algo/sha/sha256-hash-4way.c'; then $(CYGPATH_W) 'algo/sha/sha256-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/sha/sha256-hash-4way.c'; fi` algo/shabal/cpuminer-sph_shabal.o: algo/shabal/sph_shabal.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/shabal/$(DEPDIR)/cpuminer-sph_shabal.Tpo algo/shabal/$(DEPDIR)/cpuminer-sph_shabal.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/shabal/sph_shabal.c' object='algo/shabal/cpuminer-sph_shabal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/shabal/$(DEPDIR)/cpuminer-sph_shabal.Tpo algo/shabal/$(DEPDIR)/cpuminer-sph_shabal.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/shabal/sph_shabal.c' object='algo/shabal/cpuminer-sph_shabal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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/shabal/cpuminer-shabal-hash-4way.o: algo/shabal/shabal-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/shabal/cpuminer-shabal-hash-4way.o -MD -MP -MF algo/shabal/$(DEPDIR)/cpuminer-shabal-hash-4way.Tpo -c -o algo/shabal/cpuminer-shabal-hash-4way.o `test -f 'algo/shabal/shabal-hash-4way.c' || echo '$(srcdir)/'`algo/shabal/shabal-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/shabal/$(DEPDIR)/cpuminer-shabal-hash-4way.Tpo algo/shabal/$(DEPDIR)/cpuminer-shabal-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/shabal/shabal-hash-4way.c' object='algo/shabal/cpuminer-shabal-hash-4way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/shabal/cpuminer-shabal-hash-4way.o `test -f 'algo/shabal/shabal-hash-4way.c' || echo '$(srcdir)/'`algo/shabal/shabal-hash-4way.c algo/shabal/cpuminer-shabal-hash-4way.obj: algo/shabal/shabal-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/shabal/cpuminer-shabal-hash-4way.obj -MD -MP -MF algo/shabal/$(DEPDIR)/cpuminer-shabal-hash-4way.Tpo -c -o algo/shabal/cpuminer-shabal-hash-4way.obj `if test -f 'algo/shabal/shabal-hash-4way.c'; then $(CYGPATH_W) 'algo/shabal/shabal-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/shabal/shabal-hash-4way.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/shabal/$(DEPDIR)/cpuminer-shabal-hash-4way.Tpo algo/shabal/$(DEPDIR)/cpuminer-shabal-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/shabal/shabal-hash-4way.c' object='algo/shabal/cpuminer-shabal-hash-4way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/shabal/cpuminer-shabal-hash-4way.obj `if test -f 'algo/shabal/shabal-hash-4way.c'; then $(CYGPATH_W) 'algo/shabal/shabal-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/shabal/shabal-hash-4way.c'; fi` algo/shavite/cpuminer-sph_shavite.o: algo/shavite/sph_shavite.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/shavite/$(DEPDIR)/cpuminer-sph_shavite.Tpo algo/shavite/$(DEPDIR)/cpuminer-sph_shavite.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/shavite/sph_shavite.c' object='algo/shavite/cpuminer-sph_shavite.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/shavite/$(DEPDIR)/cpuminer-sph_shavite.Tpo algo/shavite/$(DEPDIR)/cpuminer-sph_shavite.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/shavite/sph_shavite.c' object='algo/shavite/cpuminer-sph_shavite.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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-sph-shavite-aesni.o: algo/shavite/sph-shavite-aesni.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/shavite/cpuminer-sph-shavite-aesni.o -MD -MP -MF algo/shavite/$(DEPDIR)/cpuminer-sph-shavite-aesni.Tpo -c -o algo/shavite/cpuminer-sph-shavite-aesni.o `test -f 'algo/shavite/sph-shavite-aesni.c' || echo '$(srcdir)/'`algo/shavite/sph-shavite-aesni.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/shavite/$(DEPDIR)/cpuminer-sph-shavite-aesni.Tpo algo/shavite/$(DEPDIR)/cpuminer-sph-shavite-aesni.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/shavite/sph-shavite-aesni.c' object='algo/shavite/cpuminer-sph-shavite-aesni.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/shavite/cpuminer-sph-shavite-aesni.o `test -f 'algo/shavite/sph-shavite-aesni.c' || echo '$(srcdir)/'`algo/shavite/sph-shavite-aesni.c algo/shavite/cpuminer-sph-shavite-aesni.obj: algo/shavite/sph-shavite-aesni.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/shavite/cpuminer-sph-shavite-aesni.obj -MD -MP -MF algo/shavite/$(DEPDIR)/cpuminer-sph-shavite-aesni.Tpo -c -o algo/shavite/cpuminer-sph-shavite-aesni.obj `if test -f 'algo/shavite/sph-shavite-aesni.c'; then $(CYGPATH_W) 'algo/shavite/sph-shavite-aesni.c'; else $(CYGPATH_W) '$(srcdir)/algo/shavite/sph-shavite-aesni.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/shavite/$(DEPDIR)/cpuminer-sph-shavite-aesni.Tpo algo/shavite/$(DEPDIR)/cpuminer-sph-shavite-aesni.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/shavite/sph-shavite-aesni.c' object='algo/shavite/cpuminer-sph-shavite-aesni.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/shavite/cpuminer-sph-shavite-aesni.obj `if test -f 'algo/shavite/sph-shavite-aesni.c'; then $(CYGPATH_W) 'algo/shavite/sph-shavite-aesni.c'; else $(CYGPATH_W) '$(srcdir)/algo/shavite/sph-shavite-aesni.c'; fi` algo/shavite/cpuminer-shavite-hash-2way.o: algo/shavite/shavite-hash-2way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/shavite/cpuminer-shavite-hash-2way.o -MD -MP -MF algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-2way.Tpo -c -o algo/shavite/cpuminer-shavite-hash-2way.o `test -f 'algo/shavite/shavite-hash-2way.c' || echo '$(srcdir)/'`algo/shavite/shavite-hash-2way.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-2way.Tpo algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-2way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/shavite/shavite-hash-2way.c' object='algo/shavite/cpuminer-shavite-hash-2way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/shavite/cpuminer-shavite-hash-2way.o `test -f 'algo/shavite/shavite-hash-2way.c' || echo '$(srcdir)/'`algo/shavite/shavite-hash-2way.c algo/shavite/cpuminer-shavite-hash-2way.obj: algo/shavite/shavite-hash-2way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/shavite/cpuminer-shavite-hash-2way.obj -MD -MP -MF algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-2way.Tpo -c -o algo/shavite/cpuminer-shavite-hash-2way.obj `if test -f 'algo/shavite/shavite-hash-2way.c'; then $(CYGPATH_W) 'algo/shavite/shavite-hash-2way.c'; else $(CYGPATH_W) '$(srcdir)/algo/shavite/shavite-hash-2way.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-2way.Tpo algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-2way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/shavite/shavite-hash-2way.c' object='algo/shavite/cpuminer-shavite-hash-2way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/shavite/cpuminer-shavite-hash-2way.obj `if test -f 'algo/shavite/shavite-hash-2way.c'; then $(CYGPATH_W) 'algo/shavite/shavite-hash-2way.c'; else $(CYGPATH_W) '$(srcdir)/algo/shavite/shavite-hash-2way.c'; fi` algo/shavite/cpuminer-shavite-hash-4way.o: algo/shavite/shavite-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/shavite/cpuminer-shavite-hash-4way.o -MD -MP -MF algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-4way.Tpo -c -o algo/shavite/cpuminer-shavite-hash-4way.o `test -f 'algo/shavite/shavite-hash-4way.c' || echo '$(srcdir)/'`algo/shavite/shavite-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-4way.Tpo algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/shavite/shavite-hash-4way.c' object='algo/shavite/cpuminer-shavite-hash-4way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/shavite/cpuminer-shavite-hash-4way.o `test -f 'algo/shavite/shavite-hash-4way.c' || echo '$(srcdir)/'`algo/shavite/shavite-hash-4way.c algo/shavite/cpuminer-shavite-hash-4way.obj: algo/shavite/shavite-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/shavite/cpuminer-shavite-hash-4way.obj -MD -MP -MF algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-4way.Tpo -c -o algo/shavite/cpuminer-shavite-hash-4way.obj `if test -f 'algo/shavite/shavite-hash-4way.c'; then $(CYGPATH_W) 'algo/shavite/shavite-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/shavite/shavite-hash-4way.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-4way.Tpo algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/shavite/shavite-hash-4way.c' object='algo/shavite/cpuminer-shavite-hash-4way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/shavite/cpuminer-shavite-hash-4way.obj `if test -f 'algo/shavite/shavite-hash-4way.c'; then $(CYGPATH_W) 'algo/shavite/shavite-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/shavite/shavite-hash-4way.c'; fi` algo/simd/cpuminer-nist.o: algo/simd/nist.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/simd/cpuminer-nist.o -MD -MP -MF algo/simd/$(DEPDIR)/cpuminer-nist.Tpo -c -o algo/simd/cpuminer-nist.o `test -f 'algo/simd/nist.c' || echo '$(srcdir)/'`algo/simd/nist.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/simd/$(DEPDIR)/cpuminer-nist.Tpo algo/simd/$(DEPDIR)/cpuminer-nist.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/simd/nist.c' object='algo/simd/cpuminer-nist.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/simd/cpuminer-nist.o `test -f 'algo/simd/nist.c' || echo '$(srcdir)/'`algo/simd/nist.c algo/simd/cpuminer-nist.obj: algo/simd/nist.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/simd/cpuminer-nist.obj -MD -MP -MF algo/simd/$(DEPDIR)/cpuminer-nist.Tpo -c -o algo/simd/cpuminer-nist.obj `if test -f 'algo/simd/nist.c'; then $(CYGPATH_W) 'algo/simd/nist.c'; else $(CYGPATH_W) '$(srcdir)/algo/simd/nist.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/simd/$(DEPDIR)/cpuminer-nist.Tpo algo/simd/$(DEPDIR)/cpuminer-nist.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/simd/nist.c' object='algo/simd/cpuminer-nist.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/simd/cpuminer-nist.obj `if test -f 'algo/simd/nist.c'; then $(CYGPATH_W) 'algo/simd/nist.c'; else $(CYGPATH_W) '$(srcdir)/algo/simd/nist.c'; fi` algo/simd/cpuminer-simd-hash-2way.o: algo/simd/simd-hash-2way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/simd/cpuminer-simd-hash-2way.o -MD -MP -MF algo/simd/$(DEPDIR)/cpuminer-simd-hash-2way.Tpo -c -o algo/simd/cpuminer-simd-hash-2way.o `test -f 'algo/simd/simd-hash-2way.c' || echo '$(srcdir)/'`algo/simd/simd-hash-2way.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/simd/$(DEPDIR)/cpuminer-simd-hash-2way.Tpo algo/simd/$(DEPDIR)/cpuminer-simd-hash-2way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/simd/simd-hash-2way.c' object='algo/simd/cpuminer-simd-hash-2way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/simd/cpuminer-simd-hash-2way.o `test -f 'algo/simd/simd-hash-2way.c' || echo '$(srcdir)/'`algo/simd/simd-hash-2way.c algo/simd/cpuminer-simd-hash-2way.obj: algo/simd/simd-hash-2way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/simd/cpuminer-simd-hash-2way.obj -MD -MP -MF algo/simd/$(DEPDIR)/cpuminer-simd-hash-2way.Tpo -c -o algo/simd/cpuminer-simd-hash-2way.obj `if test -f 'algo/simd/simd-hash-2way.c'; then $(CYGPATH_W) 'algo/simd/simd-hash-2way.c'; else $(CYGPATH_W) '$(srcdir)/algo/simd/simd-hash-2way.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/simd/$(DEPDIR)/cpuminer-simd-hash-2way.Tpo algo/simd/$(DEPDIR)/cpuminer-simd-hash-2way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/simd/simd-hash-2way.c' object='algo/simd/cpuminer-simd-hash-2way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/simd/cpuminer-simd-hash-2way.obj `if test -f 'algo/simd/simd-hash-2way.c'; then $(CYGPATH_W) 'algo/simd/simd-hash-2way.c'; else $(CYGPATH_W) '$(srcdir)/algo/simd/simd-hash-2way.c'; fi` algo/simd/cpuminer-vector.o: algo/simd/vector.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/simd/cpuminer-vector.o -MD -MP -MF algo/simd/$(DEPDIR)/cpuminer-vector.Tpo -c -o algo/simd/cpuminer-vector.o `test -f 'algo/simd/vector.c' || echo '$(srcdir)/'`algo/simd/vector.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/simd/$(DEPDIR)/cpuminer-vector.Tpo algo/simd/$(DEPDIR)/cpuminer-vector.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/simd/vector.c' object='algo/simd/cpuminer-vector.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/simd/cpuminer-vector.o `test -f 'algo/simd/vector.c' || echo '$(srcdir)/'`algo/simd/vector.c algo/simd/cpuminer-vector.obj: algo/simd/vector.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/simd/cpuminer-vector.obj -MD -MP -MF algo/simd/$(DEPDIR)/cpuminer-vector.Tpo -c -o algo/simd/cpuminer-vector.obj `if test -f 'algo/simd/vector.c'; then $(CYGPATH_W) 'algo/simd/vector.c'; else $(CYGPATH_W) '$(srcdir)/algo/simd/vector.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/simd/$(DEPDIR)/cpuminer-vector.Tpo algo/simd/$(DEPDIR)/cpuminer-vector.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/simd/vector.c' object='algo/simd/cpuminer-vector.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/simd/cpuminer-vector.obj `if test -f 'algo/simd/vector.c'; then $(CYGPATH_W) 'algo/simd/vector.c'; else $(CYGPATH_W) '$(srcdir)/algo/simd/vector.c'; fi` algo/skein/cpuminer-sph_skein.o: algo/skein/sph_skein.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/skein/$(DEPDIR)/cpuminer-sph_skein.Tpo algo/skein/$(DEPDIR)/cpuminer-sph_skein.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/skein/sph_skein.c' object='algo/skein/cpuminer-sph_skein.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/skein/$(DEPDIR)/cpuminer-sph_skein.Tpo algo/skein/$(DEPDIR)/cpuminer-sph_skein.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/skein/sph_skein.c' object='algo/skein/cpuminer-sph_skein.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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/skein/cpuminer-skein-hash-4way.o: algo/skein/skein-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/skein/cpuminer-skein-hash-4way.o -MD -MP -MF algo/skein/$(DEPDIR)/cpuminer-skein-hash-4way.Tpo -c -o algo/skein/cpuminer-skein-hash-4way.o `test -f 'algo/skein/skein-hash-4way.c' || echo '$(srcdir)/'`algo/skein/skein-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/skein/$(DEPDIR)/cpuminer-skein-hash-4way.Tpo algo/skein/$(DEPDIR)/cpuminer-skein-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/skein/skein-hash-4way.c' object='algo/skein/cpuminer-skein-hash-4way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/skein/cpuminer-skein-hash-4way.o `test -f 'algo/skein/skein-hash-4way.c' || echo '$(srcdir)/'`algo/skein/skein-hash-4way.c algo/skein/cpuminer-skein-hash-4way.obj: algo/skein/skein-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/skein/cpuminer-skein-hash-4way.obj -MD -MP -MF algo/skein/$(DEPDIR)/cpuminer-skein-hash-4way.Tpo -c -o algo/skein/cpuminer-skein-hash-4way.obj `if test -f 'algo/skein/skein-hash-4way.c'; then $(CYGPATH_W) 'algo/skein/skein-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/skein/skein-hash-4way.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/skein/$(DEPDIR)/cpuminer-skein-hash-4way.Tpo algo/skein/$(DEPDIR)/cpuminer-skein-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/skein/skein-hash-4way.c' object='algo/skein/cpuminer-skein-hash-4way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/skein/cpuminer-skein-hash-4way.obj `if test -f 'algo/skein/skein-hash-4way.c'; then $(CYGPATH_W) 'algo/skein/skein-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/skein/skein-hash-4way.c'; fi` algo/whirlpool/cpuminer-sph_whirlpool.o: algo/whirlpool/sph_whirlpool.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/whirlpool/$(DEPDIR)/cpuminer-sph_whirlpool.Tpo algo/whirlpool/$(DEPDIR)/cpuminer-sph_whirlpool.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/whirlpool/sph_whirlpool.c' object='algo/whirlpool/cpuminer-sph_whirlpool.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/whirlpool/$(DEPDIR)/cpuminer-sph_whirlpool.Tpo algo/whirlpool/$(DEPDIR)/cpuminer-sph_whirlpool.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/whirlpool/sph_whirlpool.c' object='algo/whirlpool/cpuminer-sph_whirlpool.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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` algo/whirlpool/cpuminer-whirlpool-hash-4way.o: algo/whirlpool/whirlpool-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/whirlpool/cpuminer-whirlpool-hash-4way.o -MD -MP -MF algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool-hash-4way.Tpo -c -o algo/whirlpool/cpuminer-whirlpool-hash-4way.o `test -f 'algo/whirlpool/whirlpool-hash-4way.c' || echo '$(srcdir)/'`algo/whirlpool/whirlpool-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool-hash-4way.Tpo algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/whirlpool/whirlpool-hash-4way.c' object='algo/whirlpool/cpuminer-whirlpool-hash-4way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/whirlpool/cpuminer-whirlpool-hash-4way.o `test -f 'algo/whirlpool/whirlpool-hash-4way.c' || echo '$(srcdir)/'`algo/whirlpool/whirlpool-hash-4way.c algo/whirlpool/cpuminer-whirlpool-hash-4way.obj: algo/whirlpool/whirlpool-hash-4way.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -MT algo/whirlpool/cpuminer-whirlpool-hash-4way.obj -MD -MP -MF algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool-hash-4way.Tpo -c -o algo/whirlpool/cpuminer-whirlpool-hash-4way.obj `if test -f 'algo/whirlpool/whirlpool-hash-4way.c'; then $(CYGPATH_W) 'algo/whirlpool/whirlpool-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/whirlpool/whirlpool-hash-4way.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool-hash-4way.Tpo algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool-hash-4way.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='algo/whirlpool/whirlpool-hash-4way.c' object='algo/whirlpool/cpuminer-whirlpool-hash-4way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(cpuminer_CFLAGS) $(CFLAGS) -c -o algo/whirlpool/cpuminer-whirlpool-hash-4way.obj `if test -f 'algo/whirlpool/whirlpool-hash-4way.c'; then $(CYGPATH_W) 'algo/whirlpool/whirlpool-hash-4way.c'; else $(CYGPATH_W) '$(srcdir)/algo/whirlpool/whirlpool-hash-4way.c'; fi` compat/cpuminer-winansi.o: compat/winansi.c @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) compat/$(DEPDIR)/cpuminer-winansi.Tpo compat/$(DEPDIR)/cpuminer-winansi.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='compat/winansi.c' object='compat/cpuminer-winansi.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) compat/$(DEPDIR)/cpuminer-winansi.Tpo compat/$(DEPDIR)/cpuminer-winansi.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='compat/winansi.c' object='compat/cpuminer-winansi.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< .cpp.obj: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` cpuminer-msr_mod.o: msr_mod.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cpuminer-msr_mod.o -MD -MP -MF $(DEPDIR)/cpuminer-msr_mod.Tpo -c -o cpuminer-msr_mod.o `test -f 'msr_mod.cpp' || echo '$(srcdir)/'`msr_mod.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-msr_mod.Tpo $(DEPDIR)/cpuminer-msr_mod.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='msr_mod.cpp' object='cpuminer-msr_mod.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cpuminer-msr_mod.o `test -f 'msr_mod.cpp' || echo '$(srcdir)/'`msr_mod.cpp cpuminer-msr_mod.obj: msr_mod.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT cpuminer-msr_mod.obj -MD -MP -MF $(DEPDIR)/cpuminer-msr_mod.Tpo -c -o cpuminer-msr_mod.obj `if test -f 'msr_mod.cpp'; then $(CYGPATH_W) 'msr_mod.cpp'; else $(CYGPATH_W) '$(srcdir)/msr_mod.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cpuminer-msr_mod.Tpo $(DEPDIR)/cpuminer-msr_mod.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='msr_mod.cpp' object='cpuminer-msr_mod.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o cpuminer-msr_mod.obj `if test -f 'msr_mod.cpp'; then $(CYGPATH_W) 'msr_mod.cpp'; else $(CYGPATH_W) '$(srcdir)/msr_mod.cpp'; fi` algo/gr/cpuminer-gr.o: algo/gr/gr.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT algo/gr/cpuminer-gr.o -MD -MP -MF algo/gr/$(DEPDIR)/cpuminer-gr.Tpo -c -o algo/gr/cpuminer-gr.o `test -f 'algo/gr/gr.cpp' || echo '$(srcdir)/'`algo/gr/gr.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) algo/gr/$(DEPDIR)/cpuminer-gr.Tpo algo/gr/$(DEPDIR)/cpuminer-gr.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='algo/gr/gr.cpp' object='algo/gr/cpuminer-gr.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o algo/gr/cpuminer-gr.o `test -f 'algo/gr/gr.cpp' || echo '$(srcdir)/'`algo/gr/gr.cpp algo/gr/cpuminer-gr.obj: algo/gr/gr.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT algo/gr/cpuminer-gr.obj -MD -MP -MF algo/gr/$(DEPDIR)/cpuminer-gr.Tpo -c -o algo/gr/cpuminer-gr.obj `if test -f 'algo/gr/gr.cpp'; then $(CYGPATH_W) 'algo/gr/gr.cpp'; else $(CYGPATH_W) '$(srcdir)/algo/gr/gr.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) algo/gr/$(DEPDIR)/cpuminer-gr.Tpo algo/gr/$(DEPDIR)/cpuminer-gr.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='algo/gr/gr.cpp' object='algo/gr/cpuminer-gr.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o algo/gr/cpuminer-gr.obj `if test -f 'algo/gr/gr.cpp'; then $(CYGPATH_W) 'algo/gr/gr.cpp'; else $(CYGPATH_W) '$(srcdir)/algo/gr/gr.cpp'; fi` algo/gr/cpuminer-gr-4way.o: algo/gr/gr-4way.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT algo/gr/cpuminer-gr-4way.o -MD -MP -MF algo/gr/$(DEPDIR)/cpuminer-gr-4way.Tpo -c -o algo/gr/cpuminer-gr-4way.o `test -f 'algo/gr/gr-4way.cpp' || echo '$(srcdir)/'`algo/gr/gr-4way.cpp @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) algo/gr/$(DEPDIR)/cpuminer-gr-4way.Tpo algo/gr/$(DEPDIR)/cpuminer-gr-4way.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='algo/gr/gr-4way.cpp' object='algo/gr/cpuminer-gr-4way.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o algo/gr/cpuminer-gr-4way.o `test -f 'algo/gr/gr-4way.cpp' || echo '$(srcdir)/'`algo/gr/gr-4way.cpp algo/gr/cpuminer-gr-4way.obj: algo/gr/gr-4way.cpp @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT algo/gr/cpuminer-gr-4way.obj -MD -MP -MF algo/gr/$(DEPDIR)/cpuminer-gr-4way.Tpo -c -o algo/gr/cpuminer-gr-4way.obj `if test -f 'algo/gr/gr-4way.cpp'; then $(CYGPATH_W) 'algo/gr/gr-4way.cpp'; else $(CYGPATH_W) '$(srcdir)/algo/gr/gr-4way.cpp'; fi` @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) algo/gr/$(DEPDIR)/cpuminer-gr-4way.Tpo algo/gr/$(DEPDIR)/cpuminer-gr-4way.Po @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='algo/gr/gr-4way.cpp' object='algo/gr/cpuminer-gr-4way.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cpuminer_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o algo/gr/cpuminer-gr-4way.obj `if test -f 'algo/gr/gr-4way.cpp'; then $(CYGPATH_W) 'algo/gr/gr-4way.cpp'; else $(CYGPATH_W) '$(srcdir)/algo/gr/gr-4way.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: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(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) | eval GZIP= gzip $(GZIP_ENV) -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 distribution archives compressed with" \ "legacy program 'compress' 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 shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -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*) \ eval GZIP= gzip $(GZIP_ENV) -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*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_build/sub $(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/sub \ && ../../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/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/cubehash/$(DEPDIR)/$(am__dirstamp) -rm -f algo/cubehash/$(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/gr/$(DEPDIR)/$(am__dirstamp) -rm -f algo/gr/$(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/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/luffa/$(DEPDIR)/$(am__dirstamp) -rm -f algo/luffa/$(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/skein/$(DEPDIR)/$(am__dirstamp) -rm -f algo/skein/$(am__dirstamp) -rm -f algo/whirlpool/$(DEPDIR)/$(am__dirstamp) -rm -f algo/whirlpool/$(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 -f ./$(DEPDIR)/cpuminer-algo-gate-api.Po -rm -f ./$(DEPDIR)/cpuminer-api.Po -rm -f ./$(DEPDIR)/cpuminer-cpu-miner.Po -rm -f ./$(DEPDIR)/cpuminer-msr_mod.Po -rm -f ./$(DEPDIR)/cpuminer-sysinfos.Po -rm -f ./$(DEPDIR)/cpuminer-util.Po -rm -f ./$(DEPDIR)/cpuminer-virtual_memory.Po -rm -f algo/blake/$(DEPDIR)/cpuminer-blake512-hash-4way.Po -rm -f algo/blake/$(DEPDIR)/cpuminer-sph_blake.Po -rm -f algo/bmw/$(DEPDIR)/cpuminer-bmw512-hash-4way.Po -rm -f algo/bmw/$(DEPDIR)/cpuminer-sph_bmw.Po -rm -f algo/cubehash/$(DEPDIR)/cpuminer-cube-hash-2way.Po -rm -f algo/cubehash/$(DEPDIR)/cpuminer-cubehash_sse2.Po -rm -f algo/echo/$(DEPDIR)/cpuminer-echo-hash-4way.Po -rm -f algo/echo/$(DEPDIR)/cpuminer-sph_echo.Po -rm -f algo/echo/aes_ni/$(DEPDIR)/cpuminer-hash.Po -rm -f algo/fugue/$(DEPDIR)/cpuminer-fugue-aesni.Po -rm -f algo/fugue/$(DEPDIR)/cpuminer-sph_fugue.Po -rm -f algo/gr/$(DEPDIR)/cpuminer-gr-4way.Po -rm -f algo/gr/$(DEPDIR)/cpuminer-gr-gate.Po -rm -f algo/gr/$(DEPDIR)/cpuminer-gr.Po -rm -f algo/groestl/$(DEPDIR)/cpuminer-groestl512-hash-4way.Po -rm -f algo/groestl/$(DEPDIR)/cpuminer-sph_groestl.Po -rm -f algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl.Po -rm -f algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl256.Po -rm -f algo/hamsi/$(DEPDIR)/cpuminer-hamsi-hash-4way.Po -rm -f algo/hamsi/$(DEPDIR)/cpuminer-sph_hamsi.Po -rm -f algo/jh/$(DEPDIR)/cpuminer-jh-hash-4way.Po -rm -f algo/jh/$(DEPDIR)/cpuminer-sph_jh.Po -rm -f algo/keccak/$(DEPDIR)/cpuminer-keccak-hash-4way.Po -rm -f algo/keccak/$(DEPDIR)/cpuminer-sph_keccak.Po -rm -f algo/luffa/$(DEPDIR)/cpuminer-luffa-hash-2way.Po -rm -f algo/luffa/$(DEPDIR)/cpuminer-luffa_for_sse2.Po -rm -f algo/sha/$(DEPDIR)/cpuminer-sha2.Po -rm -f algo/sha/$(DEPDIR)/cpuminer-sha256-hash-2way-ni.Po -rm -f algo/sha/$(DEPDIR)/cpuminer-sha256-hash-4way.Po -rm -f algo/sha/$(DEPDIR)/cpuminer-sha256-hash-opt.Po -rm -f algo/sha/$(DEPDIR)/cpuminer-sha256-hash.Po -rm -f algo/sha/$(DEPDIR)/cpuminer-sha256d.Po -rm -f algo/sha/$(DEPDIR)/cpuminer-sph_sha2.Po -rm -f algo/shabal/$(DEPDIR)/cpuminer-shabal-hash-4way.Po -rm -f algo/shabal/$(DEPDIR)/cpuminer-sph_shabal.Po -rm -f algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-2way.Po -rm -f algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-4way.Po -rm -f algo/shavite/$(DEPDIR)/cpuminer-sph-shavite-aesni.Po -rm -f algo/shavite/$(DEPDIR)/cpuminer-sph_shavite.Po -rm -f algo/simd/$(DEPDIR)/cpuminer-nist.Po -rm -f algo/simd/$(DEPDIR)/cpuminer-simd-hash-2way.Po -rm -f algo/simd/$(DEPDIR)/cpuminer-vector.Po -rm -f algo/skein/$(DEPDIR)/cpuminer-skein-hash-4way.Po -rm -f algo/skein/$(DEPDIR)/cpuminer-sph_skein.Po -rm -f algo/whirlpool/$(DEPDIR)/cpuminer-sph_whirlpool.Po -rm -f algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool-hash-4way.Po -rm -f asm/$(DEPDIR)/cpuminer-aesb-x64.Po -rm -f asm/$(DEPDIR)/cpuminer-aesb-x86.Po -rm -f asm/$(DEPDIR)/cpuminer-neoscrypt_asm.Po -rm -f asm/$(DEPDIR)/cpuminer-scrypt-arm.Po -rm -f asm/$(DEPDIR)/cpuminer-scrypt-x64.Po -rm -f asm/$(DEPDIR)/cpuminer-scrypt-x86.Po -rm -f asm/$(DEPDIR)/cpuminer-sha2-arm.Po -rm -f asm/$(DEPDIR)/cpuminer-sha2-x64.Po -rm -f asm/$(DEPDIR)/cpuminer-sha2-x86.Po -rm -f compat/$(DEPDIR)/cpuminer-winansi.Po -rm -f crypto/$(DEPDIR)/cpuminer-c_keccak.Po -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 -f ./$(DEPDIR)/cpuminer-algo-gate-api.Po -rm -f ./$(DEPDIR)/cpuminer-api.Po -rm -f ./$(DEPDIR)/cpuminer-cpu-miner.Po -rm -f ./$(DEPDIR)/cpuminer-msr_mod.Po -rm -f ./$(DEPDIR)/cpuminer-sysinfos.Po -rm -f ./$(DEPDIR)/cpuminer-util.Po -rm -f ./$(DEPDIR)/cpuminer-virtual_memory.Po -rm -f algo/blake/$(DEPDIR)/cpuminer-blake512-hash-4way.Po -rm -f algo/blake/$(DEPDIR)/cpuminer-sph_blake.Po -rm -f algo/bmw/$(DEPDIR)/cpuminer-bmw512-hash-4way.Po -rm -f algo/bmw/$(DEPDIR)/cpuminer-sph_bmw.Po -rm -f algo/cubehash/$(DEPDIR)/cpuminer-cube-hash-2way.Po -rm -f algo/cubehash/$(DEPDIR)/cpuminer-cubehash_sse2.Po -rm -f algo/echo/$(DEPDIR)/cpuminer-echo-hash-4way.Po -rm -f algo/echo/$(DEPDIR)/cpuminer-sph_echo.Po -rm -f algo/echo/aes_ni/$(DEPDIR)/cpuminer-hash.Po -rm -f algo/fugue/$(DEPDIR)/cpuminer-fugue-aesni.Po -rm -f algo/fugue/$(DEPDIR)/cpuminer-sph_fugue.Po -rm -f algo/gr/$(DEPDIR)/cpuminer-gr-4way.Po -rm -f algo/gr/$(DEPDIR)/cpuminer-gr-gate.Po -rm -f algo/gr/$(DEPDIR)/cpuminer-gr.Po -rm -f algo/groestl/$(DEPDIR)/cpuminer-groestl512-hash-4way.Po -rm -f algo/groestl/$(DEPDIR)/cpuminer-sph_groestl.Po -rm -f algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl.Po -rm -f algo/groestl/aes_ni/$(DEPDIR)/cpuminer-hash-groestl256.Po -rm -f algo/hamsi/$(DEPDIR)/cpuminer-hamsi-hash-4way.Po -rm -f algo/hamsi/$(DEPDIR)/cpuminer-sph_hamsi.Po -rm -f algo/jh/$(DEPDIR)/cpuminer-jh-hash-4way.Po -rm -f algo/jh/$(DEPDIR)/cpuminer-sph_jh.Po -rm -f algo/keccak/$(DEPDIR)/cpuminer-keccak-hash-4way.Po -rm -f algo/keccak/$(DEPDIR)/cpuminer-sph_keccak.Po -rm -f algo/luffa/$(DEPDIR)/cpuminer-luffa-hash-2way.Po -rm -f algo/luffa/$(DEPDIR)/cpuminer-luffa_for_sse2.Po -rm -f algo/sha/$(DEPDIR)/cpuminer-sha2.Po -rm -f algo/sha/$(DEPDIR)/cpuminer-sha256-hash-2way-ni.Po -rm -f algo/sha/$(DEPDIR)/cpuminer-sha256-hash-4way.Po -rm -f algo/sha/$(DEPDIR)/cpuminer-sha256-hash-opt.Po -rm -f algo/sha/$(DEPDIR)/cpuminer-sha256-hash.Po -rm -f algo/sha/$(DEPDIR)/cpuminer-sha256d.Po -rm -f algo/sha/$(DEPDIR)/cpuminer-sph_sha2.Po -rm -f algo/shabal/$(DEPDIR)/cpuminer-shabal-hash-4way.Po -rm -f algo/shabal/$(DEPDIR)/cpuminer-sph_shabal.Po -rm -f algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-2way.Po -rm -f algo/shavite/$(DEPDIR)/cpuminer-shavite-hash-4way.Po -rm -f algo/shavite/$(DEPDIR)/cpuminer-sph-shavite-aesni.Po -rm -f algo/shavite/$(DEPDIR)/cpuminer-sph_shavite.Po -rm -f algo/simd/$(DEPDIR)/cpuminer-nist.Po -rm -f algo/simd/$(DEPDIR)/cpuminer-simd-hash-2way.Po -rm -f algo/simd/$(DEPDIR)/cpuminer-vector.Po -rm -f algo/skein/$(DEPDIR)/cpuminer-skein-hash-4way.Po -rm -f algo/skein/$(DEPDIR)/cpuminer-sph_skein.Po -rm -f algo/whirlpool/$(DEPDIR)/cpuminer-sph_whirlpool.Po -rm -f algo/whirlpool/$(DEPDIR)/cpuminer-whirlpool-hash-4way.Po -rm -f asm/$(DEPDIR)/cpuminer-aesb-x64.Po -rm -f asm/$(DEPDIR)/cpuminer-aesb-x86.Po -rm -f asm/$(DEPDIR)/cpuminer-neoscrypt_asm.Po -rm -f asm/$(DEPDIR)/cpuminer-scrypt-arm.Po -rm -f asm/$(DEPDIR)/cpuminer-scrypt-x64.Po -rm -f asm/$(DEPDIR)/cpuminer-scrypt-x86.Po -rm -f asm/$(DEPDIR)/cpuminer-sha2-arm.Po -rm -f asm/$(DEPDIR)/cpuminer-sha2-x64.Po -rm -f asm/$(DEPDIR)/cpuminer-sha2-x86.Po -rm -f compat/$(DEPDIR)/cpuminer-winansi.Po -rm -f crypto/$(DEPDIR)/cpuminer-c_keccak.Po -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--depfiles 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 .PRECIOUS: Makefile # special CFLAGS (if you find a simpler way to do that tell me ;) @HAVE_WINDOWS_TRUE@cpuminer-neoscrypt.o: neoscrypt.c @HAVE_WINDOWS_TRUE@ @echo "CUSTOM ${@}: ${filter %.o,${^}} ${filter %.c,${^}}" @HAVE_WINDOWS_TRUE@ $(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: