annotate nb__prhash_pic/Makefile @ 38:447dcca689e0

changed name of netbeans proj dirs -- add renamed dirs
author Sean Halle <seanhalle@yahoo.com>
date Fri, 14 Feb 2014 07:19:19 -0800
parents
children
rev   line source
seanhalle@38 1 #
seanhalle@38 2 # There exist several targets which are by default empty and which can be
seanhalle@38 3 # used for execution of your targets. These targets are usually executed
seanhalle@38 4 # before and after some main targets. They are:
seanhalle@38 5 #
seanhalle@38 6 # .build-pre: called before 'build' target
seanhalle@38 7 # .build-post: called after 'build' target
seanhalle@38 8 # .clean-pre: called before 'clean' target
seanhalle@38 9 # .clean-post: called after 'clean' target
seanhalle@38 10 # .clobber-pre: called before 'clobber' target
seanhalle@38 11 # .clobber-post: called after 'clobber' target
seanhalle@38 12 # .all-pre: called before 'all' target
seanhalle@38 13 # .all-post: called after 'all' target
seanhalle@38 14 # .help-pre: called before 'help' target
seanhalle@38 15 # .help-post: called after 'help' target
seanhalle@38 16 #
seanhalle@38 17 # Targets beginning with '.' are not intended to be called on their own.
seanhalle@38 18 #
seanhalle@38 19 # Main targets can be executed directly, and they are:
seanhalle@38 20 #
seanhalle@38 21 # build build a specific configuration
seanhalle@38 22 # clean remove built files from a configuration
seanhalle@38 23 # clobber remove all built files
seanhalle@38 24 # all build all configurations
seanhalle@38 25 # help print help mesage
seanhalle@38 26 #
seanhalle@38 27 # Targets .build-impl, .clean-impl, .clobber-impl, .all-impl, and
seanhalle@38 28 # .help-impl are implemented in nbproject/makefile-impl.mk.
seanhalle@38 29 #
seanhalle@38 30 # Available make variables:
seanhalle@38 31 #
seanhalle@38 32 # CND_BASEDIR base directory for relative paths
seanhalle@38 33 # CND_DISTDIR default top distribution directory (build artifacts)
seanhalle@38 34 # CND_BUILDDIR default top build directory (object files, ...)
seanhalle@38 35 # CONF name of current configuration
seanhalle@38 36 # CND_PLATFORM_${CONF} platform name (current configuration)
seanhalle@38 37 # CND_ARTIFACT_DIR_${CONF} directory of build artifact (current configuration)
seanhalle@38 38 # CND_ARTIFACT_NAME_${CONF} name of build artifact (current configuration)
seanhalle@38 39 # CND_ARTIFACT_PATH_${CONF} path to build artifact (current configuration)
seanhalle@38 40 # CND_PACKAGE_DIR_${CONF} directory of package (current configuration)
seanhalle@38 41 # CND_PACKAGE_NAME_${CONF} name of package (current configuration)
seanhalle@38 42 # CND_PACKAGE_PATH_${CONF} path to package (current configuration)
seanhalle@38 43 #
seanhalle@38 44 # NOCDDL
seanhalle@38 45
seanhalle@38 46
seanhalle@38 47 # Environment
seanhalle@38 48 MKDIR=mkdir
seanhalle@38 49 CP=cp
seanhalle@38 50 CCADMIN=CCadmin
seanhalle@38 51
seanhalle@38 52
seanhalle@38 53 # build
seanhalle@38 54 build: .build-post
seanhalle@38 55
seanhalle@38 56 .build-pre:
seanhalle@38 57 # Add your pre 'build' code here...
seanhalle@38 58
seanhalle@38 59 .build-post: .build-impl
seanhalle@38 60 # Add your post 'build' code here...
seanhalle@38 61
seanhalle@38 62
seanhalle@38 63 # clean
seanhalle@38 64 clean: .clean-post
seanhalle@38 65
seanhalle@38 66 .clean-pre:
seanhalle@38 67 # Add your pre 'clean' code here...
seanhalle@38 68
seanhalle@38 69 .clean-post: .clean-impl
seanhalle@38 70 # Add your post 'clean' code here...
seanhalle@38 71
seanhalle@38 72
seanhalle@38 73 # clobber
seanhalle@38 74 clobber: .clobber-post
seanhalle@38 75
seanhalle@38 76 .clobber-pre:
seanhalle@38 77 # Add your pre 'clobber' code here...
seanhalle@38 78
seanhalle@38 79 .clobber-post: .clobber-impl
seanhalle@38 80 # Add your post 'clobber' code here...
seanhalle@38 81
seanhalle@38 82
seanhalle@38 83 # all
seanhalle@38 84 all: .all-post
seanhalle@38 85
seanhalle@38 86 .all-pre:
seanhalle@38 87 # Add your pre 'all' code here...
seanhalle@38 88
seanhalle@38 89 .all-post: .all-impl
seanhalle@38 90 # Add your post 'all' code here...
seanhalle@38 91
seanhalle@38 92
seanhalle@38 93 # build tests
seanhalle@38 94 build-tests: .build-tests-post
seanhalle@38 95
seanhalle@38 96 .build-tests-pre:
seanhalle@38 97 # Add your pre 'build-tests' code here...
seanhalle@38 98
seanhalle@38 99 .build-tests-post: .build-tests-impl
seanhalle@38 100 # Add your post 'build-tests' code here...
seanhalle@38 101
seanhalle@38 102
seanhalle@38 103 # run tests
seanhalle@38 104 test: .test-post
seanhalle@38 105
seanhalle@38 106 .test-pre:
seanhalle@38 107 # Add your pre 'test' code here...
seanhalle@38 108
seanhalle@38 109 .test-post: .test-impl
seanhalle@38 110 # Add your post 'test' code here...
seanhalle@38 111
seanhalle@38 112
seanhalle@38 113 # help
seanhalle@38 114 help: .help-post
seanhalle@38 115
seanhalle@38 116 .help-pre:
seanhalle@38 117 # Add your pre 'help' code here...
seanhalle@38 118
seanhalle@38 119 .help-post: .help-impl
seanhalle@38 120 # Add your post 'help' code here...
seanhalle@38 121
seanhalle@38 122
seanhalle@38 123
seanhalle@38 124 # include project implementation makefile
seanhalle@38 125 include nbproject/Makefile-impl.mk
seanhalle@38 126
seanhalle@38 127 # include project make variables
seanhalle@38 128 include nbproject/Makefile-variables.mk