mirror of
https://github.com/SasaKaranovic/HousePlantMonitoringSystem.git
synced 2026-07-08 17:52:37 +02:00
225809b95c
Adding solenoid close timeout. Closing all solenoids on power-up. Central unit and Solenoid valve release
39 lines
2.6 KiB
Makefile
39 lines
2.6 KiB
Makefile
#
|
|
# 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" ...
|
|
#
|
|
SHELL=cmd.exe
|
|
PATH_TO_IDE_BIN=D:/Program Files/Microchip/MPLABX/v5.40/mplab_platform/platform/../mplab_ide/modules/../../bin/
|
|
# Adding MPLAB X bin directory to path.
|
|
PATH:=D:/Program Files/Microchip/MPLABX/v5.40/mplab_platform/platform/../mplab_ide/modules/../../bin/:$(PATH)
|
|
# Path to java used to run MPLAB X when this makefile was created
|
|
MP_JAVA_PATH="D:\Program Files\Microchip\MPLABX\v5.40\sys\java\zulu8.36.0.1-ca-fx-jdk8.0.202-win_x64\jre/bin/"
|
|
OS_CURRENT="$(shell uname -s)"
|
|
MP_CC="C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-gcc.exe"
|
|
MP_CPPC="C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-g++.exe"
|
|
# MP_BC is not defined
|
|
MP_AS="C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-as.exe"
|
|
MP_LD="C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-ld.exe"
|
|
MP_AR="C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-ar.exe"
|
|
DEP_GEN=${MP_JAVA_PATH}java -jar "D:/Program Files/Microchip/MPLABX/v5.40/mplab_platform/platform/../mplab_ide/modules/../../bin/extractobjectdependencies.jar"
|
|
MP_CC_DIR="C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin"
|
|
MP_CPPC_DIR="C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin"
|
|
# MP_BC_DIR is not defined
|
|
MP_AS_DIR="C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin"
|
|
MP_LD_DIR="C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin"
|
|
MP_AR_DIR="C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin"
|
|
# MP_BC_DIR is not defined
|
|
DFP_DIR=C:/Users/Sasa/.mchp_packs/Microchip/ATtiny_DFP/2.3.92
|