remake  4.3+dbg-1.5
help/write.h
Go to the documentation of this file.
1 #define write_HELP_TEXT \
2  "Writes the commands associated of a target to a file with MAKE\n" \
3  "variables expanded.\n" \
4  "\n" \
5  "If no target given, the basename of the current target is used.\n" \
6  "If a filename is supplied it is used. If it is the string\n" \
7  "\"here\", we write the output to stdout. If no filename is\n" \
8  "given then create the filename by prepending a directory name to\n" \
9  "the target name and then append \".sh\"."