Sha256: 09a9ce8d8d6bb84eace33e0d459c37b5296dbbd7280cdda2c392a46b8a52c3df
Contents?: true
Size: 959 Bytes
Versions: 72
Compression:
Stored size: 959 Bytes
Contents
# This file is generated by gyp; do not edit. TOOLSET := target TARGET := ### Rules for final target. LDFLAGS_Debug := \ -Wl,-search_paths_first \ -mmacosx-version-min=10.5 \ -arch x86_64 \ -L$(builddir) LIBTOOLFLAGS_Debug := \ -Wl,-search_paths_first LDFLAGS_Release := \ -Wl,-search_paths_first \ -mmacosx-version-min=10.5 \ -arch x86_64 \ -L$(builddir) LIBTOOLFLAGS_Release := \ -Wl,-search_paths_first LIBS := \ -undefined dynamic_lookup $(builddir)/.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE)) $(builddir)/.node: LIBS := $(LIBS) $(builddir)/.node: GYP_LIBTOOLFLAGS := $(LIBTOOLFLAGS_$(BUILDTYPE)) $(builddir)/.node: TOOLSET := $(TOOLSET) $(builddir)/.node: FORCE_DO_CMD $(call do_cmd,solink_module) all_deps += $(builddir)/.node # Add target alias .PHONY: : $(builddir)/.node # Short alias for building this executable. .PHONY: .node .node: $(builddir)/.node # Add executable to "all" target. .PHONY: all all: $(builddir)/.node
Version data entries
72 entries across 72 versions & 2 rubygems