@alexberardi/jarvis-admin 0.1.0 → 0.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +78 -0
- package/package.json +1 -1
- package/public/assets/index-9Mg2BGt5.css +1 -0
- package/public/assets/index-BpdNLMNo.js +17 -0
- package/public/index.html +2 -2
- package/server/dist/config.js +5 -5
- package/server/dist/config.js.map +1 -1
- package/server/dist/index.js +71 -0
- package/server/dist/index.js.map +1 -1
- package/server/dist/routes/install.d.ts.map +1 -1
- package/server/dist/routes/install.js +374 -77
- package/server/dist/routes/install.js.map +1 -1
- package/server/dist/services/orchestrator.d.ts +13 -6
- package/server/dist/services/orchestrator.d.ts.map +1 -1
- package/server/dist/services/orchestrator.js +119 -41
- package/server/dist/services/orchestrator.js.map +1 -1
- package/server/dist/services/upgrade/self-updater.js +3 -3
- package/server/dist/services/upgrade/self-updater.js.map +1 -1
- package/server/dist/services/upgrade/state-reconstructor.d.ts.map +1 -1
- package/server/dist/services/upgrade/state-reconstructor.js +1 -0
- package/server/dist/services/upgrade/state-reconstructor.js.map +1 -1
- package/server/dist/types/wizard.d.ts +29 -0
- package/server/dist/types/wizard.d.ts.map +1 -1
- package/server/node_modules/cpu-features/build/Makefile +55 -48
- package/server/node_modules/cpu-features/build/Release/.deps/Release/cpu_features.a.d +1 -1
- package/server/node_modules/cpu-features/build/Release/.deps/Release/cpufeatures.node.d +1 -1
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/filesystem.o.d +4 -4
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_aarch64_linux_or_android.o.d +3 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_aarch64_macos_or_iphone.o.d +3 -23
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_aarch64_windows.o.d +3 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_arm_linux_or_android.o.d +3 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_mips_linux_or_android.o.d +3 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_ppc_linux.o.d +3 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_freebsd.o.d +3 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_linux_or_android.o.d +27 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_macos.o.d +3 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_windows.o.d +3 -3
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/stack_line_reader.o.d +6 -6
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/string_view.o.d +5 -5
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpufeatures/src/binding.o.d +148 -144
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpufeatures.node.d +1 -0
- package/server/node_modules/cpu-features/build/Release/cpu_features.a +0 -0
- package/server/node_modules/cpu-features/build/Release/cpufeatures.node +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/filesystem.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_aarch64_linux_or_android.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_aarch64_macos_or_iphone.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_aarch64_windows.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_arm_linux_or_android.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_mips_linux_or_android.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_ppc_linux.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_freebsd.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_linux_or_android.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_macos.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/impl_x86_windows.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/stack_line_reader.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/string_view.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpufeatures/src/binding.o +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/cpufeatures.node +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/deps/cpu_features/cpu_features.a +0 -0
- package/server/node_modules/cpu-features/build/Release/obj.target/deps/cpu_features/cpu_features.a.ar-file-list +13 -0
- package/server/node_modules/cpu-features/build/cpufeatures.target.mk +63 -87
- package/server/node_modules/cpu-features/build/deps/cpu_features/cpu_features.target.mk +65 -87
- package/server/node_modules/cpu-features/buildcheck.gypi +3 -1
- package/server/node_modules/ssh2/lib/protocol/crypto/build/Makefile +55 -48
- package/server/node_modules/ssh2/lib/protocol/crypto/build/Release/.deps/Release/obj.target/sshcrypto/src/binding.o.d +238 -234
- package/server/node_modules/ssh2/lib/protocol/crypto/build/Release/.deps/Release/obj.target/sshcrypto.node.d +1 -0
- package/server/node_modules/ssh2/lib/protocol/crypto/build/Release/.deps/Release/sshcrypto.node.d +1 -1
- package/server/node_modules/ssh2/lib/protocol/crypto/build/Release/obj.target/sshcrypto/src/binding.o +0 -0
- package/server/node_modules/ssh2/lib/protocol/crypto/build/Release/obj.target/sshcrypto.node +0 -0
- package/server/node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.node +0 -0
- package/server/node_modules/ssh2/lib/protocol/crypto/build/sshcrypto.target.mk +62 -86
- package/public/assets/index-CihnPYy7.css +0 -1
- package/public/assets/index-DTli3_bR.js +0 -17
- package/server/node_modules/cpu-features/build/Release/.deps/Release/obj.target/cpu_features/deps/cpu_features/src/hwcaps.o.d +0 -12
- package/server/node_modules/cpu-features/build/Release/obj.target/cpu_features/deps/cpu_features/src/hwcaps.o +0 -0
- package/server/node_modules/cpu-features/build/gyp-mac-tool +0 -772
- package/server/node_modules/ssh2/lib/protocol/crypto/build/gyp-mac-tool +0 -772
|
@@ -8,9 +8,11 @@ DEFS_Debug := \
|
|
|
8
8
|
'-DUSING_V8_SHARED=1' \
|
|
9
9
|
'-DV8_DEPRECATION_WARNINGS=1' \
|
|
10
10
|
'-D_GLIBCXX_USE_CXX11_ABI=1' \
|
|
11
|
-
'-D_DARWIN_USE_64_BIT_INODE=1' \
|
|
12
|
-
'-D_LARGEFILE_SOURCE' \
|
|
13
11
|
'-D_FILE_OFFSET_BITS=64' \
|
|
12
|
+
'-D_LARGEFILE_SOURCE' \
|
|
13
|
+
'-D__STDC_FORMAT_MACROS' \
|
|
14
|
+
'-DOPENSSL_NO_PINSHARED' \
|
|
15
|
+
'-DOPENSSL_THREADS' \
|
|
14
16
|
'-DCPU_FEATURES_VERSION_REV=8a494eb1e158ec2050e5f699a504fbc9b896a43b' \
|
|
15
17
|
'-DBUILDING_NODE_EXTENSION' \
|
|
16
18
|
'-DDEBUG' \
|
|
@@ -18,41 +20,34 @@ DEFS_Debug := \
|
|
|
18
20
|
|
|
19
21
|
# Flags passed to all source files.
|
|
20
22
|
CFLAGS_Debug := \
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-fno-strict-aliasing \
|
|
24
|
-
-mmacosx-version-min=11.0 \
|
|
25
|
-
-arch \
|
|
26
|
-
arm64 \
|
|
23
|
+
-fPIC \
|
|
24
|
+
-pthread \
|
|
27
25
|
-Wall \
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
26
|
+
-Wextra \
|
|
27
|
+
-Wno-unused-parameter \
|
|
28
|
+
-O3 \
|
|
29
|
+
-m64 \
|
|
30
|
+
-g \
|
|
31
|
+
-O0
|
|
31
32
|
|
|
32
33
|
# Flags passed to only C files.
|
|
33
34
|
CFLAGS_C_Debug :=
|
|
34
35
|
|
|
35
36
|
# Flags passed to only C++ files.
|
|
36
37
|
CFLAGS_CC_Debug := \
|
|
37
|
-
-std=gnu++20 \
|
|
38
|
-
-stdlib=libc++ \
|
|
39
38
|
-fno-rtti \
|
|
40
|
-
-fno-exceptions
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
CFLAGS_OBJC_Debug :=
|
|
44
|
-
|
|
45
|
-
# Flags passed to only ObjC++ files.
|
|
46
|
-
CFLAGS_OBJCC_Debug :=
|
|
39
|
+
-fno-exceptions \
|
|
40
|
+
-fno-strict-aliasing \
|
|
41
|
+
-std=gnu++17
|
|
47
42
|
|
|
48
43
|
INCS_Debug := \
|
|
49
|
-
-I/
|
|
50
|
-
-I/
|
|
51
|
-
-I/
|
|
52
|
-
-I/
|
|
53
|
-
-I/
|
|
54
|
-
-I/
|
|
55
|
-
-I/
|
|
44
|
+
-I/home/runner/.cache/node-gyp/22.22.2/include/node \
|
|
45
|
+
-I/home/runner/.cache/node-gyp/22.22.2/src \
|
|
46
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/openssl/config \
|
|
47
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/openssl/openssl/include \
|
|
48
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/uv/include \
|
|
49
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/zlib \
|
|
50
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/v8/include \
|
|
56
51
|
-I$(srcdir)/src \
|
|
57
52
|
-I$(srcdir)/../nan \
|
|
58
53
|
-I$(srcdir)/deps/cpu_features/include
|
|
@@ -63,50 +58,44 @@ DEFS_Release := \
|
|
|
63
58
|
'-DUSING_V8_SHARED=1' \
|
|
64
59
|
'-DV8_DEPRECATION_WARNINGS=1' \
|
|
65
60
|
'-D_GLIBCXX_USE_CXX11_ABI=1' \
|
|
66
|
-
'-D_DARWIN_USE_64_BIT_INODE=1' \
|
|
67
|
-
'-D_LARGEFILE_SOURCE' \
|
|
68
61
|
'-D_FILE_OFFSET_BITS=64' \
|
|
62
|
+
'-D_LARGEFILE_SOURCE' \
|
|
63
|
+
'-D__STDC_FORMAT_MACROS' \
|
|
64
|
+
'-DOPENSSL_NO_PINSHARED' \
|
|
65
|
+
'-DOPENSSL_THREADS' \
|
|
69
66
|
'-DCPU_FEATURES_VERSION_REV=8a494eb1e158ec2050e5f699a504fbc9b896a43b' \
|
|
70
67
|
'-DBUILDING_NODE_EXTENSION'
|
|
71
68
|
|
|
72
69
|
# Flags passed to all source files.
|
|
73
70
|
CFLAGS_Release := \
|
|
74
|
-
-
|
|
75
|
-
-
|
|
76
|
-
-fno-strict-aliasing \
|
|
77
|
-
-flto \
|
|
78
|
-
-mmacosx-version-min=11.0 \
|
|
79
|
-
-arch \
|
|
80
|
-
arm64 \
|
|
71
|
+
-fPIC \
|
|
72
|
+
-pthread \
|
|
81
73
|
-Wall \
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
-
|
|
74
|
+
-Wextra \
|
|
75
|
+
-Wno-unused-parameter \
|
|
76
|
+
-O3 \
|
|
77
|
+
-m64 \
|
|
78
|
+
-O3 \
|
|
79
|
+
-fno-omit-frame-pointer
|
|
85
80
|
|
|
86
81
|
# Flags passed to only C files.
|
|
87
82
|
CFLAGS_C_Release :=
|
|
88
83
|
|
|
89
84
|
# Flags passed to only C++ files.
|
|
90
85
|
CFLAGS_CC_Release := \
|
|
91
|
-
-std=gnu++20 \
|
|
92
|
-
-stdlib=libc++ \
|
|
93
86
|
-fno-rtti \
|
|
94
|
-
-fno-exceptions
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
CFLAGS_OBJC_Release :=
|
|
98
|
-
|
|
99
|
-
# Flags passed to only ObjC++ files.
|
|
100
|
-
CFLAGS_OBJCC_Release :=
|
|
87
|
+
-fno-exceptions \
|
|
88
|
+
-fno-strict-aliasing \
|
|
89
|
+
-std=gnu++17
|
|
101
90
|
|
|
102
91
|
INCS_Release := \
|
|
103
|
-
-I/
|
|
104
|
-
-I/
|
|
105
|
-
-I/
|
|
106
|
-
-I/
|
|
107
|
-
-I/
|
|
108
|
-
-I/
|
|
109
|
-
-I/
|
|
92
|
+
-I/home/runner/.cache/node-gyp/22.22.2/include/node \
|
|
93
|
+
-I/home/runner/.cache/node-gyp/22.22.2/src \
|
|
94
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/openssl/config \
|
|
95
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/openssl/openssl/include \
|
|
96
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/uv/include \
|
|
97
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/zlib \
|
|
98
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/v8/include \
|
|
110
99
|
-I$(srcdir)/src \
|
|
111
100
|
-I$(srcdir)/../nan \
|
|
112
101
|
-I$(srcdir)/deps/cpu_features/include
|
|
@@ -118,15 +107,13 @@ OBJS := \
|
|
|
118
107
|
all_deps += $(OBJS)
|
|
119
108
|
|
|
120
109
|
# Make sure our dependencies are built before any of us.
|
|
121
|
-
$(OBJS): | $(builddir)/cpu_features.a
|
|
110
|
+
$(OBJS): | $(builddir)/cpu_features.a $(obj).target/deps/cpu_features/cpu_features.a
|
|
122
111
|
|
|
123
112
|
# CFLAGS et al overrides must be target-local.
|
|
124
113
|
# See "Target-specific Variable Values" in the GNU Make manual.
|
|
125
114
|
$(OBJS): TOOLSET := $(TOOLSET)
|
|
126
115
|
$(OBJS): GYP_CFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE))
|
|
127
116
|
$(OBJS): GYP_CXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE))
|
|
128
|
-
$(OBJS): GYP_OBJCFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE)) $(CFLAGS_OBJC_$(BUILDTYPE))
|
|
129
|
-
$(OBJS): GYP_OBJCXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE)) $(CFLAGS_OBJCC_$(BUILDTYPE))
|
|
130
117
|
|
|
131
118
|
# Suffix rules, putting all outputs into $(obj).
|
|
132
119
|
|
|
@@ -144,48 +131,37 @@ $(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.cc FORCE_DO_CMD
|
|
|
144
131
|
# End of this set of suffix rules
|
|
145
132
|
### Rules for final target.
|
|
146
133
|
LDFLAGS_Debug := \
|
|
147
|
-
-
|
|
148
|
-
-
|
|
149
|
-
-
|
|
150
|
-
-arch \
|
|
151
|
-
arm64 \
|
|
152
|
-
-L$(builddir) \
|
|
153
|
-
-stdlib=libc++
|
|
154
|
-
|
|
155
|
-
LIBTOOLFLAGS_Debug := \
|
|
156
|
-
-undefined dynamic_lookup \
|
|
157
|
-
-Wl,-search_paths_first
|
|
134
|
+
-pthread \
|
|
135
|
+
-rdynamic \
|
|
136
|
+
-m64
|
|
158
137
|
|
|
159
138
|
LDFLAGS_Release := \
|
|
160
|
-
-
|
|
161
|
-
-
|
|
162
|
-
-
|
|
163
|
-
-arch \
|
|
164
|
-
arm64 \
|
|
165
|
-
-L$(builddir) \
|
|
166
|
-
-stdlib=libc++
|
|
167
|
-
|
|
168
|
-
LIBTOOLFLAGS_Release := \
|
|
169
|
-
-undefined dynamic_lookup \
|
|
170
|
-
-Wl,-search_paths_first
|
|
139
|
+
-pthread \
|
|
140
|
+
-rdynamic \
|
|
141
|
+
-m64
|
|
171
142
|
|
|
172
143
|
LIBS :=
|
|
173
144
|
|
|
174
|
-
$(
|
|
175
|
-
$(
|
|
176
|
-
$(
|
|
177
|
-
$(
|
|
178
|
-
$(builddir)/cpufeatures.node: $(OBJS) $(builddir)/cpu_features.a FORCE_DO_CMD
|
|
145
|
+
$(obj).target/cpufeatures.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
|
|
146
|
+
$(obj).target/cpufeatures.node: LIBS := $(LIBS)
|
|
147
|
+
$(obj).target/cpufeatures.node: TOOLSET := $(TOOLSET)
|
|
148
|
+
$(obj).target/cpufeatures.node: $(OBJS) $(obj).target/deps/cpu_features/cpu_features.a FORCE_DO_CMD
|
|
179
149
|
$(call do_cmd,solink_module)
|
|
180
150
|
|
|
181
|
-
all_deps += $(
|
|
151
|
+
all_deps += $(obj).target/cpufeatures.node
|
|
182
152
|
# Add target alias
|
|
183
153
|
.PHONY: cpufeatures
|
|
184
154
|
cpufeatures: $(builddir)/cpufeatures.node
|
|
185
155
|
|
|
156
|
+
# Copy this to the executable output path.
|
|
157
|
+
$(builddir)/cpufeatures.node: TOOLSET := $(TOOLSET)
|
|
158
|
+
$(builddir)/cpufeatures.node: $(obj).target/cpufeatures.node FORCE_DO_CMD
|
|
159
|
+
$(call do_cmd,copy)
|
|
160
|
+
|
|
161
|
+
all_deps += $(builddir)/cpufeatures.node
|
|
186
162
|
# Short alias for building this executable.
|
|
187
163
|
.PHONY: cpufeatures.node
|
|
188
|
-
cpufeatures.node: $(builddir)/cpufeatures.node
|
|
164
|
+
cpufeatures.node: $(obj).target/cpufeatures.node $(builddir)/cpufeatures.node
|
|
189
165
|
|
|
190
166
|
# Add executable to "all" target.
|
|
191
167
|
.PHONY: all
|
|
@@ -8,53 +8,46 @@ DEFS_Debug := \
|
|
|
8
8
|
'-DUSING_V8_SHARED=1' \
|
|
9
9
|
'-DV8_DEPRECATION_WARNINGS=1' \
|
|
10
10
|
'-D_GLIBCXX_USE_CXX11_ABI=1' \
|
|
11
|
-
'-D_DARWIN_USE_64_BIT_INODE=1' \
|
|
12
|
-
'-D_LARGEFILE_SOURCE' \
|
|
13
11
|
'-D_FILE_OFFSET_BITS=64' \
|
|
12
|
+
'-D_LARGEFILE_SOURCE' \
|
|
13
|
+
'-D__STDC_FORMAT_MACROS' \
|
|
14
|
+
'-DOPENSSL_NO_PINSHARED' \
|
|
15
|
+
'-DOPENSSL_THREADS' \
|
|
14
16
|
'-DNDEBUG' \
|
|
15
17
|
'-DSTACK_LINE_READER_BUFFER_SIZE=1024' \
|
|
16
|
-
'-DHAVE_SYSCTLBYNAME=1' \
|
|
17
|
-
'-DHAVE_DLFCN_H=1' \
|
|
18
18
|
'-DDEBUG' \
|
|
19
19
|
'-D_DEBUG'
|
|
20
20
|
|
|
21
21
|
# Flags passed to all source files.
|
|
22
22
|
CFLAGS_Debug := \
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-fno-strict-aliasing \
|
|
26
|
-
-mmacosx-version-min=11.0 \
|
|
27
|
-
-arch \
|
|
28
|
-
arm64 \
|
|
23
|
+
-fPIC \
|
|
24
|
+
-pthread \
|
|
29
25
|
-Wall \
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
26
|
+
-Wextra \
|
|
27
|
+
-Wno-unused-parameter \
|
|
28
|
+
-O3 \
|
|
29
|
+
-m64 \
|
|
30
|
+
-g \
|
|
31
|
+
-O0
|
|
33
32
|
|
|
34
33
|
# Flags passed to only C files.
|
|
35
34
|
CFLAGS_C_Debug :=
|
|
36
35
|
|
|
37
36
|
# Flags passed to only C++ files.
|
|
38
37
|
CFLAGS_CC_Debug := \
|
|
39
|
-
-std=gnu++20 \
|
|
40
|
-
-stdlib=libc++ \
|
|
41
38
|
-fno-rtti \
|
|
42
|
-
-fno-exceptions
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
CFLAGS_OBJC_Debug :=
|
|
46
|
-
|
|
47
|
-
# Flags passed to only ObjC++ files.
|
|
48
|
-
CFLAGS_OBJCC_Debug :=
|
|
39
|
+
-fno-exceptions \
|
|
40
|
+
-fno-strict-aliasing \
|
|
41
|
+
-std=gnu++17
|
|
49
42
|
|
|
50
43
|
INCS_Debug := \
|
|
51
|
-
-I/
|
|
52
|
-
-I/
|
|
53
|
-
-I/
|
|
54
|
-
-I/
|
|
55
|
-
-I/
|
|
56
|
-
-I/
|
|
57
|
-
-I/
|
|
44
|
+
-I/home/runner/.cache/node-gyp/22.22.2/include/node \
|
|
45
|
+
-I/home/runner/.cache/node-gyp/22.22.2/src \
|
|
46
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/openssl/config \
|
|
47
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/openssl/openssl/include \
|
|
48
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/uv/include \
|
|
49
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/zlib \
|
|
50
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/v8/include \
|
|
58
51
|
-I$(srcdir)/deps/cpu_features/include \
|
|
59
52
|
-I$(srcdir)/deps/cpu_features/include/internal
|
|
60
53
|
|
|
@@ -64,52 +57,44 @@ DEFS_Release := \
|
|
|
64
57
|
'-DUSING_V8_SHARED=1' \
|
|
65
58
|
'-DV8_DEPRECATION_WARNINGS=1' \
|
|
66
59
|
'-D_GLIBCXX_USE_CXX11_ABI=1' \
|
|
67
|
-
'-D_DARWIN_USE_64_BIT_INODE=1' \
|
|
68
|
-
'-D_LARGEFILE_SOURCE' \
|
|
69
60
|
'-D_FILE_OFFSET_BITS=64' \
|
|
61
|
+
'-D_LARGEFILE_SOURCE' \
|
|
62
|
+
'-D__STDC_FORMAT_MACROS' \
|
|
63
|
+
'-DOPENSSL_NO_PINSHARED' \
|
|
64
|
+
'-DOPENSSL_THREADS' \
|
|
70
65
|
'-DNDEBUG' \
|
|
71
|
-
'-DSTACK_LINE_READER_BUFFER_SIZE=1024'
|
|
72
|
-
'-DHAVE_SYSCTLBYNAME=1' \
|
|
73
|
-
'-DHAVE_DLFCN_H=1'
|
|
66
|
+
'-DSTACK_LINE_READER_BUFFER_SIZE=1024'
|
|
74
67
|
|
|
75
68
|
# Flags passed to all source files.
|
|
76
69
|
CFLAGS_Release := \
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
-fno-strict-aliasing \
|
|
80
|
-
-flto \
|
|
81
|
-
-mmacosx-version-min=11.0 \
|
|
82
|
-
-arch \
|
|
83
|
-
arm64 \
|
|
70
|
+
-fPIC \
|
|
71
|
+
-pthread \
|
|
84
72
|
-Wall \
|
|
85
|
-
-
|
|
86
|
-
-
|
|
87
|
-
-
|
|
73
|
+
-Wextra \
|
|
74
|
+
-Wno-unused-parameter \
|
|
75
|
+
-O3 \
|
|
76
|
+
-m64 \
|
|
77
|
+
-O3 \
|
|
78
|
+
-fno-omit-frame-pointer
|
|
88
79
|
|
|
89
80
|
# Flags passed to only C files.
|
|
90
81
|
CFLAGS_C_Release :=
|
|
91
82
|
|
|
92
83
|
# Flags passed to only C++ files.
|
|
93
84
|
CFLAGS_CC_Release := \
|
|
94
|
-
-std=gnu++20 \
|
|
95
|
-
-stdlib=libc++ \
|
|
96
85
|
-fno-rtti \
|
|
97
|
-
-fno-exceptions
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
CFLAGS_OBJC_Release :=
|
|
101
|
-
|
|
102
|
-
# Flags passed to only ObjC++ files.
|
|
103
|
-
CFLAGS_OBJCC_Release :=
|
|
86
|
+
-fno-exceptions \
|
|
87
|
+
-fno-strict-aliasing \
|
|
88
|
+
-std=gnu++17
|
|
104
89
|
|
|
105
90
|
INCS_Release := \
|
|
106
|
-
-I/
|
|
107
|
-
-I/
|
|
108
|
-
-I/
|
|
109
|
-
-I/
|
|
110
|
-
-I/
|
|
111
|
-
-I/
|
|
112
|
-
-I/
|
|
91
|
+
-I/home/runner/.cache/node-gyp/22.22.2/include/node \
|
|
92
|
+
-I/home/runner/.cache/node-gyp/22.22.2/src \
|
|
93
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/openssl/config \
|
|
94
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/openssl/openssl/include \
|
|
95
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/uv/include \
|
|
96
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/zlib \
|
|
97
|
+
-I/home/runner/.cache/node-gyp/22.22.2/deps/v8/include \
|
|
113
98
|
-I$(srcdir)/deps/cpu_features/include \
|
|
114
99
|
-I$(srcdir)/deps/cpu_features/include/internal
|
|
115
100
|
|
|
@@ -126,8 +111,7 @@ OBJS := \
|
|
|
126
111
|
$(obj).target/$(TARGET)/deps/cpu_features/src/impl_x86_windows.o \
|
|
127
112
|
$(obj).target/$(TARGET)/deps/cpu_features/src/filesystem.o \
|
|
128
113
|
$(obj).target/$(TARGET)/deps/cpu_features/src/stack_line_reader.o \
|
|
129
|
-
$(obj).target/$(TARGET)/deps/cpu_features/src/string_view.o
|
|
130
|
-
$(obj).target/$(TARGET)/deps/cpu_features/src/hwcaps.o
|
|
114
|
+
$(obj).target/$(TARGET)/deps/cpu_features/src/string_view.o
|
|
131
115
|
|
|
132
116
|
# Add to the list of files we specially track dependencies for.
|
|
133
117
|
all_deps += $(OBJS)
|
|
@@ -137,8 +121,6 @@ all_deps += $(OBJS)
|
|
|
137
121
|
$(OBJS): TOOLSET := $(TOOLSET)
|
|
138
122
|
$(OBJS): GYP_CFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE))
|
|
139
123
|
$(OBJS): GYP_CXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE))
|
|
140
|
-
$(OBJS): GYP_OBJCFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE)) $(CFLAGS_OBJC_$(BUILDTYPE))
|
|
141
|
-
$(OBJS): GYP_OBJCXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE)) $(CFLAGS_OBJCC_$(BUILDTYPE))
|
|
142
124
|
|
|
143
125
|
# Suffix rules, putting all outputs into $(obj).
|
|
144
126
|
|
|
@@ -156,36 +138,26 @@ $(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.c FORCE_DO_CMD
|
|
|
156
138
|
# End of this set of suffix rules
|
|
157
139
|
### Rules for final target.
|
|
158
140
|
LDFLAGS_Debug := \
|
|
159
|
-
-
|
|
160
|
-
-
|
|
161
|
-
|
|
162
|
-
-L$(builddir) \
|
|
163
|
-
-stdlib=libc++
|
|
164
|
-
|
|
165
|
-
LIBTOOLFLAGS_Debug :=
|
|
141
|
+
-pthread \
|
|
142
|
+
-rdynamic \
|
|
143
|
+
-m64
|
|
166
144
|
|
|
167
145
|
LDFLAGS_Release := \
|
|
168
|
-
-
|
|
169
|
-
-
|
|
170
|
-
|
|
171
|
-
-L$(builddir) \
|
|
172
|
-
-stdlib=libc++
|
|
173
|
-
|
|
174
|
-
LIBTOOLFLAGS_Release :=
|
|
146
|
+
-pthread \
|
|
147
|
+
-rdynamic \
|
|
148
|
+
-m64
|
|
175
149
|
|
|
176
150
|
LIBS :=
|
|
177
151
|
|
|
178
|
-
$(
|
|
179
|
-
$(
|
|
180
|
-
$(
|
|
181
|
-
$(
|
|
182
|
-
$(
|
|
183
|
-
$(call do_cmd,alink)
|
|
152
|
+
$(obj).target/deps/cpu_features/cpu_features.a: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
|
|
153
|
+
$(obj).target/deps/cpu_features/cpu_features.a: LIBS := $(LIBS)
|
|
154
|
+
$(obj).target/deps/cpu_features/cpu_features.a: TOOLSET := $(TOOLSET)
|
|
155
|
+
$(obj).target/deps/cpu_features/cpu_features.a: $(OBJS)
|
|
156
|
+
$(call create_archive,$@,$^)
|
|
184
157
|
|
|
185
|
-
all_deps += $(builddir)/cpu_features.a
|
|
186
158
|
# Add target alias
|
|
187
159
|
.PHONY: cpu_features
|
|
188
|
-
cpu_features: $(
|
|
160
|
+
cpu_features: $(obj).target/deps/cpu_features/cpu_features.a
|
|
189
161
|
|
|
190
162
|
# Add target alias to "all" target.
|
|
191
163
|
.PHONY: all
|
|
@@ -195,9 +167,15 @@ all: cpu_features
|
|
|
195
167
|
.PHONY: cpu_features
|
|
196
168
|
cpu_features: $(builddir)/cpu_features.a
|
|
197
169
|
|
|
170
|
+
# Copy this to the static library output path.
|
|
171
|
+
$(builddir)/cpu_features.a: TOOLSET := $(TOOLSET)
|
|
172
|
+
$(builddir)/cpu_features.a: $(obj).target/deps/cpu_features/cpu_features.a FORCE_DO_CMD
|
|
173
|
+
$(call do_cmd,copy)
|
|
174
|
+
|
|
175
|
+
all_deps += $(builddir)/cpu_features.a
|
|
198
176
|
# Short alias for building this static library.
|
|
199
177
|
.PHONY: cpu_features.a
|
|
200
|
-
cpu_features.a: $(builddir)/cpu_features.a
|
|
178
|
+
cpu_features.a: $(obj).target/deps/cpu_features/cpu_features.a $(builddir)/cpu_features.a
|
|
201
179
|
|
|
202
180
|
# Add static library to "all" target.
|
|
203
181
|
.PHONY: all
|
|
@@ -128,34 +128,6 @@ cmd_cc = $(CC.$(TOOLSET)) -o $@ $< $(GYP_CFLAGS) $(DEPFLAGS) $(CFLAGS.$(TOOLSET)
|
|
|
128
128
|
quiet_cmd_cxx = CXX($(TOOLSET)) $@
|
|
129
129
|
cmd_cxx = $(CXX.$(TOOLSET)) -o $@ $< $(GYP_CXXFLAGS) $(DEPFLAGS) $(CXXFLAGS.$(TOOLSET)) -c
|
|
130
130
|
|
|
131
|
-
quiet_cmd_objc = CXX($(TOOLSET)) $@
|
|
132
|
-
cmd_objc = $(CC.$(TOOLSET)) $(GYP_OBJCFLAGS) $(DEPFLAGS) -c -o $@ $<
|
|
133
|
-
|
|
134
|
-
quiet_cmd_objcxx = CXX($(TOOLSET)) $@
|
|
135
|
-
cmd_objcxx = $(CXX.$(TOOLSET)) $(GYP_OBJCXXFLAGS) $(DEPFLAGS) -c -o $@ $<
|
|
136
|
-
|
|
137
|
-
# Commands for precompiled header files.
|
|
138
|
-
quiet_cmd_pch_c = CXX($(TOOLSET)) $@
|
|
139
|
-
cmd_pch_c = $(CC.$(TOOLSET)) $(GYP_PCH_CFLAGS) $(DEPFLAGS) $(CXXFLAGS.$(TOOLSET)) -c -o $@ $<
|
|
140
|
-
quiet_cmd_pch_cc = CXX($(TOOLSET)) $@
|
|
141
|
-
cmd_pch_cc = $(CC.$(TOOLSET)) $(GYP_PCH_CXXFLAGS) $(DEPFLAGS) $(CXXFLAGS.$(TOOLSET)) -c -o $@ $<
|
|
142
|
-
quiet_cmd_pch_m = CXX($(TOOLSET)) $@
|
|
143
|
-
cmd_pch_m = $(CC.$(TOOLSET)) $(GYP_PCH_OBJCFLAGS) $(DEPFLAGS) -c -o $@ $<
|
|
144
|
-
quiet_cmd_pch_mm = CXX($(TOOLSET)) $@
|
|
145
|
-
cmd_pch_mm = $(CC.$(TOOLSET)) $(GYP_PCH_OBJCXXFLAGS) $(DEPFLAGS) -c -o $@ $<
|
|
146
|
-
|
|
147
|
-
# gyp-mac-tool is written next to the root Makefile by gyp.
|
|
148
|
-
# Use $(4) for the command, since $(2) and $(3) are used as flag by do_cmd
|
|
149
|
-
# already.
|
|
150
|
-
quiet_cmd_mac_tool = MACTOOL $(4) $<
|
|
151
|
-
cmd_mac_tool = /Users/alexanderberardi/.pyenv/versions/3.11.8/bin/python3 gyp-mac-tool $(4) $< "$@"
|
|
152
|
-
|
|
153
|
-
quiet_cmd_mac_package_framework = PACKAGE FRAMEWORK $@
|
|
154
|
-
cmd_mac_package_framework = /Users/alexanderberardi/.pyenv/versions/3.11.8/bin/python3 gyp-mac-tool package-framework "$@" $(4)
|
|
155
|
-
|
|
156
|
-
quiet_cmd_infoplist = INFOPLIST $@
|
|
157
|
-
cmd_infoplist = $(CC.$(TOOLSET)) -E -P -Wno-trigraphs -x c $(INFOPLIST_DEFINES) "$<" -o "$@"
|
|
158
|
-
|
|
159
131
|
quiet_cmd_touch = TOUCH $@
|
|
160
132
|
cmd_touch = touch $@
|
|
161
133
|
|
|
@@ -166,17 +138,64 @@ cmd_copy = ln -f "$<" "$@" 2>/dev/null || (rm -rf "$@" && cp -af "$<" "$@")
|
|
|
166
138
|
quiet_cmd_symlink = SYMLINK $@
|
|
167
139
|
cmd_symlink = ln -sf "$<" "$@"
|
|
168
140
|
|
|
169
|
-
quiet_cmd_alink =
|
|
170
|
-
cmd_alink = rm -f $@ &&
|
|
141
|
+
quiet_cmd_alink = AR($(TOOLSET)) $@
|
|
142
|
+
cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) crs $@ $(filter %.o,$^)
|
|
143
|
+
|
|
144
|
+
quiet_cmd_alink_thin = AR($(TOOLSET)) $@
|
|
145
|
+
cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crsT $@ $(filter %.o,$^)
|
|
171
146
|
|
|
147
|
+
# Due to circular dependencies between libraries :(, we wrap the
|
|
148
|
+
# special "figure out circular dependencies" flags around the entire
|
|
149
|
+
# input list during linking.
|
|
172
150
|
quiet_cmd_link = LINK($(TOOLSET)) $@
|
|
173
|
-
cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -
|
|
151
|
+
cmd_link = $(LINK.$(TOOLSET)) -o $@ $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,--start-group $(LD_INPUTS) $(LIBS) -Wl,--end-group
|
|
152
|
+
|
|
153
|
+
# Note: this does not handle spaces in paths
|
|
154
|
+
define xargs
|
|
155
|
+
$(1) $(word 1,$(2))
|
|
156
|
+
$(if $(word 2,$(2)),$(call xargs,$(1),$(wordlist 2,$(words $(2)),$(2))))
|
|
157
|
+
endef
|
|
158
|
+
|
|
159
|
+
define write-to-file
|
|
160
|
+
@: >$(1)
|
|
161
|
+
$(call xargs,@printf "%s\n" >>$(1),$(2))
|
|
162
|
+
endef
|
|
163
|
+
|
|
164
|
+
OBJ_FILE_LIST := ar-file-list
|
|
165
|
+
|
|
166
|
+
define create_archive
|
|
167
|
+
rm -f $(1) $(1).$(OBJ_FILE_LIST); mkdir -p `dirname $(1)`
|
|
168
|
+
$(call write-to-file,$(1).$(OBJ_FILE_LIST),$(filter %.o,$(2)))
|
|
169
|
+
$(AR.$(TOOLSET)) crs $(1) @$(1).$(OBJ_FILE_LIST)
|
|
170
|
+
endef
|
|
171
|
+
|
|
172
|
+
define create_thin_archive
|
|
173
|
+
rm -f $(1) $(OBJ_FILE_LIST); mkdir -p `dirname $(1)`
|
|
174
|
+
$(call write-to-file,$(1).$(OBJ_FILE_LIST),$(filter %.o,$(2)))
|
|
175
|
+
$(AR.$(TOOLSET)) crsT $(1) @$(1).$(OBJ_FILE_LIST)
|
|
176
|
+
endef
|
|
174
177
|
|
|
178
|
+
# We support two kinds of shared objects (.so):
|
|
179
|
+
# 1) shared_library, which is just bundling together many dependent libraries
|
|
180
|
+
# into a link line.
|
|
181
|
+
# 2) loadable_module, which is generating a module intended for dlopen().
|
|
182
|
+
#
|
|
183
|
+
# They differ only slightly:
|
|
184
|
+
# In the former case, we want to package all dependent code into the .so.
|
|
185
|
+
# In the latter case, we want to package just the API exposed by the
|
|
186
|
+
# outermost module.
|
|
187
|
+
# This means shared_library uses --whole-archive, while loadable_module doesn't.
|
|
188
|
+
# (Note that --whole-archive is incompatible with the --start-group used in
|
|
189
|
+
# normal linking.)
|
|
190
|
+
|
|
191
|
+
# Other shared-object link notes:
|
|
192
|
+
# - Set SONAME to the library filename so our binaries don't reference
|
|
193
|
+
# the local, absolute paths used on the link command-line.
|
|
175
194
|
quiet_cmd_solink = SOLINK($(TOOLSET)) $@
|
|
176
|
-
cmd_solink = $(LINK.$(TOOLSET)) -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -
|
|
195
|
+
cmd_solink = $(LINK.$(TOOLSET)) -o $@ -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -Wl,--whole-archive $(LD_INPUTS) -Wl,--no-whole-archive $(LIBS)
|
|
177
196
|
|
|
178
197
|
quiet_cmd_solink_module = SOLINK_MODULE($(TOOLSET)) $@
|
|
179
|
-
cmd_solink_module = $(LINK.$(TOOLSET)) -
|
|
198
|
+
cmd_solink_module = $(LINK.$(TOOLSET)) -o $@ -shared $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -Wl,-soname=$(@F) -Wl,--start-group $(filter-out FORCE_DO_CMD, $^) -Wl,--end-group $(LIBS)
|
|
180
199
|
|
|
181
200
|
|
|
182
201
|
# Define an escape_quotes function to escape single quotes.
|
|
@@ -241,7 +260,7 @@ define do_cmd
|
|
|
241
260
|
$(if $(or $(command_changed),$(prereq_changed)),
|
|
242
261
|
@$(call exact_echo, $($(quiet)cmd_$(1)))
|
|
243
262
|
@mkdir -p "$(call dirx,$@)" "$(dir $(depfile))"
|
|
244
|
-
$(if $(findstring flock,$(word
|
|
263
|
+
$(if $(findstring flock,$(word 1,$(cmd_$1))),
|
|
245
264
|
@$(cmd_$(1))
|
|
246
265
|
@echo " $(quiet_cmd_$(1)): Finished",
|
|
247
266
|
@$(cmd_$(1))
|
|
@@ -279,10 +298,6 @@ $(obj).$(TOOLSET)/%.o: $(srcdir)/%.cpp FORCE_DO_CMD
|
|
|
279
298
|
@$(call do_cmd,cxx,1)
|
|
280
299
|
$(obj).$(TOOLSET)/%.o: $(srcdir)/%.cxx FORCE_DO_CMD
|
|
281
300
|
@$(call do_cmd,cxx,1)
|
|
282
|
-
$(obj).$(TOOLSET)/%.o: $(srcdir)/%.m FORCE_DO_CMD
|
|
283
|
-
@$(call do_cmd,objc,1)
|
|
284
|
-
$(obj).$(TOOLSET)/%.o: $(srcdir)/%.mm FORCE_DO_CMD
|
|
285
|
-
@$(call do_cmd,objcxx,1)
|
|
286
301
|
$(obj).$(TOOLSET)/%.o: $(srcdir)/%.s FORCE_DO_CMD
|
|
287
302
|
@$(call do_cmd,cc,1)
|
|
288
303
|
$(obj).$(TOOLSET)/%.o: $(srcdir)/%.S FORCE_DO_CMD
|
|
@@ -297,10 +312,6 @@ $(obj).$(TOOLSET)/%.o: $(obj).$(TOOLSET)/%.cpp FORCE_DO_CMD
|
|
|
297
312
|
@$(call do_cmd,cxx,1)
|
|
298
313
|
$(obj).$(TOOLSET)/%.o: $(obj).$(TOOLSET)/%.cxx FORCE_DO_CMD
|
|
299
314
|
@$(call do_cmd,cxx,1)
|
|
300
|
-
$(obj).$(TOOLSET)/%.o: $(obj).$(TOOLSET)/%.m FORCE_DO_CMD
|
|
301
|
-
@$(call do_cmd,objc,1)
|
|
302
|
-
$(obj).$(TOOLSET)/%.o: $(obj).$(TOOLSET)/%.mm FORCE_DO_CMD
|
|
303
|
-
@$(call do_cmd,objcxx,1)
|
|
304
315
|
$(obj).$(TOOLSET)/%.o: $(obj).$(TOOLSET)/%.s FORCE_DO_CMD
|
|
305
316
|
@$(call do_cmd,cc,1)
|
|
306
317
|
$(obj).$(TOOLSET)/%.o: $(obj).$(TOOLSET)/%.S FORCE_DO_CMD
|
|
@@ -314,10 +325,6 @@ $(obj).$(TOOLSET)/%.o: $(obj)/%.cpp FORCE_DO_CMD
|
|
|
314
325
|
@$(call do_cmd,cxx,1)
|
|
315
326
|
$(obj).$(TOOLSET)/%.o: $(obj)/%.cxx FORCE_DO_CMD
|
|
316
327
|
@$(call do_cmd,cxx,1)
|
|
317
|
-
$(obj).$(TOOLSET)/%.o: $(obj)/%.m FORCE_DO_CMD
|
|
318
|
-
@$(call do_cmd,objc,1)
|
|
319
|
-
$(obj).$(TOOLSET)/%.o: $(obj)/%.mm FORCE_DO_CMD
|
|
320
|
-
@$(call do_cmd,objcxx,1)
|
|
321
328
|
$(obj).$(TOOLSET)/%.o: $(obj)/%.s FORCE_DO_CMD
|
|
322
329
|
@$(call do_cmd,cc,1)
|
|
323
330
|
$(obj).$(TOOLSET)/%.o: $(obj)/%.S FORCE_DO_CMD
|
|
@@ -331,8 +338,8 @@ ifeq ($(strip $(foreach prefix,$(NO_LOAD),\
|
|
|
331
338
|
endif
|
|
332
339
|
|
|
333
340
|
quiet_cmd_regen_makefile = ACTION Regenerating $@
|
|
334
|
-
cmd_regen_makefile = cd $(srcdir); /opt/
|
|
335
|
-
Makefile: $(srcdir)
|
|
341
|
+
cmd_regen_makefile = cd $(srcdir); /opt/hostedtoolcache/node/22.22.2/x64/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/home/runner/.cache/node-gyp/22.22.2" "-Dnode_gyp_dir=/opt/hostedtoolcache/node/22.22.2/x64/lib/node_modules/npm/node_modules/node-gyp" "-Dnode_lib_file=/home/runner/.cache/node-gyp/22.22.2/<(target_arch)/node.lib" "-Dmodule_root_dir=/home/runner/work/jarvis-admin/jarvis-admin/npm-pkg/server/node_modules/ssh2/lib/protocol/crypto" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/home/runner/work/jarvis-admin/jarvis-admin/npm-pkg/server/node_modules/ssh2/lib/protocol/crypto/build/config.gypi -I/opt/hostedtoolcache/node/22.22.2/x64/lib/node_modules/npm/node_modules/node-gyp/addon.gypi -I/home/runner/.cache/node-gyp/22.22.2/include/node/common.gypi "--toplevel-dir=." binding.gyp
|
|
342
|
+
Makefile: $(srcdir)/../../../../../../../../../../../../opt/hostedtoolcache/node/22.22.2/x64/lib/node_modules/npm/node_modules/node-gyp/addon.gypi $(srcdir)/../../../../../../../../../../.cache/node-gyp/22.22.2/include/node/common.gypi $(srcdir)/binding.gyp $(srcdir)/build/config.gypi
|
|
336
343
|
$(call do_cmd,regen_makefile)
|
|
337
344
|
|
|
338
345
|
# "all" is a concatenation of the "all" targets from all the included
|