All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.websocket.build.xor.target.mk Maven / Gradle / Ivy

# This file is generated by gyp; do not edit.

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

# Flags passed to all source files.
CFLAGS_Debug := -Os \
	-gdwarf-2 \
	-Wnewline-eof \
	-arch x86_64 \
	-fno-strict-aliasing \
	-Wall \
	-Wendif-labels \
	-W \
	-Wno-unused-parameter

# Flags passed to only C files.
CFLAGS_C_Debug := 

# Flags passed to only C++ files.
CFLAGS_CC_Debug := -fno-rtti \
	-fno-exceptions \
	-fno-threadsafe-statics

# Flags passed to only ObjC files.
CFLAGS_OBJC_Debug := 

# Flags passed to only ObjC++ files.
CFLAGS_OBJCC_Debug := 

INCS_Debug := -I/Users/jfarcand/.node-gyp/0.6.12/src \
	-I/Users/jfarcand/.node-gyp/0.6.12/deps/uv/include \
	-I/Users/jfarcand/.node-gyp/0.6.12/deps/v8/include

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

# Flags passed to all source files.
CFLAGS_Release := -Os \
	-gdwarf-2 \
	-Wnewline-eof \
	-arch x86_64 \
	-fno-strict-aliasing \
	-Wall \
	-Wendif-labels \
	-W \
	-Wno-unused-parameter

# Flags passed to only C files.
CFLAGS_C_Release := 

# Flags passed to only C++ files.
CFLAGS_CC_Release := -fno-rtti \
	-fno-exceptions \
	-fno-threadsafe-statics

# Flags passed to only ObjC files.
CFLAGS_OBJC_Release := 

# Flags passed to only ObjC++ files.
CFLAGS_OBJCC_Release := 

INCS_Release := -I/Users/jfarcand/.node-gyp/0.6.12/src \
	-I/Users/jfarcand/.node-gyp/0.6.12/deps/uv/include \
	-I/Users/jfarcand/.node-gyp/0.6.12/deps/v8/include

OBJS := $(obj).target/$(TARGET)/src/xor.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))
$(OBJS): GYP_OBJCFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE))  $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE)) $(CFLAGS_OBJC_$(BUILDTYPE))
$(OBJS): GYP_OBJCXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE))  $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE)) $(CFLAGS_OBJCC_$(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 := -Wl,-search_paths_first \
	-arch x86_64 \
	-L$(builddir)

LDFLAGS_Release := -Wl,-search_paths_first \
	-arch x86_64 \
	-L$(builddir)

LIBS := -undefined dynamic_lookup

$(builddir)/xor.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
$(builddir)/xor.node: LIBS := $(LIBS)
$(builddir)/xor.node: TOOLSET := $(TOOLSET)
$(builddir)/xor.node: $(OBJS) FORCE_DO_CMD
	$(call do_cmd,solink_module)

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

# Short alias for building this executable.
.PHONY: xor.node
xor.node: $(builddir)/xor.node

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy