]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/PIC32MZ_MPLAB/RTOSDemo.X/nbproject/Makefile-impl.mk
Add SAMV7 (Cortex-M7) demo for Atmel Studio.
[freertos] / FreeRTOS / Demo / PIC32MZ_MPLAB / RTOSDemo.X / nbproject / Makefile-impl.mk
1 #
2 # Generated Makefile - do not edit!
3 #
4 # Edit the Makefile in the project folder instead (../Makefile). Each target
5 # has a pre- and a post- target defined where you can add customization code.
6 #
7 # This makefile implements macros and targets common to all configurations.
8 #
9 # NOCDDL
10
11
12 # Building and Cleaning subprojects are done by default, but can be controlled with the SUB
13 # macro. If SUB=no, subprojects will not be built or cleaned. The following macro
14 # statements set BUILD_SUB-CONF and CLEAN_SUB-CONF to .build-reqprojects-conf
15 # and .clean-reqprojects-conf unless SUB has the value 'no'
16 SUB_no=NO
17 SUBPROJECTS=${SUB_${SUB}}
18 BUILD_SUBPROJECTS_=.build-subprojects
19 BUILD_SUBPROJECTS_NO=
20 BUILD_SUBPROJECTS=${BUILD_SUBPROJECTS_${SUBPROJECTS}}
21 CLEAN_SUBPROJECTS_=.clean-subprojects
22 CLEAN_SUBPROJECTS_NO=
23 CLEAN_SUBPROJECTS=${CLEAN_SUBPROJECTS_${SUBPROJECTS}}
24
25
26 # Project Name
27 PROJECTNAME=RTOSDemo.X
28
29 # Active Configuration
30 DEFAULTCONF=PIC32MZ2048_SK
31 CONF=${DEFAULTCONF}
32
33 # All Configurations
34 ALLCONFS=PIC32MZ2048_SK 
35
36
37 # build
38 .build-impl: .build-pre
39         ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf
40
41
42 # clean
43 .clean-impl: .clean-pre
44         ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf
45
46 # clobber
47 .clobber-impl: .clobber-pre .depcheck-impl
48             ${MAKE} SUBPROJECTS=${SUBPROJECTS} CONF=PIC32MZ2048_SK clean
49
50
51
52 # all
53 .all-impl: .all-pre .depcheck-impl
54             ${MAKE} SUBPROJECTS=${SUBPROJECTS} CONF=PIC32MZ2048_SK build
55
56
57
58 # dependency checking support
59 .depcheck-impl:
60 #       @echo "# This code depends on make tool being used" >.dep.inc
61 #       @if [ -n "${MAKE_VERSION}" ]; then \
62 #           echo "DEPFILES=\$$(wildcard \$$(addsuffix .d, \$${OBJECTFILES}))" >>.dep.inc; \
63 #           echo "ifneq (\$${DEPFILES},)" >>.dep.inc; \
64 #           echo "include \$${DEPFILES}" >>.dep.inc; \
65 #           echo "endif" >>.dep.inc; \
66 #       else \
67 #           echo ".KEEP_STATE:" >>.dep.inc; \
68 #           echo ".KEEP_STATE_FILE:.make.state.\$${CONF}" >>.dep.inc; \
69 #       fi