Show Targets found in Makefiles (info targets)

info targets [ names | positions | tasks | all ]

Show the explicitly-named targets found in read Makefiles.

Suboptions are as follows: * names: shows target names, * positions: shows the location in the Makefile * all:shows names and location * tasks: shows target name if it has commands associated with it

Example:

remake<1> info targets
           .C
           .C.o
           ...
Makefile:15:
           .PHONY
           .S
           ...

See also

info tasks, target, and info target.