mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
Revert Makefile.am component for easier merge of upcoming changes.
This commit is contained in:
parent
b34e483e96
commit
55f693a80c
22
Makefile.am
22
Makefile.am
@ -17,14 +17,27 @@ INCLUDES = $(PTHREAD_FLAGS) -fno-strict-aliasing $(JANSSON_INCLUDES)
|
||||
|
||||
bin_PROGRAMS = cgminer
|
||||
|
||||
bin_SCRIPTS = phatk120203.cl poclbm120203.cl
|
||||
bin_SCRIPTS = phatk110817.cl poclbm110817.cl
|
||||
|
||||
if HAS_CPUMINE
|
||||
cgminer_SOURCES = elist.h miner.h compat.h bench_block.h \
|
||||
main.c util.c uthash.h \
|
||||
ocl.c ocl.h findnonce.c findnonce.h \
|
||||
sha256_generic.c sha256_4way.c sha256_via.c \
|
||||
sha256_cryptopp.c sha256_sse2_amd64.c \
|
||||
sha256_sse4_amd64.c sha256_sse2_i386.c \
|
||||
sha256_altivec_4way.c \
|
||||
adl.c adl.h adl_functions.h \
|
||||
phatk110817.cl poclbm110817.cl \
|
||||
sha2.c sha2.h api.c
|
||||
else
|
||||
cgminer_SOURCES = elist.h miner.h compat.h bench_block.h \
|
||||
main.c util.c uthash.h \
|
||||
ocl.c ocl.h findnonce.c findnonce.h \
|
||||
adl.c adl.h adl_functions.h \
|
||||
phatk120203.cl poclbm120203.cl \
|
||||
phatk110817.cl poclbm110817.cl \
|
||||
sha2.c sha2.h api.c
|
||||
endif
|
||||
|
||||
cgminer_LDFLAGS = $(PTHREAD_FLAGS)
|
||||
cgminer_LDADD = $(DLOPEN_FLAGS) @LIBCURL_LIBS@ @JANSSON_LIBS@ @PTHREAD_LIBS@ \
|
||||
@ -33,11 +46,6 @@ cgminer_LDADD = $(DLOPEN_FLAGS) @LIBCURL_LIBS@ @JANSSON_LIBS@ @PTHREAD_LIBS@ \
|
||||
cgminer_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib @OPENCL_FLAGS@
|
||||
|
||||
if HAS_CPUMINE
|
||||
cgminer_SOURCES += sha256_generic.c sha256_4way.c sha256_via.c \
|
||||
sha256_cryptopp.c sha256_sse2_amd64.c \
|
||||
sha256_sse4_amd64.c sha256_sse2_i386.c \
|
||||
sha256_altivec_4way.c
|
||||
|
||||
if HAVE_x86_64
|
||||
if HAS_YASM
|
||||
SUBDIRS += x86_64
|
||||
|
Loading…
x
Reference in New Issue
Block a user