#  Makefile definitions from config/unix/amd64_solaris

#  CC       C compiler
#  CFLAGS   flags for building C files
#  CFDYN    additional flags for dynamic functions
#  RLINK    flags for linking run-time system
#  RLIBS    libraries to link with run-time system
#  XLIBS    libraries to link for graphics
#  XPMDEFS  definitions for building XPM library
#
# For debugging dataraces: -xinstrument=datarace
# and then "collect -r race"
#

LIBS = @GL_LDFLAGS@ @LIBS@
CC = cc
CFLAGS = -O -m64 -I/usr/X11R6/include -I../libtp -I../gdbm -I../xpm @GL_CFLAGS@ -D_POSIX_PTHREAD_SEMANTICS
LDFLAGS= -m64 -L/usr/X11R6/lib/64 -R/usr/X11R6/lib/64 -lm
CFDYN = -fPIC
RLINK = -m64 -L../../bin -L/usr/lib @LDFLAGS@
RLIBS = @LIBS@ -lm -lgdbm -ltp -lsocket -lnsl -ldl
XLIBS = -L/usr/X11R6/lib/64 -R/usr/X11R6/lib/64 -lXpm -lX11
XPMDEFS = -m64 -DZPIPE -DSYSV
XPM=xpm
GDBM=gdbm
LIBTP=libtp
