-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNMakefile
44 lines (31 loc) · 2.53 KB
/
NMakefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# MPLAB IDE generated this makefile for use with Microsoft `nmake'.
# Project: String.mcp
# Date: Wed Jul 16 16:26:59 2014
AS = pic30-as.exe
CC = pic30-gcc.exe
LD = pic30-ld.exe
AR = pic30-ar.exe
HX = pic30-bin2hex.exe
RM = del
"String.hex" : "String.cof"
$(HX) "String.cof"
"String.cof" : "main.o" "timer.o" "adc.o" "sci.o" "IC.o" "DS1302.o" "FRAM.o" "ecan.o"
$(CC) -mcpu=33FJ64GP706 "main.o" "timer.o" "adc.o" "sci.o" "IC.o" "DS1302.o" "FRAM.o" "ecan.o" -o"String.cof" -Wl,-Tp33FJ64GP706.gld,--defsym=__MPLAB_BUILD=1,-Map="String.map",--report-mem
"main.o" : "ecan.h" "FRAM.h" "DS1302.h" "IC.h" "sci.h" "adc.h" "timer.h" "c:\program files\microchip\mplab c30\support\dsPIC33F\h\p33FJ64GP706.h" "c:\program files\microchip\mplab c30\support\dsPIC33F\h\p33Fxxxx.h" "main.c"
$(CC) -mcpu=33FJ64GP706 -x c -c "main.c" -o"main.o" -g -Wall
"timer.o" : "c:\program files\microchip\mplab c30\support\dsPIC33F\h\p33FJ64GP706.h" "c:\program files\microchip\mplab c30\support\dsPIC33F\h\p33Fxxxx.h" "timer.h" "timer.c"
$(CC) -mcpu=33FJ64GP706 -x c -c "timer.c" -o"timer.o" -g -Wall
"adc.o" : "c:\program files\microchip\mplab c30\support\dsPIC33F\h\p33FJ64GP706.h" "c:\program files\microchip\mplab c30\support\dsPIC33F\h\p33Fxxxx.h" "adc.h" "adc.c"
$(CC) -mcpu=33FJ64GP706 -x c -c "adc.c" -o"adc.o" -g -Wall
"sci.o" : "sci.h" "c:\program files\microchip\mplab c30\support\dsPIC33F\h\p33FJ64GP706.h" "c:\program files\microchip\mplab c30\support\dsPIC33F\h\p33Fxxxx.h" "sci.c"
$(CC) -mcpu=33FJ64GP706 -x c -c "sci.c" -o"sci.o" -g -Wall
"IC.o" : "IC.h" "c:\program files\microchip\mplab c30\support\dsPIC33F\h\p33FJ64GP706.h" "c:\program files\microchip\mplab c30\support\dsPIC33F\h\p33Fxxxx.h" "IC.c"
$(CC) -mcpu=33FJ64GP706 -x c -c "IC.c" -o"IC.o" -g -Wall
"DS1302.o" : "c:\program files\microchip\mplab c30\support\dsPIC33F\h\p33FJ64GP706.h" "c:\program files\microchip\mplab c30\support\dsPIC33F\h\p33Fxxxx.h" "DS1302.h" "DS1302.c"
$(CC) -mcpu=33FJ64GP706 -x c -c "DS1302.c" -o"DS1302.o" -g -Wall
"FRAM.o" : "FRAM.h" "c:\program files\microchip\mplab c30\support\dsPIC33F\h\p33FJ64GP706.h" "c:\program files\microchip\mplab c30\support\dsPIC33F\h\p33Fxxxx.h" "FRAM.c"
$(CC) -mcpu=33FJ64GP706 -x c -c "FRAM.c" -o"FRAM.o" -g -Wall
"ecan.o" : "ecan.h" "c:\program files\microchip\mplab c30\support\dsPIC33F\h\p33FJ64GP706.h" "c:\program files\microchip\mplab c30\support\dsPIC33F\h\p33Fxxxx.h" "ecan.c"
$(CC) -mcpu=33FJ64GP706 -x c -c "ecan.c" -o"ecan.o" -g -Wall
"clean" :
$(RM) "main.o" "timer.o" "adc.o" "sci.o" "IC.o" "DS1302.o" "FRAM.o" "ecan.o" "String.cof" "String.hex"