Initial commit
This commit is contained in:
6
server/node_modules/cpu-features/build/deps/cpu_features/cpu_features.Makefile
generated
vendored
Normal file
6
server/node_modules/cpu-features/build/deps/cpu_features/cpu_features.Makefile
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# This file is generated by gyp; do not edit.
|
||||
|
||||
export builddir_name ?= ./build/deps/cpu_features/.
|
||||
.PHONY: all
|
||||
all:
|
||||
$(MAKE) -C ../.. cpu_features
|
||||
180
server/node_modules/cpu-features/build/deps/cpu_features/cpu_features.target.mk
generated
vendored
Normal file
180
server/node_modules/cpu-features/build/deps/cpu_features/cpu_features.target.mk
generated
vendored
Normal file
@@ -0,0 +1,180 @@
|
||||
# This file is generated by gyp; do not edit.
|
||||
|
||||
TOOLSET := target
|
||||
TARGET := cpu_features
|
||||
DEFS_Debug := \
|
||||
'-DNODE_GYP_MODULE_NAME=cpu_features' \
|
||||
'-DUSING_UV_SHARED=1' \
|
||||
'-DUSING_V8_SHARED=1' \
|
||||
'-DV8_DEPRECATION_WARNINGS=1' \
|
||||
'-D_GLIBCXX_USE_CXX11_ABI=1' \
|
||||
'-D_FILE_OFFSET_BITS=64' \
|
||||
'-D_LARGEFILE_SOURCE' \
|
||||
'-D__STDC_FORMAT_MACROS' \
|
||||
'-DNDEBUG' \
|
||||
'-DSTACK_LINE_READER_BUFFER_SIZE=1024' \
|
||||
'-DDEBUG' \
|
||||
'-D_DEBUG'
|
||||
|
||||
# Flags passed to all source files.
|
||||
CFLAGS_Debug := \
|
||||
-fPIC \
|
||||
-pthread \
|
||||
-Wall \
|
||||
-Wextra \
|
||||
-Wno-unused-parameter \
|
||||
-fPIC \
|
||||
-O3 \
|
||||
-m64 \
|
||||
-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++17
|
||||
|
||||
INCS_Debug := \
|
||||
-I/usr/include/nodejs/include/node \
|
||||
-I/usr/include/nodejs/src \
|
||||
-I/usr/include/nodejs/deps/openssl/config \
|
||||
-I/usr/include/nodejs/deps/openssl/openssl/include \
|
||||
-I/usr/include/nodejs/deps/uv/include \
|
||||
-I/usr/include/nodejs/deps/zlib \
|
||||
-I/usr/include/nodejs/deps/v8/include \
|
||||
-I$(srcdir)/deps/cpu_features/include \
|
||||
-I$(srcdir)/deps/cpu_features/include/internal
|
||||
|
||||
DEFS_Release := \
|
||||
'-DNODE_GYP_MODULE_NAME=cpu_features' \
|
||||
'-DUSING_UV_SHARED=1' \
|
||||
'-DUSING_V8_SHARED=1' \
|
||||
'-DV8_DEPRECATION_WARNINGS=1' \
|
||||
'-D_GLIBCXX_USE_CXX11_ABI=1' \
|
||||
'-D_FILE_OFFSET_BITS=64' \
|
||||
'-D_LARGEFILE_SOURCE' \
|
||||
'-D__STDC_FORMAT_MACROS' \
|
||||
'-DNDEBUG' \
|
||||
'-DSTACK_LINE_READER_BUFFER_SIZE=1024'
|
||||
|
||||
# Flags passed to all source files.
|
||||
CFLAGS_Release := \
|
||||
-fPIC \
|
||||
-pthread \
|
||||
-Wall \
|
||||
-Wextra \
|
||||
-Wno-unused-parameter \
|
||||
-fPIC \
|
||||
-O3 \
|
||||
-m64 \
|
||||
-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++17
|
||||
|
||||
INCS_Release := \
|
||||
-I/usr/include/nodejs/include/node \
|
||||
-I/usr/include/nodejs/src \
|
||||
-I/usr/include/nodejs/deps/openssl/config \
|
||||
-I/usr/include/nodejs/deps/openssl/openssl/include \
|
||||
-I/usr/include/nodejs/deps/uv/include \
|
||||
-I/usr/include/nodejs/deps/zlib \
|
||||
-I/usr/include/nodejs/deps/v8/include \
|
||||
-I$(srcdir)/deps/cpu_features/include \
|
||||
-I$(srcdir)/deps/cpu_features/include/internal
|
||||
|
||||
OBJS := \
|
||||
$(obj).target/$(TARGET)/deps/cpu_features/src/impl_aarch64_linux_or_android.o \
|
||||
$(obj).target/$(TARGET)/deps/cpu_features/src/impl_aarch64_macos_or_iphone.o \
|
||||
$(obj).target/$(TARGET)/deps/cpu_features/src/impl_aarch64_windows.o \
|
||||
$(obj).target/$(TARGET)/deps/cpu_features/src/impl_arm_linux_or_android.o \
|
||||
$(obj).target/$(TARGET)/deps/cpu_features/src/impl_mips_linux_or_android.o \
|
||||
$(obj).target/$(TARGET)/deps/cpu_features/src/impl_ppc_linux.o \
|
||||
$(obj).target/$(TARGET)/deps/cpu_features/src/impl_x86_freebsd.o \
|
||||
$(obj).target/$(TARGET)/deps/cpu_features/src/impl_x86_linux_or_android.o \
|
||||
$(obj).target/$(TARGET)/deps/cpu_features/src/impl_x86_macos.o \
|
||||
$(obj).target/$(TARGET)/deps/cpu_features/src/impl_x86_windows.o \
|
||||
$(obj).target/$(TARGET)/deps/cpu_features/src/filesystem.o \
|
||||
$(obj).target/$(TARGET)/deps/cpu_features/src/stack_line_reader.o \
|
||||
$(obj).target/$(TARGET)/deps/cpu_features/src/string_view.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))
|
||||
|
||||
# Suffix rules, putting all outputs into $(obj).
|
||||
|
||||
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(srcdir)/%.c FORCE_DO_CMD
|
||||
@$(call do_cmd,cc,1)
|
||||
|
||||
# Try building from generated source, too.
|
||||
|
||||
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj).$(TOOLSET)/%.c FORCE_DO_CMD
|
||||
@$(call do_cmd,cc,1)
|
||||
|
||||
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.c FORCE_DO_CMD
|
||||
@$(call do_cmd,cc,1)
|
||||
|
||||
# End of this set of suffix rules
|
||||
### Rules for final target.
|
||||
LDFLAGS_Debug := \
|
||||
-pthread \
|
||||
-rdynamic \
|
||||
-m64
|
||||
|
||||
LDFLAGS_Release := \
|
||||
-pthread \
|
||||
-rdynamic \
|
||||
-m64
|
||||
|
||||
LIBS := \
|
||||
-lnode
|
||||
|
||||
$(obj).target/deps/cpu_features/cpu_features.a: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
|
||||
$(obj).target/deps/cpu_features/cpu_features.a: LIBS := $(LIBS)
|
||||
$(obj).target/deps/cpu_features/cpu_features.a: TOOLSET := $(TOOLSET)
|
||||
$(obj).target/deps/cpu_features/cpu_features.a: $(OBJS)
|
||||
$(call create_archive,$@,$^)
|
||||
|
||||
# Add target alias
|
||||
.PHONY: cpu_features
|
||||
cpu_features: $(obj).target/deps/cpu_features/cpu_features.a
|
||||
|
||||
# Add target alias to "all" target.
|
||||
.PHONY: all
|
||||
all: cpu_features
|
||||
|
||||
# Add target alias
|
||||
.PHONY: cpu_features
|
||||
cpu_features: $(builddir)/cpu_features.a
|
||||
|
||||
# Copy this to the static library output path.
|
||||
$(builddir)/cpu_features.a: TOOLSET := $(TOOLSET)
|
||||
$(builddir)/cpu_features.a: $(obj).target/deps/cpu_features/cpu_features.a FORCE_DO_CMD
|
||||
$(call do_cmd,copy)
|
||||
|
||||
all_deps += $(builddir)/cpu_features.a
|
||||
# Short alias for building this static library.
|
||||
.PHONY: cpu_features.a
|
||||
cpu_features.a: $(obj).target/deps/cpu_features/cpu_features.a $(builddir)/cpu_features.a
|
||||
|
||||
# Add static library to "all" target.
|
||||
.PHONY: all
|
||||
all: $(builddir)/cpu_features.a
|
||||
|
||||
Reference in New Issue
Block a user