]> git.saurik.com Git - apple/system_cmds.git/blobdiff - latency.tproj/Makefile
system_cmds-498.0.10.tar.gz
[apple/system_cmds.git] / latency.tproj / Makefile
index b647e65b8ba1d78925605f528bc895dcd5d02500..a8377fa99c90c6082ea0599601f6da6b9c4843da 100644 (file)
@@ -1,51 +1,15 @@
-#
-# 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 = latency
-
-PROJECTVERSION = 2.8
-PROJECT_TYPE = Tool
+Project = latency
+Install_Dir = /usr/bin
 
 CFILES = latency.c
+MANPAGES = latency.1
 
-OTHERSRCS = Makefile.preamble Makefile Makefile.postamble latency.1
-
-
-MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
-CODE_GEN_STYLE = DYNAMIC
-MAKEFILE = tool.make
-NEXTSTEP_INSTALLDIR = /usr/bin
-WINDOWS_INSTALLDIR = /Library/Executables
-PDO_UNIX_INSTALLDIR = /bin
-LIBS = 
-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
-
--include Makefile.preamble
+Extra_CC_Flags = -mdynamic-no-pic
+Extra_LD_Flags = -dead_strip
 
-include $(MAKEFILEDIR)/$(MAKEFILE)
+Extra_LD_Flags += -lcurses -lutil
 
--include Makefile.postamble
+Extra_CC_Flags = -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders\
+       -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders/bsd
 
--include Makefile.dependencies
+include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make