📄 hello.mak
字号:
# 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 = hello
PROJDIR = d:\itools\itools\examples\hello
PRODDIR = d:\itools\itools
all : "$(PROJ).abs"
"hello.ol" : "hello.c"
@echo Compiling "hello.c"
@"D:\ITOOLS\ITOOLS\bin\cp68332.exe" "hello.c" -opfile <<EOF
$(EMPTY) -L -d -do -ot -SD:\ITOOLS\ITOOLS\rtlibs\$(LIBSUBDIR)\inc -S $(PRODDIR)\rtlibs\cppinc
EOF
"$(PROJ).ab" : "hello.ol"
@echo Linking File $@
@"D:\ITOOLS\ITOOLS\bin\ldriver.exe" -opfile <<EOF
${separate "\n" $(match .ol $!) $(match .ln $!) $(match .lln $!) }
$(EMPTY) -c++ -cc c68332 -L $(LIBDIR)\$(LIBSUBDIR)\lib\lib332.l -L $(LIBDIR)\cpplib\cpp020.lib -c hello.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -