Lines Matching defs:shared

25 include ../../make-rules/shared-macros.mk
67 CFLAGS.shared += -features=extinl,extensions
68 CFLAGS.shared += -xustr=ascii_utf16_ushort -xcsi
71 CFLAGS.shared += -xthreadvar=%all $(CPP_C99_EXTENDED_MATH)
72 CFLAGS.shared += $(studio_C99_ENABLE) $(CPP_XPG6MODE)
73 CFLAGS.shared += $(studio_PIC)
91 CXXFLAGS.shared = -mt -features=anachronisms,except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic
92 CXXFLAGS.shared += -instances=global -template=geninlinefuncs
93 CXXFLAGS.shared += -xbuiltin=%none -xinline=%auto -xlibmil
94 CXXFLAGS.shared += -xustr=ascii_utf16_ushort -xlibmopt
95 CXXFLAGS.shared += $(studio_cplusplus_C99_ENABLE) $(studio_PIC)
96 CXXFLAGS.shared += $(CPP_XPG5MODE)
98 CXXFLAGS.shared += -Qoption ccfe -features=zla
99 CXXFLAGS.shared += -xF=%none -xthreadvar=%all
100 CPPFLAGS.shared += $(CPP_POSIX) $(CPP_LARGEFILES)
140 CONFIGURE_OPTIONS.shared += --enable-shared
141 CONFIGURE_OPTIONS.shared += --disable-static
144 CONFIGURE_OPTIONS.shared += --enable-cxx
148 CONFIGURE_OPTIONS.shared += --with-pic
157 CONFIGURE_OPTIONS.wanboot += --disable-shared
166 COMPONENT_POST_INSTALL_ACTION.shared = \
212 $(BUILD_DIR)/$(MACH32)/.configured: CPPFLAGS += $(CPPFLAGS.shared)
213 $(BUILD_DIR)/$(MACH32)/.configured: CFLAGS += $(CFLAGS.shared)
214 $(BUILD_DIR)/$(MACH32)/.configured: CXXFLAGS += $(CXXFLAGS.shared)
215 $(BUILD_DIR)/$(MACH32)/.configured: CONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS.shared)
216 $(BUILD_DIR)/$(MACH64)/.configured: CPPFLAGS += $(CPPFLAGS.shared)
217 $(BUILD_DIR)/$(MACH64)/.configured: CFLAGS += $(CFLAGS.shared)
218 $(BUILD_DIR)/$(MACH64)/.configured: CXXFLAGS += $(CXXFLAGS.shared)
219 $(BUILD_DIR)/$(MACH64)/.configured: CONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS.shared)
231 $(BUILD_DIR)/$(MACH32)/.installed: COMPONENT_POST_INSTALL_ACTION = $(COMPONENT_POST_INSTALL_ACTION.shared)
232 $(BUILD_DIR)/$(MACH64)/.installed: COMPONENT_POST_INSTALL_ACTION = $(COMPONENT_POST_INSTALL_ACTION.shared)