Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SabaEskandarian committed May 17, 2017
0 parents commit 0a7208f
Show file tree
Hide file tree
Showing 38 changed files with 6,950 additions and 0 deletions.
42 changes: 42 additions & 0 deletions Debug/isv_app/subdir.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../isv_app/isv_app.cpp

C_SRCS += \
../isv_app/isv_enclave_u.c

O_SRCS += \
../isv_app/isv_app.o \
../isv_app/isv_enclave_u.o

OBJS += \
./isv_app/isv_app.o \
./isv_app/isv_enclave_u.o

CPP_DEPS += \
./isv_app/isv_app.d

C_DEPS += \
./isv_app/isv_enclave_u.d


# Each subdirectory must supply rules for building sources it contributes
isv_app/%.o: ../isv_app/%.cpp
@echo 'Building file: $<'
@echo 'Invoking: GCC C++ Compiler'
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '

isv_app/%.o: ../isv_app/%.c
@echo 'Building file: $<'
@echo 'Invoking: GCC C Compiler'
gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '


42 changes: 42 additions & 0 deletions Debug/isv_enclave/subdir.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../isv_enclave/isv_enclave.cpp

C_SRCS += \
../isv_enclave/isv_enclave_t.c

O_SRCS += \
../isv_enclave/isv_enclave.o \
../isv_enclave/isv_enclave_t.o

OBJS += \
./isv_enclave/isv_enclave.o \
./isv_enclave/isv_enclave_t.o

CPP_DEPS += \
./isv_enclave/isv_enclave.d

C_DEPS += \
./isv_enclave/isv_enclave_t.d


# Each subdirectory must supply rules for building sources it contributes
isv_enclave/%.o: ../isv_enclave/%.cpp
@echo 'Building file: $<'
@echo 'Invoking: GCC C++ Compiler'
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '

isv_enclave/%.o: ../isv_enclave/%.c
@echo 'Building file: $<'
@echo 'Invoking: GCC C Compiler'
gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '


61 changes: 61 additions & 0 deletions Debug/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

-include ../makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include service_provider/subdir.mk
-include isv_enclave/subdir.mk
-include isv_app/subdir.mk
-include subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(CC_DEPS)),)
-include $(CC_DEPS)
endif
ifneq ($(strip $(C++_DEPS)),)
-include $(C++_DEPS)
endif
ifneq ($(strip $(C_UPPER_DEPS)),)
-include $(C_UPPER_DEPS)
endif
ifneq ($(strip $(CXX_DEPS)),)
-include $(CXX_DEPS)
endif
ifneq ($(strip $(CPP_DEPS)),)
-include $(CPP_DEPS)
endif
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables

# All Target
all: RemoteAttestation

# Tool invocations
RemoteAttestation: $(OBJS) $(USER_OBJS)
@echo 'Building target: $@'
@echo 'Invoking: GCC C++ Linker'
g++ -o "RemoteAttestation" $(OBJS) $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '

# Other Targets
clean:
-$(RM) $(CC_DEPS)$(C++_DEPS)$(EXECUTABLES)$(C_UPPER_DEPS)$(CXX_DEPS)$(OBJS)$(CPP_DEPS)$(C_DEPS) RemoteAttestation
-@echo ' '

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets
8 changes: 8 additions & 0 deletions Debug/objects.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

USER_OBJS :=

LIBS :=

39 changes: 39 additions & 0 deletions Debug/service_provider/subdir.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../service_provider/ecp.cpp \
../service_provider/ias_ra.cpp \
../service_provider/network_ra.cpp \
../service_provider/service_provider.cpp

O_SRCS += \
../service_provider/ecp.o \
../service_provider/ias_ra.o \
../service_provider/network_ra.o \
../service_provider/service_provider.o

OBJS += \
./service_provider/ecp.o \
./service_provider/ias_ra.o \
./service_provider/network_ra.o \
./service_provider/service_provider.o

CPP_DEPS += \
./service_provider/ecp.d \
./service_provider/ias_ra.d \
./service_provider/network_ra.d \
./service_provider/service_provider.d


# Each subdirectory must supply rules for building sources it contributes
service_provider/%.o: ../service_provider/%.cpp
@echo 'Building file: $<'
@echo 'Invoking: GCC C++ Compiler'
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '


29 changes: 29 additions & 0 deletions Debug/sources.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

C_UPPER_SRCS :=
CXX_SRCS :=
C++_SRCS :=
OBJ_SRCS :=
CC_SRCS :=
ASM_SRCS :=
CPP_SRCS :=
C_SRCS :=
O_SRCS :=
S_UPPER_SRCS :=
CC_DEPS :=
C++_DEPS :=
EXECUTABLES :=
C_UPPER_DEPS :=
CXX_DEPS :=
OBJS :=
CPP_DEPS :=
C_DEPS :=

# Every subdirectory with source files must be described here
SUBDIRS := \
isv_app \
isv_enclave \
service_provider \

Loading

0 comments on commit 0a7208f

Please sign in to comment.