diff --git a/data/syntax/makefile.xml b/data/syntax/makefile.xml index 15c4d6d..a6736b4 100644 --- a/data/syntax/makefile.xml +++ b/data/syntax/makefile.xml @@ -1,448 +1,458 @@ include define else endef endif ifdef ifeq ifndef ifneq .if .ifdef .ifndef .ifmake .ifnmake .elif .elifdef .elifndef .elifmake .elifnmake .else defined empty exists target commands .include .-include .sinclude + + .info + .warning + .error + .BEGIN .DEFAULT .END .ERROR .IGNORE .INTERRUPT .MAIN .MAKEFLAGS .NOPATH .NOTPARALLEL .NO_PARALLEL .OBJDIR .ORDER .PATH .PHONY .PRECIOUS .SHELL .SILENT .STALE .SUFFIXES .EXEC .IGNORE .MADE .MAKE .META .NOMETA .NOMETA_CMP .NOPATH .NOTMAIN .OPTIONAL .PHONY .PRECIOUS .RECURSIVE .SILENT .USE .USEBEFORE .WAIT call subst patsubst strip findstring filter filter-out sort word wordlist words firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath if or and foreach value eval origin flavor shell error warning info + + + + +