# # Generated by the Apple Project Builder. # # NOTE: Do NOT change this file -- Project Builder maintains it. # # Put all of your customizations in files called Makefile.preamble # and Makefile.postamble (both optional), and Makefile will include them. # NAME = kext PROJECTVERSION = 2.8 PROJECT_TYPE = Component HFILES = KXKextManager.h KXKextRepository.h KXKext.h\ KXKextManager_private.h KXKextRepository_private.h\ KXKext_private.h dgraph.h kld_patch.h load.h paths.h\ printPList.h vers_rsrc.h KextManager.h KextManagerPriv.h\ kextmanager_types.h c++rem3.h CFILES = KXKextManager.c KXKextRepository.c KXKext.c dgraph.c\ kld_patch.c load.c paths.c printPList.c vers_rsrc.c\ KextManager.c c++rem3.c OTHERSRCS = Makefile.preamble Makefile Makefile.postamble\ kextmanager_mig.defs MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles CODE_GEN_STYLE = DYNAMIC MAKEFILE = subproj.make NEXTSTEP_INSTALLDIR = $(SYSTEM_LIBRARY_DIR)/Frameworks LIBS = DEBUG_LIBS = $(LIBS) PROF_LIBS = $(LIBS) PUBLIC_HEADERS = KextManager.h PROJECT_HEADERS = KXKextManager.h KXKextRepository.h KXKext.h\ kextmanager_types.h NEXTSTEP_BUILD_OUTPUT_DIR = /$(USER)/build/$(NAME) NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc NEXTSTEP_JAVA_COMPILER = /usr/bin/javac WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac include $(MAKEFILEDIR)/platform.make -include Makefile.preamble include $(MAKEFILEDIR)/$(MAKEFILE) -include Makefile.postamble -include Makefile.dependencies