Sha256: 8f9ebdd18475021082540c890fbe0e98db386cbe8e32577554b58df2a3e62d76

Contents?: true

Size: 1.06 KB

Versions: 48

Compression:

Stored size: 1.06 KB

Contents

# 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

Version data entries

48 entries across 46 versions & 15 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/@rails/webpacker/node_modules/node-sass/src/libsass/Makefile.conf
optimacms-0.1.61 spec/dummy/node_modules/node-sass/src/libsass/Makefile.conf
disco_app-0.18.0 test/dummy/node_modules/node-sass/src/libsass/Makefile.conf
disco_app-0.18.2 test/dummy/node_modules/node-sass/src/libsass/Makefile.conf
tang-0.2.1 spec/tang_app/node_modules/node-sass/src/libsass/Makefile.conf
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/node-sass/src/libsass/Makefile.conf
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/node-sass/src/libsass/Makefile.conf
ruby2js-4.0.4 lib/tasks/testrails/node_modules/node-sass/src/libsass/Makefile.conf
ruby2js-4.0.3 lib/tasks/testrails/node_modules/node-sass/src/libsass/Makefile.conf
tang-0.2.0 spec/tang_app/node_modules/node-sass/src/libsass/Makefile.conf
tang-0.1.0 spec/tang_app/node_modules/node-sass/src/libsass/Makefile.conf
tang-0.0.9 spec/tang_app/node_modules/node-sass/src/libsass/Makefile.conf
enju_library-0.3.8 spec/dummy/node_modules/node-sass/src/libsass/Makefile.conf
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/sassc-2.0.0/ext/libsass/Makefile.conf
ilog-0.4.1 node_modules/node-sass/src/libsass/Makefile.conf
ilog-0.4.0 node_modules/node-sass/src/libsass/Makefile.conf
ilog-0.3.3 node_modules/node-sass/src/libsass/Makefile.conf
zuora_connect_ui-0.10.0 vendor/ruby/2.6.0/gems/sassc-2.0.1/ext/libsass/Makefile.conf
zuora_connect_ui-0.9.2 vendor/ruby/2.6.0/gems/sassc-2.0.1/ext/libsass/Makefile.conf
zuora_connect_ui-0.9.1 vendor/ruby/2.6.0/gems/sassc-2.0.1/ext/libsass/Makefile.conf