]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kdp/Makefile
xnu-2050.7.9.tar.gz
[apple/xnu.git] / osfmk / kdp / Makefile
index a71bf45c65c6d2bf6f0f597c89f86c3f50a7ae61..03e7bb5266e8b032716cf61aa504375410891df4 100644 (file)
@@ -7,26 +7,22 @@ export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-INSTINC_SUBDIRS = \
+INSTINC_SUBDIRS =
 
-INSTINC_SUBDIRS_PPC = \
+EXPINC_SUBDIRS =
 
-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
 
-
 include $(MakeInc_rule)
 include $(MakeInc_dir)