Makefile.sparc

# Definitions for Solaris 2.5 (aidan)

CC      = g++
CPP     = g++ -E
CXX     = g++
STRIP   = strip
RANLIB  = echo "ranlib not possible"

CPPFLAGS = -O3 -Wall 

LDLIBS = -L.. -lcommon -lsocket -lnsl