RockPaperScissors/node_modules/node-expat/build/node_expat.target.mk
2021-12-02 17:22:41 +01:00

166 lines
4.4 KiB
Makefile

# This file is generated by gyp; do not edit.
TOOLSET := target
TARGET := node_expat
DEFS_Debug := \
'-DNODE_GYP_MODULE_NAME=node_expat' \
'-DUSING_UV_SHARED=1' \
'-DUSING_V8_SHARED=1' \
'-DV8_DEPRECATION_WARNINGS=1' \
'-DV8_DEPRECATION_WARNINGS' \
'-DV8_IMMINENT_DEPRECATION_WARNINGS' \
'-D_GLIBCXX_USE_CXX11_ABI=1' \
'-D_LARGEFILE_SOURCE' \
'-D_FILE_OFFSET_BITS=64' \
'-D__STDC_FORMAT_MACROS' \
'-DOPENSSL_NO_PINSHARED' \
'-DOPENSSL_THREADS' \
'-DBUILDING_NODE_EXTENSION' \
'-DDEBUG' \
'-D_DEBUG' \
'-DV8_ENABLE_CHECKS'
# Flags passed to all source files.
CFLAGS_Debug := \
-fPIC \
-pthread \
-Wall \
-Wextra \
-Wno-unused-parameter \
-Wno-cast-function-type \
-g \
-O0
# Flags passed to only C files.
CFLAGS_C_Debug :=
# Flags passed to only C++ files.
CFLAGS_CC_Debug := \
-fno-rtti \
-fno-exceptions \
-std=gnu++14
INCS_Debug := \
-I/root/.cache/node-gyp/16.13.1/include/node \
-I/root/.cache/node-gyp/16.13.1/src \
-I/root/.cache/node-gyp/16.13.1/deps/openssl/config \
-I/root/.cache/node-gyp/16.13.1/deps/openssl/openssl/include \
-I/root/.cache/node-gyp/16.13.1/deps/uv/include \
-I/root/.cache/node-gyp/16.13.1/deps/zlib \
-I/root/.cache/node-gyp/16.13.1/deps/v8/include \
-I$(srcdir)/../nan \
-I$(srcdir)/deps/libexpat \
-I$(srcdir)/deps/libexpat/lib
DEFS_Release := \
'-DNODE_GYP_MODULE_NAME=node_expat' \
'-DUSING_UV_SHARED=1' \
'-DUSING_V8_SHARED=1' \
'-DV8_DEPRECATION_WARNINGS=1' \
'-DV8_DEPRECATION_WARNINGS' \
'-DV8_IMMINENT_DEPRECATION_WARNINGS' \
'-D_GLIBCXX_USE_CXX11_ABI=1' \
'-D_LARGEFILE_SOURCE' \
'-D_FILE_OFFSET_BITS=64' \
'-D__STDC_FORMAT_MACROS' \
'-DOPENSSL_NO_PINSHARED' \
'-DOPENSSL_THREADS' \
'-DBUILDING_NODE_EXTENSION'
# Flags passed to all source files.
CFLAGS_Release := \
-fPIC \
-pthread \
-Wall \
-Wextra \
-Wno-unused-parameter \
-Wno-cast-function-type \
-O3 \
-fno-omit-frame-pointer
# Flags passed to only C files.
CFLAGS_C_Release :=
# Flags passed to only C++ files.
CFLAGS_CC_Release := \
-fno-rtti \
-fno-exceptions \
-std=gnu++14
INCS_Release := \
-I/root/.cache/node-gyp/16.13.1/include/node \
-I/root/.cache/node-gyp/16.13.1/src \
-I/root/.cache/node-gyp/16.13.1/deps/openssl/config \
-I/root/.cache/node-gyp/16.13.1/deps/openssl/openssl/include \
-I/root/.cache/node-gyp/16.13.1/deps/uv/include \
-I/root/.cache/node-gyp/16.13.1/deps/zlib \
-I/root/.cache/node-gyp/16.13.1/deps/v8/include \
-I$(srcdir)/../nan \
-I$(srcdir)/deps/libexpat \
-I$(srcdir)/deps/libexpat/lib
OBJS := \
$(obj).target/$(TARGET)/node-expat.o
# Add to the list of files we specially track dependencies for.
all_deps += $(OBJS)
# Make sure our dependencies are built before any of us.
$(OBJS): | $(builddir)/libexpat.a $(obj).target/deps/libexpat/libexpat.a
# 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))
# 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 := \
-pthread \
-rdynamic
LDFLAGS_Release := \
-pthread \
-rdynamic
LIBS :=
$(obj).target/node_expat.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
$(obj).target/node_expat.node: LIBS := $(LIBS)
$(obj).target/node_expat.node: TOOLSET := $(TOOLSET)
$(obj).target/node_expat.node: $(OBJS) $(obj).target/deps/libexpat/libexpat.a FORCE_DO_CMD
$(call do_cmd,solink_module)
all_deps += $(obj).target/node_expat.node
# Add target alias
.PHONY: node_expat
node_expat: $(builddir)/node_expat.node
# Copy this to the executable output path.
$(builddir)/node_expat.node: TOOLSET := $(TOOLSET)
$(builddir)/node_expat.node: $(obj).target/node_expat.node FORCE_DO_CMD
$(call do_cmd,copy)
all_deps += $(builddir)/node_expat.node
# Short alias for building this executable.
.PHONY: node_expat.node
node_expat.node: $(obj).target/node_expat.node $(builddir)/node_expat.node
# Add executable to "all" target.
.PHONY: all
all: $(builddir)/node_expat.node