X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/34d340d711a2b033f5da480ed7b5eb147679a588..916eb79ee6e2fd3e1ab08275e76ec4e126cab685:/sc_usage.tproj/Makefile diff --git a/sc_usage.tproj/Makefile b/sc_usage.tproj/Makefile index f50e9a5..f96a032 100644 --- a/sc_usage.tproj/Makefile +++ b/sc_usage.tproj/Makefile @@ -1,52 +1,17 @@ -# -# 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 = sc_usage - -PROJECTVERSION = 2.8 -PROJECT_TYPE = Tool +Project = sc_usage +Install_Dir = /usr/bin CFILES = sc_usage.c +MANPAGES = sc_usage.1 -OTHERSRCS = Makefile.preamble Makefile Makefile.postamble sc_usage.1\ - trace.codes - - -MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles -CODE_GEN_STYLE = DYNAMIC -MAKEFILE = tool.make -NEXTSTEP_INSTALLDIR = /usr/bin -WINDOWS_INSTALLDIR = /Library/Executables -PDO_UNIX_INSTALLDIR = /bin -LIBS = -lcurses -DEBUG_LIBS = $(LIBS) -PROF_LIBS = $(LIBS) - - -HEADER_PATHS = -I$(NEXT_ROOT)/System/Library/System.framework/\ - -I$(NEXT_ROOT)/System/Library/Frameworks/System.framework/PrivateHeaders\ - -I$(NEXT_ROOT)/System/Library/Frameworks/System.framework/PrivateHeaders/bsd\ - -I$(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/System.framework/PrivateHeaders/bsd - -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 +Extra_LD_Flags = -lcurses --include Makefile.preamble +Extra_CC_Flags = -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders\ + -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders/bsd -include $(MAKEFILEDIR)/$(MAKEFILE) +include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make --include Makefile.postamble +after_install: + $(INSTALL_DIRECTORY) $(DSTROOT)/usr/share/misc + $(INSTALL_FILE) trace.codes $(DSTROOT)/usr/share/misc --include Makefile.dependencies