Codebase list slapi-nis / debian/latest yp / Makefile.am
debian/latest

Tree @debian/latest (Download .tar.gz)

Makefile.am @debian/latestraw · history · blame

CLEANFILES = yp.h yp_xdr.c yp_clnt.c

all: $(CLEANFILES)

yp.h: yp.x
	$(RM) -f $@
	$(RPCGEN) -h -o $@ $^
yp_xdr.c: yp.x
	$(RM) -f $@
	$(RPCGEN) -c -i 0 -o $@ $^
yp_clnt.c: yp.x
	$(RM) -f $@
	$(RPCGEN) -l -o $@ $^