blob: 5aed5d9472ea2aff551261ceb2a1aa81cbdee8b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
# This file is generated by gyp; do not edit.
TOOLSET := target
TARGET := lastchange
### Rules for action "lastchange":
quiet_cmd_lastchange_lastchange = ACTION Extracting last change to $(obj)/gen/build/LASTCHANGE $@
cmd_lastchange_lastchange = export LD_LIBRARY_PATH=$(builddir)/lib.host:$(builddir)/lib.target:$$LD_LIBRARY_PATH; cd build/util; mkdir -p $(obj)/gen/build; python ./lastchange.py -o "$(obj)/gen/build/LASTCHANGE" -d ../LASTCHANGE.in
$(obj)/gen/build/LASTCHANGE.always: obj := $(abs_obj)
$(obj)/gen/build/LASTCHANGE.always: builddir := $(abs_builddir)
$(obj)/gen/build/LASTCHANGE.always: TOOLSET := $(TOOLSET)
$(obj)/gen/build/LASTCHANGE.always: build/util/lastchange.py FORCE_DO_CMD
$(call do_cmd,lastchange_lastchange)
$(obj)/gen/build/LASTCHANGE: $(obj)/gen/build/LASTCHANGE.always
$(obj)/gen/build/LASTCHANGE: ;
all_deps += $(obj)/gen/build/LASTCHANGE.always $(obj)/gen/build/LASTCHANGE
action_lastchange_lastchange_outputs := $(obj)/gen/build/LASTCHANGE.always $(obj)/gen/build/LASTCHANGE
DEFS_Debug := '-DNO_HEAPCHECKER' \
'-DCHROMIUM_BUILD' \
'-DENABLE_REMOTING=1' \
'-DENABLE_GPU=1' \
'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
'-D_DEBUG'
# Flags passed to both C and C++ files.
CFLAGS_Debug := -pthread \
-fno-exceptions \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
-D_FILE_OFFSET_BITS=64 \
-fvisibility=hidden \
-pipe \
-fno-strict-aliasing \
-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 :=
DEFS_Release := '-DNO_HEAPCHECKER' \
'-DCHROMIUM_BUILD' \
'-DENABLE_REMOTING=1' \
'-DENABLE_GPU=1' \
'-DNDEBUG' \
'-DNVALGRIND' \
'-DDYNAMIC_ANNOTATIONS_ENABLED=0'
# Flags passed to both C and C++ files.
CFLAGS_Release := -pthread \
-fno-exceptions \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
-D_FILE_OFFSET_BITS=64 \
-fvisibility=hidden \
-pipe \
-fno-strict-aliasing \
-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 :=
OBJS :=
# Add to the list of files we specially track dependencies for.
all_deps += $(OBJS)
# Make sure our actions/rules run before any of us.
$(OBJS): | $(action_lastchange_lastchange_outputs)
### Rules for final target.
# Build our special outputs first.
$(obj).target/build/util/lastchange.stamp: | $(action_lastchange_lastchange_outputs)
# Preserve order dependency of special output on deps.
$(action_lastchange_lastchange_outputs): |
$(obj).target/build/util/lastchange.stamp: TOOLSET := $(TOOLSET)
$(obj).target/build/util/lastchange.stamp: FORCE_DO_CMD
$(call do_cmd,touch)
all_deps += $(obj).target/build/util/lastchange.stamp
# Add target alias
.PHONY: lastchange
lastchange: $(obj).target/build/util/lastchange.stamp
# Add target alias to "all" target.
.PHONY: all
all: lastchange
|