X-Git-Url: https://git.saurik.com/apple/libinfo.git/blobdiff_plain/b3dd680f589a1f02e301659e04768ef61be3b843..81bb47e1168bec27ea0eb52efa6f1c032f5f4b34:/nis.subproj/Makefile diff --git a/nis.subproj/Makefile b/nis.subproj/Makefile index 542d835..8859ee9 100644 --- a/nis.subproj/Makefile +++ b/nis.subproj/Makefile @@ -1,16 +1,8 @@ -# -# 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 = nis - -PROJECTVERSION = 2.8 -PROJECT_TYPE = Component +Project = nis +ProductType = staticlib +Install_Dir = /scratch +BuildDebug = YES +BuildProfile = YES HFILES = ypclnt.h ypinternal.h yp_prot.h @@ -25,37 +17,16 @@ CFILES = getdomainname.c getnetgrent.c innetgr.c setdomainname.c\ yp_all.c yp_bind.c yp_first.c yp_get_default_domain.c\ yp_maplist.c yp_master.c yp_order.c -OTHERSRCS = Makefile.preamble Makefile yp_all.3 yp_bind.3 yp_first.3\ +MANPAGES = yp_all.3 yp_bind.3 yp_first.3\ yp_get_default_domain.3 yp_master.3 yp_match.3 yp_next.3\ yp_order.3 yp_unbind.3 ypclnt.3 yperr_string.3 ypprot_err.3\ - yp.8 Makefile.postamble - - -MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles -CODE_GEN_STYLE = DYNAMIC -MAKEFILE = subproj.make -LIBS = -DEBUG_LIBS = $(LIBS) -PROF_LIBS = $(LIBS) - - -PUBLIC_HEADERS = ypclnt.h yp_prot.h - - - -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 + yp.8 -include $(MAKEFILEDIR)/$(MAKEFILE) +Install_Headers = ypclnt.h yp_prot.h +Install_Headers_Directory = /usr/include/rpcsvc --include Makefile.postamble +Extra_CC_Flags = -Wall -fno-common -I. \ + -I../gen.subproj -I../lookup.subproj \ + -D__DARWIN_NON_CANCELABLE=1 --include Makefile.dependencies +include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make