8 exec_prefix = @
exec_prefix@
19 man1dir = $(mandir)/man1
20 man2dir = $(mandir)/man2
21 man3dir = $(mandir)/man3
22 man4dir = $(mandir)/man4
23 man5dir = $(mandir)/man5
24 man6dir = $(mandir)/man6
25 man7dir = $(mandir)/man7
26 man8dir = $(mandir)/man8
27 man9dir = $(mandir)/man9
28 datarootdir
= @datarootdir@
37 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
38 INSTALL_DATA
= @INSTALL_DATA@
40 #### Host, target, and site specific Makefile fragments come in here.
50 rm -f Makefile config.status config.cache
52 maintainer-clean
realclean: distclean
54 Makefile
: $(srcdir)/Makefile.in
$(host_makefile_frag
) $(target_makefile_frag
) \
56 $(SHELL
) .
/config.status
59 configure_deps
= $(srcdir)/configure.in
61 $(srcdir)/configure
: @MAINT@
$(configure_deps
)
62 cd
$(srcdir) && $(AUTOCONF
)
64 config.status
: $(srcdir)/configure
65 $(SHELL
) .
/config.status
--recheck
67 ## these last targets are for standards.texi conformance
71 install install-strip install-info install-html install-pdf
: