This repository has been archived on 2021-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
simpledash/bulma/bulma/node_modules/node-sass/build/binding.target.mk

176 lines
4.8 KiB
Makefile

# This file is generated by gyp; do not edit.
TOOLSET := target
TARGET := binding
DEFS_Debug := \
'-DNODE_GYP_MODULE_NAME=binding' \
'-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' \
'-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 \
-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 \
-std=c++0x
INCS_Debug := \
-I/home/arsen/.node-gyp/15.12.0/include/node \
-I/home/arsen/.node-gyp/15.12.0/src \
-I/home/arsen/.node-gyp/15.12.0/deps/openssl/config \
-I/home/arsen/.node-gyp/15.12.0/deps/openssl/openssl/include \
-I/home/arsen/.node-gyp/15.12.0/deps/uv/include \
-I/home/arsen/.node-gyp/15.12.0/deps/zlib \
-I/home/arsen/.node-gyp/15.12.0/deps/v8/include \
-I$(srcdir)/../../../node_modules/nan \
-I$(srcdir)/src/libsass/include
DEFS_Release := \
'-DNODE_GYP_MODULE_NAME=binding' \
'-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' \
'-DBUILDING_NODE_EXTENSION'
# Flags passed to all source files.
CFLAGS_Release := \
-fPIC \
-pthread \
-Wall \
-Wextra \
-Wno-unused-parameter \
-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++1y \
-std=c++0x
INCS_Release := \
-I/home/arsen/.node-gyp/15.12.0/include/node \
-I/home/arsen/.node-gyp/15.12.0/src \
-I/home/arsen/.node-gyp/15.12.0/deps/openssl/config \
-I/home/arsen/.node-gyp/15.12.0/deps/openssl/openssl/include \
-I/home/arsen/.node-gyp/15.12.0/deps/uv/include \
-I/home/arsen/.node-gyp/15.12.0/deps/zlib \
-I/home/arsen/.node-gyp/15.12.0/deps/v8/include \
-I$(srcdir)/../../../node_modules/nan \
-I$(srcdir)/src/libsass/include
OBJS := \
$(obj).target/$(TARGET)/src/binding.o \
$(obj).target/$(TARGET)/src/create_string.o \
$(obj).target/$(TARGET)/src/custom_function_bridge.o \
$(obj).target/$(TARGET)/src/custom_importer_bridge.o \
$(obj).target/$(TARGET)/src/sass_context_wrapper.o \
$(obj).target/$(TARGET)/src/sass_types/boolean.o \
$(obj).target/$(TARGET)/src/sass_types/color.o \
$(obj).target/$(TARGET)/src/sass_types/error.o \
$(obj).target/$(TARGET)/src/sass_types/factory.o \
$(obj).target/$(TARGET)/src/sass_types/list.o \
$(obj).target/$(TARGET)/src/sass_types/map.o \
$(obj).target/$(TARGET)/src/sass_types/null.o \
$(obj).target/$(TARGET)/src/sass_types/number.o \
$(obj).target/$(TARGET)/src/sass_types/string.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)/sass.a $(obj).target/src/sass.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)/%.cpp FORCE_DO_CMD
@$(call do_cmd,cxx,1)
# Try building from generated source, too.
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj).$(TOOLSET)/%.cpp FORCE_DO_CMD
@$(call do_cmd,cxx,1)
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.cpp 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/binding.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
$(obj).target/binding.node: LIBS := $(LIBS)
$(obj).target/binding.node: TOOLSET := $(TOOLSET)
$(obj).target/binding.node: $(OBJS) $(obj).target/src/sass.a FORCE_DO_CMD
$(call do_cmd,solink_module)
all_deps += $(obj).target/binding.node
# Add target alias
.PHONY: binding
binding: $(builddir)/binding.node
# Copy this to the executable output path.
$(builddir)/binding.node: TOOLSET := $(TOOLSET)
$(builddir)/binding.node: $(obj).target/binding.node FORCE_DO_CMD
$(call do_cmd,copy)
all_deps += $(builddir)/binding.node
# Short alias for building this executable.
.PHONY: binding.node
binding.node: $(obj).target/binding.node $(builddir)/binding.node
# Add executable to "all" target.
.PHONY: all
all: $(builddir)/binding.node