# MPLAB IDE generated this makefile for use with Microsoft `nmake'.
# Project: multiplex.mcp
# Date: Sun Jun 15 00:00:41 2008

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

"multiplex.cof" : "multiplex.o"
	$(LD) "..\..\..\..\Program Files\Microchip\MPASM Suite\LKR\18f2620i.lkr" "multiplex.o" /z__MPLAB_BUILD=1 /m"multiplex.map" /w /o"multiplex.cof"

"multiplex.o" : "multiplex.asm" "..\..\..\..\Program Files\Microchip\MPASM Suite\P18CXXX.INC" "..\..\..\..\Program Files\Microchip\MPASM Suite\p18F2520.INC" "config.inc"
	"C:\Program Files\Microchip\MPASM Suite\MPASMWIN.exe" /q /p18F2520 "multiplex.asm" /l"multiplex.lst" /e"multiplex.err" /o"multiplex.o"

"clean" : 
	$(RM) "multiplex.o" "multiplex.ERR" "multiplex.lst" "multiplex.cof" "multiplex.hex" "multiplex.map"

