]> git.saurik.com Git - apple/network_cmds.git/blobdiff - netstat.tproj/Makefile
network_cmds-307.tar.gz
[apple/network_cmds.git] / netstat.tproj / Makefile
index feb1448b7d81959644b75eb45865fd8ebb14cf31..fbac5300f05c05121b8ae108680455fd6d3e7be9 100644 (file)
@@ -1,60 +1,21 @@
-#
-# 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 = netstat
-
-PROJECTVERSION = 2.8
-PROJECT_TYPE = Tool
+Project = netstat
+Install_Dir = /usr/sbin
 
 Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
 
 HFILES = netstat.h
 
 Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
 
 HFILES = netstat.h
-
 CFILES = data.c if.c inet.c inet6.c ipsec.c main.c mcast.c mbuf.c\
          route.c tp_astring.c unix.c
 CFILES = data.c if.c inet.c inet6.c ipsec.c main.c mcast.c mbuf.c\
          route.c tp_astring.c unix.c
-
-ifeq "$(Embedded)" "NO"
+ifneq ($(Embedded),YES)
 CFILES += mroute.c mroute6.c
 endif
 
 CFILES += mroute.c mroute6.c
 endif
 
-OTHERSRCS = Makefile.preamble Makefile Makefile.postamble netstat.1\
-            DERIVED_FILES
-
-
-MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
-CODE_GEN_STYLE = DYNAMIC
-MAKEFILE = tool.make
-NEXTSTEP_INSTALLDIR = /usr/sbin
-WINDOWS_INSTALLDIR = /usr/sbin
-PDO_UNIX_INSTALLDIR = /usr/sbin
-LIBS = 
-DEBUG_LIBS = $(LIBS)
-PROF_LIBS = $(LIBS)
-
-
-HEADER_PATHS =\
-               -I$(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/System.framework/PrivateHeaders/
-
-
-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 = $(NEXTDEV_BIN)/javac
-
-include $(MAKEFILEDIR)/platform.make
-
--include Makefile.preamble
+MANPAGES = netstat.1
 
 
-include $(MAKEFILEDIR)/$(MAKEFILE)
+Extra_CC_Flags = -mdynamic-no-pic -dead_strip \
+       -DINET6 -DIPSEC \
+       -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders
 
 
--include Makefile.postamble
+include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
 
 
--include Makefile.dependencies
+Install_Program_Mode = 04555