
#ident	"@(#)Makefile	1.4	94/03/10 SMI"

TOP= ..

include $(TOP)/Makefile.master

.KEEP_STATE:

all: cgsix

cgsix:	FORCE
	@if test $(INST) = "sparc" ; \
		then ( cd $(INST); make ) ; \
	else \
		echo "cgsix driver not available for $(INST) architecture" ; \
	fi

ddict:	FORCE
	@if test $(INST) = "sparc" ; \
		then ( cd $(INST); make ddict ) ; \
	else \
		echo "cgsix driver not available for $(INST) architecture" ; \
	fi

clean:	FORCE
	cd $(INST) ; make clean

#include ../Makefile.sample_driver

CFLAGS += -D$(INST) $(ENVCPPFLAGS1) $(ENVCPPFLAGS2)

FORCE:
