ref: 4e32a9fa6e58c1474f747a99083303c4a2f14ea7
dir: /libauth/Makefile/
ROOT=.. include ../Make.config LIB=libauth.a OFILES=\ attr.$O\ auth_attr.$O\ auth_proxy.$O\ auth_rpc.$O\ default: $(LIB) $(LIB): $(OFILES) $(AR) r $(LIB) $(OFILES) $(RANLIB) $(LIB) %.$O: %.c $(CC) $(CFLAGS) $*.c