]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/pwr_mgt/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / iokit / IOKit / pwr_mgt / Makefile
index 093e9f94f321e2e41534a5e624a5144d7394babe..ad7dcbbdf06d59a7f0620a20b0da4f38b2f70c70 100644 (file)
@@ -4,28 +4,18 @@ export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
 IOKIT_FRAMEDIR = $(FRAMEDIR)/IOKit.framework/Versions/A
-export INCDIR = $(IOKIT_FRAMEDIR)/Headers
-export LCLDIR = $(FRAMEDIR)/Kernel.framework/Versions/A/PrivateHeaders/IOKit
+INCDIR = $(IOKIT_FRAMEDIR)/Headers
+LCLDIR = $(IOKIT_FRAMEDIR)/PrivateHeaders
 
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 MI_DIR = pwr_mgt
 NOT_EXPORT_HEADERS = \
-       IOPMchangeNoteList.h    \
        IOPMinformee.h          \
        IOPMinformeeList.h      \
        IOPMlog.h               \
-       IOPMpmChild.h           \
-        IOPMPrivate.h
-
-INSTINC_SUBDIRS =
-INSTINC_SUBDIRS_PPC =
-INSTINC_SUBDIRS_I386 =
-
-EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
-EXPINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS_PPC}
-EXPINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS_I386}
+       IOPMPrivate.h
 
 ALL_HEADERS = $(shell (cd $(SOURCE); echo *.h))
 
@@ -36,5 +26,7 @@ INSTALL_MI_DIR = $(MI_DIR)
 EXPORT_MI_LIST = $(filter-out $(NOT_EXPORT_HEADERS), $(ALL_HEADERS))
 EXPORT_MI_DIR = IOKit/$(MI_DIR)
 
+INSTALL_KF_MI_LCL_LIST = $(EXPORT_MI_LIST) IOPMPrivate.h
+
 include $(MakeInc_rule)
 include $(MakeInc_dir)