Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81143 views
# This file is generated by gyp; do not edit.

TOOLSET := target
TARGET := contextify
DEFS_Debug := \
	'-D_LARGEFILE_SOURCE' \
	'-D_FILE_OFFSET_BITS=64' \
	'-DBUILDING_NODE_EXTENSION' \
	'-DDEBUG' \
	'-D_DEBUG'

# 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

INCS_Debug := \
	-I/projects/b89f55a7-1345-453f-a45e-9de87b5213c0/.node-gyp/0.12.4/src \
	-I/projects/b89f55a7-1345-453f-a45e-9de87b5213c0/.node-gyp/0.12.4/deps/uv/include \
	-I/projects/b89f55a7-1345-453f-a45e-9de87b5213c0/.node-gyp/0.12.4/deps/v8/include \
	-I$(srcdir)/node_modules/nan

DEFS_Release := \
	'-D_LARGEFILE_SOURCE' \
	'-D_FILE_OFFSET_BITS=64' \
	'-DBUILDING_NODE_EXTENSION'

# Flags passed to all source files.
CFLAGS_Release := \
	-fPIC \
	-pthread \
	-Wall \
	-Wextra \
	-Wno-unused-parameter \
	-m64 \
	-O3 \
	-ffunction-sections \
	-fdata-sections \
	-fno-tree-vrp \
	-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

INCS_Release := \
	-I/projects/b89f55a7-1345-453f-a45e-9de87b5213c0/.node-gyp/0.12.4/src \
	-I/projects/b89f55a7-1345-453f-a45e-9de87b5213c0/.node-gyp/0.12.4/deps/uv/include \
	-I/projects/b89f55a7-1345-453f-a45e-9de87b5213c0/.node-gyp/0.12.4/deps/v8/include \
	-I$(srcdir)/node_modules/nan

OBJS := \
	$(obj).target/$(TARGET)/src/contextify.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)/%.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/contextify.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
$(obj).target/contextify.node: LIBS := $(LIBS)
$(obj).target/contextify.node: TOOLSET := $(TOOLSET)
$(obj).target/contextify.node: $(OBJS) FORCE_DO_CMD
	$(call do_cmd,solink_module)

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

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

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

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