|
|
1.1 ! root 1: ###################################################################### ! 2: #BEGIN Machine dependent Makefile fragment for ppc ! 3: ###################################################################### ! 4: ! 5: # ! 6: # mace driver for MACH_BSD ! 7: # ! 8: if_en.o_CFLAGS=-DKERNEL ! 9: if_en.o_INCFLAGS= -I$(OBJROOT)/EXPORT_HDRS/bsd/bsd -I$(SRCROOT)/bsd ! 10: ! 11: mace.o_CFLAGS=-DKERNEL ! 12: mace.o_INCFLAGS= -I$(OBJROOT)/EXPORT_HDRS/bsd/bsd -I$(SRCROOT)/bsd ! 13: ! 14: # ! 15: # KDB support ! 16: # ! 17: .ORDER: makedis ppc_disasm.c ! 18: .ORDER: ppc_disasm.c db_disasm.o ! 19: ! 20: makedis: $(SRCROOT)/osfmk/ddb/makedis.c ! 21: $(CC) -o $@ $< ! 22: ! 23: ppc_disasm.o_CFLAGS = -Dperror=db_printf -Dexit=db_error -Dmalloc=db_disasm_malloc ! 24: ! 25: ppc_disasm.c: $(SRCROOT)/osfmk/ppc/ppc_disasm.i makedis ! 26: ./makedis -w -h ./ppc_disasm.h $(SOURCE_DIR)/osfmk/ppc/ppc_disasm.i > ./ppc_disasm.c ! 27: ! 28: ###################################################################### ! 29: #END Machine dependent Makefile fragment for ppc ! 30: ######################################################################
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.