quitando basura del index
[VSoRC/.git] / node_modules / websocket / build / bufferutil.target.mk
diff --git a/node_modules/websocket/build/bufferutil.target.mk b/node_modules/websocket/build/bufferutil.target.mk
deleted file mode 100644 (file)
index 4098ab7..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-# This file is generated by gyp; do not edit.
-
-TOOLSET := target
-TARGET := bufferutil
-DEFS_Debug := \
-       '-DNODE_GYP_MODULE_NAME=bufferutil' \
-       '-DUSING_UV_SHARED=1' \
-       '-DUSING_V8_SHARED=1' \
-       '-DV8_DEPRECATION_WARNINGS=1' \
-       '-D_LARGEFILE_SOURCE' \
-       '-D_FILE_OFFSET_BITS=64' \
-       '-DBUILDING_NODE_EXTENSION' \
-       '-DDEBUG' \
-       '-D_DEBUG' \
-       '-DV8_ENABLE_CHECKS'
-
-# Flags passed to all source files.
-CFLAGS_Debug := \
-       -fPIC \
-       -pthread \
-       -Wall \
-       -Wextra \
-       -Wno-unused-parameter \
-       -O2 \
-       -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++0x
-
-INCS_Debug := \
-       -I/usr/include/nodejs/include/node \
-       -I/usr/include/nodejs/src \
-       -I/usr/include/nodejs/deps/uv/include \
-       -I/usr/include/nodejs/deps/v8/include \
-       -I$(srcdir)/node_modules/nan
-
-DEFS_Release := \
-       '-DNODE_GYP_MODULE_NAME=bufferutil' \
-       '-DUSING_UV_SHARED=1' \
-       '-DUSING_V8_SHARED=1' \
-       '-DV8_DEPRECATION_WARNINGS=1' \
-       '-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 \
-       -O2 \
-       -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++0x
-
-INCS_Release := \
-       -I/usr/include/nodejs/include/node \
-       -I/usr/include/nodejs/src \
-       -I/usr/include/nodejs/deps/uv/include \
-       -I/usr/include/nodejs/deps/v8/include \
-       -I$(srcdir)/node_modules/nan
-
-OBJS := \
-       $(obj).target/$(TARGET)/src/bufferutil.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
-
-LDFLAGS_Release := \
-       -pthread \
-       -rdynamic
-
-LIBS :=
-
-$(obj).target/bufferutil.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
-$(obj).target/bufferutil.node: LIBS := $(LIBS)
-$(obj).target/bufferutil.node: TOOLSET := $(TOOLSET)
-$(obj).target/bufferutil.node: $(OBJS) FORCE_DO_CMD
-       $(call do_cmd,solink_module)
-
-all_deps += $(obj).target/bufferutil.node
-# Add target alias
-.PHONY: bufferutil
-bufferutil: $(builddir)/bufferutil.node
-
-# Copy this to the executable output path.
-$(builddir)/bufferutil.node: TOOLSET := $(TOOLSET)
-$(builddir)/bufferutil.node: $(obj).target/bufferutil.node FORCE_DO_CMD
-       $(call do_cmd,copy)
-
-all_deps += $(builddir)/bufferutil.node
-# Short alias for building this executable.
-.PHONY: bufferutil.node
-bufferutil.node: $(obj).target/bufferutil.node $(builddir)/bufferutil.node
-
-# Add executable to "all" target.
-.PHONY: all
-all: $(builddir)/bufferutil.node
-