X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/34d340d711a2b033f5da480ed7b5eb147679a588..916eb79ee6e2fd3e1ab08275e76ec4e126cab685:/dp_notify_lib/Makefile diff --git a/dp_notify_lib/Makefile b/dp_notify_lib/Makefile index 725d4b4..8b8e4f0 100644 --- a/dp_notify_lib/Makefile +++ b/dp_notify_lib/Makefile @@ -1,56 +1,18 @@ -# -# 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. -# +Project = dp_notify_lib +ProductType = staticlib +Install_Dir = /usr/local/lib -NAME = dp_notify_lib +SERVERDEFS = ../dynamic_pager.tproj/backing_store_alerts.defs +USERDEFS = ../dynamic_pager.tproj/backing_store_triggers.defs -PROJECTVERSION = 2.8 -PROJECT_TYPE = Library +Extra_MIG_Flags = -no-cpp-precomp -R -untyped -DNO_DIRECT_RPC -I$(SRCROOT) +Extra_LD_Flags = -static -OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\ - h.template backing_store_alerts.defs\ - backing_store_triggers.defs +include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make -MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles -CURRENTLY_ACTIVE_VERSION = YES -DEPLOY_WITH_VERSION_NAME = A -CODE_GEN_STYLE = STATIC -MAKEFILE = library.make -NEXTSTEP_INSTALLDIR = /usr/local/lib -WINDOWS_INSTALLDIR = /Developer/Libraries -PDO_UNIX_INSTALLDIR = /lib -LIBS = -DEBUG_LIBS = $(LIBS) -PROF_LIBS = $(LIBS) - - -FRAMEWORK_PATHS = -NEXTSTEP_PB_LDFLAGS = -static -FRAMEWORKS = - - -WINDOWS_PUBLIC_HEADERS_DIR = $(HOMEDRIVE)$(LOCAL_DEVELOPER_DIR)/Headers/$(NAME) - -PDO_UNIX_PUBLIC_HEADERS_DIR = $(LOCAL_DEVELOPER_DIR)/Headers/$(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 +after_install: + $(INSTALL_DIRECTORY) $(DSTROOT)/usr/local/include/mach + $(INSTALL_FILE) $(OBJROOT)/$(Project)/backing_store_alerts_server.h \ + $(DSTROOT)/usr/local/include/mach + $(INSTALL_FILE) $(OBJROOT)/$(Project)/backing_store_triggers.h \ + $(DSTROOT)/usr/local/include/mach