123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- # This file is generated by gyp; do not edit.
- TOOLSET := target
- TARGET := bcrypt_lib
- DEFS_Debug := \
- '-D_DARWIN_USE_64_BIT_INODE=1' \
- '-D_LARGEFILE_SOURCE' \
- '-D_FILE_OFFSET_BITS=64' \
- '-DBUILDING_NODE_EXTENSION' \
- '-DDEBUG' \
- '-D_DEBUG'
- # Flags passed to all source files.
- CFLAGS_Debug := \
- -O0 \
- -gdwarf-2 \
- -mmacosx-version-min=10.5 \
- -arch x86_64 \
- -Wall \
- -Wendif-labels \
- -W \
- -Wno-unused-parameter
- # Flags passed to only C files.
- CFLAGS_C_Debug := \
- -fno-strict-aliasing
- # Flags passed to only C++ files.
- CFLAGS_CC_Debug := \
- -fno-rtti \
- -fno-exceptions \
- -fno-threadsafe-statics \
- -fno-strict-aliasing
- # Flags passed to only ObjC files.
- CFLAGS_OBJC_Debug :=
- # Flags passed to only ObjC++ files.
- CFLAGS_OBJCC_Debug :=
- INCS_Debug := \
- -I/Users/alyssanicoll/.node-gyp/0.10.28/src \
- -I/Users/alyssanicoll/.node-gyp/0.10.28/deps/uv/include \
- -I/Users/alyssanicoll/.node-gyp/0.10.28/deps/v8/include
- DEFS_Release := \
- '-D_DARWIN_USE_64_BIT_INODE=1' \
- '-D_LARGEFILE_SOURCE' \
- '-D_FILE_OFFSET_BITS=64' \
- '-DBUILDING_NODE_EXTENSION'
- # Flags passed to all source files.
- CFLAGS_Release := \
- -Os \
- -gdwarf-2 \
- -mmacosx-version-min=10.5 \
- -arch x86_64 \
- -Wall \
- -Wendif-labels \
- -W \
- -Wno-unused-parameter
- # Flags passed to only C files.
- CFLAGS_C_Release := \
- -fno-strict-aliasing
- # Flags passed to only C++ files.
- CFLAGS_CC_Release := \
- -fno-rtti \
- -fno-exceptions \
- -fno-threadsafe-statics \
- -fno-strict-aliasing
- # Flags passed to only ObjC files.
- CFLAGS_OBJC_Release :=
- # Flags passed to only ObjC++ files.
- CFLAGS_OBJCC_Release :=
- INCS_Release := \
- -I/Users/alyssanicoll/.node-gyp/0.10.28/src \
- -I/Users/alyssanicoll/.node-gyp/0.10.28/deps/uv/include \
- -I/Users/alyssanicoll/.node-gyp/0.10.28/deps/v8/include
- OBJS := \
- $(obj).target/$(TARGET)/src/blowfish.o \
- $(obj).target/$(TARGET)/src/bcrypt.o \
- $(obj).target/$(TARGET)/src/bcrypt_node.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)/%.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 := \
- -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)/bcrypt_lib.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
- $(builddir)/bcrypt_lib.node: LIBS := $(LIBS)
- $(builddir)/bcrypt_lib.node: GYP_LIBTOOLFLAGS := $(LIBTOOLFLAGS_$(BUILDTYPE))
- $(builddir)/bcrypt_lib.node: TOOLSET := $(TOOLSET)
- $(builddir)/bcrypt_lib.node: $(OBJS) FORCE_DO_CMD
- $(call do_cmd,solink_module)
- all_deps += $(builddir)/bcrypt_lib.node
- # Add target alias
- .PHONY: bcrypt_lib
- bcrypt_lib: $(builddir)/bcrypt_lib.node
- # Short alias for building this executable.
- .PHONY: bcrypt_lib.node
- bcrypt_lib.node: $(builddir)/bcrypt_lib.node
- # Add executable to "all" target.
- .PHONY: all
- all: $(builddir)/bcrypt_lib.node
|