OSDN Git Service

myint.h int2 add
[scilog/cpu2010.git] / 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=cpu2010
28
29 # Active Configuration
30 DEFAULTCONF=default
31 CONF=${DEFAULTCONF}
32
33 # All Configurations
34 ALLCONFS=default 
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 # dependency checking support
47 .depcheck-impl:
48 #       @echo "# This code depends on make tool being used" >.dep.inc
49 #       @if [ -n "${MAKE_VERSION}" ]; then \
50 #           echo "DEPFILES=\$$(wildcard \$$(addsuffix .d, \$${OBJECTFILES}))" >>.dep.inc; \
51 #           echo "ifneq (\$${DEPFILES},)" >>.dep.inc; \
52 #           echo "include \$${DEPFILES}" >>.dep.inc; \
53 #           echo "endif" >>.dep.inc; \
54 #       else \
55 #           echo ".KEEP_STATE:" >>.dep.inc; \
56 #           echo ".KEEP_STATE_FILE:.make.state.\$${CONF}" >>.dep.inc; \
57 #       fi