# $Copyright:	$
# Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 
# Sequent Computer Systems, Inc.   All rights reserved.
#  
# This software is furnished under a license and may be used
# only in accordance with the terms of that license and with the
# inclusion of the above copyright notice.   This software may not
# be provided or otherwise made available to, or used by, any
# other person.  No title to or ownership of the software is
# hereby transferred.

#	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.

#ident	"$Header: Makefile 1.4 89/10/10 $@(#)graf:src/glib.d/Makefile	1.6"
###
### Standard Constants
###

ROOT     =
LROOT    = 
BIN      = $(ROOT)/$(LROOT)/usr/bin/graf
LIB      = ../../lib/glib.a
INS      = install

INC	 = $(CCS_HDRS)/usr/include
LINC	 = ../../include

CC       = cc
CFLAGS   = -c -O -I$(LINC) $(FFLAG)


#top#
# Generated by makefile 1.44    Fri Mar  8 15:58:49 EST 1985

MAKEFILE = Makefile


LIBRARY = glib.a

OBJECTS =  box.o getgedf.o getgeds.o gplalpha.o gplarcs.o gplcomment.o \
	gplinit.o gpllines.o gpltext.o gsl.o gslgsl.o gslswing.o putgedf.o \
	putgeds.o putx0y0.o region.o textbox.o textcent.o textright.o \
	xymaxmin.o

SOURCES =  box.c getgedf.c getgeds.c gplalpha.c gplarcs.c gplcomment.c \
	gplinit.c gpllines.c gpltext.c gsl.c gslgsl.c gslswing.c putgedf.c \
	putgeds.c putx0y0.c region.c textbox.c textcent.c textright.c \
	xymaxmin.c

ALL:		$(LIBRARY)

$(LIBRARY): $&	$(OBJECTS)
		-rm -f $(LIBRARY)
		$(AR) r $(LIBRARY) $(OBJECTS)

box.o: $(INC)/stdio.h	$(LINC)/debug.h 

getgedf.o:	 $(INC)/stdio.h $(LINC)/gpl.h \
		 $(LINC)/util.h $(INC)/ctype.h \
		 $(LINC)/debug.h 

getgeds.o:	 $(INC)/stdio.h $(LINC)/gpl.h \
		 $(LINC)/util.h $(INC)/ctype.h \
		 $(LINC)/debug.h 

gplalpha.o:	 $(INC)/stdio.h $(LINC)/gpl.h \
		 $(LINC)/debug.h 

gplarcs.o:	 $(INC)/stdio.h $(LINC)/gpl.h \
		 $(LINC)/debug.h 

gplcomment.o:	 $(INC)/stdio.h \
		 $(LINC)/gpl.h $(LINC)/debug.h 

gplinit.o:	 $(INC)/stdio.h $(LINC)/gpl.h \
		 $(LINC)/util.h $(INC)/ctype.h 

gpllines.o:	 $(INC)/stdio.h $(LINC)/gpl.h \
		 $(LINC)/debug.h 

gpltext.o:	 $(INC)/stdio.h $(LINC)/gpl.h \
		 $(LINC)/debug.h 

gsl.o: 		 $(INC)/stdio.h	$(LINC)/debug.h \
		 $(LINC)/util.h $(INC)/ctype.h \
		 $(LINC)/gsl.h 

gslgsl.o:	 $(INC)/stdio.h $(LINC)/debug.h \
		 $(LINC)/errpr.h $(LINC)/util.h \
		 $(INC)/ctype.h $(LINC)/gsl.h \
		 $(LINC)/gpl.h 

gslswing.o:	 $(INC)/stdio.h 

putgedf.o:	 $(INC)/stdio.h $(LINC)/gpl.h \
		 $(LINC)/debug.h $(LINC)/util.h \
		 $(INC)/ctype.h 

putgeds.o:	 $(INC)/stdio.h $(LINC)/gpl.h \
		 $(LINC)/debug.h $(LINC)/util.h \
		 $(INC)/ctype.h 

putx0y0.o:	 $(INC)/stdio.h $(LINC)/gsl.h \
		 $(LINC)/gpl.h $(LINC)/debug.h 

region.o:	 $(INC)/stdio.h $(LINC)/util.h \
		 $(INC)/ctype.h $(LINC)/debug.h \
		 $(LINC)/gsl.h 

textbox.o:	 $(INC)/stdio.h $(INC)/ctype.h \
		 $(LINC)/debug.h $(LINC)/util.h \
		 $(INC)/ctype.h $(LINC)/gsl.h \
		 $(LINC)/gpl.h 

textcent.o:	 $(INC)/stdio.h $(LINC)/debug.h \
		 $(LINC)/util.h $(INC)/ctype.h 

textright.o:	 $(INC)/stdio.h \
		 $(LINC)/debug.h $(LINC)/util.h \
		 $(INC)/ctype.h 

xymaxmin.o:	 $(INC)/stdio.h $(LINC)/gsl.h \
		 $(LINC)/gpl.h $(LINC)/util.h \
		 $(INC)/ctype.h $(LINC)/debug.h 

GLOBALINCS = $(LINC)/debug.h $(LINC)/errpr.h $(LINC)/gpl.h \
	$(LINC)/gsl.h $(LINC)/util.h $(INC)/ctype.h \
	$(INC)/stdio.h 



clean:
	rm -f $(OBJECTS)
	
clobber:	
	rm -f $(OBJECTS) $(LIBRARY)

newmakefile:
	makefile -m -f $(MAKEFILE) -L $(LIBRARY)  -s INC $(INC) -s LINC $(LINC)
#bottom#
install      : $(LIBRARY)
	cpset $(LIBRARY) $(LIB)
	
###########
	
listings     : $(SOURCES)
	pr -h "     glib.d     " $(SOURCES) | lp
