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

TOOLSET := target
TARGET := n-multi-hashing
DEFS_Debug := \
	'-DNODE_GYP_MODULE_NAME=n-multi-hashing' \
	'-DUSING_UV_SHARED=1' \
	'-DUSING_V8_SHARED=1' \
	'-DV8_DEPRECATION_WARNINGS=1' \
	'-DV8_DEPRECATION_WARNINGS' \
	'-DV8_IMMINENT_DEPRECATION_WARNINGS' \
	'-D_LARGEFILE_SOURCE' \
	'-D_FILE_OFFSET_BITS=64' \
	'-D__STDC_FORMAT_MACROS' \
	'-DOPENSSL_NO_PINSHARED' \
	'-DOPENSSL_THREADS' \
	'-DBUILDING_NODE_EXTENSION' \
	'-DDEBUG' \
	'-D_DEBUG' \
	'-DV8_ENABLE_CHECKS'

# 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 \
	-std=gnu++1y \
	-std=c++0x

INCS_Debug := \
	-I/home/notorious/.cache/node-gyp/12.18.2/include/node \
	-I/home/notorious/.cache/node-gyp/12.18.2/src \
	-I/home/notorious/.cache/node-gyp/12.18.2/deps/openssl/config \
	-I/home/notorious/.cache/node-gyp/12.18.2/deps/openssl/openssl/include \
	-I/home/notorious/.cache/node-gyp/12.18.2/deps/uv/include \
	-I/home/notorious/.cache/node-gyp/12.18.2/deps/zlib \
	-I/home/notorious/.cache/node-gyp/12.18.2/deps/v8/include \
	-I$(srcdir)/src/algorithms/crypto \
	-I$(srcdir)/src/algorithms/kawpow \
	-I$(srcdir)/node_modules/nan

DEFS_Release := \
	'-DNODE_GYP_MODULE_NAME=n-multi-hashing' \
	'-DUSING_UV_SHARED=1' \
	'-DUSING_V8_SHARED=1' \
	'-DV8_DEPRECATION_WARNINGS=1' \
	'-DV8_DEPRECATION_WARNINGS' \
	'-DV8_IMMINENT_DEPRECATION_WARNINGS' \
	'-D_LARGEFILE_SOURCE' \
	'-D_FILE_OFFSET_BITS=64' \
	'-D__STDC_FORMAT_MACROS' \
	'-DOPENSSL_NO_PINSHARED' \
	'-DOPENSSL_THREADS' \
	'-DBUILDING_NODE_EXTENSION'

# Flags passed to all source files.
CFLAGS_Release := \
	-fPIC \
	-pthread \
	-Wall \
	-Wextra \
	-Wno-unused-parameter \
	-m64 \
	-O3 \
	-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++1y \
	-std=c++0x

INCS_Release := \
	-I/home/notorious/.cache/node-gyp/12.18.2/include/node \
	-I/home/notorious/.cache/node-gyp/12.18.2/src \
	-I/home/notorious/.cache/node-gyp/12.18.2/deps/openssl/config \
	-I/home/notorious/.cache/node-gyp/12.18.2/deps/openssl/openssl/include \
	-I/home/notorious/.cache/node-gyp/12.18.2/deps/uv/include \
	-I/home/notorious/.cache/node-gyp/12.18.2/deps/zlib \
	-I/home/notorious/.cache/node-gyp/12.18.2/deps/v8/include \
	-I$(srcdir)/src/algorithms/crypto \
	-I$(srcdir)/src/algorithms/kawpow \
	-I$(srcdir)/node_modules/nan

