Initial commit
[yaffs-website] / node_modules / node-sass / src / libsass / Makefile.conf
1 # this is merely a common Makefile multiple implementers can use
2 # bigger files (in terms of compile time) tend to go to the top,
3 # so they don't end up as the last compile unit when compiling
4 # in parallel. But we also want to mix them a little too avoid
5 # heavy RAM usage peaks. Other than that the order is arbitrary.
6
7
8 SOURCES = \
9         ast.cpp \
10         node.cpp \
11         context.cpp \
12         constants.cpp \
13         functions.cpp \
14         color_maps.cpp \
15         environment.cpp \
16         ast_fwd_decl.cpp \
17         bind.cpp \
18         file.cpp \
19         util.cpp \
20         json.cpp \
21         units.cpp \
22         values.cpp \
23         plugins.cpp \
24         position.cpp \
25         lexer.cpp \
26         parser.cpp \
27         prelexer.cpp \
28         eval.cpp \
29         expand.cpp \
30         listize.cpp \
31         cssize.cpp \
32         extend.cpp \
33         output.cpp \
34         inspect.cpp \
35         emitter.cpp \
36         check_nesting.cpp \
37         remove_placeholders.cpp \
38         sass.cpp \
39         sass_util.cpp \
40         sass_values.cpp \
41         sass_context.cpp \
42         sass_functions.cpp \
43         sass2scss.cpp \
44         to_c.cpp \
45         to_value.cpp \
46         source_map.cpp \
47         subset_map.cpp \
48         error_handling.cpp \
49         memory/SharedPtr.cpp \
50         utf8_string.cpp \
51         base64vlq.cpp
52
53 CSOURCES = cencode.c