|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1995 The University of Utah and ! 3: # the Computer Systems Laboratory (CSL). All rights reserved. ! 4: # ! 5: # Permission to use, copy, modify and distribute this software and its ! 6: # documentation is hereby granted, provided that both the copyright ! 7: # notice and this permission notice appear in all copies of the ! 8: # software, derivative works or modified versions, and any portions ! 9: # thereof, and that both notices appear in supporting documentation. ! 10: # ! 11: # THE UNIVERSITY OF UTAH AND CSS ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS ! 12: # IS" CONDITION. THE UNIVERSITY OF UTAH AND CSS DISCLAIM ANY LIABILITY OF ! 13: # ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. ! 14: # ! 15: # CSS requests users of this software to return to [email protected] any ! 16: # improvements that they make and grant CSS redistribution rights. ! 17: # ! 18: # Author: Bryan Ford, University of Utah CSS ! 19: # ! 20: ifndef _mach4_i386_kernel_util_makerules_ ! 21: _mach4_i386_kernel_util_makerules = yes ! 22: ! 23: ! 24: CLEAN_FILES += i386_asm.h ! 25: ! 26: ! 27: include $(MSRCDIR)/Makerules ! 28: include $(GSRCDIR)/kernel/util/Makerules ! 29: ! 30: ! 31: # Handy rule to show what's in the GDT... ! 32: gdt-list: ! 33: echo '#include "gdt_sels.h"' >gdt-list.c ! 34: $(CC) -E $(CFLAGS) $(TARGET_CFLAGS) gdt-list.c | grep ^gdt_sel ! 35: rm -f gdt-list.c ! 36: ! 37: ! 38: endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.