]> git.saurik.com Git - apple/system_cmds.git/blobdiff - sc_usage.tproj/Makefile
system_cmds-433.tar.gz
[apple/system_cmds.git] / sc_usage.tproj / Makefile
index f50e9a52179c6fd99dc23c6110910775d7097385..f96a0320aea98ff0d1e169fbba8c980258f2f010 100644 (file)
@@ -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