(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, Fri Jul 6 20:47:00 2001 UTC (22 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: version_0_99_1, version_0_99, version_0_79_4, main
Branch point for: dev
Changes since 1.1: +11 -3 lines
updates to support location independent shared libraries for HPUX

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

OS = hpux

ARCHITECTURE = parisc

COMPILER = acc

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

DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)

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
ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
  FLAGS += -Wl,+b/usr/lib -Wl,+s
endif
ifdef PEGASUS_DEBUG
  FLAGS += -g
endif

SYS_LIBS =

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