#	START NEW ARIX SCCS HEADER
#
#	@(#) Makefile: version 25.1 created on 12/2/91 at 15:04:21
#
#	Copyright (c) 1990 by Arix Corporation
#	All Rights Reserved
#
#	@(#)Makefile	25.1	12/2/91 Copyright (c) 1990 by Arix Corporation
#
#	END NEW ARIX SCCS HEADER
#
#	Copyright (c) 1984 AT&T
#	  All Rights Reserved

#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
#	The copyright notice above does not evidence any
#	actual or intended publication of such source code.

#	ATT:ident	"graf:src/dev.d/Makefile	1.6"

#ident	"@(#)graf/src/dev.d:Makefile	25.1"

include	$(IROOT)/macdefs

###
### Standard Constants 
###

LROOT    =
BIN      = $(ROOT)/$(LROOT)/usr/bin/graf

GRAFMAKE = $(MAKE) ROOT=$(ROOT) BIN=$(BIN) LROOT=$(LROOT) -$(MAKEFLAGS)e


####### Dependencies
all        :
	cd lolib;     $(GRAFMAKE)
	cd uplib;     $(GRAFMAKE)
	cd hp7220.d;  $(GRAFMAKE)
	cd tek4000.d; $(GRAFMAKE)

install    :
	cd lolib;     $(GRAFMAKE)  install
	cd uplib;     $(GRAFMAKE)  install
	cd hp7220.d;  $(GRAFMAKE)  install
	cd tek4000.d; $(GRAFMAKE)  install

clobber    :
	cd hp7220.d;  $(GRAFMAKE)  clobber
	cd lolib;     $(GRAFMAKE)  clobber
	cd tek4000.d; $(GRAFMAKE)  clobber
	cd uplib;     $(GRAFMAKE)  clobber

clean    :
	cd hp7220.d;  $(GRAFMAKE)  clean
	cd lolib;     $(GRAFMAKE)  clean
	cd tek4000.d; $(GRAFMAKE)  clean
	cd uplib;     $(GRAFMAKE)  clean

listings   :
	cd hp7220.d;  $(GRAFMAKE)  listings
	cd lolib;     $(GRAFMAKE)  listings
	cd tek4000.d; $(GRAFMAKE)  listings
	cd uplib;     $(GRAFMAKE)  listings
