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

📄 makefile

📁 Received Signal Strength Indicator in PIC24 with wireless communication. Ping a char and add RSSI in
💻
字号:
# MPLAB IDE generated this makefile for use with GNU make.
# Project: main.mcp
# Date: Sat Apr 25 03:23:05 2009

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

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

main.cof : ADC.o CONU1.o CONU2.o lcd.o PICmainREC.o
	$(CC) -mcpu=24FJ128GA010 "ADC.o" "CONU1.o" "CONU2.o" "lcd.o" "PICmainREC.o" -o"main.cof" -Wl,-L"C:\Program Files\Microchip\MPLAB C30\lib",--script="p24FJ128GA010.gld",--defsym=__MPLAB_BUILD=1,-Map="main.map",--report-mem

ADC.o : ../../../../program\ files/microchip/mplab\ c30/support/PIC24F/h/p24fj128ga010.h ADC.c
	$(CC) -mcpu=24FJ128GA010 -x c -c "ADC.c" -o"ADC.o" -g -Wall

CONU1.o : conU1.h ../../../../program\ files/microchip/mplab\ c30/support/PIC24F/h/p24fj128ga010.h CONU1.c
	$(CC) -mcpu=24FJ128GA010 -x c -c "CONU1.c" -o"CONU1.o" -g -Wall

CONU2.o : conU2.h ../../../../program\ files/microchip/mplab\ c30/support/PIC24F/h/p24fj128ga010.h CONU2.c
	$(CC) -mcpu=24FJ128GA010 -x c -c "CONU2.c" -o"CONU2.o" -g -Wall

lcd.o : ../../../../program\ files/microchip/mplab\ c30/support/PIC24F/h/p24fj128ga010.h LCD.h ../../../../program\ files/microchip/mplab\ c30/support/PIC24F/h/p24fj128ga010.h lcd.c
	$(CC) -mcpu=24FJ128GA010 -x c -c "lcd.c" -o"lcd.o" -g -Wall

PICmainREC.o : ../../../../program\ files/microchip/mplab\ c30/support/PIC24F/h/p24fj128ga010.h lcd.h ADC.h CONU1.h CONU2.h p24fj128ga010.h PICmainREC.c
	$(CC) -mcpu=24FJ128GA010 -x c -c "PICmainREC.c" -o"PICmainREC.o" -g -Wall

clean : 
	$(RM) "ADC.o" "CONU1.o" "CONU2.o" "lcd.o" "PICmainREC.o" "main.cof" "main.hex"

⌨️ 快捷键说明

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