|
|
1.1 ! root 1: export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd ! 2: export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def ! 3: export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule ! 4: export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir ! 5: ! 6: ! 7: include $(MakeInc_cmd) ! 8: include $(MakeInc_def) ! 9: ! 10: DATAFILES = ! 11: ! 12: EXPORT_ONLY_FILES = \ ! 13: assert.h \ ! 14: clock.h \ ! 15: cpu_number.h \ ! 16: cpu_data.h \ ! 17: debug.h \ ! 18: ipc_mig.h \ ! 19: kalloc.h \ ! 20: kern_types.h \ ! 21: lock.h \ ! 22: mach_param.h \ ! 23: macro_help.h \ ! 24: processor.h \ ! 25: queue.h \ ! 26: sched_prim.h \ ! 27: simple_lock.h \ ! 28: simple_lock_types.h \ ! 29: sync_sema.h \ ! 30: sync_lock.h \ ! 31: task.h \ ! 32: thread.h \ ! 33: thread_act.h \ ! 34: thread_call.h \ ! 35: time_out.h \ ! 36: wait_queue.h \ ! 37: zalloc.h ! 38: ! 39: INSTALL_MI_LIST = ${DATAFILES} ! 40: ! 41: INSTALL_MI_DIR = kern ! 42: ! 43: EXPORT_MI_LIST = ${DATAFILES} ${EXPORT_ONLY_FILES} ! 44: ! 45: EXPORT_MI_DIR = kern ! 46: ! 47: include $(MakeInc_rule) ! 48: include $(MakeInc_dir) ! 49: ! 50:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.