@ -1,8 +1,9 @@
@@ -1,8 +1,9 @@
# Makefile.in generated by automake 1.13 .3 from Makefile.am.
# Makefile.in generated by automake 1.11 .3 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 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.
@ -15,51 +16,6 @@
@@ -15,51 +16,6 @@
@ S E T _ M A K E @
VPATH = @srcdir@
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
am__make_running_with_option = \
case $$ { target_option-} in \
?) ; ; \
*) echo "am__make_running_with_option: internal error: invalid" \
" target option ' $$ {target_option-}' specified " >& 2; \
exit 1; ; \
esac ; \
has_opt = no; \
sane_makeflags = $$ MAKEFLAGS; \
if $( am__is_gnu_make) ; then \
sane_makeflags = $$ MFLAGS; \
else \
case $$ MAKEFLAGS in \
*\\ [ \ \ ] *) \
bs = \\ ; \
sane_makeflags = ` printf '%s\n' " $$ MAKEFLAGS " \
| sed " s/ $$ bs $$ bs[ $$ bs $$ bs ]*//g " ` ; ; \
esac ; \
fi ; \
skip_next = no; \
strip_trailopt ( ) \
{ \
flg = ` printf '%s\n' " $$ flg " | sed " s/ $$ 1.* $$ // " ` ; \
} ; \
for flg in $$ sane_makeflags; do \
test $$ skip_next = yes && { skip_next = no; continue ; } ; \
case $$ flg in \
*= *| --*) continue ; ; \
-*I) strip_trailopt 'I' ; skip_next = yes; ; \
-*I?*) strip_trailopt 'I' ; ; \
-*O) strip_trailopt 'O' ; skip_next = yes; ; \
-*O?*) strip_trailopt 'O' ; ; \
-*l) strip_trailopt 'l' ; skip_next = yes; ; \
-*l?*) strip_trailopt 'l' ; ; \
-[ dEDm] ) skip_next = yes; ; \
-[ JT] ) skip_next = yes; ; \
esac ; \
case $$ flg in \
*$$ target_option*) has_opt = yes; break; ; \
esac ; \
done ; \
test $$ has_opt = yes
am__make_dryrun = ( target_option = n; $( am__make_running_with_option) )
am__make_keepgoing = ( target_option = k; $( am__make_running_with_option) )
pkgdatadir = $( datadir) /@PACKAGE@
pkgincludedir = $( includedir) /@PACKAGE@
pkglibdir = $( libdir) /@PACKAGE@
@ -81,11 +37,10 @@ host_triplet = @host@
@@ -81,11 +37,10 @@ host_triplet = @host@
target_triplet = @target@
bin_PROGRAMS = ccminer$( EXEEXT)
subdir = .
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
$( srcdir) /Makefile.in $( srcdir) /Makefile.am \
$( top_srcdir) /configure $( am__configure_deps) \
$( srcdir) /cpuminer-config.h.in depcomp COPYING compile \
config.guess config.sub install-sh missing
DIST_COMMON = README $( am__configure_deps) $( srcdir) /Makefile.am \
$( srcdir) /Makefile.in $( srcdir) /cpuminer-config.h.in \
$( top_srcdir) /configure AUTHORS COPYING ChangeLog INSTALL NEWS \
compile config.guess config.sub depcomp install-sh missing
ACLOCAL_M4 = $( top_srcdir) /aclocal.m4
am__aclocal_m4_deps = $( top_srcdir) /configure.ac
am__configure_deps = $( am__aclocal_m4_deps) $( CONFIGURE_DEPENDENCIES) \
@ -111,95 +66,35 @@ ccminer_OBJECTS = $(am_ccminer_OBJECTS)
@@ -111,95 +66,35 @@ ccminer_OBJECTS = $(am_ccminer_OBJECTS)
ccminer_DEPENDENCIES =
ccminer_LINK = $( CXXLD) $( AM_CXXFLAGS) $( CXXFLAGS) $( ccminer_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__depfiles_maybe = depfiles
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 =
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 = $( ccminer_SOURCES)
DIST_SOURCES = $( ccminer_SOURCES)
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
RECURSIVE_TARGETS = all-recursive check-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 uninstall-recursive
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
am__recursive_targets = \
$( RECURSIVE_TARGETS) \
$( RECURSIVE_CLEAN_TARGETS) \
$( am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $( am__recursive_targets:-recursive= ) TAGS CTAGS \
cscope distdir dist dist-all distcheck
am__tagged_files = $( HEADERS) $( SOURCES) $( TAGS_FILES) \
$( LISP) cpuminer-config.h.in
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
# *not* preserved.
am__uniquify_input = $( AWK) ' \
BEGIN { nonempty = 0; } \
{ items[ $$ 0] = 1; nonempty = 1; } \
END { if ( nonempty) { for ( i in items) print i; } ; } \
'
# Make sure the list of sources is unique. This is necessary because,
# e.g., the same source file might be shared among _SOURCES variables
# for different programs/libraries.
am__define_uniq_tagged_files = \
list = '$(am__tagged_files)' ; \
unique = ` for i in $$ list; do \
if test -f " $$ i " ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
done | $( am__uniquify_input) `
AM_RECURSIVE_TARGETS = $( RECURSIVE_TARGETS:-recursive= ) \
$( RECURSIVE_CLEAN_TARGETS:-recursive= ) tags TAGS ctags CTAGS \
distdir dist dist-all distcheck
ETAGS = etags
CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = $( SUBDIRS)
DISTFILES = $( DIST_COMMON) $( DIST_SOURCES) $( TEXINFOS) $( EXTRA_DIST)
distdir = $( PACKAGE) -$( VERSION)
@ -210,7 +105,6 @@ am__remove_distdir = \
@@ -210,7 +105,6 @@ am__remove_distdir = \
&& 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,' ; \
@ -238,7 +132,6 @@ am__relativize = \
@@ -238,7 +132,6 @@ am__relativize = \
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$$'
@ -246,7 +139,6 @@ distcleancheck_listfiles = find . -type f -print
@@ -246,7 +139,6 @@ distcleancheck_listfiles = find . -type f -print
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
@ -445,18 +337,14 @@ distclean-hdr:
@@ -445,18 +337,14 @@ distclean-hdr:
-rm -f cpuminer-config.h stamp-h1
install-binPROGRAMS : $( bin_PROGRAMS )
@$( NORMAL_INSTALL)
test -z " $( bindir) " || $( MKDIR_P) " $( DESTDIR) $( bindir) "
@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 ; \
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|.*|.|' \
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 } \
@ -477,18 +365,16 @@ uninstall-binPROGRAMS:
@@ -477,18 +365,16 @@ uninstall-binPROGRAMS:
@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)/' \
` ; \
-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)
ccminer$(EXEEXT) : $( ccminer_OBJECTS ) $( ccminer_DEPENDENCIES ) $( EXTRA_ccminer_DEPENDENCIES )
@rm -f ccminer$( EXEEXT)
$( AM_V_CXXLD) $( ccminer_LINK) $( ccminer_OBJECTS) $( ccminer_LDADD) $( LIBS)
$( ccminer_LINK) $( ccminer_OBJECTS) $( ccminer_LDADD) $( LIBS)
mostlyclean-compile :
-rm -f *.$( OBJEXT)
@ -508,193 +394,190 @@ distclean-compile:
@@ -508,193 +394,190 @@ distclean-compile:
@ A M D E P _ T R U E @ @ a m _ _ i n c l u d e @ @ a m _ _ q u o t e @ . / $( DEPDIR ) / c c m i n e r - u t i l . P o @ a m _ _ q u o t e @
.c.o :
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( COMPILE ) - M T $@ - M D - M P - M F $( DEPDIR ) / $* . T p o - c - o $@ $<
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / $* . T p o $( DEPDIR ) / $* . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= '$<' object = '$@' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( COMPILE ) - M T $@ - M D - M P - M F $( DEPDIR ) / $* . T p o - c - o $@ $<
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / $* . T p o $( DEPDIR ) / $* . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = '$<' object = '$@' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( COMPILE ) - c $<
@ a m _ _ f a s t d e p C C _ F A L S E @ $( COMPILE ) - c $<
.c.obj :
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( COMPILE ) - M T $@ - M D - M P - M F $( DEPDIR ) / $* . T p o - c - o $@ ` $( CYGPATH_W ) '$<' `
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / $* . T p o $( DEPDIR ) / $* . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= '$<' object = '$@' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( COMPILE ) - M T $@ - M D - M P - M F $( DEPDIR ) / $* . T p o - c - o $@ ` $( CYGPATH_W ) '$<' `
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / $* . T p o $( DEPDIR ) / $* . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = '$<' object = '$@' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( COMPILE ) - c ` $( CYGPATH_W ) '$<' `
@ a m _ _ f a s t d e p C C _ F A L S E @ $( COMPILE ) - c ` $( CYGPATH_W ) '$<' `
ccminer-cpu-miner.o : cpu -miner .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - c p u - m i n e r . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - c p u - m i n e r . T p o - c - o c c m i n e r - c p u - m i n e r . o ` t e s t - f 'cpu-miner.c' | | e c h o '$(srcdir)/' ` c p u - m i n e r . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - c p u - m i n e r . T p o $( DEPDIR ) / c c m i n e r - c p u - m i n e r . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'cpu-miner.c' object = 'ccminer-cpu-miner.o' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - c p u - m i n e r . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - c p u - m i n e r . T p o - c - o c c m i n e r - c p u - m i n e r . o ` t e s t - f 'cpu-miner.c' | | e c h o '$(srcdir)/' ` c p u - m i n e r . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - c p u - m i n e r . T p o $( DEPDIR ) / c c m i n e r - c p u - m i n e r . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'cpu-miner.c' object = 'ccminer-cpu-miner.o' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - c p u - m i n e r . o ` t e s t - f 'cpu-miner.c' | | e c h o '$(srcdir)/' ` c p u - m i n e r . c
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - c p u - m i n e r . o ` t e s t - f 'cpu-miner.c' | | e c h o '$(srcdir)/' ` c p u - m i n e r . c
ccminer-cpu-miner.obj : cpu -miner .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - c p u - m i n e r . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - c p u - m i n e r . T p o - c - o c c m i n e r - c p u - m i n e r . o b j ` i f t e s t - f 'cpu-miner.c' ; t h e n $( CYGPATH_W ) 'cpu-miner.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/cpu-miner.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - c p u - m i n e r . T p o $( DEPDIR ) / c c m i n e r - c p u - m i n e r . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'cpu-miner.c' object = 'ccminer-cpu-miner.obj' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - c p u - m i n e r . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - c p u - m i n e r . T p o - c - o c c m i n e r - c p u - m i n e r . o b j ` i f t e s t - f 'cpu-miner.c' ; t h e n $( CYGPATH_W ) 'cpu-miner.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/cpu-miner.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - c p u - m i n e r . T p o $( DEPDIR ) / c c m i n e r - c p u - m i n e r . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'cpu-miner.c' object = 'ccminer-cpu-miner.obj' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - c p u - m i n e r . o b j ` i f t e s t - f 'cpu-miner.c' ; t h e n $( CYGPATH_W ) 'cpu-miner.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/cpu-miner.c' ; f i `
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - c p u - m i n e r . o b j ` i f t e s t - f 'cpu-miner.c' ; t h e n $( CYGPATH_W ) 'cpu-miner.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/cpu-miner.c' ; f i `
ccminer-util.o : util .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - u t i l . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - u t i l . T p o - c - o c c m i n e r - u t i l . o ` t e s t - f 'util.c' | | e c h o '$(srcdir)/' ` u t i l . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - u t i l . T p o $( DEPDIR ) / c c m i n e r - u t i l . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'util.c' object = 'ccminer-util.o' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - u t i l . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - u t i l . T p o - c - o c c m i n e r - u t i l . o ` t e s t - f 'util.c' | | e c h o '$(srcdir)/' ` u t i l . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - u t i l . T p o $( DEPDIR ) / c c m i n e r - u t i l . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'util.c' object = 'ccminer-util.o' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - u t i l . o ` t e s t - f 'util.c' | | e c h o '$(srcdir)/' ` u t i l . c
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - u t i l . o ` t e s t - f 'util.c' | | e c h o '$(srcdir)/' ` u t i l . c
ccminer-util.obj : util .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - u t i l . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - u t i l . T p o - c - o c c m i n e r - u t i l . o b j ` i f t e s t - f 'util.c' ; t h e n $( CYGPATH_W ) 'util.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/util.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - u t i l . T p o $( DEPDIR ) / c c m i n e r - u t i l . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'util.c' object = 'ccminer-util.obj' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - u t i l . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - u t i l . T p o - c - o c c m i n e r - u t i l . o b j ` i f t e s t - f 'util.c' ; t h e n $( CYGPATH_W ) 'util.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/util.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - u t i l . T p o $( DEPDIR ) / c c m i n e r - u t i l . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'util.c' object = 'ccminer-util.obj' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - u t i l . o b j ` i f t e s t - f 'util.c' ; t h e n $( CYGPATH_W ) 'util.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/util.c' ; f i `
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - u t i l . o b j ` i f t e s t - f 'util.c' ; t h e n $( CYGPATH_W ) 'util.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/util.c' ; f i `
ccminer-blake.o : blake .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - b l a k e . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - b l a k e . T p o - c - o c c m i n e r - b l a k e . o ` t e s t - f 'blake.c' | | e c h o '$(srcdir)/' ` b l a k e . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - b l a k e . T p o $( DEPDIR ) / c c m i n e r - b l a k e . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'blake.c' object = 'ccminer-blake.o' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - b l a k e . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - b l a k e . T p o - c - o c c m i n e r - b l a k e . o ` t e s t - f 'blake.c' | | e c h o '$(srcdir)/' ` b l a k e . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - b l a k e . T p o $( DEPDIR ) / c c m i n e r - b l a k e . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'blake.c' object = 'ccminer-blake.o' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - b l a k e . o ` t e s t - f 'blake.c' | | e c h o '$(srcdir)/' ` b l a k e . c
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - b l a k e . o ` t e s t - f 'blake.c' | | e c h o '$(srcdir)/' ` b l a k e . c
ccminer-blake.obj : blake .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - b l a k e . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - b l a k e . T p o - c - o c c m i n e r - b l a k e . o b j ` i f t e s t - f 'blake.c' ; t h e n $( CYGPATH_W ) 'blake.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/blake.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - b l a k e . T p o $( DEPDIR ) / c c m i n e r - b l a k e . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'blake.c' object = 'ccminer-blake.obj' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - b l a k e . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - b l a k e . T p o - c - o c c m i n e r - b l a k e . o b j ` i f t e s t - f 'blake.c' ; t h e n $( CYGPATH_W ) 'blake.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/blake.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - b l a k e . T p o $( DEPDIR ) / c c m i n e r - b l a k e . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'blake.c' object = 'ccminer-blake.obj' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - b l a k e . o b j ` i f t e s t - f 'blake.c' ; t h e n $( CYGPATH_W ) 'blake.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/blake.c' ; f i `
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - b l a k e . o b j ` i f t e s t - f 'blake.c' ; t h e n $( CYGPATH_W ) 'blake.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/blake.c' ; f i `
ccminer-groestl.o : groestl .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - g r o e s t l . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - g r o e s t l . T p o - c - o c c m i n e r - g r o e s t l . o ` t e s t - f 'groestl.c' | | e c h o '$(srcdir)/' ` g r o e s t l . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - g r o e s t l . T p o $( DEPDIR ) / c c m i n e r - g r o e s t l . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'groestl.c' object = 'ccminer-groestl.o' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - g r o e s t l . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - g r o e s t l . T p o - c - o c c m i n e r - g r o e s t l . o ` t e s t - f 'groestl.c' | | e c h o '$(srcdir)/' ` g r o e s t l . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - g r o e s t l . T p o $( DEPDIR ) / c c m i n e r - g r o e s t l . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'groestl.c' object = 'ccminer-groestl.o' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - g r o e s t l . o ` t e s t - f 'groestl.c' | | e c h o '$(srcdir)/' ` g r o e s t l . c
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - g r o e s t l . o ` t e s t - f 'groestl.c' | | e c h o '$(srcdir)/' ` g r o e s t l . c
ccminer-groestl.obj : groestl .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - g r o e s t l . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - g r o e s t l . T p o - c - o c c m i n e r - g r o e s t l . o b j ` i f t e s t - f 'groestl.c' ; t h e n $( CYGPATH_W ) 'groestl.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/groestl.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - g r o e s t l . T p o $( DEPDIR ) / c c m i n e r - g r o e s t l . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'groestl.c' object = 'ccminer-groestl.obj' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - g r o e s t l . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - g r o e s t l . T p o - c - o c c m i n e r - g r o e s t l . o b j ` i f t e s t - f 'groestl.c' ; t h e n $( CYGPATH_W ) 'groestl.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/groestl.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - g r o e s t l . T p o $( DEPDIR ) / c c m i n e r - g r o e s t l . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'groestl.c' object = 'ccminer-groestl.obj' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - g r o e s t l . o b j ` i f t e s t - f 'groestl.c' ; t h e n $( CYGPATH_W ) 'groestl.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/groestl.c' ; f i `
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - g r o e s t l . o b j ` i f t e s t - f 'groestl.c' ; t h e n $( CYGPATH_W ) 'groestl.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/groestl.c' ; f i `
ccminer-hefty1.o : hefty 1.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - h e f t y 1 . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - h e f t y 1 . T p o - c - o c c m i n e r - h e f t y 1 . o ` t e s t - f 'hefty1.c' | | e c h o '$(srcdir)/' ` h e f t y 1 . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - h e f t y 1 . T p o $( DEPDIR ) / c c m i n e r - h e f t y 1 . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'hefty1.c' object = 'ccminer-hefty1.o' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - h e f t y 1 . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - h e f t y 1 . T p o - c - o c c m i n e r - h e f t y 1 . o ` t e s t - f 'hefty1.c' | | e c h o '$(srcdir)/' ` h e f t y 1 . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - h e f t y 1 . T p o $( DEPDIR ) / c c m i n e r - h e f t y 1 . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'hefty1.c' object = 'ccminer-hefty1.o' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - h e f t y 1 . o ` t e s t - f 'hefty1.c' | | e c h o '$(srcdir)/' ` h e f t y 1 . c
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - h e f t y 1 . o ` t e s t - f 'hefty1.c' | | e c h o '$(srcdir)/' ` h e f t y 1 . c
ccminer-hefty1.obj : hefty 1.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - h e f t y 1 . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - h e f t y 1 . T p o - c - o c c m i n e r - h e f t y 1 . o b j ` i f t e s t - f 'hefty1.c' ; t h e n $( CYGPATH_W ) 'hefty1.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/hefty1.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - h e f t y 1 . T p o $( DEPDIR ) / c c m i n e r - h e f t y 1 . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'hefty1.c' object = 'ccminer-hefty1.obj' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - h e f t y 1 . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - h e f t y 1 . T p o - c - o c c m i n e r - h e f t y 1 . o b j ` i f t e s t - f 'hefty1.c' ; t h e n $( CYGPATH_W ) 'hefty1.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/hefty1.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - h e f t y 1 . T p o $( DEPDIR ) / c c m i n e r - h e f t y 1 . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'hefty1.c' object = 'ccminer-hefty1.obj' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - h e f t y 1 . o b j ` i f t e s t - f 'hefty1.c' ; t h e n $( CYGPATH_W ) 'hefty1.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/hefty1.c' ; f i `
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - h e f t y 1 . o b j ` i f t e s t - f 'hefty1.c' ; t h e n $( CYGPATH_W ) 'hefty1.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/hefty1.c' ; f i `
ccminer-keccak.o : keccak .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - k e c c a k . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - k e c c a k . T p o - c - o c c m i n e r - k e c c a k . o ` t e s t - f 'keccak.c' | | e c h o '$(srcdir)/' ` k e c c a k . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - k e c c a k . T p o $( DEPDIR ) / c c m i n e r - k e c c a k . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'keccak.c' object = 'ccminer-keccak.o' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - k e c c a k . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - k e c c a k . T p o - c - o c c m i n e r - k e c c a k . o ` t e s t - f 'keccak.c' | | e c h o '$(srcdir)/' ` k e c c a k . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - k e c c a k . T p o $( DEPDIR ) / c c m i n e r - k e c c a k . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'keccak.c' object = 'ccminer-keccak.o' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - k e c c a k . o ` t e s t - f 'keccak.c' | | e c h o '$(srcdir)/' ` k e c c a k . c
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - k e c c a k . o ` t e s t - f 'keccak.c' | | e c h o '$(srcdir)/' ` k e c c a k . c
ccminer-keccak.obj : keccak .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - k e c c a k . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - k e c c a k . T p o - c - o c c m i n e r - k e c c a k . o b j ` i f t e s t - f 'keccak.c' ; t h e n $( CYGPATH_W ) 'keccak.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/keccak.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - k e c c a k . T p o $( DEPDIR ) / c c m i n e r - k e c c a k . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'keccak.c' object = 'ccminer-keccak.obj' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - k e c c a k . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - k e c c a k . T p o - c - o c c m i n e r - k e c c a k . o b j ` i f t e s t - f 'keccak.c' ; t h e n $( CYGPATH_W ) 'keccak.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/keccak.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - k e c c a k . T p o $( DEPDIR ) / c c m i n e r - k e c c a k . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'keccak.c' object = 'ccminer-keccak.obj' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - k e c c a k . o b j ` i f t e s t - f 'keccak.c' ; t h e n $( CYGPATH_W ) 'keccak.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/keccak.c' ; f i `
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - k e c c a k . o b j ` i f t e s t - f 'keccak.c' ; t h e n $( CYGPATH_W ) 'keccak.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/keccak.c' ; f i `
ccminer-scrypt.o : scrypt .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - s c r y p t . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - s c r y p t . T p o - c - o c c m i n e r - s c r y p t . o ` t e s t - f 'scrypt.c' | | e c h o '$(srcdir)/' ` s c r y p t . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - s c r y p t . T p o $( DEPDIR ) / c c m i n e r - s c r y p t . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'scrypt.c' object = 'ccminer-scrypt.o' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - s c r y p t . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - s c r y p t . T p o - c - o c c m i n e r - s c r y p t . o ` t e s t - f 'scrypt.c' | | e c h o '$(srcdir)/' ` s c r y p t . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - s c r y p t . T p o $( DEPDIR ) / c c m i n e r - s c r y p t . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'scrypt.c' object = 'ccminer-scrypt.o' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - s c r y p t . o ` t e s t - f 'scrypt.c' | | e c h o '$(srcdir)/' ` s c r y p t . c
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - s c r y p t . o ` t e s t - f 'scrypt.c' | | e c h o '$(srcdir)/' ` s c r y p t . c
ccminer-scrypt.obj : scrypt .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - s c r y p t . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - s c r y p t . T p o - c - o c c m i n e r - s c r y p t . o b j ` i f t e s t - f 'scrypt.c' ; t h e n $( CYGPATH_W ) 'scrypt.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/scrypt.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - s c r y p t . T p o $( DEPDIR ) / c c m i n e r - s c r y p t . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'scrypt.c' object = 'ccminer-scrypt.obj' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - s c r y p t . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - s c r y p t . T p o - c - o c c m i n e r - s c r y p t . o b j ` i f t e s t - f 'scrypt.c' ; t h e n $( CYGPATH_W ) 'scrypt.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/scrypt.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - s c r y p t . T p o $( DEPDIR ) / c c m i n e r - s c r y p t . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'scrypt.c' object = 'ccminer-scrypt.obj' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - s c r y p t . o b j ` i f t e s t - f 'scrypt.c' ; t h e n $( CYGPATH_W ) 'scrypt.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/scrypt.c' ; f i `
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - s c r y p t . o b j ` i f t e s t - f 'scrypt.c' ; t h e n $( CYGPATH_W ) 'scrypt.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/scrypt.c' ; f i `
ccminer-sha2.o : sha 2.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - s h a 2 . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - s h a 2 . T p o - c - o c c m i n e r - s h a 2 . o ` t e s t - f 'sha2.c' | | e c h o '$(srcdir)/' ` s h a 2 . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - s h a 2 . T p o $( DEPDIR ) / c c m i n e r - s h a 2 . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'sha2.c' object = 'ccminer-sha2.o' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - s h a 2 . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - s h a 2 . T p o - c - o c c m i n e r - s h a 2 . o ` t e s t - f 'sha2.c' | | e c h o '$(srcdir)/' ` s h a 2 . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - s h a 2 . T p o $( DEPDIR ) / c c m i n e r - s h a 2 . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'sha2.c' object = 'ccminer-sha2.o' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - s h a 2 . o ` t e s t - f 'sha2.c' | | e c h o '$(srcdir)/' ` s h a 2 . c
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - s h a 2 . o ` t e s t - f 'sha2.c' | | e c h o '$(srcdir)/' ` s h a 2 . c
ccminer-sha2.obj : sha 2.c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - s h a 2 . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - s h a 2 . T p o - c - o c c m i n e r - s h a 2 . o b j ` i f t e s t - f 'sha2.c' ; t h e n $( CYGPATH_W ) 'sha2.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/sha2.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - s h a 2 . T p o $( DEPDIR ) / c c m i n e r - s h a 2 . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'sha2.c' object = 'ccminer-sha2.obj' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - s h a 2 . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - s h a 2 . T p o - c - o c c m i n e r - s h a 2 . o b j ` i f t e s t - f 'sha2.c' ; t h e n $( CYGPATH_W ) 'sha2.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/sha2.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - s h a 2 . T p o $( DEPDIR ) / c c m i n e r - s h a 2 . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'sha2.c' object = 'ccminer-sha2.obj' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - s h a 2 . o b j ` i f t e s t - f 'sha2.c' ; t h e n $( CYGPATH_W ) 'sha2.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/sha2.c' ; f i `
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - s h a 2 . o b j ` i f t e s t - f 'sha2.c' ; t h e n $( CYGPATH_W ) 'sha2.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/sha2.c' ; f i `
ccminer-fugue.o : fugue .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - f u g u e . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - f u g u e . T p o - c - o c c m i n e r - f u g u e . o ` t e s t - f 'fugue.c' | | e c h o '$(srcdir)/' ` f u g u e . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - f u g u e . T p o $( DEPDIR ) / c c m i n e r - f u g u e . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'fugue.c' object = 'ccminer-fugue.o' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - f u g u e . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - f u g u e . T p o - c - o c c m i n e r - f u g u e . o ` t e s t - f 'fugue.c' | | e c h o '$(srcdir)/' ` f u g u e . c
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - f u g u e . T p o $( DEPDIR ) / c c m i n e r - f u g u e . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'fugue.c' object = 'ccminer-fugue.o' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - f u g u e . o ` t e s t - f 'fugue.c' | | e c h o '$(srcdir)/' ` f u g u e . c
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - f u g u e . o ` t e s t - f 'fugue.c' | | e c h o '$(srcdir)/' ` f u g u e . c
ccminer-fugue.obj : fugue .c
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_CC ) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - f u g u e . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - f u g u e . T p o - c - o c c m i n e r - f u g u e . o b j ` i f t e s t - f 'fugue.c' ; t h e n $( CYGPATH_W ) 'fugue.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/fugue.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - f u g u e . T p o $( DEPDIR ) / c c m i n e r - f u g u e . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ $(AM_V_CC) source= 'fugue.c' object = 'ccminer-fugue.obj' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ T R U E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - M T c c m i n e r - f u g u e . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - f u g u e . T p o - c - o c c m i n e r - f u g u e . o b j ` i f t e s t - f 'fugue.c' ; t h e n $( CYGPATH_W ) 'fugue.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/fugue.c' ; f i `
@ a m _ _ f a s t d e p C C _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - f u g u e . T p o $( DEPDIR ) / c c m i n e r - f u g u e . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ source = 'fugue.c' object = 'ccminer-fugue.obj' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C C _ F A L S E @ DEPDIR = $( DEPDIR) $( CCDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C C _ F A L S E @ $( AM_V_CC @am__nodep @) $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - f u g u e . o b j ` i f t e s t - f 'fugue.c' ; t h e n $( CYGPATH_W ) 'fugue.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/fugue.c' ; f i `
@ a m _ _ f a s t d e p C C _ F A L S E @ $( CC ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CFLAGS ) $( CFLAGS ) - c - o c c m i n e r - f u g u e . o b j ` i f t e s t - f 'fugue.c' ; t h e n $( CYGPATH_W ) 'fugue.c' ; e l s e $( CYGPATH_W ) '$(srcdir)/fugue.c' ; f i `
.cpp.o :
@ a m _ _ f a s t d e p C X X _ T R U E @ $( AM_V_CXX ) $( CXXCOMPILE ) - M T $@ - M D - M P - M F $( DEPDIR ) / $* . T p o - c - o $@ $<
@ a m _ _ f a s t d e p C X X _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / $* . T p o $( DEPDIR ) / $* . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C X X _ F A L S E @ $(AM_V_CXX) source= '$<' object = '$@' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C X X _ T R U E @ $( CXXCOMPILE ) - M T $@ - M D - M P - M F $( DEPDIR ) / $* . T p o - c - o $@ $<
@ a m _ _ f a s t d e p C X X _ T R U E @ $( am__mv ) $( DEPDIR ) / $* . T p o $( DEPDIR ) / $* . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C X X _ F A L S E @ source = '$<' object = '$@' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C X X _ F A L S E @ DEPDIR = $( DEPDIR) $( CXXDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C X X _ F A L S E @ $( AM_V_CXX @am__nodep @) $( CXXCOMPILE ) - c - o $@ $<
@ a m _ _ f a s t d e p C X X _ F A L S E @ $( CXXCOMPILE ) - c - o $@ $<
.cpp.obj :
@ a m _ _ f a s t d e p C X X _ T R U E @ $( AM_V_CXX ) $( CXXCOMPILE ) - M T $@ - M D - M P - M F $( DEPDIR ) / $* . T p o - c - o $@ ` $( CYGPATH_W ) '$<' `
@ a m _ _ f a s t d e p C X X _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / $* . T p o $( DEPDIR ) / $* . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C X X _ F A L S E @ $(AM_V_CXX) source= '$<' object = '$@' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C X X _ T R U E @ $( CXXCOMPILE ) - M T $@ - M D - M P - M F $( DEPDIR ) / $* . T p o - c - o $@ ` $( CYGPATH_W ) '$<' `
@ a m _ _ f a s t d e p C X X _ T R U E @ $( am__mv ) $( DEPDIR ) / $* . T p o $( DEPDIR ) / $* . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C X X _ F A L S E @ source = '$<' object = '$@' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C X X _ F A L S E @ DEPDIR = $( DEPDIR) $( CXXDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C X X _ F A L S E @ $( AM_V_CXX @am__nodep @) $( CXXCOMPILE ) - c - o $@ ` $( CYGPATH_W ) '$<' `
@ a m _ _ f a s t d e p C X X _ F A L S E @ $( CXXCOMPILE ) - c - o $@ ` $( CYGPATH_W ) '$<' `
ccminer-fuguecoin.o : fuguecoin .cpp
@ a m _ _ f a s t d e p C X X _ T R U E @ $( AM_V_CXX ) $( CXX ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CXXFLAGS ) $( CXXFLAGS ) - M T c c m i n e r - f u g u e c o i n . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - f u g u e c o i n . T p o - c - o c c m i n e r - f u g u e c o i n . o ` t e s t - f 'fuguecoin.cpp' | | e c h o '$(srcdir)/' ` f u g u e c o i n . c p p
@ a m _ _ f a s t d e p C X X _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - f u g u e c o i n . T p o $( DEPDIR ) / c c m i n e r - f u g u e c o i n . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C X X _ F A L S E @ $(AM_V_CXX) source= 'fuguecoin.cpp' object = 'ccminer-fuguecoin.o' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C X X _ T R U E @ $( CXX ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CXXFLAGS ) $( CXXFLAGS ) - M T c c m i n e r - f u g u e c o i n . o - M D - M P - M F $( DEPDIR ) / c c m i n e r - f u g u e c o i n . T p o - c - o c c m i n e r - f u g u e c o i n . o ` t e s t - f 'fuguecoin.cpp' | | e c h o '$(srcdir)/' ` f u g u e c o i n . c p p
@ a m _ _ f a s t d e p C X X _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - f u g u e c o i n . T p o $( DEPDIR ) / c c m i n e r - f u g u e c o i n . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C X X _ F A L S E @ source = 'fuguecoin.cpp' object = 'ccminer-fuguecoin.o' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C X X _ F A L S E @ DEPDIR = $( DEPDIR) $( CXXDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C X X _ F A L S E @ $( AM_V_CXX @am__nodep @) $( CXX ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CXXFLAGS ) $( CXXFLAGS ) - c - o c c m i n e r - f u g u e c o i n . o ` t e s t - f 'fuguecoin.cpp' | | e c h o '$(srcdir)/' ` f u g u e c o i n . c p p
@ a m _ _ f a s t d e p C X X _ F A L S E @ $( CXX ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CXXFLAGS ) $( CXXFLAGS ) - c - o c c m i n e r - f u g u e c o i n . o ` t e s t - f 'fuguecoin.cpp' | | e c h o '$(srcdir)/' ` f u g u e c o i n . c p p
ccminer-fuguecoin.obj : fuguecoin .cpp
@ a m _ _ f a s t d e p C X X _ T R U E @ $( AM_V_CXX ) $( CXX ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CXXFLAGS ) $( CXXFLAGS ) - M T c c m i n e r - f u g u e c o i n . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - f u g u e c o i n . T p o - c - o c c m i n e r - f u g u e c o i n . o b j ` i f t e s t - f 'fuguecoin.cpp' ; t h e n $( CYGPATH_W ) 'fuguecoin.cpp' ; e l s e $( CYGPATH_W ) '$(srcdir)/fuguecoin.cpp' ; f i `
@ a m _ _ f a s t d e p C X X _ T R U E @ $( AM_V_at ) $( am__mv ) $( DEPDIR ) / c c m i n e r - f u g u e c o i n . T p o $( DEPDIR ) / c c m i n e r - f u g u e c o i n . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C X X _ F A L S E @ $(AM_V_CXX) source= 'fuguecoin.cpp' object = 'ccminer-fuguecoin.obj' libtool = no @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C X X _ T R U E @ $( CXX ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CXXFLAGS ) $( CXXFLAGS ) - M T c c m i n e r - f u g u e c o i n . o b j - M D - M P - M F $( DEPDIR ) / c c m i n e r - f u g u e c o i n . T p o - c - o c c m i n e r - f u g u e c o i n . o b j ` i f t e s t - f 'fuguecoin.cpp' ; t h e n $( CYGPATH_W ) 'fuguecoin.cpp' ; e l s e $( CYGPATH_W ) '$(srcdir)/fuguecoin.cpp' ; f i `
@ a m _ _ f a s t d e p C X X _ T R U E @ $( am__mv ) $( DEPDIR ) / c c m i n e r - f u g u e c o i n . T p o $( DEPDIR ) / c c m i n e r - f u g u e c o i n . P o
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C X X _ F A L S E @ source = 'fuguecoin.cpp' object = 'ccminer-fuguecoin.obj' libtool = no @AMDEPBACKSLASH@
@ A M D E P _ T R U E @ @ a m _ _ f a s t d e p C X X _ F A L S E @ DEPDIR = $( DEPDIR) $( CXXDEPMODE) $( depcomp) @AMDEPBACKSLASH@
@ a m _ _ f a s t d e p C X X _ F A L S E @ $( AM_V_CXX @am__nodep @) $( CXX ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CXXFLAGS ) $( CXXFLAGS ) - c - o c c m i n e r - f u g u e c o i n . o b j ` i f t e s t - f 'fuguecoin.cpp' ; t h e n $( CYGPATH_W ) 'fuguecoin.cpp' ; e l s e $( CYGPATH_W ) '$(srcdir)/fuguecoin.cpp' ; f i `
@ a m _ _ f a s t d e p C X X _ F A L S E @ $( CXX ) $( DEFS ) $( DEFAULT_INCLUDES ) $( INCLUDES ) $( ccminer_CPPFLAGS ) $( CPPFLAGS ) $( AM_CXXFLAGS ) $( CXXFLAGS ) - c - o c c m i n e r - f u g u e c o i n . o b j ` i f t e s t - f 'fuguecoin.cpp' ; t h e n $( CYGPATH_W ) 'fuguecoin.cpp' ; e l s e $( CYGPATH_W ) '$(srcdir)/fuguecoin.cpp' ; f i `
# 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 ; \
# 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.
$(RECURSIVE_TARGETS) :
@fail= failcom = 'exit 1' ; \
for f in x $$ MAKEFLAGS; do \
case $$ f in \
*= * | --[ !k] *) ; ; \
*k*) failcom = 'fail=yes' ; ; \
esac ; \
done ; \
dot_seen = no; \
target = ` echo $@ | sed s/-recursive//` ; \
case " $@ " in \
distclean-* | maintainer-clean-*) list = '$(DIST_SUBDIRS)' ; ; \
*) list = '$(SUBDIRS)' ; ; \
esac ; \
for subdir in $$ list; do \
list = '$(SUBDIRS)' ; for subdir in $$ list; do \
echo " Making $$ target in $$ subdir " ; \
if test " $$ subdir " = "." ; then \
dot_seen = yes; \
@ -709,12 +592,57 @@ $(am__recursive_targets):
@@ -709,12 +592,57 @@ $(am__recursive_targets):
$( 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
$(RECURSIVE_CLEAN_TARGETS) :
@fail= failcom = 'exit 1' ; \
for f in x $$ MAKEFLAGS; do \
case $$ f in \
*= * | --[ !k] *) ; ; \
*k*) failcom = 'fail=yes' ; ; \
esac ; \
done ; \
dot_seen = no; \
case " $@ " in \
distclean-* | maintainer-clean-*) list = '$(DIST_SUBDIRS)' ; ; \
*) list = '$(SUBDIRS)' ; ; \
esac ; \
rev = '' ; for subdir in $$ list; do \
if test " $$ subdir " = "." ; then :; else \
rev = " $$ subdir $$ rev " ; \
fi ; \
done ; \
rev = " $$ rev . " ; \
target = ` echo $@ | sed s/-recursive//` ; \
for subdir in $$ rev; do \
echo " Making $$ target in $$ subdir " ; \
if test " $$ subdir " = "." ; then \
local_target = " $$ target-am " ; \
else \
local_target = " $$ target " ; \
fi ; \
( $( am__cd) $$ subdir && $( MAKE) $( AM_MAKEFLAGS) $$ local_target) \
|| eval $$ failcom; \
done && test -z " $$ fail "
tags-recursive :
list = '$(SUBDIRS)' ; for subdir in $$ list; do \
test " $$ subdir " = . || ( $( am__cd) $$ subdir && $( MAKE) $( AM_MAKEFLAGS) tags) ; \
done
ctags-recursive :
list = '$(SUBDIRS)' ; for subdir in $$ list; do \
test " $$ subdir " = . || ( $( am__cd) $$ subdir && $( MAKE) $( AM_MAKEFLAGS) ctags) ; \
done
tags-am : $( TAGS_DEPENDENCIES ) $( am__tagged_files )
ID : $( HEADERS ) $( SOURCES ) $( LISP ) $( TAGS_FILES )
list = '$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)' ; \
unique = ` for i in $$ list; do \
if test -f " $$ i " ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
done | \
$( AWK) ' { files[ $$ 0] = 1; nonempty = 1; } \
END { if ( nonempty) { for ( i in files) print i; } ; } ' ` ; \
mkid -fID $$ unique
tags : TAGS
TAGS : tags -recursive $( HEADERS ) $( SOURCES ) cpuminer -config .h .in $( TAGS_DEPENDENCIES ) \
$( TAGS_FILES) $( LISP)
set x; \
here = ` pwd ` ; \
if ( $( ETAGS) --etags-include --version) >/dev/null 2>& 1; then \
@ -730,7 +658,12 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
@@ -730,7 +658,12 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
set " $$ @ " " $$ include_option= $$ here/ $$ subdir/TAGS " ; \
fi ; \
done ; \
$( am__define_uniq_tagged_files) ; \
list = '$(SOURCES) $(HEADERS) cpuminer-config.h.in $(LISP) $(TAGS_FILES)' ; \
unique = ` for i in $$ list; do \
if test -f " $$ i " ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
done | \
$( AWK) ' { files[ $$ 0] = 1; nonempty = 1; } \
END { if ( nonempty) { for ( i in files) print i; } ; } ' ` ; \
shift; \
if test -z " $( ETAGS_ARGS) $$ * $$ unique " ; then :; else \
test -n " $$ unique " || unique = $$ empty_fix; \
@ -742,11 +675,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
@@ -742,11 +675,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
$$ unique; \
fi ; \
fi
ctags : ctags -recursive
CTAGS : ctags
ctags-am : $( TAGS_DEPENDENCIES ) $( am__tagged_files )
$( am__define_uniq_tagged_files) ; \
ctags : CTAGS
CTAGS : ctags -recursive $( HEADERS ) $( SOURCES ) cpuminer -config .h .in $( TAGS_DEPENDENCIES ) \
$( TAGS_FILES) $( LISP)
list = '$(SOURCES) $(HEADERS) cpuminer-config.h.in $(LISP) $(TAGS_FILES)' ; \
unique = ` for i in $$ list; do \
if test -f " $$ i " ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
done | \
$( AWK) ' { files[ $$ 0] = 1; nonempty = 1; } \
END { if ( nonempty) { for ( i in files) print i; } ; } ' ` ; \
test -z " $( CTAGS_ARGS) $$ unique " \
|| $( CTAGS) $( CTAGSFLAGS) $( AM_CTAGSFLAGS) $( CTAGS_ARGS) \
$$ unique
@ -755,31 +692,9 @@ GTAGS:
@@ -755,31 +692,9 @@ GTAGS:
here = ` $( am__cd) $( top_builddir) && pwd ` \
&& $( am__cd) $( top_srcdir) \
&& gtags -i $( GTAGS_ARGS) " $$ here "
cscope : cscope .files
test ! -s cscope.files \
|| $( CSCOPE) -b -q $( AM_CSCOPEFLAGS) $( CSCOPEFLAGS) -i cscope.files $( CSCOPE_ARGS)
clean-cscope :
-rm -f cscope.files
cscope.files : clean -cscope cscopelist
cscopelist : cscopelist -recursive
cscopelist-am : $( am__tagged_files )
list = '$(am__tagged_files)' ; \
case " $( srcdir) " in \
[ \\ /] * | ?:[ \\ /] *) sdir = " $( srcdir) " ; ; \
*) sdir = $( subdir) /$( srcdir) ; ; \
esac ; \
for i in $$ list; do \
if test -f " $$ i " ; then \
echo " $( subdir) / $$ i " ; \
else \
echo " $$ sdir/ $$ i " ; \
fi ; \
done >> $( top_builddir) /cscope.files
distclean-tags :
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
distdir : $( DISTFILES )
$( am__remove_distdir)
@ -815,10 +730,13 @@ distdir: $(DISTFILES)
@@ -815,10 +730,13 @@ distdir: $(DISTFILES)
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; \
test -d " $( distdir) / $$ subdir " \
|| $( MKDIR_P) " $( distdir) / $$ subdir " \
|| exit 1; \
fi ; \
done
@list= '$(DIST_SUBDIRS)' ; for subdir in $$ list; do \
if test " $$ subdir " = .; then :; else \
dir1 = $$ subdir; dir2 = " $( distdir) / $$ subdir " ; \
$( am__relativize) ; \
new_distdir = $$ reldir; \
@ -847,36 +765,40 @@ distdir: $(DISTFILES)
@@ -847,36 +765,40 @@ distdir: $(DISTFILES)
|| chmod -R a+r " $( distdir) "
dist-gzip : distdir
tardir = $( distdir) && $( am__tar) | GZIP = $( GZIP_ENV) gzip -c >$( distdir) .tar.gz
$( am__post_ remove_distdir)
$( am__remove_distdir)
dist-bzip2 : distdir
tardir = $( distdir) && $( am__tar) | BZIP2 = $$ { BZIP2--9} bzip2 -c >$( distdir) .tar.bz2
$( am__post_ remove_distdir)
$( am__remove_distdir)
dist-lzip : distdir
tardir = $( distdir) && $( am__tar) | lzip -c $$ { LZIP_OPT--9} >$( distdir) .tar.lz
$( am__post_remove_distdir)
$( am__remove_distdir)
dist-lzma : distdir
tardir = $( distdir) && $( am__tar) | lzma -9 -c >$( distdir) .tar.lzma
$( am__remove_distdir)
dist-xz : distdir
tardir = $( distdir) && $( am__tar) | XZ_OPT = $$ { XZ_OPT--e} xz -c >$( distdir) .tar.xz
$( am__post_remove_distdir)
$( am__remove_distdir)
dist-tarZ : distdir
tardir = $( distdir) && $( am__tar) | compress -c >$( distdir) .tar.Z
$( am__post_ remove_distdir)
$( am__remove_distdir)
dist-shar : distdir
shar $( distdir) | GZIP = $( GZIP_ENV) gzip -c >$( distdir) .shar.gz
$( am__post_ remove_distdir)
$( am__remove_distdir)
dist-zip : distdir
-rm -f $( distdir) .zip
zip -rq $( distdir) .zip $( distdir)
$( am__post_ remove_distdir)
$( am__remove_distdir)
dist dist-all :
$( MAKE) $( AM_MAKEFLAGS) $( DIST_TARGETS) am__post_remove_distdir = '@:'
$( am__post_ remove_distdir)
dist dist-all : distdir
tardir = $( distdir) && $( am__tar) | GZIP = $( GZIP_ENV) gzip -c >$( distdir) .tar.gz
$( am__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
@ -887,6 +809,8 @@ distcheck: dist
@@ -887,6 +809,8 @@ distcheck: dist
GZIP = $( GZIP_ENV) gzip -dc $( distdir) .tar.gz | $( am__untar) ; ; \
*.tar.bz2*) \
bzip2 -dc $( distdir) .tar.bz2 | $( am__untar) ; ; \
*.tar.lzma*) \
lzma -dc $( distdir) .tar.lzma | $( am__untar) ; ; \
*.tar.lz*) \
lzip -dc $( distdir) .tar.lz | $( am__untar) ; ; \
*.tar.xz*) \
@ -898,9 +822,9 @@ distcheck: dist
@@ -898,9 +822,9 @@ distcheck: dist
*.zip*) \
unzip $( distdir) .zip ; ; \
esac
chmod -R a-w $( distdir)
chmod u+w $( distdir)
mkdir $( distdir) /_build $( distdir) /_ inst
chmod -R a-w $( distdir) ; chmod a+w $( distdir)
mkdir $( distdir) /_build
mkdir $( distdir) /_inst
chmod a-w $( distdir)
test -d $( distdir) /_build || exit 0; \
dc_install_base = ` $( am__cd) $( distdir) /_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,' ` \
@ -932,7 +856,7 @@ distcheck: dist
@@ -932,7 +856,7 @@ distcheck: dist
&& $( MAKE) $( AM_MAKEFLAGS) distcleancheck \
&& cd " $$ am__cwd " \
|| exit 1
$( am__post_ remove_distdir)
$( am__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'
@ -1072,29 +996,29 @@ ps-am:
@@ -1072,29 +996,29 @@ ps-am:
uninstall-am : uninstall -binPROGRAMS
.MAKE : $( am__recursive_targets ) all install -am install -strip
.PHONY : $( am__recursive_targets ) CTAGS GTAGS TAGS all all -am \
am--refresh check check-am clean clean-binPROGRAMS \
clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \
dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
dist-tarZ dist-xz dist-zip distcheck distclean \
distclean-compile distclean-generic distclean-hdr \
distclean-tags distcleancheck distdir distuninstallcheck dvi \
dvi-am html html-am info info-am install install-am \
install-binPROGRAMS install-data install-data-am install-dvi \
install-dvi-am install-exec install-exec-am install-html \
install-html-am install-info install-info-am install-man \
install-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
.MAKE : $( RECURSIVE_CLEAN_TARGETS ) $( RECURSIVE_TARGETS ) all \
ctags-recursive install-am install-strip tags-recursive
.PHONY : $( RECURSIVE_CLEAN_TARGETS ) $( RECURSIVE_TARGETS ) CTAGS GTAGS \
all all-am am--refresh check check-am clean clean-binPROGRAMS \
clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \
dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
dist-zip distcheck distclean distclean-compile \
distclean-generic distclean-hdr distclean-tags distcleancheck \
distdir distuninstallcheck dvi d vi-am html html-am info \
info-am install install-am in stall-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-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-recursive \
uninstall uninstall-am uninstall -binPROGRAMS
.cu.o :
$( NVCC) @CFLAGS@ -Xptxas "-abi=no -v" -arch= compute _20 --maxrregcount= 63 --ptxas-options= -v $( JANSSON_INCLUDES) -o $@ -c $<
$( NVCC) @CFLAGS@ -Xptxas "-abi=no -v" -arch= sm _20 --maxrregcount= 63 --ptxas-options= -v $( JANSSON_INCLUDES) -o $@ -c $<
#heavy.o: heavy.cu
# $(NVCC) @CFLAGS@ -Xptxas "-abi=no -v" -arch=compute_20 --maxrregcount=63 --ptxas-options=-v $(JANSSON_INCLUDES) -o $@ -c $<