1*956e45f6SSimon J. Gerraty# $NetBSD: depsrc-made.mk,v 1.3 2020/09/05 15:57:12 rillig Exp $ 22c3632d1SSimon J. Gerraty# 3*956e45f6SSimon J. Gerraty# Tests for the special source .MADE in dependency declarations, 4*956e45f6SSimon J. Gerraty# which marks all its dependencies as already made, so their commands 5*956e45f6SSimon J. Gerraty# don't need to be executed. 6*956e45f6SSimon J. Gerraty# 7*956e45f6SSimon J. Gerraty# TODO: Describe a possible use case for .MADE. 82c3632d1SSimon J. Gerraty 9*956e45f6SSimon J. Gerratyall: part1 part2 102c3632d1SSimon J. Gerraty 11*956e45f6SSimon J. Gerratypart1: chapter11 chapter12 .MADE 12*956e45f6SSimon J. Gerratypart2: chapter21 chapter22 13*956e45f6SSimon J. Gerraty 14*956e45f6SSimon J. Gerratychapter11 chapter12 chapter21 chapter22: 15*956e45f6SSimon J. Gerraty : Making ${.TARGET} 16