2008-08-14 21:12:54 -07:00
|
|
|
#
|
2012-10-01 11:02:15 -07:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2008-08-14 21:12:54 -07:00
|
|
|
|
|
|
|
include $(CORE_DEPTH)/coreconf/UNIX.mk
|
|
|
|
|
2009-08-19 06:59:06 -07:00
|
|
|
LIB_SUFFIX = a
|
|
|
|
DLL_SUFFIX = so
|
2010-02-07 03:54:28 -08:00
|
|
|
AR = ar cr $@
|
2009-08-19 06:59:06 -07:00
|
|
|
LDOPTS += -L$(SOURCE_LIB_DIR)
|
|
|
|
MKSHLIB = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so)
|
2008-08-14 21:12:54 -07:00
|
|
|
|
2010-02-07 03:54:28 -08:00
|
|
|
OS_RELEASE =
|
|
|
|
OS_TARGET = RISCOS
|
2008-08-14 21:12:54 -07:00
|
|
|
|
2010-02-07 03:54:28 -08:00
|
|
|
DSO_CFLAGS = -fPIC
|
|
|
|
DSO_LDOPTS = -shared
|
2009-08-19 06:59:06 -07:00
|
|
|
|
2008-08-14 21:12:54 -07:00
|
|
|
ifdef BUILD_OPT
|
2009-08-19 06:59:06 -07:00
|
|
|
OPTIMIZER = -O3
|
2008-08-14 21:12:54 -07:00
|
|
|
endif
|