⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mdt.mak

📁 the timer control demo source for the NEC mcu
💻 MAK
字号:
#
# Project manager generated MAKEFILE
#
TITLE = Applilet
DEVFILE = C:\NECTools32\DEV\DF054780.78K
PROJDIR = D:\visteon\Test\Pulse
TOOLDIR = C:\NECTools32\BIN
WORKDIR = D:\visteon\Test\Pulse
DEBUG = 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 = systeminit.rel  \
	main.rel  \
	option.rel  \
	timer_user.rel  \
	timer.rel 

DEP_systeminit_c = 

DEP_main_c = D:\visteon\Test\Pulse\timer.h \
	D:\visteon\Test\Pulse\timer_config.h \
	D:\visteon\Test\Pulse\timer_macro.h

DEP_option_asm = D:\visteon\Test\Pulse\option.inc

DEP_timer_user_c = D:\visteon\Test\Pulse\timer.h \
	D:\visteon\Test\Pulse\timer_config.h \
	D:\visteon\Test\Pulse\timer_macro.h

DEP_timer_c = D:\visteon\Test\Pulse\timer_config.h \
	D:\visteon\Test\Pulse\timer_macro.h

GOAL : D:\visteon\Test\Pulse\mdt.hex

systeminit.rel : systeminit.c $(DEP_systeminit_c)
	$(CC) -fsysteminit.pcc

main.rel : main.c $(DEP_main_c)
	$(CC) -fmain.pcc

option.rel : option.asm $(DEP_option_asm)
	$(RA) -cF054780 -yC:\NECTools32\DEV\  option.asm

timer_user.rel : timer_user.c $(DEP_timer_user_c)
	$(CC) -ftimer_user.pcc

timer.rel : timer.c $(DEP_timer_c)
	$(CC) -ftimer.pcc

mdt.lmf : $(OBJS)
	$(LK) -fsysteminit.plk

mdt.hex : mdt.lmf
	$(OC) -yC:\NECTools32\DEV\ -nr  mdt.lmf



⌨️ 快捷键说明

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