]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kextd/Makefile
xnu-6153.11.26.tar.gz
[apple/xnu.git] / osfmk / kextd / Makefile
index d3a065420f6103ce1d3d3d3bc3a3bf5604a30c76..624f8c42d47447bc18abdb0cae9e3c89c52b9fee 100644 (file)
@@ -6,32 +6,20 @@ export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-INSTINC_SUBDIRS =
-
-INSTINC_SUBDIRS_PPC = 
-
-INSTINC_SUBDIRS_I386 =
-
-EXPINC_SUBDIRS =
-
-EXPINC_SUBDIRS_PPC =
-
-EXPINC_SUBDIRS_I386 =
-
 MIG_DEFS = kextd_mach.defs
 
-DATAFILES = ${MIG_DEFS}
+PRIVATE_DATAFILES = ${MIG_DEFS}
 
-INSTALL_MI_LIST =
+KERNELFILES = ${MIG_DEFS}
 
-INSTALL_MI_LCL_LIST    = ${DATAFILES}
+INSTALL_MI_LIST =
+INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
 
-INSTALL_MI_GEN_LIST = 
+INSTALL_MI_GEN_LIST =
 
 INSTALL_MI_DIR = kextd
 
-EXPORT_MI_LIST = \
-       ${DATAFILES}
+EXPORT_MI_LIST = ${KERNELFILES}
 
 EXPORT_MI_GEN_LIST = kextd_mach.h
 
@@ -39,7 +27,7 @@ EXPORT_MI_DIR = kextd
 
 #
 # Build path
-#       
+#
 INCFLAGS_MAKEFILE= -I..
 
 MIGKUFLAGS     = -DMACH_KERNEL_PRIVATE -DKERNEL_USER=1 -maxonstack 1024
@@ -50,13 +38,13 @@ MIG_KUSRC = kextd_mach.c kextd_mach.h
 
 COMP_FILES = ${MIG_KUSRC}
 
-${COMP_FILES} : kextd_mach.defs
+do_build_all:: $(COMP_FILES)
 
 ${MIG_KUSRC} : kextd_mach.defs
-       @echo MIG $@
+       $(call makelog,$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0))
        $(_v)${MIG} ${MIGFLAGS} ${MIGKUFLAGS}   \
-               -user    $*.c                   \
-               -header  $*.h                   \
+               -user    kextd_mach.c           \
+               -header  kextd_mach.h           \
                -server  /dev/null              \
                -sheader /dev/null              \
                $<