#
# xgraph - program to graphically display numerical data
#
# David Harrison
# University of California, Berkeley
# 1989
#
# Copyright (c) 1988, 1989, Regents of the University of California.
# All rights reserved.
#
# Use and copying of this software and preparation of derivative works
# based upon this software are permitted.  However, any distribution of
# this software or derivative works must include the above copyright
# notice.
#
# This software is made available AS IS, and neither the Electronics
# Research Laboratory or the University of California make any
# warranty about the software, its performance or its conformity to
# any specification.
#
# Suggestions, comments, or improvements are welcome and should be
# addressed to:
#
#   davidh@ic.Berkeley.EDU
#   ..!ucbvax!ic!davidh
#

#ifndef XCOMM
#define XCOMM #
#endif

#STD_INCLUDES = -I/usr/local/gnu/lib/gcc-lib/sparc-sun-sunos4.1.3/2.6.3/include
             CC = cc
             CC = gcc -traditional
             CC = gcc
      CCOPTIONS =
        DEFINES = -DTHIN
XCOMM -------------------------------------------- XCOMM
XCOMM Please uncomment the line below for Solaris. XCOMM
XCOMM -------------------------------------------- XCOMM
XCOMM   DEFINES = -DTHIN -DSVR4
        DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB)
  SYS_LIBRARIES = -lm

XCOMM -------------------------------------------- XCOMM
XCOMM Please uncomment the line below for Solaris. XCOMM
XCOMM -------------------------------------------- XCOMM
XCOMM EXTRA_LIBRARIES = -lsocket -lnsl -lgen

           SRCS = xgraph.c xgX.c hard_devices.c dialog.c hpgl.c \
		  ps.c idraw.c xtb.c st.c params.c alloc.c draw.c \
		  init.c read.c tgif.c
           OBJS = xgraph.o xgX.o hard_devices.o dialog.o hpgl.o \
		  ps.o idraw.o xtb.o st.o params.o alloc.o draw.o \
		  init.o read.o tgif.o

ComplexProgramTarget(xgraph)


