if (echo $N_MODE | grep -s SIM_SRAM)
then
    ar rc $*
    \ranlib $1
else
    /* just use the library as a time-stamp */
    echo "library not being made for native N10 objects"
    touch $1
fi
