Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gateway-proxy / usr / share / gateway-proxy / app / node_modules / cpu-features / build / cpufeatures.target.mk
Size: Mime:
# This file is generated by gyp; do not edit.

TOOLSET := target
TARGET := cpufeatures
DEFS_Debug := \
	'-DNODE_GYP_MODULE_NAME=cpufeatures' \
	'-DUSING_UV_SHARED=1' \
	'-DUSING_V8_SHARED=1' \
	'-DV8_DEPRECATION_WARNINGS=1' \
	'-DV8_DEPRECATION_WARNINGS' \
	'-DV8_IMMINENT_DEPRECATION_WARNINGS' \
	'-D_LARGEFILE_SOURCE' \
	'-D_FILE_OFFSET_BITS=64' \
	'-D__STDC_FORMAT_MACROS' \
	'-DOPENSSL_NO_PINSHARED' \
	'-DOPENSSL_THREADS' \
	'-DCPU_FEATURES_VERSION_REV=8a494eb1e158ec2050e5f699a504fbc9b896a43b' \
	'-DBUILDING_NODE_EXTENSION' \
	'-DDEBUG' \
	'-D_DEBUG' \
	'-DV8_ENABLE_CHECKS'

# Flags passed to all source files.
CFLAGS_Debug := \
	-fPIC \
	-pthread \
	-Wall \
	-Wextra \
	-Wno-unused-parameter \
	-m64 \
	-O3 \
	-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++1y

INCS_Debug := \
	-I/home/runner/.cache/node-gyp/14.20.1/include/node \
	-I/home/runner/.cache/node-gyp/14.20.1/src \
	-I/home/runner/.cache/node-gyp/14.20.1/deps/openssl/config \
	-I/home/runner/.cache/node-gyp/14.20.1/deps/openssl/openssl/include \
	-I/home/runner/.cache/node-gyp/14.20.1/deps/uv/include \
	-I/home/runner/.cache/node-gyp/14.20.1/deps/zlib \
	-I/home/runner/.cache/node-gyp/14.20.1/deps/v8/include \
	-I$(srcdir)/src \
	-I$(srcdir)/../nan \
	-I$(srcdir)/deps/cpu_features/include

DEFS_Release := \
	'-DNODE_GYP_MODULE_NAME=cpufeatures' \
	'-DUSING_UV_SHARED=1' \
	'-DUSING_V8_SHARED=1' \
	'-DV8_DEPRECATION_WARNINGS=1' \
	'-DV8_DEPRECATION_WARNINGS' \
	'-DV8_IMMINENT_DEPRECATION_WARNINGS' \
	'-D_LARGEFILE_SOURCE' \
	'-D_FILE_OFFSET_BITS=64' \
	'-D__STDC_FORMAT_MACROS' \
	'-DOPENSSL_NO_PINSHARED' \
	'-DOPENSSL_THREADS' \
	'-DCPU_FEATURES_VERSION_REV=8a494eb1e158ec2050e5f699a504fbc9b896a43b' \
	'-DBUILDING_NODE_EXTENSION'

# Flags passed to all source files.
CFLAGS_Release := \
	-fPIC \
	-pthread \
	-Wall \
	-Wextra \
	-Wno-unused-parameter \
	-m64 \
	-O3 \
	-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++1y

INCS_Release := \
	-I/home/runner/.cache/node-gyp/14.20.1/include/node \
	-I/home/runner/.cache/node-gyp/14.20.1/src \
	-I/home/runner/.cache/node-gyp/14.20.1/deps/openssl/config \
	-I/home/runner/.cache/node-gyp/14.20.1/deps/openssl/openssl/include \
	-I/home/runner/.cache/node-gyp/14.20.1/deps/uv/include \
	-I/home/runner/.cache/node-gyp/14.20.1/deps/zlib \
	-I/home/runner/.cache/node-gyp/14.20.1/deps/v8/include \
	-I$(srcdir)/src \
	-I$(srcdir)/../nan \
	-I$(srcdir)/deps/cpu_features/include

OBJS := \
	$(obj).target/$(TARGET)/src/binding.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)/cpu_features.a $(obj).target/deps/cpu_features/cpu_features.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 \
	-m64

LDFLAGS_Release := \
	-pthread \
	-rdynamic \
	-m64

LIBS :=

$(obj).target/cpufeatures.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
$(obj).target/cpufeatures.node: LIBS := $(LIBS)
$(obj).target/cpufeatures.node: TOOLSET := $(TOOLSET)
$(obj).target/cpufeatures.node: $(OBJS) $(obj).target/deps/cpu_features/cpu_features.a FORCE_DO_CMD
	$(call do_cmd,solink_module)

all_deps += $(obj).target/cpufeatures.node
# Add target alias
.PHONY: cpufeatures
cpufeatures: $(builddir)/cpufeatures.node

# Copy this to the executable output path.
$(builddir)/cpufeatures.node: TOOLSET := $(TOOLSET)
$(builddir)/cpufeatures.node: $(obj).target/cpufeatures.node FORCE_DO_CMD
	$(call do_cmd,copy)

all_deps += $(builddir)/cpufeatures.node
# Short alias for building this executable.
.PHONY: cpufeatures.node
cpufeatures.node: $(obj).target/cpufeatures.node $(builddir)/cpufeatures.node

# Add executable to "all" target.
.PHONY: all
all: $(builddir)/cpufeatures.node