# This file is generated by gyp; do not edit. TOOLSET := target TARGET := test_support_perf DEFS_Debug := '-DNO_HEAPCHECKER' \ '-DCHROMIUM_BUILD' \ '-DENABLE_REMOTING=1' \ '-DENABLE_GPU=1' \ '-DUNIT_TEST' \ '-DGTEST_HAS_RTTI=0' \ '-D__STDC_FORMAT_MACROS' \ '-DDYNAMIC_ANNOTATIONS_ENABLED=1' \ '-D_DEBUG' # Flags passed to both C and C++ files. CFLAGS_Debug := -Werror \ -pthread \ -fno-exceptions \ -Wall \ -Wno-unused-parameter \ -Wno-missing-field-initializers \ -D_FILE_OFFSET_BITS=64 \ -fvisibility=hidden \ -fno-strict-aliasing \ -pthread \ -D_REENTRANT \ -I/usr/include/gtk-2.0 \ -I/usr/lib/gtk-2.0/include \ -I/usr/include/atk-1.0 \ -I/usr/include/cairo \ -I/usr/include/pango-1.0 \ -I/usr/include/gio-unix-2.0/ \ -I/usr/include/glib-2.0 \ -I/usr/lib/glib-2.0/include \ -I/usr/include/pixman-1 \ -I/usr/include/freetype2 \ -I/usr/include/directfb \ -I/usr/include/libpng12 \ -O0 \ -g # Flags passed to only C (and not C++) files. CFLAGS_C_Debug := # Flags passed to only C++ (and not C) files. CFLAGS_CC_Debug := -fno-rtti \ -fno-threadsafe-statics \ -fvisibility-inlines-hidden INCS_Debug := -I. \ -Itesting/gtest/include DEFS_Release := '-DNO_HEAPCHECKER' \ '-DCHROMIUM_BUILD' \ '-DENABLE_REMOTING=1' \ '-DENABLE_GPU=1' \ '-DUNIT_TEST' \ '-DGTEST_HAS_RTTI=0' \ '-D__STDC_FORMAT_MACROS' \ '-DNDEBUG' \ '-DNVALGRIND' \ '-DDYNAMIC_ANNOTATIONS_ENABLED=0' # Flags passed to both C and C++ files. CFLAGS_Release := -Werror \ -pthread \ -fno-exceptions \ -Wall \ -Wno-unused-parameter \ -Wno-missing-field-initializers \ -D_FILE_OFFSET_BITS=64 \ -fvisibility=hidden \ -fno-strict-aliasing \ -pthread \ -D_REENTRANT \ -I/usr/include/gtk-2.0 \ -I/usr/lib/gtk-2.0/include \ -I/usr/include/atk-1.0 \ -I/usr/include/cairo \ -I/usr/include/pango-1.0 \ -I/usr/include/gio-unix-2.0/ \ -I/usr/include/glib-2.0 \ -I/usr/lib/glib-2.0/include \ -I/usr/include/pixman-1 \ -I/usr/include/freetype2 \ -I/usr/include/directfb \ -I/usr/include/libpng12 \ -O2 \ -fno-ident \ -fdata-sections \ -ffunction-sections # Flags passed to only C (and not C++) files. CFLAGS_C_Release := # Flags passed to only C++ (and not C) files. CFLAGS_CC_Release := -fno-rtti \ -fno-threadsafe-statics \ -fvisibility-inlines-hidden INCS_Release := -I. \ -Itesting/gtest/include OBJS := $(obj).target/$(TARGET)/base/perftimer.o \ $(obj).target/$(TARGET)/base/test/run_all_perftests.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 := $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE)) $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(OBJS): GYP_CXXFLAGS := $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE)) $(DEFS_$(BUILDTYPE)) $(INCS_$(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 \ -rdynamic LDFLAGS_Release := -pthread \ -Wl,-z,noexecstack \ -Wl,--gc-sections LIBS := $(obj).target/base/libtest_support_perf.a: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE)) $(obj).target/base/libtest_support_perf.a: LIBS := $(LIBS) $(obj).target/base/libtest_support_perf.a: TOOLSET := $(TOOLSET) $(obj).target/base/libtest_support_perf.a: $(OBJS) FORCE_DO_CMD $(call do_cmd,alink) all_deps += $(obj).target/base/libtest_support_perf.a # Add target alias .PHONY: test_support_perf test_support_perf: $(obj).target/base/libtest_support_perf.a # Add target alias to "all" target. .PHONY: all all: test_support_perf