diff options
author | Camil Staps | 2016-08-22 22:28:32 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-22 22:28:32 +0200 |
commit | 79bb1a9932af7bfcdab67e2a1da9d9edcba87f71 (patch) | |
tree | c9f96cd9498d1e24bc646923c5d79d13f310fbeb /firmware/CText.X/nbproject/Makefile-local-pic32mx695f512h.mk | |
parent | Initial commit (diff) |
old wipold
Diffstat (limited to 'firmware/CText.X/nbproject/Makefile-local-pic32mx695f512h.mk')
-rw-r--r-- | firmware/CText.X/nbproject/Makefile-local-pic32mx695f512h.mk | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/firmware/CText.X/nbproject/Makefile-local-pic32mx695f512h.mk b/firmware/CText.X/nbproject/Makefile-local-pic32mx695f512h.mk new file mode 100644 index 0000000..3fcd328 --- /dev/null +++ b/firmware/CText.X/nbproject/Makefile-local-pic32mx695f512h.mk @@ -0,0 +1,36 @@ +# +# Generated Makefile - do not edit! +# +# +# This file contains information about the location of compilers and other tools. +# If you commmit this file into your revision control server, you will be able to +# to checkout the project and build it from the command line with make. However, +# if more than one person works on the same project, then this file might show +# conflicts since different users are bound to have compilers in different places. +# In that case you might choose to not commit this file and let MPLAB X recreate this file +# for each user. The disadvantage of not commiting this file is that you must run MPLAB X at +# least once so the file gets created and the project can be built. Finally, you can also +# avoid using this file at all if you are only building from the command line with make. +# You can invoke make with the values of the macros: +# $ makeMP_CC="/opt/microchip/mplabc30/v3.30c/bin/pic30-gcc" ... +# +PATH_TO_IDE_BIN=/opt/microchip/mplabx/v3.35/mplab_ide/mplab_ide/modules/../../bin/ +# Adding MPLAB X bin directory to path. +PATH:=/opt/microchip/mplabx/v3.35/mplab_ide/mplab_ide/modules/../../bin/:$(PATH) +# Path to java used to run MPLAB X when this makefile was created +MP_JAVA_PATH="/opt/microchip/mplabx/v3.35/sys/java/jre1.8.0_91/bin/" +OS_CURRENT="$(shell uname -s)" +MP_CC="/opt/microchip/xc32/v1.42/bin/xc32-gcc" +MP_CPPC="/opt/microchip/xc32/v1.42/bin/xc32-g++" +# MP_BC is not defined +MP_AS="/opt/microchip/xc32/v1.42/bin/xc32-as" +MP_LD="/opt/microchip/xc32/v1.42/bin/xc32-ld" +MP_AR="/opt/microchip/xc32/v1.42/bin/xc32-ar" +DEP_GEN=${MP_JAVA_PATH}java -jar "/opt/microchip/mplabx/v3.35/mplab_ide/mplab_ide/modules/../../bin/extractobjectdependencies.jar" +MP_CC_DIR="/opt/microchip/xc32/v1.42/bin" +MP_CPPC_DIR="/opt/microchip/xc32/v1.42/bin" +# MP_BC_DIR is not defined +MP_AS_DIR="/opt/microchip/xc32/v1.42/bin" +MP_LD_DIR="/opt/microchip/xc32/v1.42/bin" +MP_AR_DIR="/opt/microchip/xc32/v1.42/bin" +# MP_BC_DIR is not defined |