Lines Matching full:tell
67 * Makefiles:: Makefiles tell `make' what to do.
423 You need a file called a "makefile" to tell `make' what to do. Most
428 files and three header files. The makefile can also tell `make' how to
571 never does anything with it unless you tell it specifically. Note that
612 unless you tell `make' to do so (with a command such as `make clean').
775 for. Makefiles commonly tell how to do a few other things besides
916 arguments `-f NAME' or `--file=NAME' tell `make' to read the file NAME
2160 prerequisite whose name is of the form `-lNAME'. (You can tell
2869 obsolete--you need never tell `make' explicitly to regenerate the
3344 to tell `make' to limit the number of jobs to run at once, based on the
3667 Likewise, you can use `unexport' by itself to tell `make' _not_ to
5385 example shows how to tell the C compiler to search for header files in
6233 The makefile tells `make' how to tell whether a target is up to date,
6702 "Implicit rules" tell `make' how to use customary techniques so that