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

 1 mike  1.1 include $(ROOT)/mak/config-unix.mak
 2           
 3           OS = hpux
 4           
 5           ARCHITECTURE = parisc
 6           
 7           COMPILER = acc
 8           
 9           SYS_INCLUDES = -I$(ROOT)/src/stdcxx/stream
10           
11           DEFINES = -DPEGASUS_PLATFORM_$(PEGASUS_PLATFORM)
12           
13           DEPEND_INCLUDES =
14           
15           ## Flags:
16           ##     +Z - produces position independent code (PIC).
17 kumpf 1.2 ##     +DAportable generates code for any HP9000 architecture
18           ##     -Wl, passes the following option to the linker
19           ##       +s causes the linked image or shared lib to be able to
20           ##          search for any referenced shared libs dynamically in
21           ##          SHLIB_PATH (LD_LIBRARY_PATH on 64-bit HP9000)
22           ##       +b enables dynamic search in the specified directory(ies)
23 mike  1.1 ##
24           
25 kumpf 1.2 FLAGS = +Z +DAportable
26           ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
27             FLAGS += -Wl,+b/usr/lib -Wl,+s
28           endif
29 mike  1.1 ifdef PEGASUS_DEBUG
30 kumpf 1.2   FLAGS += -g
31 mike  1.1 endif
32           
33           SYS_LIBS =
34           
35           CXX = aCC
36           
37           SH = sh
38           
39           YACC = bison
40           
41           COPY = cp
42           
43           MOVE = mv
44           
45           LIB_SUFFIX = .sl

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2