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