-#
-# 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 = gen
-
-PROJECTVERSION = 2.8
-PROJECT_TYPE = Component
-
-HFILES = ifaddrs.h
-
-CFILES = aliasdb.c ether_addr.c fstab.c getaddrinfo.c getgrent.c\
- getifaddrs.c getnameinfo.c getproto.c getprotoent.c\
- getprotoname.c getpwent.c getservbyname.c getservbyport.c\
- getservent.c if_indextoname.c if_nameindex.c if_nametoindex.c\
- inet_ntop.c inet_pton.c initgroups.c printerdb.c\
- map_v4v6.c ip6opt.c rthdr.c vars.c
-
-OTHERSRCS = Makefile.preamble Makefile Makefile.postamble getaddrinfo.3\
- getifaddrs.3 if_indextoname.3 inet6_rthdr_space.3\
- gethostbyname.3 getnameinfo.3 inet6_option_space.3\
- linkaddr.3 getprotoent.3 gethostbyname.3 getipnodebyname.3\
- getnetent.3 getservent.3 inet6_option_space.3
-
-
-MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
-CODE_GEN_STYLE = DYNAMIC
-MAKEFILE = subproj.make
-NEXTSTEP_INSTALLDIR = /usr/local/lib/system
-LIBS =
-DEBUG_LIBS = $(LIBS)
-PROF_LIBS = $(LIBS)
-
-
-PUBLIC_HEADERS = ifaddrs.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
+Project = gen
+ProductType = staticlib
+Install_Dir = /scratch
+BuildDebug = YES
+BuildProfile = YES
+
+CFILES = ether_addr.c getifaddrs.c \
+ if_indextoname.c if_nameindex.c if_nametoindex.c \
+ inet_ntop.c inet_pton.c map_v4v6.c ip6opt.c rthdr.c vars.c \
+ $(OBJROOT)/_version.c
+
+MANPAGES = getifaddrs.3 if_indextoname.3 inet6_rthdr_space.3 \
+ gethostbyname.3 inet6_option_space.3 \
+ getprotoent.3 gethostbyname.3 getipnodebyname.3 \
+ getnetent.3 getservent.3 inet6_option_space.3
+
+Install_Headers = ifaddrs.h
+
+Extra_CC_Flags = -Wall -fno-common -I. \
+ -I../dns.subproj -I../lookup.subproj \
+ -D__DARWIN_NON_CANCELABLE=1 -DINET6=1
+
+
+include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
+
+$(OBJROOT)/_version.c:
+ /Developer/Makefiles/bin/version.pl Libinfo > $@
+
+after_install:
+ @for LINK in endhostent.3 gethostbyaddr.3 gethostbyname2.3 \
+ gethostent.3 herror.3 hstrerror.3 sethostent.3 ; do \
+ $(LN) -f "$(DSTROOT)/usr/share/man/man3/gethostbyname.3" \
+ "$(DSTROOT)/usr/share/man/man3/$${LINK}" ; \
+ done
+ $(LN) -f "$(DSTROOT)/usr/share/man/man3/getifaddrs.3" \
+ "$(DSTROOT)/usr/share/man/man3/freeifaddrs.3"
+ @for LINK in freehostent.3 getipnodebyaddr.3 ; do \
+ $(LN) -f "$(DSTROOT)/usr/share/man/man3/getipnodebyname.3" \
+ "$(DSTROOT)/usr/share/man/man3/$${LINK}" ; \
+ done
+ @for LINK in endnetent.3 getnetbyaddr.3 getnetbyname.3 \
+ setnetent.3 ; do \
+ $(LN) -f "$(DSTROOT)/usr/share/man/man3/getnetent.3" \
+ "$(DSTROOT)/usr/share/man/man3/$${LINK}" ; \
+ done
+ @for LINK in endprotoent.3 getprotobyname.3 getprotobynumber.3 \
+ setprotoent.3 ; do \
+ $(LN) -f "$(DSTROOT)/usr/share/man/man3/getprotoent.3" \
+ "$(DSTROOT)/usr/share/man/man3/$${LINK}" ; \
+ done
+ @for LINK in endservent.3 getservbyname.3 getservbyport.3 \
+ setservent.3 ; do \
+ $(LN) -f "$(DSTROOT)/usr/share/man/man3/getservent.3" \
+ "$(DSTROOT)/usr/share/man/man3/$${LINK}" ; \
+ done
+ @for LINK in if_freenameindex.3 if_nameindex.3 if_nametoindex.3 ; do \
+ $(LN) -f "$(DSTROOT)/usr/share/man/man3/if_indextoname.3" \
+ "$(DSTROOT)/usr/share/man/man3/$${LINK}" ; \
+ done
+ @for LINK in inet6_option_alloc.3 inet6_option_append.3 \
+ inet6_option_find.3 inet6_option_init.3 inet6_option_next.3 ; do \
+ $(LN) -f "$(DSTROOT)/usr/share/man/man3/inet6_option_space.3" \
+ "$(DSTROOT)/usr/share/man/man3/$${LINK}" ; \
+ done
+ @for LINK in inet6_rthdr_add.3 inet6_rthdr_getaddr.3 \
+ inet6_rthdr_getflags.3 inet6_rthdr_init.3 \
+ inet6_rthdr_lasthop.3 inet6_rthdr_reverse.3 \
+ inet6_rthdr_segments.3 ; do \
+ $(LN) -f "$(DSTROOT)/usr/share/man/man3/inet6_rthdr_space.3" \
+ "$(DSTROOT)/usr/share/man/man3/$${LINK}" ; \
+ done