#	START NEW ARIX SCCS HEADER
#
#	@(#) Makefile: version 25.1 created on 12/2/91 at 15:18:06
#
#	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.

.SUFFIXES:  .w
#ATT:ident	"graf:src/whatis.d/Makefile	1.5"

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

include	$(IROOT)/macdefs

###
### Standard Constants 
###

LROOT    =
BIN      = $(ROOT)/usr/bin/graf
CFLAG   = -c $(CFLAGS) $(FFLAG)

###
### Local Constants
###

HELP     = abs       af        bar       bel       bucket    ceil    \
           cor       cusum     cvrtopt   dtoc      erase     exp     \
           floor     gamma     gas       gd        ged       gtop    \
           hardcopy  hilo      hist      hpd       label     list    \
           log       lreg      mean      mod       pair      pd      \
           pie       plot      point     power     prime     prod    \
           ptog      qsort     quit      rand      rank      remcom  \
           root      round     siline    sin       subset    td      \
           tekset    title     total     ttoc      var       vtoc    \
           whatis    yoo

USRLIB   = $(ROOT)/$(LROOT)/usr/lib/graf/whatis

###### Dependencies

all:
	for i in $(HELP) ; do cp $$i.w $$i ; chmod 644 $$i ; done

.w:
	cp $*.w $*
	@-chmod 644 $*


install      : $(HELP)
	@-for i in $(HELP) ;do \
	echo $(INS) $$i $(USRLIB)/$$i ;\
	$(INS) $$i $(USRLIB)/$$i ;\
	chmod 644 $(USRLIB)/$$i ;\
	chgrp bin $(USRLIB)/$$i ;\
	chown bin $(USRLIB)/$$i ;\
	done

#######

clobber      :  ;             -rm -f $(HELP)

clean        :

#######

listings    :
	
