fdmanana 20:30:19 ~/sm185/install > pwd /Users/fdmanana/sm185/install fdmanana 20:30:20 ~/sm185/install > tree . ├── bin │   └── js-config ├── include │   └── js │   ├── Allocator.h │   ├── Assembler.h │   ├── CodeAlloc.h │   ├── Containers.h │   ├── Fragmento.h │   ├── LIR.h │   ├── LIRopcode.tbl │   ├── Native.h │   ├── NativeCommon.h │   ├── NativeX64.h │   ├── RegAlloc.h │   ├── VMPI.h │   ├── Writer.h │   ├── avmplus.h │   ├── javascript-trace.h │   ├── js-config.h │   ├── js.msg │   ├── jsanalyze.h │   ├── jsapi.h │   ├── jsarena.h │   ├── jsarray.h │   ├── jsatom.h │   ├── jsautocfg.h │   ├── jsautokw.h │   ├── jsbit.h │   ├── jsbool.h │   ├── jsbuiltins.h │   ├── jscell.h │   ├── jsclist.h │   ├── jsclone.h │   ├── jscntxt.h │   ├── jscompartment.h │   ├── jscompat.h │   ├── jsdate.h │   ├── jsdbgapi.h │   ├── jsdhash.h │   ├── jsdtoa.h │   ├── jsemit.h │   ├── jsfriendapi.h │   ├── jsfun.h │   ├── jsgc.h │   ├── jsgcchunk.h │   ├── jsgcstats.h │   ├── jshash.h │   ├── jshashtable.h │   ├── jshotloop.h │   ├── jsinterp.h │   ├── jsinttypes.h │   ├── jsiter.h │   ├── jslock.h │   ├── jslong.h │   ├── jsmath.h │   ├── jsobj.h │   ├── jsobjinlines.h │   ├── json.h │   ├── jsopcode.h │   ├── jsopcode.tbl │   ├── jsopcodeinlines.h │   ├── jsotypes.h │   ├── jsparse.h │   ├── jsperf.h │   ├── jsprf.h │   ├── jsprobes.h │   ├── jspropertycache.h │   ├── jspropertycacheinlines.h │   ├── jspropertytree.h │   ├── jsproto.tbl │   ├── jsproxy.h │   ├── jsprvtd.h │   ├── jspubtd.h │   ├── jsreflect.h │   ├── jsregexp.h │   ├── jsscan.h │   ├── jsscope.h │   ├── jsscript.h │   ├── jsscriptinlines.h │   ├── jsstaticcheck.h │   ├── jsstdint.h │   ├── jsstr.h │   ├── jstl.h │   ├── jstracer.h │   ├── jstypedarray.h │   ├── jstypes.h │   ├── jsutil.h │   ├── jsval.h │   ├── jsvalue.h │   ├── jsvector.h │   ├── jsversion.h │   ├── jswrapper.h │   ├── jsxdrapi.h │   ├── jsxml.h │   ├── nanojit.h │   ├── njconfig.h │   ├── njcpudetect.h │   └── prmjtime.h └── lib ├── libmozjs185-1.0.a ├── libmozjs185.1.0.0.dylib ├── libmozjs185.1.0.dylib -> /Users/fdmanana/sm185/install/lib/libmozjs185.1.0.0.dylib ├── libmozjs185.dylib -> /Users/fdmanana/sm185/install/lib/libmozjs185.1.0.dylib └── pkgconfig └── mozjs185.pc 5 directories, 101 files