chiark / gitweb /
cde814d0c0db0c499c21705cc3c2fe96df46e0ba
[secnet.git] / subdirmk / tests / filter / sub / dir / Dir.mk.expected
1 # autogenerated - do not edit
2 # subdirmk - test cases for generate script
3 # Copyright various contributors - see top level README.
4 # SPDX-License-Identifier: LGPL-2.0-or-later
5 # There is NO WARRANTY.
6
7 # Prefix in sub/dir
8
9
10 sub/dir/
11
12 # sub_dir_TARGETS_notarget += 42
13 sub_dir_TARGETS_sometarget1
14 sub_dir_TARGETS_sometarget2
15
16 line joining
17
18 sub_dir_WARN += 4
19 WARN += 4
20 sub_dir_WARN += 5 # this warning suppressed, precisely
21 WARN += 5
22
23 $(NOWARN1)
24
25 sub_dir_WARN += 6
26
27 # doctests:
28
29 # Suffix in sub/dir
30
31 sub/dir/all:: $(sub_dir_TARGETS)
32 sub/dir/sometarget1:: $(sub_dir_TARGETS_sometarget1)
33 sub/dir/sometarget2:: $(sub_dir_TARGETS_sometarget2)
34 .PHONY: sub/dir/all sub/dir/sometarget1 sub/dir/sometarget2