Bringing tree up to date.
[galago.git] / galago_cpp / galago_cpp-Makefile.mk
blobacd23c3f20409bbeac1a0246d2b1e6a666366847
2 # There exist several targets which are by default empty and which can be
3 # used for execution of your targets. These targets are usually executed
4 # before and after some main targets. They are:
6 # .build-pre: called before 'build' target
7 # .build-post: called after 'build' target
8 # .clean-pre: called before 'clean' target
9 # .clean-post: called after 'clean' target
10 # .clobber-pre: called before 'clobber' target
11 # .clobber-post: called after 'clobber' target
12 # .all-pre: called before 'all' target
13 # .all-post: called after 'all' target
14 # .help-pre: called before 'help' target
15 # .help-post: called after 'help' target
17 # Targets beginning with '.' are not intended to be called on their own.
19 # Main targets can be executed directly, and they are:
21 # build build a specific configuration
22 # clean remove built files from a configuration
23 # clobber remove all built files
24 # all build all configurations
25 # help print help mesage
27 # Targets .build-impl, .clean-impl, .clobber-impl, .all-impl, and
28 # .help-impl are implemented in nbproject/makefile-impl.mk.
30 # NOCDDL
33 # Environment
34 MKDIR=mkdir
35 CP=cp
36 CCADMIN=CCadmin
37 RANLIB=ranlib
40 # build
41 build: .build-pre .build-impl .build-post
43 .build-pre:
44 # Add your pre 'build' code here...
46 .build-post:
47 # Add your post 'build' code here...
50 # clean
51 clean: .clean-pre .clean-impl .clean-post
53 .clean-pre:
54 # Add your pre 'clean' code here...
56 .clean-post:
57 # Add your post 'clean' code here...
60 # clobber
61 clobber: .clobber-pre .clobber-impl .clobber-post
63 .clobber-pre:
64 # Add your pre 'clobber' code here...
66 .clobber-post:
67 # Add your post 'clobber' code here...
70 # all
71 all: .all-pre .all-impl .all-post
73 .all-pre:
74 # Add your pre 'all' code here...
76 .all-post:
77 # Add your post 'all' code here...
80 # help
81 help: .help-pre .help-impl .help-post
83 .help-pre:
84 # Add your pre 'help' code here...
86 .help-post:
87 # Add your post 'help' code here...
91 # include project implementation makefile
92 include nbproject/Makefile-impl.mk