v1
This commit is contained in:
parent
1d75db5bde
commit
d32989cc81
135 changed files with 17183 additions and 669 deletions
|
|
@ -321,8 +321,8 @@ $(obj).$(TOOLSET)/%.o: $(obj)/%.s FORCE_DO_CMD
|
|||
|
||||
ifeq ($(strip $(foreach prefix,$(NO_LOAD),\
|
||||
$(findstring $(join ^,$(prefix)),\
|
||||
$(join ^,nodeaudio.target.mk)))),)
|
||||
include nodeaudio.target.mk
|
||||
$(join ^,nodeAudio.target.mk)))),)
|
||||
include nodeAudio.target.mk
|
||||
endif
|
||||
|
||||
quiet_cmd_regen_makefile = ACTION Regenerating $@
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
cmd_Release/nodeaudio.node := c++ -bundle -undefined dynamic_lookup -Wl,-no_pie -Wl,-search_paths_first -mmacosx-version-min=10.13 -arch x86_64 -L./Release -stdlib=libc++ -o Release/nodeaudio.node Release/obj.target/nodeaudio/src/nodeaudio.o Release/obj.target/nodeaudio/src/audio_handler.o Release/obj.target/nodeaudio/src/frame_buffer.o -lportaudio
|
||||
cmd_Release/nodeAudio.node := c++ -bundle -undefined dynamic_lookup -Wl,-no_pie -Wl,-search_paths_first -mmacosx-version-min=10.13 -arch x86_64 -L./Release -stdlib=libc++ -o Release/nodeAudio.node Release/obj.target/nodeAudio/src/na_front.o Release/obj.target/nodeAudio/src/na_core.o Release/obj.target/nodeAudio/src/na_callbacks.o Release/obj.target/nodeAudio/src/na_utils.o Release/obj.target/nodeAudio/src/na_buffer.o Release/obj.target/nodeAudio/src/pa_ringbuffer.o -lportaudio -Wl,-rpath,@loader_path
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
cmd_Release/obj.target/nodeAudio/src/na_buffer.o := cc '-DNODE_GYP_MODULE_NAME=nodeAudio' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/src -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/config -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/openssl/include -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../portaudio/include -O3 -gdwarf-2 -mmacosx-version-min=10.13 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/nodeAudio/src/na_buffer.o.d.raw -c -o Release/obj.target/nodeAudio/src/na_buffer.o ../src/na_buffer.c
|
||||
Release/obj.target/nodeAudio/src/na_buffer.o: ../src/na_buffer.c \
|
||||
../src/pa_ringbuffer.h
|
||||
../src/na_buffer.c:
|
||||
../src/pa_ringbuffer.h:
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
cmd_Release/obj.target/nodeAudio/src/na_callbacks.o := cc '-DNODE_GYP_MODULE_NAME=nodeAudio' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/src -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/config -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/openssl/include -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../portaudio/include -O3 -gdwarf-2 -mmacosx-version-min=10.13 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/nodeAudio/src/na_callbacks.o.d.raw -c -o Release/obj.target/nodeAudio/src/na_callbacks.o ../src/na_callbacks.c
|
||||
Release/obj.target/nodeAudio/src/na_callbacks.o: ../src/na_callbacks.c \
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/node_api.h \
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/js_native_api.h \
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/js_native_api_types.h \
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/node_api_types.h \
|
||||
../portaudio/include/portaudio.h ../src/na_utils.h \
|
||||
../src/pa_ringbuffer.h ../src/na_callbacks.h
|
||||
../src/na_callbacks.c:
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/node_api.h:
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/js_native_api.h:
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/js_native_api_types.h:
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/node_api_types.h:
|
||||
../portaudio/include/portaudio.h:
|
||||
../src/na_utils.h:
|
||||
../src/pa_ringbuffer.h:
|
||||
../src/na_callbacks.h:
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
cmd_Release/obj.target/nodeAudio/src/na_core.o := cc '-DNODE_GYP_MODULE_NAME=nodeAudio' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/src -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/config -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/openssl/include -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../portaudio/include -O3 -gdwarf-2 -mmacosx-version-min=10.13 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/nodeAudio/src/na_core.o.d.raw -c -o Release/obj.target/nodeAudio/src/na_core.o ../src/na_core.c
|
||||
Release/obj.target/nodeAudio/src/na_core.o: ../src/na_core.c \
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/node_api.h \
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/js_native_api.h \
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/js_native_api_types.h \
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/node_api_types.h \
|
||||
../portaudio/include/portaudio.h ../src/na_core.h ../src/na_utils.h \
|
||||
../src/pa_ringbuffer.h ../src/na_buffer.h ../src/na_callbacks.h
|
||||
../src/na_core.c:
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/node_api.h:
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/js_native_api.h:
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/js_native_api_types.h:
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/node_api_types.h:
|
||||
../portaudio/include/portaudio.h:
|
||||
../src/na_core.h:
|
||||
../src/na_utils.h:
|
||||
../src/pa_ringbuffer.h:
|
||||
../src/na_buffer.h:
|
||||
../src/na_callbacks.h:
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
cmd_Release/obj.target/nodeAudio/src/na_front.o := cc '-DNODE_GYP_MODULE_NAME=nodeAudio' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/src -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/config -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/openssl/include -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../portaudio/include -O3 -gdwarf-2 -mmacosx-version-min=10.13 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/nodeAudio/src/na_front.o.d.raw -c -o Release/obj.target/nodeAudio/src/na_front.o ../src/na_front.c
|
||||
Release/obj.target/nodeAudio/src/na_front.o: ../src/na_front.c \
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/node_api.h \
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/js_native_api.h \
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/js_native_api_types.h \
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/node_api_types.h \
|
||||
../portaudio/include/portaudio.h ../src/na_core.h
|
||||
../src/na_front.c:
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/node_api.h:
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/js_native_api.h:
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/js_native_api_types.h:
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/node_api_types.h:
|
||||
../portaudio/include/portaudio.h:
|
||||
../src/na_core.h:
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
cmd_Release/obj.target/nodeAudio/src/na_utils.o := cc '-DNODE_GYP_MODULE_NAME=nodeAudio' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/src -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/config -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/openssl/include -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../portaudio/include -O3 -gdwarf-2 -mmacosx-version-min=10.13 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/nodeAudio/src/na_utils.o.d.raw -c -o Release/obj.target/nodeAudio/src/na_utils.o ../src/na_utils.c
|
||||
Release/obj.target/nodeAudio/src/na_utils.o: ../src/na_utils.c \
|
||||
../portaudio/include/portaudio.h ../src/na_utils.h \
|
||||
../src/pa_ringbuffer.h
|
||||
../src/na_utils.c:
|
||||
../portaudio/include/portaudio.h:
|
||||
../src/na_utils.h:
|
||||
../src/pa_ringbuffer.h:
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
cmd_Release/obj.target/nodeAudio/src/pa_ringbuffer.o := cc '-DNODE_GYP_MODULE_NAME=nodeAudio' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/src -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/config -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/openssl/include -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../portaudio/include -O3 -gdwarf-2 -mmacosx-version-min=10.13 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/nodeAudio/src/pa_ringbuffer.o.d.raw -c -o Release/obj.target/nodeAudio/src/pa_ringbuffer.o ../src/pa_ringbuffer.c
|
||||
Release/obj.target/nodeAudio/src/pa_ringbuffer.o: ../src/pa_ringbuffer.c \
|
||||
../src/pa_ringbuffer.h ../src/pa_memorybarrier.h
|
||||
../src/pa_ringbuffer.c:
|
||||
../src/pa_ringbuffer.h:
|
||||
../src/pa_memorybarrier.h:
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
cmd_Release/obj.target/nodeaudio/src/audio_handler.o := cc '-DNODE_GYP_MODULE_NAME=nodeaudio' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/src -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/config -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/openssl/include -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 -O3 -gdwarf-2 -mmacosx-version-min=10.13 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/nodeaudio/src/audio_handler.o.d.raw -c -o Release/obj.target/nodeaudio/src/audio_handler.o ../src/audio_handler.c
|
||||
Release/obj.target/nodeaudio/src/audio_handler.o: ../src/audio_handler.c \
|
||||
/usr/local/include/portaudio.h ../src/audio_handler.h \
|
||||
../src/frame_buffer.h
|
||||
../src/audio_handler.c:
|
||||
/usr/local/include/portaudio.h:
|
||||
../src/audio_handler.h:
|
||||
../src/frame_buffer.h:
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
cmd_Release/obj.target/nodeaudio/src/frame_buffer.o := cc '-DNODE_GYP_MODULE_NAME=nodeaudio' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/src -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/config -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/openssl/include -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 -O3 -gdwarf-2 -mmacosx-version-min=10.13 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/nodeaudio/src/frame_buffer.o.d.raw -c -o Release/obj.target/nodeaudio/src/frame_buffer.o ../src/frame_buffer.c
|
||||
Release/obj.target/nodeaudio/src/frame_buffer.o: ../src/frame_buffer.c \
|
||||
../src/frame_buffer.h
|
||||
../src/frame_buffer.c:
|
||||
../src/frame_buffer.h:
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
cmd_Release/obj.target/nodeaudio/src/nodeaudio.o := cc '-DNODE_GYP_MODULE_NAME=nodeaudio' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/src -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/config -I/Users/adgundersen/Library/Caches/node-gyp/14.17.0/deps/openssl/openssl/include -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 -O3 -gdwarf-2 -mmacosx-version-min=10.13 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/nodeaudio/src/nodeaudio.o.d.raw -c -o Release/obj.target/nodeaudio/src/nodeaudio.o ../src/nodeaudio.c
|
||||
Release/obj.target/nodeaudio/src/nodeaudio.o: ../src/nodeaudio.c \
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/node_api.h \
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/js_native_api.h \
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/js_native_api_types.h \
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/node_api_types.h \
|
||||
../src/audio_handler.h
|
||||
../src/nodeaudio.c:
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/node_api.h:
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/js_native_api.h:
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/js_native_api_types.h:
|
||||
/Users/adgundersen/Library/Caches/node-gyp/14.17.0/include/node/node_api_types.h:
|
||||
../src/audio_handler.h:
|
||||
1
build/Release/build/Release/libportaudio.dylib.d
Normal file
1
build/Release/build/Release/libportaudio.dylib.d
Normal file
|
|
@ -0,0 +1 @@
|
|||
cmd_../build/Release/libportaudio.dylib := rm -rf "../build/Release/libportaudio.dylib" && cp -af "../portaudio/bin/libportaudio.dylib" "../build/Release/libportaudio.dylib"
|
||||
BIN
build/Release/libportaudio.dylib
Executable file
BIN
build/Release/libportaudio.dylib
Executable file
Binary file not shown.
Binary file not shown.
BIN
build/Release/obj.target/nodeAudio/src/na_buffer.o
Normal file
BIN
build/Release/obj.target/nodeAudio/src/na_buffer.o
Normal file
Binary file not shown.
BIN
build/Release/obj.target/nodeAudio/src/na_callbacks.o
Normal file
BIN
build/Release/obj.target/nodeAudio/src/na_callbacks.o
Normal file
Binary file not shown.
BIN
build/Release/obj.target/nodeAudio/src/na_core.o
Normal file
BIN
build/Release/obj.target/nodeAudio/src/na_core.o
Normal file
Binary file not shown.
BIN
build/Release/obj.target/nodeAudio/src/na_front.o
Normal file
BIN
build/Release/obj.target/nodeAudio/src/na_front.o
Normal file
Binary file not shown.
BIN
build/Release/obj.target/nodeAudio/src/na_utils.o
Normal file
BIN
build/Release/obj.target/nodeAudio/src/na_utils.o
Normal file
Binary file not shown.
BIN
build/Release/obj.target/nodeAudio/src/pa_ringbuffer.o
Normal file
BIN
build/Release/obj.target/nodeAudio/src/pa_ringbuffer.o
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -3,4 +3,4 @@
|
|||
export builddir_name ?= ./build/.
|
||||
.PHONY: all
|
||||
all:
|
||||
$(MAKE) nodeaudio
|
||||
$(MAKE) nodeAudio
|
||||
|
|
|
|||
|
|
@ -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