################################################################################
# Automatically-generated file. Do not edit!
################################################################################

SHELL := ${ComSpec}


# All of lsp files are defined here
-include lsp.mk

-include ../makefile.init

RM := clean

# All of the sources participating in the build are defined here
-include sources.mk
-include system/startup_lsp/lsp/subdir.mk
-include system/sru/subdir.mk
-include system/services/spu/subdir.mk
-include system/services/pdma/subdir.mk
-include system/pinmux/GeneratedSources/subdir.mk
-include system/drivers/twi/subdir.mk
-include system/drivers/sport/subdir.mk
-include system/subdir.mk
-include src/subdir.mk
-include subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 
OBJS := $(SRC_OBJS)
# Quote makefile variable : OBJS 
OBJS := $(subst \ ,@, $(OBJS))
OBJS := $(foreach var, $(OBJS), "$(subst @, ,$(var))")
# Quote makefile variable : C_DEPS 
C_DEPS := $(subst \ ,@, $(C_DEPS))
C_DEPS := $(foreach var, $(C_DEPS), "$(subst @, ,$(var))")

# All Target
all: ADSP_SC83x_audiopassthrough_Core1.dxe

# Tool invocations
ADSP_SC83x_audiopassthrough_Core1.dxe: $(USER_OBJS) $(LSP_SRCS) $(SRC_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: CrossCore SHARC-FX C Linker'
	ccfx -proc ADSP-SC835 -si-revision any -mlsp="C:/Users/JIIN15430722/Downloads/ADSP_SC83x_audiopassthrough_Core2/ADSP_SC83x_audiopassthrough_Core1/system/startup_lsp/lsp" -Wl,--gc-sections -Wl,--defsym=__prefctl_default=0x88 -add-debug-libpaths -o  "ADSP_SC83x_audiopassthrough_Core1.dxe" @input-file.txt -lm
	@echo 'Finished building target: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(DXE) $(OBJS) $(C_DEPS)  ADSP_SC83x_audiopassthrough_Core1.dxe
	-@echo ' '

.PHONY: all clean dependents

-include ../makefile.targets
