]> git.saurik.com Git - apple/libinfo.git/blobdiff - netinfo.subproj/Makefile
Libinfo-324.tar.gz
[apple/libinfo.git] / netinfo.subproj / Makefile
index 1be3deab37f96dd0744de9aa67d66bce8c069492..41f5577cc52a1a14240e2afa5ed0697ff4314f7a 100644 (file)
@@ -1,44 +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.
-#
+Project = netinfo
+ProductType = staticlib
+Install_Dir = /scratch
+BuildDebug = YES
+BuildProfile = YES
 
-NAME = netinfo
-
-PROJECTVERSION = 2.8
-PROJECT_TYPE = Component
-
-HFILES = 
 CFILES = ni_stub.c
 
-OTHERSRCS = Makefile Makefile.preamble
-
-MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
-CODE_GEN_STYLE = DYNAMIC
-MAKEFILE = subproj.make
-LIBS = 
-DEBUG_LIBS = $(LIBS)
-PROF_LIBS = $(LIBS)
-
-PRIVATE_HEADERS = 
-# NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
-NEXTSTEP_OBJCPLUS_COMPILER = $(CCOMPILER)
-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
-
-include $(MAKEFILEDIR)/$(MAKEFILE)
-
--include Makefile.postamble
+Extra_CC_Flags = -Wall -fno-common \
+       -D__DARWIN_NON_CANCELABLE=1
 
--include Makefile.dependencies
+include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make