This commit adds all the infrastructure necessary for doing node-gyp builds of mraa. Note this will only build the mraa js bindings and will dirty your git tree whilst doing it. It also assumes the user does not have SWIG installed on their machines and so the swig wrapper is static. The target to use this feature is 'npmpkg'. Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
22 lines
188 B
Plaintext
22 lines
188 B
Plaintext
build/
|
|
|
|
# Object files
|
|
*.o
|
|
*.lib
|
|
*.so
|
|
*.lo
|
|
*.la
|
|
*.pyc
|
|
|
|
# Temp files
|
|
*.swp
|
|
*~
|
|
|
|
# npmpub files
|
|
src/mraajsJAVASCRIPT_wrap.cxx
|
|
src/version.c
|
|
package.json
|
|
binding.gyp
|
|
READMEFIRST
|
|
npm-debug.log
|