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

File: [Pegasus] / pegasus / mak / platform_TRU64_ALPHA_DECCXX.mak (download)
Revision: 1.4, Sat Mar 19 04:01:37 2005 UTC (19 years, 2 months ago) by jim.wunderlich
Branch: MAIN
Changes since 1.3: +6 -0 lines
BUG#: 2283

TITLE: static response comparsion (diff) tests are not reliable

DESCRIPTION: added sort and diffsort commands for use in test output
             comparisons

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

OS = tru64

ARCHITECTURE = alpha

COMPILER = deccxx

SYS_INCLUDES = -I$(ROOT)/src/stdcxx/cwrappers

DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)

DEPEND_INCLUDES =

ifdef PEGASUS_DEBUG
FLAGS = -gall
else
FLAGS = -O2
endif

#SYS_LIBS = -ldl
SYS_LIBS = -lrt

CXX = cxx -tlocal -pthread

SH = sh

YACC = bison

RM = rm -f

DIFF = diff

SORT = sort

COPY = cp

MOVE = mv

PEGASUS_SUPPORTS_DYNLIB = yes

LIB_SUFFIX = .so

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2