Lines Matching refs:compiler
18 # Files that make up the handlebars-compiler module.
20 $(HANDLEBARS_LIB)/handlebars/compiler/parser.js \
21 $(HANDLEBARS_LIB)/handlebars/compiler/base.js \
22 $(HANDLEBARS_LIB)/handlebars/compiler/ast.js \
23 $(HANDLEBARS_LIB)/handlebars/compiler/compiler.js
28 COMPILER_TARGETS = $(addprefix $(OUTPUT_DIR)/handlebars-compiler-, $(notdir $(COMPILER_FILES)))
38 import: import-base import-compiler
43 # target: import-compiler - Imports the source files that make up handlebars-compiler.
44 import-compiler: $(COMPILER_TARGETS)
55 $(OUTPUT_DIR)/handlebars-compiler-%.js: $(HANDLEBARS_LIB)/handlebars/compiler/%.js
60 $(OUTPUT_DIR)/handlebars-compiler-parser.js: $(HANDLEBARS_LIB)/handlebars/compiler/parser.js