Sha256: acf8542d0b1b7c40ac6508c30cf05d138847d1e6d9ab8d6211c353ae7793426c

Contents?: true

Size: 1.3 KB

Versions: 2

Compression:

Stored size: 1.3 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 \
	ast_values.cpp \
	ast_supports.cpp \
	ast_sel_cmp.cpp \
	ast_sel_unify.cpp \
	ast_selectors.cpp \
	node.cpp \
	context.cpp \
	constants.cpp \
	fn_utils.cpp \
	fn_miscs.cpp \
	fn_maps.cpp \
	fn_lists.cpp \
	fn_colors.cpp \
	fn_numbers.cpp \
	fn_strings.cpp \
	fn_selectors.cpp \
	color_maps.cpp \
	environment.cpp \
	ast_fwd_decl.cpp \
	bind.cpp \
	file.cpp \
	util.cpp \
	util_string.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 \
	ast2c.cpp \
	c2ast.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

2 entries across 2 versions & 1 rubygems

Version Path
sassc-2.1.0.pre1-x86_64-linux ext/libsass/Makefile.conf
sassc-2.1.0.pre1 ext/libsass/Makefile.conf