csi.mak

来自「the csi control demo source for the NEC 」· MAK 代码 · 共 47 行

MAK
47
字号
#
# Project manager generated MAKEFILE
#
TITLE = csi
DEVFILE = C:\NECTools32\DEV\DF054780.78K
PROJDIR = C:\NECTools32\customer_problem\visteon\CSI
TOOLDIR = C:\NECTools32\BIN
WORKDIR = C:\NECTools32\customer_problem\visteon\CSI
DEBUG = 

CC = $(TOOLDIR)\cc78k0.exe
ST = $(TOOLDIR)\st78K0.exe
RA = $(TOOLDIR)\ra78K0.exe
LK = $(TOOLDIR)\lk78K0.exe
OC = $(TOOLDIR)\oc78K0.exe
LCNV = $(TOOLDIR)\lcnv78K0.exe

OBJS = csi.rel  \
	option.rel 

DEP_csi_c = C:\NECTools32\customer_problem\visteon\CSI\serial_config.h \
	C:\NECTools32\customer_problem\visteon\CSI\csi.h

DEP_option_asm = 

GOAL : C:\NECTools32\customer_problem\visteon\CSI\csi.hex

csi.rel : csi.asm $(DEP_csi_c)
	$(CC) -fcsi.pcc
	$(RA) -fcsi.pra

csi.asm : csi.c $(DEP_csi_c)
	$(CC) -fcsi.pcc
	$(RA) -fcsi.pra

option.rel : option.asm $(DEP_option_asm)
	$(RA) -foption.pra

csi.lmf : $(OBJS)
	$(LK) -fcsi.plk

csi.hex : csi.lmf
	$(OC) -fcsi.poc



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?