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

-include ../makefile.init

RM := del /f

# All of the sources participating in the build are defined here
-include sources.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: PIC_18F8520_in_VEX_Controller_20081123.hex

# Tool invocations
PIC_18F8520_in_VEX_Controller_20081123.hex: $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: MPLINK Linker'
	mplink "..\18F8520user.lkr" /a INHX32 /w /m mapfile.map /o"PIC_18F8520_in_VEX_Controller_20081123.hex" $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(OBJS) PIC_18F8520_in_VEX_Controller_20081123.hex
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets
