]> git.saurik.com Git - apple/network_cmds.git/blobdiff - ifconfig.tproj/Makefile
network_cmds-307.tar.gz
[apple/network_cmds.git] / ifconfig.tproj / Makefile
index fca11ed3773d15fd8914f28aff105e6cacc1e62e..59835db49787dbfd7e62de924a9e1ef5f148ad99 100644 (file)
@@ -1,53 +1,12 @@
-#
-# 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 = ifconfig
-
-PROJECTVERSION = 2.8
-PROJECT_TYPE = Tool
+Project = ifconfig
+Install_Dir = /sbin
 
 HFILES = ifconfig.h
-
 CFILES = ifconfig.c ifmedia.c ifvlan.c ifbond.c
+MANPAGES = ifconfig.8
 
-OTHERSRCS = Makefile.preamble Makefile Makefile.dist ifconfig.8\
-            Makefile.postamble
-
-
-MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
-CODE_GEN_STYLE = DYNAMIC
-MAKEFILE = tool.make
-NEXTSTEP_INSTALLDIR = /sbin
-WINDOWS_INSTALLDIR = /sbin
-PDO_UNIX_INSTALLDIR = /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
-
-include $(MAKEFILEDIR)/$(MAKEFILE)
-
--include Makefile.postamble
-
--include Makefile.dependencies
+Extra_CC_Flags = -mdynamic-no-pic -dead_strip \
+       -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders \
+       -DUSE_IF_MEDIA -DINET6 -DNO_IPX -DUSE_VLANS -DUSE_BONDS
 
+include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make