]> git.saurik.com Git - apple/libinfo.git/blobdiff - dns.subproj/Makefile
Libinfo-330.3.tar.gz
[apple/libinfo.git] / dns.subproj / Makefile
index 3192331b30c6a50b1f6e9a13f61530f82afcf71d..2c168dad255b7c035383e2f033b79bc2fbadb87c 100644 (file)
@@ -1,55 +1,17 @@
-#
-# 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 = dns
+ProductType = staticlib
+Install_Dir = /scratch
+BuildDebug = YES
+BuildProfile = YES
 
-NAME = dns
+Install_Headers_Directory = /usr/include/arpa
+Install_Headers = inet.h
 
-PROJECTVERSION = 2.8
-PROJECT_TYPE = Component
+CFILES = herror.c res_comp.c res_data.c res_debug.c\
+        res_init.c res_mkquery.c res_query.c res_send.c
 
-HFILES = inet.h nameser8_compat.h options.h portability.h resolv8_compat.h
+Extra_CC_Flags = -Wall -fno-common -I. \
+       -I../gen.subproj -I../lookup.subproj \
+       -DUSE_OPTIONS_H -D__DARWIN_NON_CANCELABLE=1
 
-CFILES = gethnamaddr.c getnetbyaddr.c getnetbyname.c getnetent.c\
-         getnetnamadr.c herror.c res_comp.c res_data.c res_debug.c\
-        res_init.c res_mkquery.c res_query.c res_send.c sethostent.c
-
-OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
-
-
-MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
-CODE_GEN_STYLE = DYNAMIC
-MAKEFILE = subproj.make
-NEXTSTEP_INSTALLDIR = /Local/Developer/System
-LIBS = 
-DEBUG_LIBS = $(LIBS)
-PROF_LIBS = $(LIBS)
-
-
-NEXTSTEP_PB_CFLAGS = -DUSE_OPTIONS_H
-PUBLIC_HEADERS = resolv8_compat.h nameser8_compat.h
-
-
-
-NEXTSTEP_PUBLIC_HEADERS_DIR = /usr/include
-
-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
-
-include $(MAKEFILEDIR)/$(MAKEFILE)
-
--include Makefile.postamble
-
--include Makefile.dependencies
+include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make