#
# copyright 1987, 1988, 1989 by Donna Converse and Joel Welling, Pittsburgh 
# Supercomputing Center
#                     
#	Makefile for "DrawCGM" and CGMGen-related files 
#
#	Some machines require the addition of a special module to define
#	'common' routines which they don't have, or to add machine-specific
#	symbols.  Scan the lines below looking for a line marked with your 
#	machine type, and if you find it uncomment the associated 
#	definition to include this file.

# These lines should not be modified.
MACHINE_DEFS = unix_defs.h

# To build this software on a Ultrix DecStation, uncomment the following
#lines
#FFLAGS= -static

# To build this software on a Cray under Unicos, uncomment the next lines
#MACHINE_DEFS = $(DCGM_PATH)unicos_defs.h /usr/include/fortran.h
#.f.o: ; cf77 -c $*.f

#----------------------------------------------------------------------------
#	Here ends the section the installer should have to modify
#----------------------------------------------------------------------------

CFLAGS = -O

# DrawCGM and CGMGen, and test routines
cgmgen.o:	/usr/include/stdio.h \
		/usr/include/string.h \
		cgm_clip.h cgm_textem.h \
		defs.h $(MACHINE_DEFS)

cgm_clip.o:	/usr/include/stdio.h \
		cgm_clip.h

cgm_textem.o:	/usr/include/stdio.h /usr/include/string.h \
		defs.h cgm_textem.h

drawcgm.o:

drawcgm_test.o:

drawcgm_tst2.o:

cgmgen_test.o:

cgmgen_test2.o:	/usr/include/stdio.h /usr/include/string.h \
		$(MACHINE_DEFS)

clip_test.o: cgm_clip.h $(MACHINE_DEFS)
