Files
n8n-nodes-strike/node_modules/fsevents/build/fse.target.mk
Martien 5605b9b49a Initial commit: n8n Strike API node
- Add Strike API credentials configuration
- Implement Strike node with 9 resources (Account, Balance, Currency Exchange, Deposit, Invoice, Payment, Payment Method, Payout, Rates)
- Add comprehensive operation descriptions for all resources
- Include CLAUDE.MD documentation
- Set up build configuration with TypeScript, ESLint, and Prettier

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-10 11:00:38 +01:00

188 lines
5.0 KiB
Makefile

# This file is generated by gyp; do not edit.
TOOLSET := target
TARGET := fse
DEFS_Debug := \
'-DNODE_GYP_MODULE_NAME=fse' \
'-DUSING_UV_SHARED=1' \
'-DUSING_V8_SHARED=1' \
'-DV8_DEPRECATION_WARNINGS=1' \
'-D_GLIBCXX_USE_CXX11_ABI=1' \
'-D_FILE_OFFSET_BITS=64' \
'-D_DARWIN_USE_64_BIT_INODE=1' \
'-D_LARGEFILE_SOURCE' \
'-DBUILDING_NODE_EXTENSION' \
'-DDEBUG' \
'-D_DEBUG'
# Flags passed to all source files.
CFLAGS_Debug := \
-O0 \
-gdwarf-2 \
-fno-strict-aliasing \
-mmacosx-version-min=13.5 \
-arch \
arm64 \
-Wall \
-Wendif-labels \
-W \
-Wno-unused-parameter
# Flags passed to only C files.
CFLAGS_C_Debug :=
# Flags passed to only C++ files.
CFLAGS_CC_Debug := \
-std=gnu++20 \
-stdlib=libc++ \
-fno-rtti \
-fno-exceptions
# Flags passed to only ObjC files.
CFLAGS_OBJC_Debug :=
# Flags passed to only ObjC++ files.
CFLAGS_OBJCC_Debug :=
INCS_Debug := \
-I/Users/martien/Library/Caches/node-gyp/25.2.1/include/node \
-I/Users/martien/Library/Caches/node-gyp/25.2.1/src \
-I/Users/martien/Library/Caches/node-gyp/25.2.1/deps/openssl/config \
-I/Users/martien/Library/Caches/node-gyp/25.2.1/deps/openssl/openssl/include \
-I/Users/martien/Library/Caches/node-gyp/25.2.1/deps/uv/include \
-I/Users/martien/Library/Caches/node-gyp/25.2.1/deps/zlib \
-I/Users/martien/Library/Caches/node-gyp/25.2.1/deps/v8/include \
-I$(srcdir)/../nan
DEFS_Release := \
'-DNODE_GYP_MODULE_NAME=fse' \
'-DUSING_UV_SHARED=1' \
'-DUSING_V8_SHARED=1' \
'-DV8_DEPRECATION_WARNINGS=1' \
'-D_GLIBCXX_USE_CXX11_ABI=1' \
'-D_FILE_OFFSET_BITS=64' \
'-D_DARWIN_USE_64_BIT_INODE=1' \
'-D_LARGEFILE_SOURCE' \
'-DBUILDING_NODE_EXTENSION'
# Flags passed to all source files.
CFLAGS_Release := \
-O3 \
-gdwarf-2 \
-fno-strict-aliasing \
-mmacosx-version-min=13.5 \
-arch \
arm64 \
-Wall \
-Wendif-labels \
-W \
-Wno-unused-parameter
# Flags passed to only C files.
CFLAGS_C_Release :=
# Flags passed to only C++ files.
CFLAGS_CC_Release := \
-std=gnu++20 \
-stdlib=libc++ \
-fno-rtti \
-fno-exceptions
# Flags passed to only ObjC files.
CFLAGS_OBJC_Release :=
# Flags passed to only ObjC++ files.
CFLAGS_OBJCC_Release :=
INCS_Release := \
-I/Users/martien/Library/Caches/node-gyp/25.2.1/include/node \
-I/Users/martien/Library/Caches/node-gyp/25.2.1/src \
-I/Users/martien/Library/Caches/node-gyp/25.2.1/deps/openssl/config \
-I/Users/martien/Library/Caches/node-gyp/25.2.1/deps/openssl/openssl/include \
-I/Users/martien/Library/Caches/node-gyp/25.2.1/deps/uv/include \
-I/Users/martien/Library/Caches/node-gyp/25.2.1/deps/zlib \
-I/Users/martien/Library/Caches/node-gyp/25.2.1/deps/v8/include \
-I$(srcdir)/../nan
OBJS := \
$(obj).target/$(TARGET)/fsevents.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 := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE))
$(OBJS): GYP_CXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE))
$(OBJS): GYP_OBJCFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE)) $(CFLAGS_OBJC_$(BUILDTYPE))
$(OBJS): GYP_OBJCXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE)) $(CFLAGS_OBJCC_$(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 := \
-framework CoreFoundation -framework CoreServices \
-undefined dynamic_lookup \
-Wl,-search_paths_first \
-mmacosx-version-min=13.5 \
-arch \
arm64 \
-L$(builddir) \
-stdlib=libc++
LIBTOOLFLAGS_Debug := \
-framework CoreFoundation -framework CoreServices \
-undefined dynamic_lookup \
-Wl,-search_paths_first
LDFLAGS_Release := \
-framework CoreFoundation -framework CoreServices \
-undefined dynamic_lookup \
-Wl,-search_paths_first \
-mmacosx-version-min=13.5 \
-arch \
arm64 \
-L$(builddir) \
-stdlib=libc++
LIBTOOLFLAGS_Release := \
-framework CoreFoundation -framework CoreServices \
-undefined dynamic_lookup \
-Wl,-search_paths_first
LIBS :=
$(builddir)/fse.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
$(builddir)/fse.node: LIBS := $(LIBS)
$(builddir)/fse.node: GYP_LIBTOOLFLAGS := $(LIBTOOLFLAGS_$(BUILDTYPE))
$(builddir)/fse.node: TOOLSET := $(TOOLSET)
$(builddir)/fse.node: $(OBJS) FORCE_DO_CMD
$(call do_cmd,solink_module)
all_deps += $(builddir)/fse.node
# Add target alias
.PHONY: fse
fse: $(builddir)/fse.node
# Short alias for building this executable.
.PHONY: fse.node
fse.node: $(builddir)/fse.node
# Add executable to "all" target.
.PHONY: all
all: $(builddir)/fse.node