#!/cmd/rc if ( ~ 0 $#BUILD_INITIALIZED ) . $JEHANNE/arch/rc/lib/build/utils.rc rm -f *.o *.tag.* $CC \ amount.c \ amount_getkey.c \ attr.c \ auth_attr.c \ auth_challenge.c \ auth_chuid.c \ auth_getkey.c \ auth_getuserpasswd.c \ auth_proxy.c \ auth_respond.c \ auth_rpc.c \ auth_userpasswd.c \ auth_wep.c \ login.c \ newns.c \ noworld.c \ $STACKCHECK_CFLAGS \ -c \ $CFLAGS prependLibraryName libauth.a $AR -rs $JEHANNE/arch/$ARCH/lib/libauth.a *.o $RANLIB $JEHANNE/arch/$ARCH/lib/libauth.a rm *.o