#  Makefile definitions from config/unix/intel_linux

#  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

# Note: -lsocket is not available on some Linux systems,
# but if your system has it you might need to add it to RLIBS

LIBS = -L/usr/lib64 $(AC_JV_LDFLAGS) $(AC_GL_LDFLAGS) $(AC_LIBS) -lm
CC = cc
CFLAGS = -m64 -I../libtp -I../gdbm -I../xpm $(AC_GL_CFLAGS) -I/usr/X11R6/include
LDFLAGS= -L/usr/lib64 $(AC_LDFLAGS)
CFDYN = -fPIC
RLINK = -Wl,-E -m64 -L../../bin -L/usr/lib64 $(AC_LDFLAGS)
RLIBS = $(LIBS) -L../../bin -lm -lgdbm -ltp -lnsl -ldl -lcrypt
XLIBS = -L/usr/X11R6/lib64 
XPMDEFS = -m64 -DZPIPE
GDBM=gdbm
LIBTP=libtp
