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

File: [Pegasus] / pegasus / mak / platform_HPUX_PARISC_ACC.mak (download)
Revision: 1.2.2.2, Fri Sep 28 00:36:56 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.2.2.1: +8 -0 lines
HP-DE Minor changes to support code coverage build.

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

OS = hpux

ARCHITECTURE = parisc

COMPILER = acc

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

#ifdef PEGASUS_CCOVER
 SYS_INCLUDES += -I/opt/ccover11/include
#endif

DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)

#ifdef PEGASUS_CCOVER
 DEFINES += -DPEGASUS_CCOVER
#endif

DEPEND_INCLUDES =

## Flags:
##     +Z - produces position independent code (PIC).
##     +DAportable generates code for any HP9000 architecture
##     -Wl, passes the following option to the linker
##       +s causes the linked image or shared lib to be able to
##          search for any referenced shared libs dynamically in
##          SHLIB_PATH (LD_LIBRARY_PATH on 64-bit HP9000)
##       +b enables dynamic search in the specified directory(ies)
##

FLAGS = +Z +DAportable -D_POSIX_C_SOURCE=199506L -D_HPUX_SOURCE
ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
  FLAGS += -Wl,+b/usr/lib -Wl,+s
endif
ifdef PEGASUS_DEBUG
  FLAGS += -g
endif

SYS_LIBS = -lpthread -lrt

CXX = aCC

SH = sh

YACC = bison

COPY = cp

MOVE = mv

LIB_SUFFIX = .sl

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2