@electerm/ssh2 1.16.0 → 1.16.2

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.
@@ -1,194 +0,0 @@
1
- # This file is generated by gyp; do not edit.
2
-
3
- TOOLSET := target
4
- TARGET := sshcrypto
5
- DEFS_Debug := \
6
- '-DNODE_GYP_MODULE_NAME=sshcrypto' \
7
- '-DUSING_UV_SHARED=1' \
8
- '-DUSING_V8_SHARED=1' \
9
- '-DV8_DEPRECATION_WARNINGS=1' \
10
- '-DV8_DEPRECATION_WARNINGS' \
11
- '-DV8_IMMINENT_DEPRECATION_WARNINGS' \
12
- '-D_GLIBCXX_USE_CXX11_ABI=1' \
13
- '-D_DARWIN_USE_64_BIT_INODE=1' \
14
- '-D_LARGEFILE_SOURCE' \
15
- '-D_FILE_OFFSET_BITS=64' \
16
- '-DOPENSSL_NO_PINSHARED' \
17
- '-DOPENSSL_THREADS' \
18
- '-DOPENSSL_API_COMPAT=0x10100000L' \
19
- '-DREAL_OPENSSL_MAJOR=3' \
20
- '-DBUILDING_NODE_EXTENSION' \
21
- '-DDEBUG' \
22
- '-D_DEBUG' \
23
- '-DV8_ENABLE_CHECKS'
24
-
25
- # Flags passed to all source files.
26
- CFLAGS_Debug := \
27
- -O0 \
28
- -gdwarf-2 \
29
- -mmacosx-version-min=10.15 \
30
- -arch x86_64 \
31
- -Wall \
32
- -Wendif-labels \
33
- -W \
34
- -Wno-unused-parameter
35
-
36
- # Flags passed to only C files.
37
- CFLAGS_C_Debug := \
38
- -fno-strict-aliasing
39
-
40
- # Flags passed to only C++ files.
41
- CFLAGS_CC_Debug := \
42
- -std=gnu++17 \
43
- -stdlib=libc++ \
44
- -fno-rtti \
45
- -fno-exceptions \
46
- -fno-strict-aliasing
47
-
48
- # Flags passed to only ObjC files.
49
- CFLAGS_OBJC_Debug :=
50
-
51
- # Flags passed to only ObjC++ files.
52
- CFLAGS_OBJCC_Debug :=
53
-
54
- INCS_Debug := \
55
- -I/Users/home/Library/Caches/node-gyp/18.17.1/include/node \
56
- -I/Users/home/Library/Caches/node-gyp/18.17.1/src \
57
- -I/Users/home/Library/Caches/node-gyp/18.17.1/deps/openssl/config \
58
- -I/Users/home/Library/Caches/node-gyp/18.17.1/deps/openssl/openssl/include \
59
- -I/Users/home/Library/Caches/node-gyp/18.17.1/deps/uv/include \
60
- -I/Users/home/Library/Caches/node-gyp/18.17.1/deps/zlib \
61
- -I/Users/home/Library/Caches/node-gyp/18.17.1/deps/v8/include \
62
- -I$(srcdir)/../../../node_modules/nan
63
-
64
- DEFS_Release := \
65
- '-DNODE_GYP_MODULE_NAME=sshcrypto' \
66
- '-DUSING_UV_SHARED=1' \
67
- '-DUSING_V8_SHARED=1' \
68
- '-DV8_DEPRECATION_WARNINGS=1' \
69
- '-DV8_DEPRECATION_WARNINGS' \
70
- '-DV8_IMMINENT_DEPRECATION_WARNINGS' \
71
- '-D_GLIBCXX_USE_CXX11_ABI=1' \
72
- '-D_DARWIN_USE_64_BIT_INODE=1' \
73
- '-D_LARGEFILE_SOURCE' \
74
- '-D_FILE_OFFSET_BITS=64' \
75
- '-DOPENSSL_NO_PINSHARED' \
76
- '-DOPENSSL_THREADS' \
77
- '-DOPENSSL_API_COMPAT=0x10100000L' \
78
- '-DREAL_OPENSSL_MAJOR=3' \
79
- '-DBUILDING_NODE_EXTENSION'
80
-
81
- # Flags passed to all source files.
82
- CFLAGS_Release := \
83
- -O3 \
84
- -gdwarf-2 \
85
- -mmacosx-version-min=10.15 \
86
- -arch x86_64 \
87
- -Wall \
88
- -Wendif-labels \
89
- -W \
90
- -Wno-unused-parameter
91
-
92
- # Flags passed to only C files.
93
- CFLAGS_C_Release := \
94
- -fno-strict-aliasing
95
-
96
- # Flags passed to only C++ files.
97
- CFLAGS_CC_Release := \
98
- -std=gnu++17 \
99
- -stdlib=libc++ \
100
- -fno-rtti \
101
- -fno-exceptions \
102
- -fno-strict-aliasing
103
-
104
- # Flags passed to only ObjC files.
105
- CFLAGS_OBJC_Release :=
106
-
107
- # Flags passed to only ObjC++ files.
108
- CFLAGS_OBJCC_Release :=
109
-
110
- INCS_Release := \
111
- -I/Users/home/Library/Caches/node-gyp/18.17.1/include/node \
112
- -I/Users/home/Library/Caches/node-gyp/18.17.1/src \
113
- -I/Users/home/Library/Caches/node-gyp/18.17.1/deps/openssl/config \
114
- -I/Users/home/Library/Caches/node-gyp/18.17.1/deps/openssl/openssl/include \
115
- -I/Users/home/Library/Caches/node-gyp/18.17.1/deps/uv/include \
116
- -I/Users/home/Library/Caches/node-gyp/18.17.1/deps/zlib \
117
- -I/Users/home/Library/Caches/node-gyp/18.17.1/deps/v8/include \
118
- -I$(srcdir)/../../../node_modules/nan
119
-
120
- OBJS := \
121
- $(obj).target/$(TARGET)/src/binding.o
122
-
123
- # Add to the list of files we specially track dependencies for.
124
- all_deps += $(OBJS)
125
-
126
- # CFLAGS et al overrides must be target-local.
127
- # See "Target-specific Variable Values" in the GNU Make manual.
128
- $(OBJS): TOOLSET := $(TOOLSET)
129
- $(OBJS): GYP_CFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE))
130
- $(OBJS): GYP_CXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE))
131
- $(OBJS): GYP_OBJCFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE)) $(CFLAGS_OBJC_$(BUILDTYPE))
132
- $(OBJS): GYP_OBJCXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE)) $(CFLAGS_OBJCC_$(BUILDTYPE))
133
-
134
- # Suffix rules, putting all outputs into $(obj).
135
-
136
- $(obj).$(TOOLSET)/$(TARGET)/%.o: $(srcdir)/%.cc FORCE_DO_CMD
137
- @$(call do_cmd,cxx,1)
138
-
139
- # Try building from generated source, too.
140
-
141
- $(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj).$(TOOLSET)/%.cc FORCE_DO_CMD
142
- @$(call do_cmd,cxx,1)
143
-
144
- $(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.cc FORCE_DO_CMD
145
- @$(call do_cmd,cxx,1)
146
-
147
- # End of this set of suffix rules
148
- ### Rules for final target.
149
- LDFLAGS_Debug := \
150
- -undefined dynamic_lookup \
151
- -Wl,-search_paths_first \
152
- -mmacosx-version-min=10.15 \
153
- -arch x86_64 \
154
- -L$(builddir) \
155
- -stdlib=libc++
156
-
157
- LIBTOOLFLAGS_Debug := \
158
- -undefined dynamic_lookup \
159
- -Wl,-search_paths_first
160
-
161
- LDFLAGS_Release := \
162
- -undefined dynamic_lookup \
163
- -Wl,-search_paths_first \
164
- -mmacosx-version-min=10.15 \
165
- -arch x86_64 \
166
- -L$(builddir) \
167
- -stdlib=libc++
168
-
169
- LIBTOOLFLAGS_Release := \
170
- -undefined dynamic_lookup \
171
- -Wl,-search_paths_first
172
-
173
- LIBS :=
174
-
175
- $(builddir)/sshcrypto.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
176
- $(builddir)/sshcrypto.node: LIBS := $(LIBS)
177
- $(builddir)/sshcrypto.node: GYP_LIBTOOLFLAGS := $(LIBTOOLFLAGS_$(BUILDTYPE))
178
- $(builddir)/sshcrypto.node: TOOLSET := $(TOOLSET)
179
- $(builddir)/sshcrypto.node: $(OBJS) FORCE_DO_CMD
180
- $(call do_cmd,solink_module)
181
-
182
- all_deps += $(builddir)/sshcrypto.node
183
- # Add target alias
184
- .PHONY: sshcrypto
185
- sshcrypto: $(builddir)/sshcrypto.node
186
-
187
- # Short alias for building this executable.
188
- .PHONY: sshcrypto.node
189
- sshcrypto.node: $(builddir)/sshcrypto.node
190
-
191
- # Add executable to "all" target.
192
- .PHONY: all
193
- all: $(builddir)/sshcrypto.node
194
-