From e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Mon, 16 Nov 2020 00:10:28 +0100 Subject: api, login, auth --- node_modules/node-sass/src/libsass/Makefile.conf | 55 ++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 node_modules/node-sass/src/libsass/Makefile.conf (limited to 'node_modules/node-sass/src/libsass/Makefile.conf') diff --git a/node_modules/node-sass/src/libsass/Makefile.conf b/node_modules/node-sass/src/libsass/Makefile.conf new file mode 100644 index 0000000..5ba968b --- /dev/null +++ b/node_modules/node-sass/src/libsass/Makefile.conf @@ -0,0 +1,55 @@ +# this is merely a common Makefile multiple implementers can use +# bigger files (in terms of compile time) tend to go to the top, +# so they don't end up as the last compile unit when compiling +# in parallel. But we also want to mix them a little too avoid +# heavy RAM usage peaks. Other than that the order is arbitrary. + + +SOURCES = \ + ast.cpp \ + node.cpp \ + context.cpp \ + constants.cpp \ + functions.cpp \ + color_maps.cpp \ + environment.cpp \ + ast_fwd_decl.cpp \ + bind.cpp \ + file.cpp \ + util.cpp \ + json.cpp \ + units.cpp \ + values.cpp \ + plugins.cpp \ + position.cpp \ + lexer.cpp \ + parser.cpp \ + prelexer.cpp \ + eval.cpp \ + expand.cpp \ + listize.cpp \ + cssize.cpp \ + extend.cpp \ + output.cpp \ + inspect.cpp \ + emitter.cpp \ + check_nesting.cpp \ + remove_placeholders.cpp \ + sass.cpp \ + sass_util.cpp \ + sass_values.cpp \ + sass_context.cpp \ + sass_functions.cpp \ + sass2scss.cpp \ + backtrace.cpp \ + operators.cpp \ + to_c.cpp \ + to_value.cpp \ + source_map.cpp \ + subset_map.cpp \ + error_handling.cpp \ + memory/SharedPtr.cpp \ + utf8_string.cpp \ + base64vlq.cpp + +CSOURCES = cencode.c -- cgit v1.2.3