export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
IOKIT_FRAMEDIR = $(FRAMEDIR)/IOKit.framework/Versions/A
-export INCDIR = $(IOKIT_FRAMEDIR)/Headers
-export LCLDIR = $(IOKIT_FRAMEDIR)/PrivateHeaders
+INCDIR = $(IOKIT_FRAMEDIR)/Headers
+LCLDIR = $(IOKIT_FRAMEDIR)/PrivateHeaders
include $(MakeInc_cmd)
include $(MakeInc_def)
IOPMinformee.h \
IOPMinformeeList.h \
IOPMlog.h \
- IOPMPagingPlexus.h
-
-INSTINC_SUBDIRS =
-INSTINC_SUBDIRS_PPC =
-INSTINC_SUBDIRS_I386 =
-INSTINC_SUBDIRS_X86_64 =
-INSTINC_SUBDIRS_ARM =
-
-EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
-EXPINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS_PPC}
-EXPINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS_I386}
-EXPINC_SUBDIRS_X86_64 = ${INSTINC_SUBDIRS_X86_64}
-EXPINC_SUBDIRS_ARM = ${INSTINC_SUBDIRS_ARM}
-
-ALL_HEADERS = $(shell (cd $(SOURCE); echo *.h))
-
-INSTALL_MI_LIST = IOPMLibDefs.h IOPM.h IOPMDeprecated.h
+ IOPMPrivate.h
+
+ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h))
+
+INSTALL_MI_LIST = IOPMLibDefs.h IOPM.h
INSTALL_MI_LCL_LIST = IOPMPrivate.h
INSTALL_MI_DIR = $(MI_DIR)