Makefile
359 Bytes
#!gmake
ifndef SIMTOOLS
SIMTOOLS = ../../../..
endif
include $(SIMTOOLS)/makedefs
ifeq ($(CPU),SGI)
default: simos
else
default:
endif
simos: simos-dir
($(MAKE) -f ../Makefile.ALL -C SGI SIMOS=1)
simos-dir:
@if [ -d SGI ] ; then true; else mkdir SGI; fi
ifeq ($(CPU),SGI)
clean: clean-sgi
else
clean:
endif
clean-sgi:
rm -rf core SGI