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

-include ../makefile.init

RM := "C:\Milandr\CM-LYNX.1.08.00\toolchain\Bin\rm" -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include HAL/src/subdir.mk
-include subdir.mk
-include objects.mk

-include ../makefile.defs

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

# All Target
all: $(TARGETS)

# Tool target
$(TARGETS): target-build

# Tool invocations
target-build: $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: Linker'
	"C:\Milandr\CM-LYNX.1.08.00\toolchain\\Bin\\mclink-tsh" -Map "Test_SDRAM.map" -xref "Test_SDRAM.xref" --double-size-64 --char-size-32 clib.dlb libcxx.dlb rtl.dlb -L "C:\Milandr\CM-LYNX.1.08.00\toolchain\LibLLVM" -MD __1967VN044__ -MM -Mo link.deps -od . -T ../Test_SDRAM.ldf -i "C:\Milandr\CM-LYNX.1.08.00\toolchain\Inc" --gc-sections -o  "Test_SDRAM.dxe" $(OBJS__)
	@echo 'Finished building target: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(ASM_OBJS__)$(ASM_OBJS)$(OBJS)$(OBJS__) $(TARGETS__) *.is *.dmp *.xml *.dep *.deps *.map *.lst *.src *.i
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets
