blob: d5186964c64ac5fef1e69e45553bb8ef25777821 [file] [log] [blame]
# This file is generated by gyp; do not edit.
TOOLSET := target
TARGET := protobuf_full_do_not_use
DEFS_Debug := '-DNO_HEAPCHECKER' \
'-DCHROMIUM_BUILD' \
'-DUSE_NSS=1' \
'-DTOOLKIT_USES_GTK=1' \
'-DGTK_DISABLE_SINGLE_INCLUDES=1' \
'-DWEBUI_TASK_MANAGER=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' \
'-DGOOGLE_PROTOBUF_NO_RTTI' \
'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
'-D_DEBUG'
# Flags passed to all source files.
CFLAGS_Debug := -pthread \
-fno-exceptions \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
-D_FILE_OFFSET_BITS=64 \
-fvisibility=hidden \
-pipe \
-fPIC \
-fno-strict-aliasing \
-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 := -Ithird_party/protobuf \
-Ithird_party/protobuf/src
DEFS_Release := '-DNO_HEAPCHECKER' \
'-DCHROMIUM_BUILD' \
'-DUSE_NSS=1' \
'-DTOOLKIT_USES_GTK=1' \
'-DGTK_DISABLE_SINGLE_INCLUDES=1' \
'-DWEBUI_TASK_MANAGER=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' \
'-DGOOGLE_PROTOBUF_NO_RTTI' \
'-DNDEBUG' \
'-DNVALGRIND' \
'-DDYNAMIC_ANNOTATIONS_ENABLED=0'
# Flags passed to all source files.
CFLAGS_Release := -pthread \
-fno-exceptions \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
-D_FILE_OFFSET_BITS=64 \
-fvisibility=hidden \
-pipe \
-fPIC \
-fno-strict-aliasing \
-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 := -Ithird_party/protobuf \
-Ithird_party/protobuf/src
OBJS := $(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/stubs/strutil.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/stubs/substitute.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/stubs/structurally_valid.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/descriptor.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/descriptor.pb.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/descriptor_database.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/dynamic_message.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/extension_set_heavy.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/generated_message_reflection.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/message.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/reflection_ops.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/service.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/text_format.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/wire_format.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/io/printer.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/io/tokenizer.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/compiler/importer.o \
$(obj).target/$(TARGET)/third_party/protobuf/src/google/protobuf/compiler/parser.o
# Add to the list of files we specially track dependencies for.
all_deps += $(OBJS)
# 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
LDFLAGS_Release := -pthread \
-Wl,-z,noexecstack \
-fPIC \
-Wl,-O1 \
-Wl,--as-needed \
-Wl,--gc-sections
LIBS :=
$(obj).target/third_party/protobuf/libprotobuf_full_do_not_use.a: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
$(obj).target/third_party/protobuf/libprotobuf_full_do_not_use.a: LIBS := $(LIBS)
$(obj).target/third_party/protobuf/libprotobuf_full_do_not_use.a: TOOLSET := $(TOOLSET)
$(obj).target/third_party/protobuf/libprotobuf_full_do_not_use.a: $(OBJS) FORCE_DO_CMD
$(call do_cmd,alink)
all_deps += $(obj).target/third_party/protobuf/libprotobuf_full_do_not_use.a
# Add target alias
.PHONY: protobuf_full_do_not_use
protobuf_full_do_not_use: $(obj).target/third_party/protobuf/libprotobuf_full_do_not_use.a