050423.mak
来自「使用tasking for mc683XX C编译器」· MAK 代码 · 共 44 行
MAK
44 行
# TASKING EDE (Windows based integrated Embedded Development Environment)
#
# This makefile has been generated by TASKING EDE
#
# Toolchain: TASKING Intertools M68000 v9.2r0
#
BINDIR = d:\itools\itools\bin
INCDIR = d:\itools\itools\rtlibs\$(LIBSUBDIR)\inc
LIBDIR = d:\itools\itools\rtlibs
LIBSUBDIR=lib020s
PROJ = 050423
PROJDIR = d:\itools\itools\examples\cdate
PRODDIR = d:\itools\itools
all : "$(PROJ).abs"
"050423.ol" : "050423.asm"
@echo Assembling "050423.asm"
@"d:\itools\itools\bin\asm68332.exe" "050423.asm" -opfile <<EOF
$(EMPTY) -a -A -bw -d -Id:\itools\itools\rtlibs\$(LIBSUBDIR)\inc
EOF
"$(PROJ).ab" : "050423.ol"
@echo Linking File $@
@"d:\itools\itools\bin\llink.exe" -opfile <<EOF
${separate "\n" $(match .ol $!) $(match .ln $!) $(match .lln $!) }
$(EMPTY) -L $(LIBDIR)\$(LIBSUBDIR)\lib\lib332 -c 050423.lc -o $@
EOF
"$(PROJ).abs" : "$(PROJ).ab"
@echo Generating Form IEEE 695 file $@
@"d:\itools\itools\bin\form695.exe" $! -opfile <<EOF
$(EMPTY) -d abs -o $@
EOF
@echo Generating Global Map
@"d:\itools\itools\bin\gsmap.exe" $! -an -o -P
# Copyright (c) 2000 TASKING, Inc.
# Serial: 000000-061
# EDE Version: 2.4 r3
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?