Fixes

parent 744691da
...@@ -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 = sgxgmpmath$(EXEEXT) sgxd$(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 $@ $<
......
...@@ -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
......
...@@ -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 = sgxgmpmath$(EXEEXT) sgxd$(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 $@ $<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment