security/nss/coreconf/OpenUNIX.mk

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:e75b08352b0d
1 #
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5
6 include $(CORE_DEPTH)/coreconf/UNIX.mk
7
8 DEFAULT_COMPILER = gcc
9
10 CC = gcc
11 OS_CFLAGS += -fPIC
12 CCC = g++
13 CCC += -DPRFSTREAMS_BROKEN -I/usr/gnu/lib/g++-include
14 # CCC = $(CORE_DEPTH)/build/hcpp
15 # CCC += +.cpp +w
16 RANLIB = /bin/true
17
18 #
19 # -DSCO_PM - Policy Manager AKA: SCO Licensing
20 # -DSCO - Changes to Netscape source (consistent with AIX, LINUX, etc..)
21 # -Dsco - Needed for /usr/include/X11/*
22 #
23 OS_CFLAGS += -DSCO_SV -DSYSV -D_SVID3 -DHAVE_STRERROR -DSW_THREADS -DSCO_PM -DSCO -Dsco
24 #OS_LIBS += -lpmapi -lsocket -lc
25 MKSHLIB = $(LD)
26 MKSHLIB += $(DSO_LDOPTS)
27 XINC = /usr/include/X11
28 MOTIFLIB += -lXm
29 INCLUDES += -I$(XINC)
30 CPU_ARCH = x86
31 GFX_ARCH = x
32 ARCH = sco
33 LOCALE_MAP = $(CORE_DEPTH)/cmd/xfe/intl/sco.lm
34 EN_LOCALE = C
35 DE_LOCALE = de_DE.ISO8859-1
36 FR_LOCALE = fr_FR.ISO8859-1
37 JP_LOCALE = ja
38 SJIS_LOCALE = ja_JP.SJIS
39 KR_LOCALE = ko_KR.EUC
40 CN_LOCALE = zh
41 TW_LOCALE = zh
42 I2_LOCALE = i2
43 LOC_LIB_DIR = /usr/lib/X11
44 NOSUCHFILE = /solaris-rm-f-sucks
45 BSDECHO = /bin/echo
46 ifdef MAPFILE
47 # Add LD options to restrict exported symbols to those in the map file
48 endif
49 # Change PROCESS to put the mapfile in the correct format for this platform
50 PROCESS_MAP_FILE = cp $< $@
51
52 #
53 # These defines are for building unix plugins
54 #
55 BUILD_UNIX_PLUGINS = 1
56 #DSO_LDOPTS += -b elf -G -z defs
57 DSO_LDOPTS += -G
58
59 # Used for Java compiler
60 EXPORT_FLAGS += -W l,-Bexport

mercurial