]> git.saurik.com Git - apple/network_cmds.git/blobdiff - routed.tproj/Makefile
network_cmds-307.tar.gz
[apple/network_cmds.git] / routed.tproj / Makefile
index acfd6a6b0688705305aacf129252d90d689b7bd7..229988210ee29baf67c74dceff239f0d976b8b47 100644 (file)
@@ -1,53 +1,12 @@
-#
-# Generated by the NeXT 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 = routed
-
-PROJECTVERSION = 2.8
-PROJECT_TYPE = Tool
+Project = routed
+Install_Dir = /sbin
 
 HFILES = af.h defs.h interface.h pathnames.h table.h trace.h
-
 CFILES = af.c defs.c if.c inet.c input.c main.c output.c startup.c\
          tables.c timer.c trace.c
+MANPAGES = routed.8
 
-OTHERSRCS = Makefile.preamble Makefile Makefile.postamble Makefile.dist routed.8
-
-
-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
+Extra_CC_Flags = -mdynamic-no-pic -dead_strip \
+       -I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders
 
--include Makefile.dependencies
+include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make