Lines Matching refs:write

35 Using Automake will help you write a Makefile that follows these
320 (If you are using Autoconf, write it as @samp{@@prefix@@}.)
331 (If you are using Autoconf, write it as @samp{@@exec_prefix@@}.)
348 This should normally be @file{/usr/local/bin}, but write it as
350 (If you are using Autoconf, write it as @samp{@@bindir@@}.)
356 should normally be @file{/usr/local/sbin}, but write it as
358 (If you are using Autoconf, write it as @samp{@@sbindir@@}.)
365 @file{/usr/local/libexec}, but write it as @file{$(exec_prefix)/libexec}.
366 (If you are using Autoconf, write it as @samp{@@libexecdir@@}.)
402 write it as @file{$(prefix)/share}. (If you are using Autoconf, write
414 This should normally be @file{/usr/local/share}, but write it as
415 @file{$(datarootdir)}. (If you are using Autoconf, write it as
428 write it as @file{$(prefix)/etc}.
429 (If you are using Autoconf, write it as @samp{@@sysconfdir@@}.)
440 @file{/usr/local/com}, but write it as @file{$(prefix)/com}.
441 (If you are using Autoconf, write it as @samp{@@sharedstatedir@@}.)
449 should normally be @file{/usr/local/var}, but write it as
451 (If you are using Autoconf, write it as @samp{@@localstatedir@@}.)
464 should normally be @file{/usr/local/include}, but write it as
466 (If you are using Autoconf, write it as @samp{@@includedir@@}.)
479 (If you are using Autoconf, you can write it as @samp{@@oldincludedir@@}.)
500 write it as @samp{@@docdir@@}.) The @var{yourpkg} subdirectory, which
508 write it as @samp{@@infodir@@}.) @code{infodir} is separate from
518 you are using Autoconf, write them as @samp{@@htmldir@@},
528 @file{/usr/local/lib}, but write it as @file{$(exec_prefix)/lib}.
529 (If you are using Autoconf, write it as @samp{@@libdir@@}.)
536 If you are using Autoconf, write the default as @samp{@@lispdir@@}.
549 using Autoconf, write it as @samp{@@localedir@@}.) This directory
559 should write it as @file{$(datarootdir)/man}. (If you are using
560 Autoconf, write it as @samp{@@mandir@@}.)
619 should write the @code{install} rule to create these subdirectories.
653 If possible, write the @code{install} target rule so that it does not
820 Generate any Info files needed. The best way to write the rules is as
860 write just the dependencies, and allow GNU @code{make} to provide the command.
904 running the tests, but need not install the program; you should write