* mauve-libgcj: Omit java.text.Collator,
[official-gcc.git] / etc / Makefile.in
blobc4900829c25f27a7596b601f7df22185b1aa6be8
1 #
2 # Makefile.in for etc
5 prefix = @prefix@
6 exec_prefix = @exec_prefix@
8 srcdir = @srcdir@
9 VPATH = @srcdir@
11 bindir = @bindir@
12 libdir = @libdir@
13 tooldir = $(libdir)
14 datadir = @datadir@
16 mandir = @mandir@
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
26 infodir = @infodir@
28 SHELL = /bin/sh
30 INSTALL = @INSTALL@
31 INSTALL_PROGRAM = @INSTALL_PROGRAM@
32 INSTALL_DATA = @INSTALL_DATA@
34 MAKEINFO = makeinfo
35 TEXI2DVI = texi2dvi
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.
41 ###
43 INFOFILES = standards.info
44 DVIFILES = standards.dvi
46 all:
48 install:
50 uninstall:
52 info: $(INFOFILES)
54 install-info: info
55 if test ! -f standards.info ; then cd $(srcdir); fi; \
56 for i in standards.info*; do \
57 $(INSTALL_DATA) $$i $(infodir)/$$i; \
58 done
60 dvi: $(DVIFILES)
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
69 clean:
70 rm -f *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys *.log
71 rm -f *.pg *.pgs *.toc *.tp *.tps *.vr *.vrs
73 mostlyclean: clean
75 distclean: clean
76 rm -f Makefile config.status config.cache
78 maintainer-clean realclean: distclean
79 rm -f *.info*
81 Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
82 $(SHELL) ./config.status
84 ## these last targets are for standards.texi conformance
85 dist:
86 check:
87 installcheck:
88 TAGS: