Go to the documentation of this file. 1 #define target_HELP_TEXT \ 2 "Show information about a target.\n" \ 3 "\nThe following attributes names can be given after a target name:\n" \ 4 " attributes - rule attributes: precious, rule search, and pattern stem\n" \ 5 " commands - shell commands that are run to update the target\n" \ 6 " expand - like 'commands', but Makefile variables are expanded\n" \ 7 " nonorder - non-order dependencies\n" \ 8 " order - order dependencies\n" \ 9 " depends - all target dependencies, i.e. order and non-order\n" \ 10 " previous - previous target name hwen there are multiple double-colons\n" \ 11 " state - shell command state\n" \ 12 " time - last modification time and whether file has been updated\n" \ 13 " variables - automatically set variables such as @ or <\n" \ 15 "TARGET-NAME can be a variable like `@' (current target) or `<'\n" \ 16 "(first dependency). If no variable or target name is supplied\n" \ 17 "we to use the current target name.\n"