Changeset 1797 for trunk/src/kmk/dep.h
- Timestamp:
- Sep 21, 2008, 3:05:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/dep.h
r903 r1797 81 81 82 82 #ifdef CONFIG_WITH_INCLUDEDEP 83 void eval_include_dep (const char *name, struct floc *f); 83 /* incdep.c */ 84 enum incdep_op { incdep_read_it, incdep_queue, incdep_flush }; 85 void eval_include_dep (const char *name, struct floc *f, enum incdep_op op); 86 void incdep_flush_and_term (void); 87 88 /* read.c */ 89 void record_files (struct nameseq *filenames, const char *pattern, 90 const char *pattern_percent, struct dep *deps, 91 unsigned int cmds_started, char *commands, 92 unsigned int commands_idx, int two_colon, 93 const struct floc *flocp); 84 94 #endif 85 95
Note:
See TracChangeset
for help on using the changeset viewer.