Home | History | Annotate | Download | only in unit-tests

Lines Matching refs:SUFFIXES

1 # $NetBSD: deptgt-suffixes.mk,v 1.4 2020/11/21 21:54:42 rillig Exp $
3 # Tests for the special target .SUFFIXES in dependency declarations.
13 .SUFFIXES: .custom-null
19 # The order in which the suffixes are listed doesn't matter.
22 .SUFFIXES: .src-left .tgt-right
23 deptgt-suffixes.src-left:
27 all: deptgt-suffixes.tgt-right
30 .SUFFIXES: .tgt-left .src-right
31 deptgt-suffixes.src-right:
35 all: deptgt-suffixes.tgt-left