Libinfo-330.10.tar.gz
[apple/libinfo.git] / nis.subproj / Makefile
1 Project = nis
2 ProductType = staticlib
3 Install_Dir = /scratch
4 BuildDebug = YES
5 BuildProfile = YES
6
7 HFILES = ypclnt.h ypinternal.h yp_prot.h
8
9 CFILES = getdomainname.c getnetgrent.c innetgr.c setdomainname.c\
10 xdr_domainname.c xdr_keydat.c xdr_mapname.c xdr_peername.c\
11 xdr_valdat.c xdr_ypbind_binding.c xdr_ypbind_resp.c\
12 xdr_ypbind_resptype.c xdr_ypbind_setdom.c xdr_ypmaplist.c\
13 xdr_ypreq_key.c xdr_ypreq_nokey.c xdr_ypresp_all.c\
14 xdr_ypresp_key_val.c xdr_ypresp_maplist.c xdr_ypresp_master.c\
15 xdr_ypresp_order.c xdr_ypresp_val.c xdr_ypstat.c\
16 yperr_string.c ypmatch_cache.c yppasswdd_xdr.c ypprot_err.c\
17 yp_all.c yp_bind.c yp_first.c yp_get_default_domain.c\
18 yp_maplist.c yp_master.c yp_order.c
19
20 MANPAGES = yp_all.3 yp_bind.3 yp_first.3\
21 yp_get_default_domain.3 yp_master.3 yp_match.3 yp_next.3\
22 yp_order.3 yp_unbind.3 ypclnt.3 yperr_string.3 ypprot_err.3\
23 yp.8
24
25 Install_Headers = ypclnt.h yp_prot.h
26 Install_Headers_Directory = /usr/include/rpcsvc
27
28 Extra_CC_Flags = -Wall -fno-common -I. \
29 -I../gen.subproj -I../lookup.subproj \
30 -D__DARWIN_NON_CANCELABLE=1
31
32 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make