Changeset 46 in kBuild for trunk/src/kmk/make.h
- Timestamp:
- Apr 4, 2003 12:03:50 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/make.h
r45 r46 218 218 /* Attributes applied by PMake */ 219 219 #define OP_TRANSFORM 0x80000000 /* The node is a transformation rule */ 220 #ifdef USE_ARCHIVES 220 221 #define OP_MEMBER 0x40000000 /* Target is a member of an archive */ 221 222 #define OP_LIB 0x20000000 /* Target is a library */ 222 223 #define OP_ARCHV 0x10000000 /* Target is an archive construct */ 224 #endif 223 225 #define OP_HAS_COMMANDS 0x08000000 /* Target has all the commands it should. 224 226 * Used when parsing to catch multiple … … 294 296 #define PARENTS "^" /* Parent of this target (if any) (long name .PARENTS) */ 295 297 #endif 298 #ifdef USE_ARCHIVES 296 299 #define ARCHIVE "!" /* Archive in "archive(member)" syntax */ 297 300 #define MEMBER "%" /* Member in "archive(member)" syntax */ 301 #endif 298 302 299 303 #define FTARGET "@F" /* file part of TARGET */ … … 361 365 */ 362 366 extern int debug; 367 #ifdef USE_ARCHIVES 363 368 #define DEBUG_ARCH 0x0001 369 #endif 364 370 #define DEBUG_COND 0x0002 365 371 #define DEBUG_DIR 0x0004
Note:
See TracChangeset
for help on using the changeset viewer.