# Makefile changes for Suns running Solaris 2

SYSV = -DSYSV
RANLIB = true
CFLAGS = -g 
# if you're using Sun's C compiler, add -xs to the CFLAGS line

# this is for Emacs, since Sun's ANSI mode preprocessor does some
# very wierd things to the input stream, breaking $(FOO) into
# $ ( FOO ), which breaks the ymakefile system that Emacs uses
#
# Note: Changed this to gcc from cc -Xs, didn't work on our system.
# Works fine with gcc.   -Doug
# 
# CC = cc -Xs
#
CC = gcc

# X11 
OPENWINHOME = /usr/openwin
X11_INCLUDE_FLAGS = -I$(OPENWINHOME)/include
X11_LIB_FLAGS = -L$(OPENWINHOME)/lib
