node-stratum-pool/node_modules/scrypt/build/scrypt_lib.target.mk
Matthew Little 903058c884 updated
2014-01-07 03:38:19 -05:00

155 lines
4.0 KiB
Makefile

# This file is generated by gyp; do not edit.
TOOLSET := target
TARGET := scrypt_lib
DEFS_Debug := \
'-D_LARGEFILE_SOURCE' \
'-D_FILE_OFFSET_BITS=64' \
'-DCONFIG_H_FILE="../config.h"' \
'-DDEBUG' \
'-D_DEBUG'
# Flags passed to all source files.
CFLAGS_Debug := \
-fPIC \
-Wall \
-Wextra \
-Wno-unused-parameter \
-pthread \
-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/home/matt/.node-gyp/0.10.24/src \
-I/home/matt/.node-gyp/0.10.24/deps/uv/include \
-I/home/matt/.node-gyp/0.10.24/deps/v8/include \
-I$(srcdir)/scrypt/scrypt-1.1.6 \
-I$(srcdir)/scrypt/scrypt-1.1.6/lib/util \
-I$(srcdir)/scrypt/scrypt-1.1.6/lib/crypto \
-I$(srcdir)/scrypt/scrypt-1.1.6/lib/scryptenc \
-I/home/matt/.node-gyp/0.10.24/deps/openssl/openssl/include
DEFS_Release := \
'-D_LARGEFILE_SOURCE' \
'-D_FILE_OFFSET_BITS=64' \
'-DCONFIG_H_FILE="../config.h"'
# Flags passed to all source files.
CFLAGS_Release := \
-fPIC \
-Wall \
-Wextra \
-Wno-unused-parameter \
-pthread \
-m64 \
-O2 \
-fno-strict-aliasing \
-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/home/matt/.node-gyp/0.10.24/src \
-I/home/matt/.node-gyp/0.10.24/deps/uv/include \
-I/home/matt/.node-gyp/0.10.24/deps/v8/include \
-I$(srcdir)/scrypt/scrypt-1.1.6 \
-I$(srcdir)/scrypt/scrypt-1.1.6/lib/util \
-I$(srcdir)/scrypt/scrypt-1.1.6/lib/crypto \
-I$(srcdir)/scrypt/scrypt-1.1.6/lib/scryptenc \
-I/home/matt/.node-gyp/0.10.24/deps/openssl/openssl/include
OBJS := \
$(obj).target/$(TARGET)/scrypt/scrypt-1.1.6/lib/scryptenc/scryptenc.o \
$(obj).target/$(TARGET)/scrypt/scrypt-1.1.6/lib/util/memlimit.o \
$(obj).target/$(TARGET)/scrypt/scrypt-1.1.6/lib/scryptenc/scryptenc_cpuperf.o \
$(obj).target/$(TARGET)/scrypt/scrypt-1.1.6/lib/crypto/sha256.o \
$(obj).target/$(TARGET)/scrypt/scrypt-1.1.6/lib/crypto/crypto_aesctr.o \
$(obj).target/$(TARGET)/scrypt/scrypt-1.1.6/lib/crypto/crypto_scrypt-ref.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)/%.c FORCE_DO_CMD
@$(call do_cmd,cc,1)
# Try building from generated source, too.
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj).$(TOOLSET)/%.c FORCE_DO_CMD
@$(call do_cmd,cc,1)
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.c FORCE_DO_CMD
@$(call do_cmd,cc,1)
# End of this set of suffix rules
### Rules for final target.
LDFLAGS_Debug := \
-pthread \
-rdynamic \
-m64
LDFLAGS_Release := \
-pthread \
-rdynamic \
-m64
LIBS := \
-lrt
$(obj).target/scrypt_lib.a: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
$(obj).target/scrypt_lib.a: LIBS := $(LIBS)
$(obj).target/scrypt_lib.a: TOOLSET := $(TOOLSET)
$(obj).target/scrypt_lib.a: $(OBJS) FORCE_DO_CMD
$(call do_cmd,alink)
all_deps += $(obj).target/scrypt_lib.a
# Add target alias
.PHONY: scrypt_lib
scrypt_lib: $(obj).target/scrypt_lib.a
# Add target alias to "all" target.
.PHONY: all
all: scrypt_lib
# Add target alias
.PHONY: scrypt_lib
scrypt_lib: $(builddir)/scrypt_lib.a
# Copy this to the static library output path.
$(builddir)/scrypt_lib.a: TOOLSET := $(TOOLSET)
$(builddir)/scrypt_lib.a: $(obj).target/scrypt_lib.a FORCE_DO_CMD
$(call do_cmd,copy)
all_deps += $(builddir)/scrypt_lib.a
# Short alias for building this static library.
.PHONY: scrypt_lib.a
scrypt_lib.a: $(obj).target/scrypt_lib.a $(builddir)/scrypt_lib.a
# Add static library to "all" target.
.PHONY: all
all: $(builddir)/scrypt_lib.a