]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - unit-tests/suff-transform-debug.mk
Import bmake-20210621
[FreeBSD/FreeBSD.git] / unit-tests / suff-transform-debug.mk
1 # $NetBSD: suff-transform-debug.mk,v 1.1 2020/11/22 23:45:20 rillig Exp $
2 #
3 # Test how the debug output of transformation rules looks.
4
5 .MAKEFLAGS: -dg1
6
7 .SUFFIXES: .a .c .cpp
8
9 .c.cpp .cpp.a:
10         : Making ${.TARGET} from impsrc ${.IMPSRC} allsrc ${.ALLSRC}.
11
12 all: