dep.mk revision 1.3
11.3Srillig# $NetBSD: dep.mk,v 1.3 2021/12/13 23:38:54 rillig Exp $
21.1Srillig#
31.2Srillig# Tests for dependency declarations, such as "target: sources".
41.1Srillig
51.3Srillig.MAIN: all
61.3Srillig
71.3Srillig# As soon as a target is defined using one of the dependency operators, it is
81.3Srillig# restricted to this dependency operator and cannot use the others anymore.
91.3Srilligonly-colon:
101.3Srillig# expect+1: Inconsistent operator for only-colon
111.3Srilligonly-colon!
121.3Srillig# expect+1: Inconsistent operator for only-colon
131.3Srilligonly-colon::
141.3Srillig# Ensure that the target still has the original operator.  If it hadn't, there
151.3Srillig# would be another error message.
161.3Srilligonly-colon:
171.1Srillig
181.1Srilligall:
19