srcname="GDB" srctrigger=main.c Makefile=Makefile.conf # per-host: if [ ! -f xconfig/${host} ]; then echo "No such host ${host}" exit 1 fi # We really shouldn't depend on there being a space after XM_FILE= ... hostfile=`awk '$1 == "XM_FILE=" { print $2 }' /dev/null || \ echo "source ${srcdir}/.gdbinit" >> .gdbinit esac rm -f Makefile if [ ! -f depend ]; then make -f Makefile.conf depend fi make -f Makefile.conf Makefile