v1
This commit is contained in:
parent
1d75db5bde
commit
d32989cc81
135 changed files with 17183 additions and 669 deletions
|
|
@ -1,9 +1,17 @@
|
|||
# This file is generated by gyp; do not edit.
|
||||
|
||||
TOOLSET := target
|
||||
TARGET := nodeaudio
|
||||
TARGET := nodeAudio
|
||||
### Generated for copy rule.
|
||||
$(srcdir)/build/Release/libportaudio.dylib: TOOLSET := $(TOOLSET)
|
||||
$(srcdir)/build/Release/libportaudio.dylib: $(srcdir)/portaudio/bin/libportaudio.dylib FORCE_DO_CMD
|
||||
$(call do_cmd,copy)
|
||||
|
||||
all_deps += $(srcdir)/build/Release/libportaudio.dylib
|
||||
binding_gyp_nodeAudio_target_copies = $(srcdir)/build/Release/libportaudio.dylib
|
||||
|
||||
DEFS_Debug := \
|
||||
'-DNODE_GYP_MODULE_NAME=nodeaudio' \
|
||||
'-DNODE_GYP_MODULE_NAME=nodeAudio' \
|
||||
'-DUSING_UV_SHARED=1' \
|
||||
'-DUSING_V8_SHARED=1' \
|
||||
'-DV8_DEPRECATION_WARNINGS=1' \
|
||||
|
|
@ -56,10 +64,10 @@ INCS_Debug := \
|
|||
-I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/uv/include \
|
||||
-I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/zlib \
|
||||
-I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/v8/include \
|
||||
-I/usr/local/include
|
||||
-I$(srcdir)/portaudio/include
|
||||
|
||||
DEFS_Release := \
|
||||
'-DNODE_GYP_MODULE_NAME=nodeaudio' \
|
||||
'-DNODE_GYP_MODULE_NAME=nodeAudio' \
|
||||
'-DUSING_UV_SHARED=1' \
|
||||
'-DUSING_V8_SHARED=1' \
|
||||
'-DV8_DEPRECATION_WARNINGS=1' \
|
||||
|
|
@ -109,16 +117,22 @@ INCS_Release := \
|
|||
-I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/uv/include \
|
||||
-I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/zlib \
|
||||
-I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/v8/include \
|
||||
-I/usr/local/include
|
||||
-I$(srcdir)/portaudio/include
|
||||
|
||||
OBJS := \
|
||||
$(obj).target/$(TARGET)/src/nodeaudio.o \
|
||||
$(obj).target/$(TARGET)/src/audio_handler.o \
|
||||
$(obj).target/$(TARGET)/src/frame_buffer.o
|
||||
$(obj).target/$(TARGET)/src/na_front.o \
|
||||
$(obj).target/$(TARGET)/src/na_core.o \
|
||||
$(obj).target/$(TARGET)/src/na_callbacks.o \
|
||||
$(obj).target/$(TARGET)/src/na_utils.o \
|
||||
$(obj).target/$(TARGET)/src/na_buffer.o \
|
||||
$(obj).target/$(TARGET)/src/pa_ringbuffer.o
|
||||
|
||||
# Add to the list of files we specially track dependencies for.
|
||||
all_deps += $(OBJS)
|
||||
|
||||
# Make sure our actions/rules run before any of us.
|
||||
$(OBJS): | $(binding_gyp_nodeAudio_target_copies)
|
||||
|
||||
# CFLAGS et al overrides must be target-local.
|
||||
# See "Target-specific Variable Values" in the GNU Make manual.
|
||||
$(OBJS): TOOLSET := $(TOOLSET)
|
||||
|
|
@ -142,6 +156,12 @@ $(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.c FORCE_DO_CMD
|
|||
|
||||
# End of this set of suffix rules
|
||||
### Rules for final target.
|
||||
# Build our special outputs first.
|
||||
$(builddir)/nodeAudio.node: | $(binding_gyp_nodeAudio_target_copies)
|
||||
|
||||
# Preserve order dependency of special output on deps.
|
||||
$(binding_gyp_nodeAudio_target_copies): |
|
||||
|
||||
LDFLAGS_Debug := \
|
||||
-undefined dynamic_lookup \
|
||||
-Wl,-no_pie \
|
||||
|
|
@ -171,25 +191,26 @@ LIBTOOLFLAGS_Release := \
|
|||
-Wl,-search_paths_first
|
||||
|
||||
LIBS := \
|
||||
-lportaudio
|
||||
-lportaudio \
|
||||
-Wl,-rpath,@loader_path
|
||||
|
||||
$(builddir)/nodeaudio.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
|
||||
$(builddir)/nodeaudio.node: LIBS := $(LIBS)
|
||||
$(builddir)/nodeaudio.node: GYP_LIBTOOLFLAGS := $(LIBTOOLFLAGS_$(BUILDTYPE))
|
||||
$(builddir)/nodeaudio.node: TOOLSET := $(TOOLSET)
|
||||
$(builddir)/nodeaudio.node: $(OBJS) FORCE_DO_CMD
|
||||
$(builddir)/nodeAudio.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
|
||||
$(builddir)/nodeAudio.node: LIBS := $(LIBS)
|
||||
$(builddir)/nodeAudio.node: GYP_LIBTOOLFLAGS := $(LIBTOOLFLAGS_$(BUILDTYPE))
|
||||
$(builddir)/nodeAudio.node: TOOLSET := $(TOOLSET)
|
||||
$(builddir)/nodeAudio.node: $(OBJS) FORCE_DO_CMD
|
||||
$(call do_cmd,solink_module)
|
||||
|
||||
all_deps += $(builddir)/nodeaudio.node
|
||||
all_deps += $(builddir)/nodeAudio.node
|
||||
# Add target alias
|
||||
.PHONY: nodeaudio
|
||||
nodeaudio: $(builddir)/nodeaudio.node
|
||||
.PHONY: nodeAudio
|
||||
nodeAudio: $(builddir)/nodeAudio.node
|
||||
|
||||
# Short alias for building this executable.
|
||||
.PHONY: nodeaudio.node
|
||||
nodeaudio.node: $(builddir)/nodeaudio.node
|
||||
.PHONY: nodeAudio.node
|
||||
nodeAudio.node: $(builddir)/nodeAudio.node
|
||||
|
||||
# Add executable to "all" target.
|
||||
.PHONY: all
|
||||
all: $(builddir)/nodeaudio.node
|
||||
all: $(builddir)/nodeAudio.node
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue