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