#INCLUDES += $(SPIDERMONKEY_CFLAGS) if conf_data.get('CONFIG_ECMASCRIPT_SMJS') subdir('spidermonkey') srcs += files('css2xpath.c', 'ecmascript.c', 'localstorage-db.c', 'spidermonkey.c') endif if conf_data.get('CONFIG_ECMASCRIPT_SMJS') CONFIG_ANY_SPIDERMONKEY = true elif conf_data.get('CONFIG_SCRIPTING_SPIDERMONKEY') CONFIG_ANY_SPIDERMONKEY = true else CONFIG_ANY_SPIDERMONKEY = false endif if CONFIG_ANY_SPIDERMONKEY srcs += files('spidermonkey-shared.c', 'empty.cpp') endif if conf_data.get('CONFIG_QUICKJS') subdir('quickjs') srcs += files('css2xpath.c', 'ecmascript.c', 'localstorage-db.c', 'quickjs.c', 'empty.cpp') endif