@gotillit/tillit-node-red 1.1.8 → 1.1.9

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