(file) Return to platform_SOLARIS_SPARC_GNU.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

File: [Pegasus] / pegasus / mak / platform_SOLARIS_SPARC_GNU.mak (download)
Revision: 1.1.16.1, Wed Aug 13 18:39:49 2003 UTC (20 years, 9 months ago) by mday
Branch: pep_88
Changes since 1.1: +9 -4 lines
merge with 2.3 localized code

include $(ROOT)/mak/config-unix.mak

OS = solaris

ARCHITECTURE = sparc

COMPILER = gnu

SYS_INCLUDES = 

DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM) -D_POSIX_PTHREAD_SEMANTICS -D BSD_COMP -D_REENTRANT

DEFINES += -DDISABLE_KILLING_HUNG_THREADS

DEFINES += -DPEGASUS_OS_SOLARIS

ifdef PEGASUS_DEBUG
FLAGS = -g -W -Wall -Wno-unused -fPIC
DEFINES += -DPEGASUS_DEBUG
else
FLAGS = -O2 -W -Wall -Wno-unused -fPIC
endif

SYS_LIBS = -lpthread -ldl -lsocket -lnsl -lxnet -lrt

CXX = g++

SH = sh

YACC = yacc

COPY = cp

MOVE = mv

LIB_SUFFIX = .so

PEGASUS_SUPPORTS_DYNLIB = yes

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2