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
e834bddb
Unverified
Commit
e834bddb
authored
Aug 16, 2019
by
a72d9e2bad9edfd58d6c0248c12c953b71d409d2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes
parent
744691da
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
29 deletions
+7
-29
Makefile
Makefile
+3
-14
Makefile.am
Makefile.am
+1
-1
Makefile.in
Makefile.in
+3
-14
No files found.
Makefile
View file @
e834bddb
...
@@ -88,7 +88,7 @@ POST_INSTALL = :
...
@@ -88,7 +88,7 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
POST_UNINSTALL
=
:
bin_PROGRAMS
=
sgx
gmpmath
$(EXEEXT)
sgx
d
$(EXEEXT)
bin_PROGRAMS
=
sgxd
$(EXEEXT)
subdir
=
.
subdir
=
.
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
am__aclocal_m4_deps
=
$(top_srcdir)
/m4/sgx_init.m4
\
am__aclocal_m4_deps
=
$(top_srcdir)
/m4/sgx_init.m4
\
...
@@ -111,11 +111,6 @@ am__objects_2 = EnclaveGmpTest_u.$(OBJEXT)
...
@@ -111,11 +111,6 @@ am__objects_2 = EnclaveGmpTest_u.$(OBJEXT)
nodist_sgxd_OBJECTS
=
$(am__objects_2)
nodist_sgxd_OBJECTS
=
$(am__objects_2)
sgxd_OBJECTS
=
$(am_sgxd_OBJECTS)
$(nodist_sgxd_OBJECTS)
sgxd_OBJECTS
=
$(am_sgxd_OBJECTS)
$(nodist_sgxd_OBJECTS)
sgxd_DEPENDENCIES
=
sgxd_DEPENDENCIES
=
am_sgxgmpmath_OBJECTS
=
sgxgmpmath.
$(OBJEXT)
$(am__objects_1)
nodist_sgxgmpmath_OBJECTS
=
$(am__objects_2)
sgxgmpmath_OBJECTS
=
$(am_sgxgmpmath_OBJECTS)
\
$(nodist_sgxgmpmath_OBJECTS)
sgxgmpmath_DEPENDENCIES
=
AM_V_P
=
$
(
am__v_P_
$(V)
)
AM_V_P
=
$
(
am__v_P_
$(V)
)
am__v_P_
=
$
(
am__v_P_
$(AM_DEFAULT_VERBOSITY)
)
am__v_P_
=
$
(
am__v_P_
$(AM_DEFAULT_VERBOSITY)
)
am__v_P_0
=
false
am__v_P_0
=
false
...
@@ -144,9 +139,8 @@ AM_V_CCLD = $(am__v_CCLD_$(V))
...
@@ -144,9 +139,8 @@ AM_V_CCLD = $(am__v_CCLD_$(V))
am__v_CCLD_
=
$
(
am__v_CCLD_
$(AM_DEFAULT_VERBOSITY)
)
am__v_CCLD_
=
$
(
am__v_CCLD_
$(AM_DEFAULT_VERBOSITY)
)
am__v_CCLD_0
=
@echo
" CCLD "
$@
;
am__v_CCLD_0
=
@echo
" CCLD "
$@
;
am__v_CCLD_1
=
am__v_CCLD_1
=
SOURCES
=
$(sgxd_SOURCES)
$(nodist_sgxd_SOURCES)
$(sgxgmpmath_SOURCES)
\
SOURCES
=
$(sgxd_SOURCES)
$(nodist_sgxd_SOURCES)
$(nodist_sgxgmpmath_SOURCES)
DIST_SOURCES
=
$(sgxd_SOURCES)
DIST_SOURCES
=
$(sgxd_SOURCES)
$(sgxgmpmath_SOURCES)
RECURSIVE_TARGETS
=
all-recursive check-recursive cscopelist-recursive
\
RECURSIVE_TARGETS
=
all-recursive check-recursive cscopelist-recursive
\
ctags-recursive dvi-recursive html-recursive info-recursive
\
ctags-recursive dvi-recursive html-recursive info-recursive
\
install-data-recursive install-dvi-recursive
\
install-data-recursive install-dvi-recursive
\
...
@@ -461,10 +455,6 @@ sgxd$(EXEEXT): $(sgxd_OBJECTS) $(sgxd_DEPENDENCIES) $(EXTRA_sgxd_DEPENDENCIES)
...
@@ -461,10 +455,6 @@ sgxd$(EXEEXT): $(sgxd_OBJECTS) $(sgxd_DEPENDENCIES) $(EXTRA_sgxd_DEPENDENCIES)
@
rm
-f
sgxd
$(EXEEXT)
@
rm
-f
sgxd
$(EXEEXT)
$(AM_V_CCLD)$(LINK)
$(sgxd_OBJECTS)
$(sgxd_LDADD)
$(LIBS)
$(AM_V_CCLD)$(LINK)
$(sgxd_OBJECTS)
$(sgxd_LDADD)
$(LIBS)
sgxgmpmath$(EXEEXT)
:
$(sgxgmpmath_OBJECTS) $(sgxgmpmath_DEPENDENCIES) $(EXTRA_sgxgmpmath_DEPENDENCIES)
@
rm
-f
sgxgmpmath
$(EXEEXT)
$(AM_V_CCLD)$(LINK)
$(sgxgmpmath_OBJECTS)
$(sgxgmpmath_LDADD)
$(LIBS)
mostlyclean-compile
:
mostlyclean-compile
:
-
rm
-f
*
.
$(OBJEXT)
-
rm
-f
*
.
$(OBJEXT)
...
@@ -477,7 +467,6 @@ include ./$(DEPDIR)/oc_alloc.Po
...
@@ -477,7 +467,6 @@ include ./$(DEPDIR)/oc_alloc.Po
include
./$(DEPDIR)/sgx_detect_linux.Po
include
./$(DEPDIR)/sgx_detect_linux.Po
include
./$(DEPDIR)/sgx_stub.Po
include
./$(DEPDIR)/sgx_stub.Po
include
./$(DEPDIR)/sgxd.Po
include
./$(DEPDIR)/sgxd.Po
include
./$(DEPDIR)/sgxgmpmath.Po
.c.o
:
.c.o
:
$(AM_V_CC)$(COMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)
/
$*
.Tpo
-c
-o
$@
$<
$(AM_V_CC)$(COMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)
/
$*
.Tpo
-c
-o
$@
$<
...
...
Makefile.am
View file @
e834bddb
...
@@ -56,7 +56,7 @@ CLEANFILES = $(COMMON_ENCLAVE_SRC) EnclaveGmpTest.edl \
...
@@ -56,7 +56,7 @@ CLEANFILES = $(COMMON_ENCLAVE_SRC) EnclaveGmpTest.edl \
## The build target
## The build target
bin_PROGRAMS
=
sgxgmpmath
sgxd
bin_PROGRAMS
=
sgxd
## You can't use $(wildcard ...) with automake so all source files
## You can't use $(wildcard ...) with automake so all source files
...
...
Makefile.in
View file @
e834bddb
...
@@ -88,7 +88,7 @@ POST_INSTALL = :
...
@@ -88,7 +88,7 @@ POST_INSTALL = :
NORMAL_UNINSTALL
=
:
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
POST_UNINSTALL
=
:
bin_PROGRAMS
=
sgx
gmpmath
$(EXEEXT)
sgx
d
$(EXEEXT)
bin_PROGRAMS
=
sgxd
$(EXEEXT)
subdir
=
.
subdir
=
.
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
am__aclocal_m4_deps
=
$(top_srcdir)
/m4/sgx_init.m4
\
am__aclocal_m4_deps
=
$(top_srcdir)
/m4/sgx_init.m4
\
...
@@ -111,11 +111,6 @@ am__objects_2 = EnclaveGmpTest_u.$(OBJEXT)
...
@@ -111,11 +111,6 @@ am__objects_2 = EnclaveGmpTest_u.$(OBJEXT)
nodist_sgxd_OBJECTS
=
$(am__objects_2)
nodist_sgxd_OBJECTS
=
$(am__objects_2)
sgxd_OBJECTS
=
$(am_sgxd_OBJECTS)
$(nodist_sgxd_OBJECTS)
sgxd_OBJECTS
=
$(am_sgxd_OBJECTS)
$(nodist_sgxd_OBJECTS)
sgxd_DEPENDENCIES
=
sgxd_DEPENDENCIES
=
am_sgxgmpmath_OBJECTS
=
sgxgmpmath.
$(OBJEXT)
$(am__objects_1)
nodist_sgxgmpmath_OBJECTS
=
$(am__objects_2)
sgxgmpmath_OBJECTS
=
$(am_sgxgmpmath_OBJECTS)
\
$(nodist_sgxgmpmath_OBJECTS)
sgxgmpmath_DEPENDENCIES
=
AM_V_P
=
$
(
am__v_P_@AM_V@
)
AM_V_P
=
$
(
am__v_P_@AM_V@
)
am__v_P_
=
$
(
am__v_P_@AM_DEFAULT_V@
)
am__v_P_
=
$
(
am__v_P_@AM_DEFAULT_V@
)
am__v_P_0
=
false
am__v_P_0
=
false
...
@@ -144,9 +139,8 @@ AM_V_CCLD = $(am__v_CCLD_@AM_V@)
...
@@ -144,9 +139,8 @@ AM_V_CCLD = $(am__v_CCLD_@AM_V@)
am__v_CCLD_
=
$
(
am__v_CCLD_@AM_DEFAULT_V@
)
am__v_CCLD_
=
$
(
am__v_CCLD_@AM_DEFAULT_V@
)
am__v_CCLD_0
=
@echo
" CCLD "
$@
;
am__v_CCLD_0
=
@echo
" CCLD "
$@
;
am__v_CCLD_1
=
am__v_CCLD_1
=
SOURCES
=
$(sgxd_SOURCES)
$(nodist_sgxd_SOURCES)
$(sgxgmpmath_SOURCES)
\
SOURCES
=
$(sgxd_SOURCES)
$(nodist_sgxd_SOURCES)
$(nodist_sgxgmpmath_SOURCES)
DIST_SOURCES
=
$(sgxd_SOURCES)
DIST_SOURCES
=
$(sgxd_SOURCES)
$(sgxgmpmath_SOURCES)
RECURSIVE_TARGETS
=
all-recursive check-recursive cscopelist-recursive
\
RECURSIVE_TARGETS
=
all-recursive check-recursive cscopelist-recursive
\
ctags-recursive dvi-recursive html-recursive info-recursive
\
ctags-recursive dvi-recursive html-recursive info-recursive
\
install-data-recursive install-dvi-recursive
\
install-data-recursive install-dvi-recursive
\
...
@@ -461,10 +455,6 @@ sgxd$(EXEEXT): $(sgxd_OBJECTS) $(sgxd_DEPENDENCIES) $(EXTRA_sgxd_DEPENDENCIES)
...
@@ -461,10 +455,6 @@ sgxd$(EXEEXT): $(sgxd_OBJECTS) $(sgxd_DEPENDENCIES) $(EXTRA_sgxd_DEPENDENCIES)
@
rm
-f
sgxd
$(EXEEXT)
@
rm
-f
sgxd
$(EXEEXT)
$(AM_V_CCLD)$(LINK)
$(sgxd_OBJECTS)
$(sgxd_LDADD)
$(LIBS)
$(AM_V_CCLD)$(LINK)
$(sgxd_OBJECTS)
$(sgxd_LDADD)
$(LIBS)
sgxgmpmath$(EXEEXT)
:
$(sgxgmpmath_OBJECTS) $(sgxgmpmath_DEPENDENCIES) $(EXTRA_sgxgmpmath_DEPENDENCIES)
@
rm
-f
sgxgmpmath
$(EXEEXT)
$(AM_V_CCLD)$(LINK)
$(sgxgmpmath_OBJECTS)
$(sgxgmpmath_LDADD)
$(LIBS)
mostlyclean-compile
:
mostlyclean-compile
:
-
rm
-f
*
.
$(OBJEXT)
-
rm
-f
*
.
$(OBJEXT)
...
@@ -477,7 +467,6 @@ distclean-compile:
...
@@ -477,7 +467,6 @@ distclean-compile:
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/sgx_detect_linux.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/sgx_detect_linux.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/sgx_stub.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/sgx_stub.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/sgxd.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/sgxd.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/sgxgmpmath.Po@am__quote@
.c.o
:
.c.o
:
@am__fastdepCC_TRUE@
$(AM_V_CC)$(COMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)/$*.Tpo
-c
-o
$@
$<
@am__fastdepCC_TRUE@
$(AM_V_CC)$(COMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)/$*.Tpo
-c
-o
$@
$<
...
...
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