# MPLAB IDE generated this makefile for use with Microsoft `nmake'.
# Project: usart-rs232.mcp
# Date: Tue Jul 06 13:20:04 2010

AS = MPASMWIN.exe
CC = mcc18.exe
LD = mplink.exe
AR = mplib.exe
RM = del

"usart-rs232.cof" : "main.o" "usart.o"
	$(LD) /l"C:\MCC18\lib" /k"C:\MCC18\bin\LKR" "C:\MCC18\bin\LKR\18f6585_g.lkr" "main.o" "usart.o" "C:\MCC18\lib\p18f6585.lib" /u_CRUNTIME /u_DEBUG /z__MPLAB_BUILD=1 /z__MPLAB_DEBUG=1 /o"usart-rs232.cof" /M"usart-rs232.map" /W

"main.o" : "main.c" "usart.h" "main.c" "C:\MCC18\h\p18f6585.h"
	$(CC) -p=18F6585 /i"C:\MCC18\h" "main.c" -fo="main.o" -D__DEBUG -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-

"usart.o" : "usart.c" "C:\MCC18\h\usart.h" "usart.c" "C:\MCC18\h\pconfig.h" "C:\MCC18\h\p18cxxx.h" "C:\MCC18\h\p18f6585.h"
	$(CC) -p=18F6585 /i"C:\MCC18\h" "usart.c" -fo="usart.o" -D__DEBUG -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-

"clean" : 
	$(RM) "main.o" "usart.o" "usart-rs232.cof" "usart-rs232.hex"

