X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/316670eb35587141e969394ae8537d66b9211e80..HEAD:/iokit/IOKit/pwr_mgt/Makefile diff --git a/iokit/IOKit/pwr_mgt/Makefile b/iokit/IOKit/pwr_mgt/Makefile index db62a3d24..c4cf72b31 100644 --- a/iokit/IOKit/pwr_mgt/Makefile +++ b/iokit/IOKit/pwr_mgt/Makefile @@ -4,8 +4,8 @@ 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 = $(IOKIT_FRAMEDIR)/PrivateHeaders +INCDIR = $(IOKIT_FRAMEDIR)/Headers +LCLDIR = $(IOKIT_FRAMEDIR)/PrivateHeaders include $(MakeInc_cmd) include $(MakeInc_def) @@ -16,18 +16,8 @@ NOT_EXPORT_HEADERS = \ IOPMinformeeList.h \ IOPMlog.h \ IOPMPrivate.h - -INSTINC_SUBDIRS = -INSTINC_SUBDIRS_I386 = -INSTINC_SUBDIRS_X86_64 = -INSTINC_SUBDIRS_ARM = - -EXPINC_SUBDIRS = ${INSTINC_SUBDIRS} -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)) + +ALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h)) INSTALL_MI_LIST = IOPMLibDefs.h IOPM.h INSTALL_MI_LCL_LIST = IOPMPrivate.h