Home | History | Annotate | Download | only in mk

Lines Matching refs:CLEANFILES

7 # clean:	Delete files listed in ${CLEANFILES}.
8 # cleandir: Delete files listed in ${CLEANFILES} and ${CLEANDIRFILES}.
12 # CLEANFILES Files to remove for both the clean and cleandir targets.
23 # The files listed in CLEANFILES and CLEANDIRFILES must not be
35 __doclean: .PHONY .MADE __cleanuse CLEANFILES
40 # (such as CLEANFILES or CLEANDIRFILES), or possibly a list of
42 # files to delete. (We pass the variable name, e.g. CLEANFILES,
43 # instead of the file names, e.g. ${CLEANFILES}, because we don't
50 # The use of :M* is needed to handle the case that CLEANFILES
52 # This can easily happen when CLEANFILES or CLEANDIRFILES is set
55 # The use of :Q is needed to handle the case that CLEANFILES
57 # CLEANFILES = "filename with spaces".
60 .if 0 # print "# clean CLEANFILES" for debugging