directive.mk revision 1.3
11.3Srillig# $NetBSD: directive.mk,v 1.3 2020/11/03 17:17:31 rillig Exp $
21.1Srillig#
31.2Srillig# Tests for the preprocessing directives, such as .if or .info.
41.1Srillig
51.1Srillig# TODO: Implementation
61.1Srillig
71.3Srillig# Unknown directives are correctly named in the error messages,
81.3Srillig# even if they are indented.
91.3Srillig.indented none
101.3Srillig.  indented 2 spaces
111.3Srillig.	indented tab
121.3Srillig
131.3Srillig# Directives must be written directly, not indirectly via variable
141.3Srillig# expressions.
151.3Srillig.${:Uinfo} directives cannot be indirect
161.3Srillig
171.1Srilligall:
181.1Srillig	@:;
19