################################################################################
# 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 subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
	ifneq ($(strip $(C_DEPS)),)
		-include $(C_DEPS)
	endif
	ifneq ($(strip $(ASM_DEPS)),)
		-include $(ASM_DEPS)
	endif
	ifneq ($(strip $(S_UPPER_DEPS)),)
		-include $(S_UPPER_DEPS)
	endif
endif

-include ../makefile.defs

# All Target
all: 00000000-0000-0000-0000-000048444350 secondary-outputs

00000000-0000-0000-0000-000048444350: $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: GCC C Linker'
ifeq ($(TG_64BIT_ADDR),true)
	$(TG_TOOLCHAIN)/bin/aarch64-secureos-gnueabi-gcc $(C_LDFLAGS) -o "00000000-0000-0000-0000-000048444350" $(LIBPATH) -fstack-protector -fstack-protector-all -v -g3 -gdwarf-3 -gstrict-dwarf $(OBJS) $(USER_OBJS) $(LIBS)
else
	$(TG_TOOLCHAIN)/bin/arm-secureos-gnueabi-gcc -o "00000000-0000-0000-0000-000048444350" $(LIBPATH) -fstack-protector -fstack-protector-all -v -g3 -gdwarf-3 -gstrict-dwarf $(OBJS) $(USER_OBJS) $(LIBS)
endif

# Other Targets
clean:
	-$(RM) $(OBJS)$(C_DEPS)$(ASM_DEPS)$(EXECUTABLES)$(S_UPPER_DEPS) 00000000-0000-0000-0000-000048444350
	-@echo ' '

post-build:
	-@echo 'dev_drv'

secondary-outputs:

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets
