Print this page
8114 EOF rwho


 289 SYMHDRISO646 = $(ROOT)/usr/include/iso/iso646_iso.h
 290 
 291 RPCGENFLAGS = -C -h
 292 rpcsvc/rwall.h :=       RPCGENFLAGS += -M
 293 
 294 # rpcsvc rpcgen source (.x files)
 295 #
 296 # yp.x is an attempt at codifying what was hand coded in RPCL.
 297 # Unfortunately it doesn't quite work. (The handcoded stuff isn't
 298 # expressable in RPCL) this is due to the fact that YP was written
 299 # before rpcgen existed.  Hence, yp_prot.h cannot be derived from yp.x
 300 #
 301 # There is no `.h' for nis_object.x because it is included by nis.x and
 302 # the resulting .h is nis.h.
 303 
 304 RPCSVCPROTS = \
 305 $(RPCSVC_GEN_HDRS:%.h=%.x)        nis_object.x       yp.x
 306 
 307 RPCSVCHDRS= $(RPCSVC_SRC_HDRS) $(RPCSVC_GEN_HDRS)
 308 
 309 PROTOHDRS=   dumprestore.h routed.h ripngd.h rwhod.h timed.h
 310 
 311 ROOTHDRS= $(HDRS:%=$(ROOT)/usr/include/%)  \
 312         $(KRB5HDRS:%=$(ROOT)/usr/include/kerberosv5/%)  \
 313         $(ISOHDRS:%=$(ROOT)/usr/include/iso/%)  \
 314         $(ARPAHDRS:%=$(ROOT)/usr/include/arpa/%)  \
 315         $(AUDIOHDRS:%=$(ROOT)/usr/include/audio/%)  \
 316         $(UUIDHDRS:%=$(ROOT)/usr/include/uuid/%)  \
 317         $(RPCSVCHDRS:%=$(ROOT)/usr/include/rpcsvc/%)  \
 318         $(RPCSVCPROTS:%=$(ROOT)/usr/include/rpcsvc/%)  \
 319         $(PROTOHDRS:%=$(ROOT)/usr/include/protocols/%)
 320 
 321 DIRS= iso arpa audio rpcsvc protocols security uuid kerberosv5
 322 ROOTDIRS= $(DIRS:%=$(ROOT)/usr/include/%)
 323 
 324 # check files really don't exist
 325 #
 326 # should do something with the rpcsvc headers
 327 
 328 iso/%.check:            iso/%.h
 329         $(DOT_H_CHECK)




 289 SYMHDRISO646 = $(ROOT)/usr/include/iso/iso646_iso.h
 290 
 291 RPCGENFLAGS = -C -h
 292 rpcsvc/rwall.h :=       RPCGENFLAGS += -M
 293 
 294 # rpcsvc rpcgen source (.x files)
 295 #
 296 # yp.x is an attempt at codifying what was hand coded in RPCL.
 297 # Unfortunately it doesn't quite work. (The handcoded stuff isn't
 298 # expressable in RPCL) this is due to the fact that YP was written
 299 # before rpcgen existed.  Hence, yp_prot.h cannot be derived from yp.x
 300 #
 301 # There is no `.h' for nis_object.x because it is included by nis.x and
 302 # the resulting .h is nis.h.
 303 
 304 RPCSVCPROTS = \
 305 $(RPCSVC_GEN_HDRS:%.h=%.x)        nis_object.x       yp.x
 306 
 307 RPCSVCHDRS= $(RPCSVC_SRC_HDRS) $(RPCSVC_GEN_HDRS)
 308 
 309 PROTOHDRS=   dumprestore.h routed.h ripngd.h timed.h
 310 
 311 ROOTHDRS= $(HDRS:%=$(ROOT)/usr/include/%)  \
 312         $(KRB5HDRS:%=$(ROOT)/usr/include/kerberosv5/%)  \
 313         $(ISOHDRS:%=$(ROOT)/usr/include/iso/%)  \
 314         $(ARPAHDRS:%=$(ROOT)/usr/include/arpa/%)  \
 315         $(AUDIOHDRS:%=$(ROOT)/usr/include/audio/%)  \
 316         $(UUIDHDRS:%=$(ROOT)/usr/include/uuid/%)  \
 317         $(RPCSVCHDRS:%=$(ROOT)/usr/include/rpcsvc/%)  \
 318         $(RPCSVCPROTS:%=$(ROOT)/usr/include/rpcsvc/%)  \
 319         $(PROTOHDRS:%=$(ROOT)/usr/include/protocols/%)
 320 
 321 DIRS= iso arpa audio rpcsvc protocols security uuid kerberosv5
 322 ROOTDIRS= $(DIRS:%=$(ROOT)/usr/include/%)
 323 
 324 # check files really don't exist
 325 #
 326 # should do something with the rpcsvc headers
 327 
 328 iso/%.check:            iso/%.h
 329         $(DOT_H_CHECK)