]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kdp/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / osfmk / kdp / Makefile
index a71bf45c65c6d2bf6f0f597c89f86c3f50a7ae61..b36e5dce91f4b361851c0a0586892ee6f86ea651 100644 (file)
@@ -3,30 +3,21 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
-
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-INSTINC_SUBDIRS = \
-
-INSTINC_SUBDIRS_PPC = \
-
-INSTINC_SUBDIRS_I386 = \
-
-EXPINC_SUBDIRS = \
+DATAFILES = \
+               kdp_callout.h \
+               kdp_en_debugger.h
 
 
-EXPINC_SUBDIRS_PPC = \
+EXPORT_MI_LIST = ${DATAFILES} kdp_dyld.h
 
 
-EXPINC_SUBDIRS_I386 = \
+INSTALL_KF_MI_LIST = ${DATAFILES}
 
 
-DATAFILES = \
-               kdp_en_debugger.h
-               
-EXPORT_MI_LIST = ${DATAFILES}
+INSTALL_KF_MI_LCL_LIST = ${DATAFILES}
 
 EXPORT_MI_DIR = kdp
 
 
 EXPORT_MI_DIR = kdp
 
-
 include $(MakeInc_rule)
 include $(MakeInc_dir)
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)