Simulator first commit

This commit is contained in:
2019-09-18 11:11:16 +03:00
commit 6e1686be67
5028 changed files with 985331 additions and 0 deletions

View File

@ -0,0 +1 @@
cmd_Release/binding.node := rm -rf "Release/binding.node" && cp -af "Release/obj.target/binding.node" "Release/binding.node"

View File

@ -0,0 +1 @@
cmd_Release/obj.target/binding.node := g++ -shared -pthread -rdynamic -m64 -Wl,-soname=binding.node -o Release/obj.target/binding.node -Wl,--start-group Release/obj.target/binding/src/binding.o -Wl,--end-group

View File

@ -0,0 +1,55 @@
cmd_Release/obj.target/binding/src/binding.o := g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/sergiu/.node-gyp/8.16.0/include/node -I/home/sergiu/.node-gyp/8.16.0/src -I/home/sergiu/.node-gyp/8.16.0/deps/openssl/config -I/home/sergiu/.node-gyp/8.16.0/deps/openssl/openssl/include -I/home/sergiu/.node-gyp/8.16.0/deps/uv/include -I/home/sergiu/.node-gyp/8.16.0/deps/zlib -I/home/sergiu/.node-gyp/8.16.0/deps/v8/include -I../../nan -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/binding.o.d.raw -c -o Release/obj.target/binding/src/binding.o ../src/binding.cc
Release/obj.target/binding/src/binding.o: ../src/binding.cc \
/home/sergiu/.node-gyp/8.16.0/include/node/node.h \
/home/sergiu/.node-gyp/8.16.0/include/node/v8.h \
/home/sergiu/.node-gyp/8.16.0/include/node/v8-version.h \
/home/sergiu/.node-gyp/8.16.0/include/node/v8config.h \
/home/sergiu/.node-gyp/8.16.0/include/node/v8-platform.h \
/home/sergiu/.node-gyp/8.16.0/include/node/node_version.h \
/home/sergiu/.node-gyp/8.16.0/include/node/node_buffer.h \
/home/sergiu/.node-gyp/8.16.0/include/node/node.h ../../nan/nan.h \
/home/sergiu/.node-gyp/8.16.0/include/node/node_version.h \
/home/sergiu/.node-gyp/8.16.0/include/node/uv.h \
/home/sergiu/.node-gyp/8.16.0/include/node/uv/errno.h \
/home/sergiu/.node-gyp/8.16.0/include/node/uv/version.h \
/home/sergiu/.node-gyp/8.16.0/include/node/uv/unix.h \
/home/sergiu/.node-gyp/8.16.0/include/node/uv/threadpool.h \
/home/sergiu/.node-gyp/8.16.0/include/node/uv/linux.h \
/home/sergiu/.node-gyp/8.16.0/include/node/node_object_wrap.h \
../../nan/nan_callbacks.h ../../nan/nan_callbacks_12_inl.h \
../../nan/nan_maybe_43_inl.h ../../nan/nan_converters.h \
../../nan/nan_converters_43_inl.h ../../nan/nan_new.h \
../../nan/nan_implementation_12_inl.h ../../nan/nan_persistent_12_inl.h \
../../nan/nan_weak.h ../../nan/nan_object_wrap.h ../../nan/nan_private.h \
../../nan/nan_typedarray_contents.h ../../nan/nan_json.h
../src/binding.cc:
/home/sergiu/.node-gyp/8.16.0/include/node/node.h:
/home/sergiu/.node-gyp/8.16.0/include/node/v8.h:
/home/sergiu/.node-gyp/8.16.0/include/node/v8-version.h:
/home/sergiu/.node-gyp/8.16.0/include/node/v8config.h:
/home/sergiu/.node-gyp/8.16.0/include/node/v8-platform.h:
/home/sergiu/.node-gyp/8.16.0/include/node/node_version.h:
/home/sergiu/.node-gyp/8.16.0/include/node/node_buffer.h:
/home/sergiu/.node-gyp/8.16.0/include/node/node.h:
../../nan/nan.h:
/home/sergiu/.node-gyp/8.16.0/include/node/node_version.h:
/home/sergiu/.node-gyp/8.16.0/include/node/uv.h:
/home/sergiu/.node-gyp/8.16.0/include/node/uv/errno.h:
/home/sergiu/.node-gyp/8.16.0/include/node/uv/version.h:
/home/sergiu/.node-gyp/8.16.0/include/node/uv/unix.h:
/home/sergiu/.node-gyp/8.16.0/include/node/uv/threadpool.h:
/home/sergiu/.node-gyp/8.16.0/include/node/uv/linux.h:
/home/sergiu/.node-gyp/8.16.0/include/node/node_object_wrap.h:
../../nan/nan_callbacks.h:
../../nan/nan_callbacks_12_inl.h:
../../nan/nan_maybe_43_inl.h:
../../nan/nan_converters.h:
../../nan/nan_converters_43_inl.h:
../../nan/nan_new.h:
../../nan/nan_implementation_12_inl.h:
../../nan/nan_persistent_12_inl.h:
../../nan/nan_weak.h:
../../nan/nan_object_wrap.h:
../../nan/nan_private.h:
../../nan/nan_typedarray_contents.h:
../../nan/nan_json.h:

BIN
node_modules/ref/build/Release/binding.node generated vendored Executable file

Binary file not shown.

BIN
node_modules/ref/build/Release/obj.target/binding.node generated vendored Executable file

Binary file not shown.

Binary file not shown.