# # System Dependant Variables for Solaris 5.x # # # Tools Locations # CAT=/bin/cat RM=/bin/rm # # System Libs and Headers # X11INCLUDE=/usr/openwin/include X11LIB=/usr/openwin/lib # # Compiler, flags, and Libs # CC=gcc CXX=g++ SYS_CFLAGS= SYS_INCLUDE=-I/usr/local/include SYS_LIBS=-lpthread -lsocket -lnsl -lXmu