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

📄 circle.mak

📁 tasking编译器实例开发的自己编写的程序.
💻 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    = circle
PROJDIR = d:\itools\itools\examples\circle
PRODDIR = d:\itools\itools

all : "$(PROJ).abs"

"circle.ol" : "circle.c"
	@echo Compiling "circle.c"
	    @"D:\ITOOLS\ITOOLS\bin\c68332.exe" "circle.c" -opfile <<EOF
            $(EMPTY)  -d -do -ot -SD:\ITOOLS\ITOOLS\rtlibs\$(LIBSUBDIR)\inc
            EOF

"$(PROJ).ab" : "circle.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 circle.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 + -