makefile

来自「飞行控制中的转换坐标下的距离计算」· 代码 · 共 24 行

TXT
24
字号
# MPLAB IDE generated this makefile for use with GNU make.
# Project: caculate_distance.mcp
# Date: Wed Jul 02 21:32:15 2008

AS = pic30-as.exe
CC = pic30-gcc.exe
LD = pic30-ld.exe
AR = pic30-ar.exe
HX = pic30-bin2hex.exe
RM = rm

caculate_distance.hex : caculate_distance.cof
	$(HX) "caculate_distance.cof"

caculate_distance.cof : caculate_distance.o
	$(CC) -mcpu=30F4013 "caculate_distance.o" -o"caculate_distance.cof" -Wl,-L"C:\Program Files\Microchip\MPLAB C30\lib",--script="..\..\support\gld\p30f4013.gld",--defsym=__MPLAB_BUILD=1,--defsym=__MPLAB_DEBUG=1,-Map="caculate_distance.map",--report-mem

caculate_distance.o : ../../bin/../include/math.h ../../bin/../support/h/p30f4013.h caculate_distance.c
	$(CC) -mcpu=30F4013 -x c -c "caculate_distance.c" -o"caculate_distance.o" -D__DEBUG -g -Wall

clean : 
	$(RM) "caculate_distance.o" "caculate_distance.cof" "caculate_distance.hex"

⌨️ 快捷键说明

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