Sha256: acd6212b62a59d22358f2b968e636e9cb89affd7312e4d4e226475abb12634b1

Contents?: true

Size: 768 Bytes

Versions: 6

Compression:

Stored size: 768 Bytes

Contents

# this is merely a common Makefile multiple implementers can use

SOURCES = \
	ast.cpp \
	base64vlq.cpp \
	bind.cpp \
	color_maps.cpp \
	constants.cpp \
	context.cpp \
	cssize.cpp \
	emitter.cpp \
	environment.cpp \
	error_handling.cpp \
	eval.cpp \
	expand.cpp \
	extend.cpp \
	file.cpp \
	functions.cpp \
	inspect.cpp \
	json.cpp \
	lexer.cpp \
	listize.cpp \
	memory_manager.cpp \
	node.cpp \
	output.cpp \
	parser.cpp \
	plugins.cpp \
	position.cpp \
	prelexer.cpp \
	remove_placeholders.cpp \
	sass.cpp \
	sass_util.cpp \
	sass_values.cpp \
	sass_context.cpp \
	sass_functions.cpp \
	sass_interface.cpp \
	sass2scss.cpp \
	source_map.cpp \
	to_c.cpp \
	to_string.cpp \
	to_value.cpp \
	units.cpp \
	utf8_string.cpp \
	values.cpp \
	util.cpp

CSOURCES = cencode.c

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sassc-1.8.3 ext/libsass/Makefile.conf
sassc-1.8.2 ext/libsass/Makefile.conf
sassc-1.8.1 ext/libsass/Makefile.conf
sassc-1.8.0 ext/libsass/Makefile.conf
sassc-1.8.0.pre2 ext/libsass/Makefile.conf
sassc-1.8.0.pre1 ext/libsass/Makefile.conf