Blame nss/coreconf/RISCOS.mk

Packit 40b132
#
Packit 40b132
# This Source Code Form is subject to the terms of the Mozilla Public
Packit 40b132
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit 40b132
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit 40b132
Packit 40b132
include $(CORE_DEPTH)/coreconf/UNIX.mk
Packit 40b132
Packit 40b132
LIB_SUFFIX  = a
Packit 40b132
DLL_SUFFIX  = so
Packit 40b132
AR          = ar cr $@
Packit 40b132
LDOPTS     += -L$(SOURCE_LIB_DIR)
Packit 40b132
MKSHLIB     = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so)
Packit 40b132
Packit 40b132
OS_RELEASE  =
Packit 40b132
OS_TARGET   = RISCOS
Packit 40b132
Packit 40b132
DSO_CFLAGS  = -fPIC
Packit 40b132
DSO_LDOPTS  = -shared
Packit 40b132
Packit 40b132
ifdef BUILD_OPT
Packit 40b132
	OPTIMIZER = -O3
Packit 40b132
endif