franta-hg@55: # franta-hg@55: # There exist several targets which are by default empty and which can be franta-hg@55: # used for execution of your targets. These targets are usually executed franta-hg@55: # before and after some main targets. They are: franta-hg@55: # franta-hg@55: # .build-pre: called before 'build' target franta-hg@55: # .build-post: called after 'build' target franta-hg@55: # .clean-pre: called before 'clean' target franta-hg@55: # .clean-post: called after 'clean' target franta-hg@55: # .clobber-pre: called before 'clobber' target franta-hg@55: # .clobber-post: called after 'clobber' target franta-hg@55: # .all-pre: called before 'all' target franta-hg@55: # .all-post: called after 'all' target franta-hg@55: # .help-pre: called before 'help' target franta-hg@55: # .help-post: called after 'help' target franta-hg@55: # franta-hg@55: # Targets beginning with '.' are not intended to be called on their own. franta-hg@55: # franta-hg@55: # Main targets can be executed directly, and they are: franta-hg@55: # franta-hg@55: # build build a specific configuration franta-hg@55: # clean remove built files from a configuration franta-hg@55: # clobber remove all built files franta-hg@55: # all build all configurations franta-hg@55: # help print help mesage franta-hg@55: # franta-hg@55: # Targets .build-impl, .clean-impl, .clobber-impl, .all-impl, and franta-hg@55: # .help-impl are implemented in nbproject/makefile-impl.mk. franta-hg@55: # franta-hg@55: # Available make variables: franta-hg@55: # franta-hg@55: # CND_BASEDIR base directory for relative paths franta-hg@55: # CND_DISTDIR default top distribution directory (build artifacts) franta-hg@55: # CND_BUILDDIR default top build directory (object files, ...) franta-hg@55: # CONF name of current configuration franta-hg@55: # CND_PLATFORM_${CONF} platform name (current configuration) franta-hg@55: # CND_ARTIFACT_DIR_${CONF} directory of build artifact (current configuration) franta-hg@55: # CND_ARTIFACT_NAME_${CONF} name of build artifact (current configuration) franta-hg@55: # CND_ARTIFACT_PATH_${CONF} path to build artifact (current configuration) franta-hg@55: # CND_PACKAGE_DIR_${CONF} directory of package (current configuration) franta-hg@55: # CND_PACKAGE_NAME_${CONF} name of package (current configuration) franta-hg@55: # CND_PACKAGE_PATH_${CONF} path to package (current configuration) franta-hg@55: # franta-hg@55: # NOCDDL franta-hg@55: franta-hg@55: franta-hg@55: # Environment franta-hg@55: MKDIR=mkdir franta-hg@55: CP=cp franta-hg@55: CCADMIN=CCadmin franta-hg@55: franta-hg@55: franta-hg@55: # build franta-hg@55: build: .build-post franta-hg@55: franta-hg@55: .build-pre: franta-hg@55: # Add your pre 'build' code here... franta-hg@55: franta-hg@55: .build-post: .build-impl franta-hg@55: # Add your post 'build' code here... franta-hg@55: franta-hg@55: franta-hg@55: # clean franta-hg@55: clean: .clean-post franta-hg@55: franta-hg@55: .clean-pre: franta-hg@55: # Add your pre 'clean' code here... franta-hg@55: franta-hg@55: .clean-post: .clean-impl franta-hg@55: # Add your post 'clean' code here... franta-hg@55: franta-hg@55: franta-hg@55: # clobber franta-hg@55: clobber: .clobber-post franta-hg@55: franta-hg@55: .clobber-pre: franta-hg@55: # Add your pre 'clobber' code here... franta-hg@55: franta-hg@55: .clobber-post: .clobber-impl franta-hg@55: # Add your post 'clobber' code here... franta-hg@55: franta-hg@55: franta-hg@55: # all franta-hg@55: all: .all-post franta-hg@55: franta-hg@55: .all-pre: franta-hg@55: # Add your pre 'all' code here... franta-hg@55: franta-hg@55: .all-post: .all-impl franta-hg@55: # Add your post 'all' code here... franta-hg@55: franta-hg@55: franta-hg@55: # build tests franta-hg@55: build-tests: .build-tests-post franta-hg@55: franta-hg@55: .build-tests-pre: franta-hg@55: # Add your pre 'build-tests' code here... franta-hg@55: franta-hg@55: .build-tests-post: .build-tests-impl franta-hg@55: # Add your post 'build-tests' code here... franta-hg@55: franta-hg@55: franta-hg@55: # run tests franta-hg@55: test: .test-post franta-hg@55: franta-hg@55: .test-pre: build-tests franta-hg@55: # Add your pre 'test' code here... franta-hg@55: franta-hg@55: .test-post: .test-impl franta-hg@55: # Add your post 'test' code here... franta-hg@55: franta-hg@55: franta-hg@55: # help franta-hg@55: help: .help-post franta-hg@55: franta-hg@55: .help-pre: franta-hg@55: # Add your pre 'help' code here... franta-hg@55: franta-hg@55: .help-post: .help-impl franta-hg@55: # Add your post 'help' code here... franta-hg@55: franta-hg@55: franta-hg@55: franta-hg@55: # include project implementation makefile franta-hg@55: include nbproject/Makefile-impl.mk franta-hg@55: franta-hg@55: # include project make variables franta-hg@55: include nbproject/Makefile-variables.mk