OBJS := \
	$(obj).target/$(TARGET)/src/algorithms/multihashing.o \
	$(obj).target/$(TARGET)/src/algorithms/bcrypt.o \
	$(obj).target/$(TARGET)/src/algorithms/blake.o \
	$(obj).target/$(TARGET)/src/algorithms/boolberry.o \
	$(obj).target/$(TARGET)/src/algorithms/c11.o \
	$(obj).target/$(TARGET)/src/algorithms/cryptonight.o \
	$(obj).target/$(TARGET)/src/algorithms/cryptonight_fast.o \
	$(obj).target/$(TARGET)/src/algorithms/fresh.o \
	$(obj).target/$(TARGET)/src/algorithms/fugue.o \
	$(obj).target/$(TARGET)/src/algorithms/groestl.o \
	$(obj).target/$(TARGET)/src/algorithms/hefty1.o \
	$(obj).target/$(TARGET)/src/algorithms/keccak.o \
	$(obj).target/$(TARGET)/src/algorithms/lbry.o \
	$(obj).target/$(TARGET)/src/algorithms/lyra2re.o \
	$(obj).target/$(TARGET)/src/algorithms/lyra2z.o \
	$(obj).target/$(TARGET)/src/algorithms/nist5.o \
	$(obj).target/$(TARGET)/src/algorithms/quark.o \
	$(obj).target/$(TARGET)/src/algorithms/qubit.o \
	$(obj).target/$(TARGET)/src/algorithms/scryptjane.o \
	$(obj).target/$(TARGET)/src/algorithms/scryptn.o \
	$(obj).target/$(TARGET)/src/algorithms/sha1.o \
	$(obj).target/$(TARGET)/src/algorithms/sha256d.o \
	$(obj).target/$(TARGET)/src/algorithms/shavite3.o \
	$(obj).target/$(TARGET)/src/algorithms/skein.o \
	$(obj).target/$(TARGET)/src/algorithms/x11.o \
	$(obj).target/$(TARGET)/src/algorithms/x13.o \
	$(obj).target/$(TARGET)/src/algorithms/x15.o \
	$(obj).target/$(TARGET)/src/algorithms/x16r.o \
	$(obj).target/$(TARGET)/src/algorithms/x16rv2.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/argon2/argon2.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/argon2/core.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/argon2/encoding.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/argon2/opt.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/argon2/thread.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/argon2/blake2/blake2b.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_hefty1.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_fugue.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/aes_helper.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_blake.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_bmw.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_cubehash.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_echo.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_groestl.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_jh.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_keccak.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_luffa.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_shavite.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_simd.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_skein.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_whirlpool.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_shabal.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_ripemd.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_sha1.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_sha2.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_sha2big.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/sph_tiger.o \
	$(obj).target/$(TARGET)/src/algorithms/sha3/hamsi.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/lyra2.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/sponge.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/oaes_lib.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/c_keccak.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/c_groestl.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/c_blake256.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/c_jh.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/c_skein.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/hash.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/aesb.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/sha256.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/wild_keccak.o \
	$(obj).target/$(TARGET)/src/algorithms/neoscrypt.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/yescrypt/yescrypt-best.o \
	$(obj).target/$(TARGET)/src/algorithms/crypto/yescrypt/yescryptcommon.o \
	$(obj).target/$(TARGET)/src/algorithms/kawpow/utilstrencodings.o \
	$(obj).target/$(TARGET)/src/algorithms/kawpow/keccak/keccak.o \
	$(obj).target/$(TARGET)/src/algorithms/kawpow/keccak/keccakf800.o \
	$(obj).target/$(TARGET)/src/algorithms/kawpow/keccak/keccakf1600.o \
	$(obj).target/$(TARGET)/src/algorithms/kawpow/ethash/ethash.o \
	$(obj).target/$(TARGET)/src/algorithms/kawpow/ethash/primes.o \
	$(obj).target/$(TARGET)/src/algorithms/kawpow/ethash/progpow.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)

$(obj).$(TOOLSET)/$(TARGET)/%.o: $(srcdir)/%.c FORCE_DO_CMD
	@$(call do_cmd,cc,1)

$(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)/%.cc FORCE_DO_CMD
	@$(call do_cmd,cxx,1)

$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj).$(TOOLSET)/%.c FORCE_DO_CMD
	@$(call do_cmd,cc,1)

$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj).$(TOOLSET)/%.cpp FORCE_DO_CMD
	@$(call do_cmd,cxx,1)

$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.cc FORCE_DO_CMD
	@$(call do_cmd,cxx,1)

$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.c FORCE_DO_CMD
	@$(call do_cmd,cc,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 := \
	-pthread \
	-rdynamic \
	-m64

LDFLAGS_Release := \
	-pthread \
	-rdynamic \
	-m64

LIBS :=

$(obj).target/n-multi-hashing.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
$(obj).target/n-multi-hashing.node: LIBS := $(LIBS)
$(obj).target/n-multi-hashing.node: TOOLSET := $(TOOLSET)
$(obj).target/n-multi-hashing.node: $(OBJS) FORCE_DO_CMD
	$(call do_cmd,solink_module)

all_deps += $(obj).target/n-multi-hashing.node
# Add target alias
.PHONY: n-multi-hashing
n-multi-hashing: $(builddir)/n-multi-hashing.node

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

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

# Add executable to "all" target.
.PHONY: all
all: $(builddir)/n-multi-hashing.node

