Lines Matching refs:write
122 write take precedence over those that are built in. Note however, that
178 `.o' file: how do you write the `cc' command so that it operates on the
179 right source file name? You cannot write the name in the command,
330 these automatic variables; we write "the value of `$<'", rather than
331 "the variable `<'" as we would write for ordinary variables such as
456 of implicit rules is determined by where you write the new rule.
492 Naturally, there is no `.DEFAULT' rule unless you write one.
579 adding to them, write a rule for `.SUFFIXES' with no prerequisites. By
581 `.SUFFIXES'. You can then write another rule to add the suffixes you
693 * Archive Suffix Rules:: You can write a special kind of suffix rule
723 To specify several members in the same archive, you can write all the
775 you write an archive member target `foo.a(dir/file.o)', `make' will
832 same archive file. But for the time being, you must either write your
841 You can write a special kind of suffix rule for dealing with archive
847 To write a suffix rule for archives, you simply write a suffix rule
1155 write each shell command line to stand on its own and not require
1165 programs. Using Automake will help you write a Makefile that follows
1422 are using Autoconf, write it as `@prefix@'.)
1430 be `$(prefix)'. (If you are using Autoconf, write it as
1447 run. This should normally be `/usr/local/bin', but write it as
1448 `$(exec_prefix)/bin'. (If you are using Autoconf, write it as
1455 write it as `$(exec_prefix)/sbin'. (If you are using Autoconf,
1456 write it as `@sbindir@'.)
1461 `/usr/local/libexec', but write it as `$(exec_prefix)/libexec'.
1462 (If you are using Autoconf, write it as `@libexecdir@'.)
1492 `/usr/local/share', but write it as `$(prefix)/share'. (If you
1493 are using Autoconf, write it as `@datarootdir@'.) `datadir''s
1504 This should normally be `/usr/local/share', but write it as
1505 `$(datarootdir)'. (If you are using Autoconf, write it as
1518 `/usr/local/etc', but write it as `$(prefix)/etc'. (If you are
1519 using Autoconf, write it as `@sysconfdir@'.)
1530 `/usr/local/com', but write it as `$(prefix)/com'. (If you are
1531 using Autoconf, write it as `@sharedstatedir@'.)
1539 `$(localstatedir)' should normally be `/usr/local/var', but write
1540 it as `$(prefix)/var'. (If you are using Autoconf, write it as
1551 should normally be `/usr/local/include', but write it as
1552 `$(prefix)/include'. (If you are using Autoconf, write it as
1566 (If you are using Autoconf, you can write it as `@oldincludedir@'.)
1586 `$(datarootdir)/doc/YOURPKG'. (If you are using Autoconf, write
1595 write it as `@infodir@'.) `infodir' is separate from `docdir' for
1605 you are using Autoconf, write them as `@htmldir@', `@dvidir@',
1615 `/usr/local/lib', but write it as `$(exec_prefix)/lib'. (If you
1616 are using Autoconf, write it as `@libdir@'.)
1623 If you are using Autoconf, write the default as `@lispdir@'. In
1634 using Autoconf, write it as `@localedir@'.) This directory
1642 should write it as `$(datarootdir)/man'. (If you are using
1643 Autoconf, write it as `@mandir@'.)
1699 should write the `install' rule to create these subdirectories.
1735 If possible, write the `install' target rule so that it does not
1894 Generate any Info files needed. The best way to write the rules
1926 distribution.(1) Alternatively, write just the dependencies, and
1963 should write the self-tests so that they work when the program is
3573 * commands, how to write: Commands. (line 6)
3785 * makefile, how to write: Makefiles. (line 6)
3951 * rule, how to write: Rules. (line 6)