6 exec_prefix = @
exec_prefix@
17 man1dir = $(mandir)/man1
18 man2dir = $(mandir)/man2
19 man3dir = $(mandir)/man3
20 man4dir = $(mandir)/man4
21 man5dir = $(mandir)/man5
22 man6dir = $(mandir)/man6
23 man7dir = $(mandir)/man7
24 man8dir = $(mandir)/man8
25 man9dir = $(mandir)/man9
31 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
32 INSTALL_DATA
= @INSTALL_DATA@
37 # Where to find texinfo.tex to format documentation with TeX.
38 TEXIDIR
= $(srcdir)/..
/texinfo
40 #### Host, target, and site specific Makefile fragments come in here.
43 INFOFILES
= standards.
info
44 DVIFILES
= standards.
dvi
55 if
test ! -f standards.
info ; then cd
$(srcdir); fi
; \
56 for i in standards.
info*; do \
57 $(INSTALL_DATA
) $$i $(infodir)/$$i; \
62 standards.
info: $(srcdir)/standards.texi
$(srcdir)/make-stds.texi
63 $(MAKEINFO
) --no-split
-I
$(srcdir) -o standards.
info $(srcdir)/standards.texi
65 standards.
dvi: $(srcdir)/standards.texi
66 TEXINPUTS
=$(TEXIDIR
):$$TEXINPUTS $(TEXI2DVI
) $(srcdir)/standards.texi
70 rm -f
*.aux
*.cp
*.cps
*.
dvi *.fn
*.fns
*.ky
*.kys
*.log
71 rm -f
*.pg
*.pgs
*.toc
*.tp
*.tps
*.vr
*.vrs
76 rm -f Makefile config.status config.cache
78 maintainer-clean
realclean: distclean
81 Makefile
: $(srcdir)/Makefile.in
$(host_makefile_frag
) $(target_makefile_frag
)
82 $(SHELL
) .
/config.status
84 ## these last targets are for standards.texi conformance