mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
163 lines
4.3 KiB
Makefile
163 lines
4.3 KiB
Makefile
# This file is generated by gyp; do not edit.
|
|
|
|
TOOLSET := target
|
|
TARGET := gtest
|
|
DEFS_Debug := '-D_FILE_OFFSET_BITS=64' \
|
|
'-DCHROMIUM_BUILD' \
|
|
'-DUSE_NSS=1' \
|
|
'-DTOOLKIT_USES_GTK=1' \
|
|
'-DGTK_DISABLE_SINGLE_INCLUDES=1' \
|
|
'-DENABLE_REMOTING=1' \
|
|
'-DENABLE_P2P_APIS=1' \
|
|
'-DENABLE_CONFIGURATION_POLICY' \
|
|
'-DENABLE_INPUT_SPEECH' \
|
|
'-DENABLE_NOTIFICATIONS' \
|
|
'-DENABLE_GPU=1' \
|
|
'-DENABLE_EGLIMAGE=1' \
|
|
'-DUSE_SKIA=1' \
|
|
'-DENABLE_REGISTER_PROTOCOL_HANDLER=1' \
|
|
'-DENABLE_WEB_INTENTS=1' \
|
|
'-DENABLE_PLUGIN_INSTALLATION=1' \
|
|
'-DGTEST_HAS_RTTI=0' \
|
|
'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
|
|
'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
|
|
'-D_DEBUG'
|
|
|
|
# Flags passed to all source files.
|
|
CFLAGS_Debug := -pthread \
|
|
-fno-exceptions \
|
|
-fno-strict-aliasing \
|
|
-Wno-unused-parameter \
|
|
-Wno-missing-field-initializers \
|
|
-fvisibility=hidden \
|
|
-pipe \
|
|
-fPIC \
|
|
-Wno-format \
|
|
-Wno-unused-result \
|
|
-O0 \
|
|
-g
|
|
|
|
# Flags passed to only C files.
|
|
CFLAGS_C_Debug :=
|
|
|
|
# Flags passed to only C++ files.
|
|
CFLAGS_CC_Debug := -fno-rtti \
|
|
-fno-threadsafe-statics \
|
|
-fvisibility-inlines-hidden \
|
|
-Wno-deprecated
|
|
|
|
INCS_Debug := -Itesting/gtest \
|
|
-Itesting/gtest/include
|
|
|
|
DEFS_Release := '-D_FILE_OFFSET_BITS=64' \
|
|
'-DCHROMIUM_BUILD' \
|
|
'-DUSE_NSS=1' \
|
|
'-DTOOLKIT_USES_GTK=1' \
|
|
'-DGTK_DISABLE_SINGLE_INCLUDES=1' \
|
|
'-DENABLE_REMOTING=1' \
|
|
'-DENABLE_P2P_APIS=1' \
|
|
'-DENABLE_CONFIGURATION_POLICY' \
|
|
'-DENABLE_INPUT_SPEECH' \
|
|
'-DENABLE_NOTIFICATIONS' \
|
|
'-DENABLE_GPU=1' \
|
|
'-DENABLE_EGLIMAGE=1' \
|
|
'-DUSE_SKIA=1' \
|
|
'-DENABLE_REGISTER_PROTOCOL_HANDLER=1' \
|
|
'-DENABLE_WEB_INTENTS=1' \
|
|
'-DENABLE_PLUGIN_INSTALLATION=1' \
|
|
'-DGTEST_HAS_RTTI=0' \
|
|
'-DNDEBUG' \
|
|
'-DNVALGRIND' \
|
|
'-DDYNAMIC_ANNOTATIONS_ENABLED=0'
|
|
|
|
# Flags passed to all source files.
|
|
CFLAGS_Release := -pthread \
|
|
-fno-exceptions \
|
|
-fno-strict-aliasing \
|
|
-Wno-unused-parameter \
|
|
-Wno-missing-field-initializers \
|
|
-fvisibility=hidden \
|
|
-pipe \
|
|
-fPIC \
|
|
-Wno-format \
|
|
-Wno-unused-result \
|
|
-O2 \
|
|
-fno-ident \
|
|
-fdata-sections \
|
|
-ffunction-sections
|
|
|
|
# Flags passed to only C files.
|
|
CFLAGS_C_Release :=
|
|
|
|
# Flags passed to only C++ files.
|
|
CFLAGS_CC_Release := -fno-rtti \
|
|
-fno-threadsafe-statics \
|
|
-fvisibility-inlines-hidden \
|
|
-Wno-deprecated
|
|
|
|
INCS_Release := -Itesting/gtest \
|
|
-Itesting/gtest/include
|
|
|
|
OBJS := $(obj).target/$(TARGET)/testing/gtest/src/gtest-death-test.o \
|
|
$(obj).target/$(TARGET)/testing/gtest/src/gtest-filepath.o \
|
|
$(obj).target/$(TARGET)/testing/gtest/src/gtest-port.o \
|
|
$(obj).target/$(TARGET)/testing/gtest/src/gtest-printers.o \
|
|
$(obj).target/$(TARGET)/testing/gtest/src/gtest-test-part.o \
|
|
$(obj).target/$(TARGET)/testing/gtest/src/gtest-typed-test.o \
|
|
$(obj).target/$(TARGET)/testing/gtest/src/gtest.o \
|
|
$(obj).target/$(TARGET)/testing/multiprocess_func_list.o
|
|
|
|
# Add to the list of files we specially track dependencies for.
|
|
all_deps += $(OBJS)
|
|
|
|
# Make sure our dependencies are built before any of us.
|
|
$(OBJS): | $(obj).target/testing/gtest_prod.stamp
|
|
|
|
# CFLAGS et al overrides must be target-local.
|
|
# See "Target-specific Variable Values" in the GNU Make manual.
|
|
$(OBJS): TOOLSET := $(TOOLSET)
|
|
$(OBJS): GYP_CFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE))
|
|
$(OBJS): GYP_CXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE))
|
|
|
|
# Suffix rules, putting all outputs into $(obj).
|
|
|
|
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(srcdir)/%.cc FORCE_DO_CMD
|
|
@$(call do_cmd,cxx,1)
|
|
|
|
# Try building from generated source, too.
|
|
|
|
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj).$(TOOLSET)/%.cc FORCE_DO_CMD
|
|
@$(call do_cmd,cxx,1)
|
|
|
|
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.cc FORCE_DO_CMD
|
|
@$(call do_cmd,cxx,1)
|
|
|
|
# End of this set of suffix rules
|
|
### Rules for final target.
|
|
LDFLAGS_Debug := -pthread \
|
|
-Wl,-z,noexecstack \
|
|
-fPIC \
|
|
-B$(builddir)/../../third_party/gold
|
|
|
|
LDFLAGS_Release := -pthread \
|
|
-Wl,-z,noexecstack \
|
|
-fPIC \
|
|
-B$(builddir)/../../third_party/gold \
|
|
-Wl,-O1 \
|
|
-Wl,--as-needed \
|
|
-Wl,--gc-sections
|
|
|
|
LIBS :=
|
|
|
|
$(obj).target/testing/libgtest.a: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
|
|
$(obj).target/testing/libgtest.a: LIBS := $(LIBS)
|
|
$(obj).target/testing/libgtest.a: TOOLSET := $(TOOLSET)
|
|
$(obj).target/testing/libgtest.a: $(OBJS) FORCE_DO_CMD
|
|
$(call do_cmd,alink)
|
|
|
|
all_deps += $(obj).target/testing/libgtest.a
|
|
# Add target alias
|
|
.PHONY: gtest
|
|
gtest: $(obj).target/testing/libgtest.a
|
|
|