]> git.saurik.com Git - apple/libinfo.git/blobdiff - util.subproj/Makefile
Libinfo-324.tar.gz
[apple/libinfo.git] / util.subproj / Makefile
index fed62059e677c08eb7120af5e7bceb0465a330d4..ee01d366e6056d68bd96b8ff15beb546590b85f0 100644 (file)
@@ -1,46 +1,23 @@
-#
-# 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 = util
-
-PROJECTVERSION = 2.8
-PROJECT_TYPE = Component
-
-CFILES = hton.c putpwpasswd.c pwcache.c rcmd.c\
-         rcmdsh.c
-
-OTHERSRCS = Makefile Makefile.preamble Makefile.postamble rcmd.3 hosts.equiv.5
-
-
-MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
-CODE_GEN_STYLE = DYNAMIC
-MAKEFILE = subproj.make
-LIBS = 
-DEBUG_LIBS = $(LIBS)
-PROF_LIBS = $(LIBS)
-
-
-
-
-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 = util
+ProductType = staticlib
+Install_Dir = /scratch
+BuildDebug = YES
+BuildProfile = YES
+
+CFILES = hton.c putpwpasswd.c rcmd.c rcmdsh.c
+MANPAGES = rcmd.3 hosts.equiv.5
+
+Extra_CC_Flags = -Wall -fno-common -I. \
+       -I../dns.subproj -I../gen.subproj -I../lookup.subproj \
+       -D__DARWIN_NON_CANCELABLE=1 -DINET6=1
+
+include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
+
+after_install:
+       @for LINK in iruserok.3 iruserok_sa.3 rcmd_af.3 rresvport.3 \
+               rresvport_af.3 ruserok.3 ; do \
+                       $(LN) -f "$(DSTROOT)/usr/share/man/man3/rcmd.3" \
+                       "$(DSTROOT)/usr/share/man/man3/$${LINK}" ; \
+       done
+       $(LN) -f "$(DSTROOT)/usr/share/man/man5//hosts.equiv.5" \
+               "$(DSTROOT)/usr/share/man/man5/.rhosts.5"