Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
1ec446e5
Unverified
Commit
1ec446e5
authored
Aug 15, 2019
by
a72d9e2bad9edfd58d6c0248c12c953b71d409d2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing SGX
parent
0b414d8f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
66 additions
and
28 deletions
+66
-28
EnclaveGmpTest.c
EnclaveGmpTest/EnclaveGmpTest.c
+2
-0
Makefile
EnclaveGmpTest/Makefile
+13
-13
Makefile.am
EnclaveGmpTest/Makefile.am
+2
-2
Makefile.in
EnclaveGmpTest/Makefile.in
+13
-13
config.log
config.log
+36
-0
No files found.
EnclaveGmpTest/EnclaveGmpTest.c
View file @
1ec446e5
...
...
@@ -204,6 +204,8 @@ void e_calc_pi (mpf_t *pi, uint64_t digits)
mpz_t
kf
,
kf3
,
threekf
,
sixkf
,
z1
,
z2
,
c4k
,
c5_3k
;
mpf_t
C
,
sum
,
div
,
f2
;
import_key
();
n
=
(
digits
/
DIGITS_PER_ITERATION
)
+
1
;
precision
=
(
digits
*
bits
)
+
1
;
...
...
EnclaveGmpTest/Makefile
View file @
1ec446e5
...
...
@@ -107,9 +107,9 @@ am__installdirs = "$(DESTDIR)$(libexecdir)"
PROGRAMS
=
$(libexec_PROGRAMS)
am__objects_1
=
am_EnclaveGmpTest_OBJECTS
=
EnclaveGmpTest_t.
$(OBJEXT)
\
EnclaveGmpTest.
$(OBJEXT)
EnclaveGmpTest
.
$(OBJEXT)
\
BLSUtils.
$(OBJEXT)
alt_bn128_init
.
$(OBJEXT)
\
alt_bn128_g1.
$(OBJEXT)
$(am__objects_1)
$(am__objects_1)
EnclaveGmpTest.
$(OBJEXT)
BLSUtils
.
$(OBJEXT)
\
alt_bn128_init.
$(OBJEXT)
alt_bn128_g1
.
$(OBJEXT)
\
$(am__objects_1)
$(am__objects_1)
EnclaveGmpTest_OBJECTS
=
$(am_EnclaveGmpTest_OBJECTS)
EnclaveGmpTest_DEPENDENCIES
=
nodist_signed_enclave_debug_OBJECTS
=
\
...
...
@@ -330,8 +330,8 @@ ENCLAVE_CONFIG = $(ENCLAVE).config.xml
ENCLAVE_KEY
=
$(ENCLAVE)
_private.pem
EnclaveGmpTest_SOURCES
=
EnclaveGmpTest_t.c EnclaveGmpTest_t.h
\
EnclaveGmpTest.c
\
EnclaveGmpTest.c
BLSUtils.cpp ../libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
\
../libff/libff/
libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp
$(ENCLAVE_KEY)
$(ENCLAVE_CONFIG)
BLSUtils.cpp ../libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
\
../libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
$(ENCLAVE_KEY)
$(ENCLAVE_CONFIG)
EnclaveGmpTest_LDADD
=
-Wl
,--no-undefined
-Wl
,--whole-archive
-l
$(SGX_TRTS_LIB)
-Wl
,--no-whole-archive
-Wl
,--start-group
$(SGX_EXTRA_TLIBS)
-lsgx_tstdc
-lsgx_tcrypto
-l
$(SGX_TSERVICE_LIB)
-Wl
,--end-group
-Wl
,-Bstatic
-Wl
,-Bsymbolic
-Wl
,-pie,-eenclave_entry
-Wl
,--export-dynamic
-Wl
,--defsym,__ImageBase
=
0
SGX_EXTRA_TLIBS
=
-lsgx_tgmp
-lsgx_tservice
-lsgx_urts
-lsgx_tcxx
...
...
@@ -472,19 +472,19 @@ alt_bn128_init.obj: ../libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
# $(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o alt_bn128_init.obj `if test -f '../libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp'; then $(CYGPATH_W) '../libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp'; else $(CYGPATH_W) '$(srcdir)/../libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp'; fi`
alt_bn128_g1.o
:
../libff/libff/
libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp
$(AM_V_CXX)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-MT
alt_bn128_g1.o
-MD
-MP
-MF
$(DEPDIR)
/alt_bn128_g1.Tpo
-c
-o
alt_bn128_g1.o
`
test
-f
'../libff/libff/
libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
||
echo
'
$(srcdir)
/'
`
../libff
/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
alt_bn128_g1.o
:
../libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
$(AM_V_CXX)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-MT
alt_bn128_g1.o
-MD
-MP
-MF
$(DEPDIR)
/alt_bn128_g1.Tpo
-c
-o
alt_bn128_g1.o
`
test
-f
'../libff/libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp'
||
echo
'
$(srcdir)
/'
`
..
/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
$(AM_V_at)$(am__mv)
$(DEPDIR)
/alt_bn128_g1.Tpo
$(DEPDIR)
/alt_bn128_g1.Po
# $(AM_V_CXX)source='../libff/libff/
libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp' object='alt_bn128_g1.o' libtool=no \
# $(AM_V_CXX)source='../libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp' object='alt_bn128_g1.o' libtool=no \
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
# $(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o alt_bn128_g1.o `test -f '../libff/libff/
libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp' || echo '$(srcdir)/'`../libff
/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
# $(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o alt_bn128_g1.o `test -f '../libff/libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp' || echo '$(srcdir)/'`..
/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
alt_bn128_g1.obj
:
../libff/libff/
libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp
$(AM_V_CXX)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-MT
alt_bn128_g1.obj
-MD
-MP
-MF
$(DEPDIR)
/alt_bn128_g1.Tpo
-c
-o
alt_bn128_g1.obj
`
if
test
-f
'../libff/libff/
libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
then
$(CYGPATH_W)
'../libff/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
else
$(CYGPATH_W)
'
$(srcdir)
/../libff
/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
fi
`
alt_bn128_g1.obj
:
../libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
$(AM_V_CXX)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-MT
alt_bn128_g1.obj
-MD
-MP
-MF
$(DEPDIR)
/alt_bn128_g1.Tpo
-c
-o
alt_bn128_g1.obj
`
if
test
-f
'../libff/libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
then
$(CYGPATH_W)
'../libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
else
$(CYGPATH_W)
'
$(srcdir)
/..
/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
fi
`
$(AM_V_at)$(am__mv)
$(DEPDIR)
/alt_bn128_g1.Tpo
$(DEPDIR)
/alt_bn128_g1.Po
# $(AM_V_CXX)source='../libff/libff/
libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp' object='alt_bn128_g1.obj' libtool=no \
# $(AM_V_CXX)source='../libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp' object='alt_bn128_g1.obj' libtool=no \
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
# $(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o alt_bn128_g1.obj `if test -f '../libff/libff/
libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'; then $(CYGPATH_W) '../libff/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'; else $(CYGPATH_W) '$(srcdir)/../libff
/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'; fi`
# $(AM_V_CXX_no)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o alt_bn128_g1.obj `if test -f '../libff/libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp'; then $(CYGPATH_W) '../libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'; else $(CYGPATH_W) '$(srcdir)/..
/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'; fi`
ID
:
$(am__tagged_files)
$(am__define_uniq_tagged_files)
;
mkid
-fID
$$
unique
...
...
EnclaveGmpTest/Makefile.am
View file @
1ec446e5
...
...
@@ -84,8 +84,8 @@ CLEANFILES+= EnclaveGmpTest_t.c EnclaveGmpTest_t.h
EnclaveGmpTest_SOURCES
=
EnclaveGmpTest_t.c EnclaveGmpTest_t.h
\
EnclaveGmpTest.c
\
EnclaveGmpTest.c
BLSUtils.cpp ../libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
\
../libff/libff/
libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp
$(ENCLAVE_KEY)
$(ENCLAVE_CONFIG)
BLSUtils.cpp ../libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
\
../libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
$(ENCLAVE_KEY)
$(ENCLAVE_CONFIG)
## Add additional linker flags to AM_LDFLAGS here. Don't put
...
...
EnclaveGmpTest/Makefile.in
View file @
1ec446e5
...
...
@@ -107,9 +107,9 @@ am__installdirs = "$(DESTDIR)$(libexecdir)"
PROGRAMS
=
$(libexec_PROGRAMS)
am__objects_1
=
am_EnclaveGmpTest_OBJECTS
=
EnclaveGmpTest_t.
$(OBJEXT)
\
EnclaveGmpTest.
$(OBJEXT)
EnclaveGmpTest
.
$(OBJEXT)
\
BLSUtils.
$(OBJEXT)
alt_bn128_init
.
$(OBJEXT)
\
alt_bn128_g1.
$(OBJEXT)
$(am__objects_1)
$(am__objects_1)
EnclaveGmpTest.
$(OBJEXT)
BLSUtils
.
$(OBJEXT)
\
alt_bn128_init.
$(OBJEXT)
alt_bn128_g1
.
$(OBJEXT)
\
$(am__objects_1)
$(am__objects_1)
EnclaveGmpTest_OBJECTS
=
$(am_EnclaveGmpTest_OBJECTS)
EnclaveGmpTest_DEPENDENCIES
=
@ENCLAVE_RELEASE_SIGN_FALSE@
nodist_signed_enclave_debug_OBJECTS
=
\
...
...
@@ -330,8 +330,8 @@ ENCLAVE_CONFIG = $(ENCLAVE).config.xml
ENCLAVE_KEY
=
$(ENCLAVE)
_private.pem
EnclaveGmpTest_SOURCES
=
EnclaveGmpTest_t.c EnclaveGmpTest_t.h
\
EnclaveGmpTest.c
\
EnclaveGmpTest.c
BLSUtils.cpp ../libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
\
../libff/libff/
libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp
$(ENCLAVE_KEY)
$(ENCLAVE_CONFIG)
BLSUtils.cpp ../libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
\
../libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
$(ENCLAVE_KEY)
$(ENCLAVE_CONFIG)
EnclaveGmpTest_LDADD
=
@SGX_ENCLAVE_LDADD@
SGX_EXTRA_TLIBS
=
-lsgx_tgmp
-lsgx_tservice
-lsgx_urts
-lsgx_tcxx
...
...
@@ -472,19 +472,19 @@ alt_bn128_init.obj: ../libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
DEPDIR
=
$(DEPDIR)
$(CXXDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@
$(AM_V_CXX@am__nodep@)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-c
-o
alt_bn128_init.obj
`if
test
-f
'../libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp'
;
then
$(CYGPATH_W)
'../libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp'
;
else
$(CYGPATH_W)
'$(srcdir)/../libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp'
;
fi`
alt_bn128_g1.o
:
../libff/libff/
libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp
@am__fastdepCXX_TRUE@
$(AM_V_CXX)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-MT
alt_bn128_g1.o
-MD
-MP
-MF
$(DEPDIR)/alt_bn128_g1.Tpo
-c
-o
alt_bn128_g1.o
`test
-f
'../libff/libff/
libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
||
echo
'$(srcdir)/'
`../libff
/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
alt_bn128_g1.o
:
../libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
@am__fastdepCXX_TRUE@
$(AM_V_CXX)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-MT
alt_bn128_g1.o
-MD
-MP
-MF
$(DEPDIR)/alt_bn128_g1.Tpo
-c
-o
alt_bn128_g1.o
`test
-f
'../libff/libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp'
||
echo
'$(srcdir)/'
`..
/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
@am__fastdepCXX_TRUE@
$(AM_V_at)$(am__mv)
$(DEPDIR)/alt_bn128_g1.Tpo
$(DEPDIR)/alt_bn128_g1.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
$(AM_V_CXX)
source
=
'../libff/libff/
libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp'
object
=
'alt_bn128_g1.o'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
$(AM_V_CXX)
source
=
'../libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
object
=
'alt_bn128_g1.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)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-c
-o
alt_bn128_g1.o
`test
-f
'../libff/libff/
libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
||
echo
'$(srcdir)/'
`../libff
/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
@am__fastdepCXX_FALSE@
$(AM_V_CXX@am__nodep@)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-c
-o
alt_bn128_g1.o
`test
-f
'../libff/libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp'
||
echo
'$(srcdir)/'
`..
/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
alt_bn128_g1.obj
:
../libff/libff/
libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp
@am__fastdepCXX_TRUE@
$(AM_V_CXX)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-MT
alt_bn128_g1.obj
-MD
-MP
-MF
$(DEPDIR)/alt_bn128_g1.Tpo
-c
-o
alt_bn128_g1.obj
`if
test
-f
'../libff/libff/
libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
then
$(CYGPATH_W)
'../libff/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
else
$(CYGPATH_W)
'$(srcdir)/../libff
/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
fi`
alt_bn128_g1.obj
:
../libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
@am__fastdepCXX_TRUE@
$(AM_V_CXX)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-MT
alt_bn128_g1.obj
-MD
-MP
-MF
$(DEPDIR)/alt_bn128_g1.Tpo
-c
-o
alt_bn128_g1.obj
`if
test
-f
'../libff/libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
then
$(CYGPATH_W)
'../libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
else
$(CYGPATH_W)
'$(srcdir)/..
/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
fi`
@am__fastdepCXX_TRUE@
$(AM_V_at)$(am__mv)
$(DEPDIR)/alt_bn128_g1.Tpo
$(DEPDIR)/alt_bn128_g1.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
$(AM_V_CXX)
source
=
'../libff/libff/
libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp'
object
=
'alt_bn128_g1.obj'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
$(AM_V_CXX)
source
=
'../libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
object
=
'alt_bn128_g1.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)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-c
-o
alt_bn128_g1.obj
`if
test
-f
'../libff/libff/
libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
then
$(CYGPATH_W)
'../libff/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
else
$(CYGPATH_W)
'$(srcdir)/../libff
/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
fi`
@am__fastdepCXX_FALSE@
$(AM_V_CXX@am__nodep@)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-c
-o
alt_bn128_g1.obj
`if
test
-f
'../libff/libff/
algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
then
$(CYGPATH_W)
'../libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
else
$(CYGPATH_W)
'$(srcdir)/..
/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
fi`
ID
:
$(am__tagged_files)
$(am__define_uniq_tagged_files)
;
mkid
-fID
$$
unique
...
...
config.log
View file @
1ec446e5
...
...
@@ -516,3 +516,39 @@ on kladko
config.status:815: creating EnclaveGmpTest/Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status EnclaveGmpTest/Makefile depfiles
on kladko
config.status:815: creating EnclaveGmpTest/Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status EnclaveGmpTest/Makefile depfiles
on kladko
config.status:815: creating EnclaveGmpTest/Makefile
config.status:987: executing depfiles commands
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment