chiark / gitweb /
Interface: Rename Perdir to Suffix; provide Prefix
[subdirmk.git] / tests / filter / sub / dir / Subdir.mk.expected
index 8a3e94f33bc82643ff9671f005c7a297d6a5ecc5..6748cdcbb79b046b414ceefedff8c05b54c245df 100644 (file)
@@ -1,9 +1,19 @@
 # autogenerated - do not edit
+# Prefix in sub/dir
 # subdirectory test cases
 
 sub/dir/
 
+# sub_dir_TARGETS_notarget += 42
+sub_dir_TARGETS_sometarget1
+sub_dir_TARGETS_sometarget2
+
+line joining
+
 # doctests:
+# Suffix in sub/dir
 
 sub/dir/all:: $(sub_dir_TARGETS)
-.PHONY: sub/dir/all
+sub/dir/sometarget1:: $(sub_dir_TARGETS_sometarget1)
+sub/dir/sometarget2:: $(sub_dir_TARGETS_sometarget2)
+.PHONY: sub/dir/all sub/dir/sometarget1 sub/dir/sometarget2