# MPLAB IDE generated this makefile for use with GNU make.
# Project: RTC_04.mcp
# Date: Thu Jul 09 01:03:34 2009

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

RTC_04.cof : RTC_04.o
	$(LD) /p16F84A "RTC_04.o" /u_DEBUG /z__MPLAB_BUILD=1 /z__MPLAB_DEBUG=1 /o"RTC_04.cof" /M"RTC_04.map" /W /x

RTC_04.o : RTC_04.asm ../../../../Program\ Files\ (x86)/Microchip/MPASM\ Suite/P16F84A.INC RETARDOS.INC LCD_4BIT.INC BIN_BCD.INC RS232.INC
	$(AS) /q /p16F84A "RTC_04.asm" /l"RTC_04.lst" /e"RTC_04.err" /d__DEBUG=1

clean : 
	$(RM) "RTC_04.o" "RTC_04.hex" "RTC_04.err" "RTC_04.lst" "RTC_04.cof"

