root / Version 1.8 / RS232_MUX.X / nbproject / Makefile-local-default.mk @ c82771d8
Historique | Voir | Annoter | Télécharger (2,163 ko)
1 | c82771d8 | Enzo Niro | # |
---|---|---|---|
2 | # Generated Makefile - do not edit! |
||
3 | # |
||
4 | # |
||
5 | # This file contains information about the location of compilers and other tools. |
||
6 | # If you commmit this file into your revision control server, you will be able to |
||
7 | # to checkout the project and build it from the command line with make. However, |
||
8 | # if more than one person works on the same project, then this file might show |
||
9 | # conflicts since different users are bound to have compilers in different places. |
||
10 | # In that case you might choose to not commit this file and let MPLAB X recreate this file |
||
11 | # for each user. The disadvantage of not commiting this file is that you must run MPLAB X at |
||
12 | # least once so the file gets created and the project can be built. Finally, you can also |
||
13 | # avoid using this file at all if you are only building from the command line with make. |
||
14 | # You can invoke make with the values of the macros: |
||
15 | # $ makeMP_CC="/opt/microchip/mplabc30/v3.30c/bin/pic30-gcc" ... |
||
16 | # |
||
17 | SHELL=cmd.exe |
||
18 | PATH_TO_IDE_BIN=C:/Program Files/Microchip/MPLABX/v6.20/mplab_platform/platform/../mplab_ide/modules/../../bin/ |
||
19 | # Adding MPLAB X bin directory to path. |
||
20 | PATH:=C:/Program Files/Microchip/MPLABX/v6.20/mplab_platform/platform/../mplab_ide/modules/../../bin/:$(PATH) |
||
21 | # Path to java used to run MPLAB X when this makefile was created |
||
22 | MP_JAVA_PATH="C:\Program Files\Microchip\MPLABX\v6.20\sys\java\zulu8.64.0.19-ca-fx-jre8.0.345-win_x64/bin/" |
||
23 | OS_CURRENT="$(shell uname -s)" |
||
24 | MP_CC="C:\Program Files\Microchip\xc8\v2.46\bin\xc8-cc.exe" |
||
25 | # MP_CPPC is not defined |
||
26 | # MP_BC is not defined |
||
27 | MP_AS="C:\Program Files\Microchip\xc8\v2.46\bin\xc8-cc.exe" |
||
28 | MP_LD="C:\Program Files\Microchip\xc8\v2.46\bin\xc8-cc.exe" |
||
29 | MP_AR="C:\Program Files\Microchip\xc8\v2.46\bin\xc8-ar.exe" |
||
30 | DEP_GEN=${MP_JAVA_PATH}java -jar "C:/Program Files/Microchip/MPLABX/v6.20/mplab_platform/platform/../mplab_ide/modules/../../bin/extractobjectdependencies.jar" |
||
31 | MP_CC_DIR="C:\Program Files\Microchip\xc8\v2.46\bin" |
||
32 | # MP_CPPC_DIR is not defined |
||
33 | # MP_BC_DIR is not defined |
||
34 | MP_AS_DIR="C:\Program Files\Microchip\xc8\v2.46\bin" |
||
35 | MP_LD_DIR="C:\Program Files\Microchip\xc8\v2.46\bin" |
||
36 | MP_AR_DIR="C:\Program Files\Microchip\xc8\v2.46\bin" |
||
37 | DFP_DIR=C:/Program Files/Microchip/MPLABX/v6.20/packs/Microchip/AVR-Dx_DFP/2.4.286 |