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