OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [libgloss/] [doc/] [Makefile.in] - Diff between revs 207 and 345

Only display areas with differences | Details | Blame | View Log

Rev 207 Rev 345
# Copyright (c) 1995, 1996 Cygnus Support
# Copyright (c) 1995, 1996 Cygnus Support
#
#
# The authors hereby grant permission to use, copy, modify, distribute,
# The authors hereby grant permission to use, copy, modify, distribute,
# and license this software and its documentation for any purpose, provided
# and license this software and its documentation for any purpose, provided
# that existing copyright notices are retained in all copies and that this
# that existing copyright notices are retained in all copies and that this
# notice is included verbatim in any distributions. No written agreement,
# notice is included verbatim in any distributions. No written agreement,
# license, or royalty fee is required for any of the authorized uses.
# license, or royalty fee is required for any of the authorized uses.
# Modifications to this software may be copyrighted by their authors
# Modifications to this software may be copyrighted by their authors
# and need not follow the licensing terms described here, provided that
# and need not follow the licensing terms described here, provided that
# the new terms are clearly indicated on the first page of each file where
# the new terms are clearly indicated on the first page of each file where
# they apply.
# they apply.
#
#
DESTDIR =
DESTDIR =
srcdir = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
VPATH = @srcdir@
prefix = @prefix@
prefix = @prefix@
exec_prefix = @exec_prefix@
exec_prefix = @exec_prefix@
datarootdir = @datarootdir@
datarootdir = @datarootdir@
mandir = @mandir@
mandir = @mandir@
man1dir = $(mandir)/man1
man1dir = $(mandir)/man1
infodir = @infodir@
infodir = @infodir@
MAKEINFO = makeinfo
MAKEINFO = makeinfo
TEXI2DVI = TEXINPUTS=$(TEXIDIR):$(srcdir):$$TEXINPUTS texi2dvi
TEXI2DVI = TEXINPUTS=$(TEXIDIR):$(srcdir):$$TEXINPUTS texi2dvi
INSTALL = @INSTALL@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_DATA = @INSTALL_DATA@
# Where to find texinfo.tex to format docn with TeX
# Where to find texinfo.tex to format docn with TeX
TEXIDIR = $(srcdir)/../../texinfo
TEXIDIR = $(srcdir)/../../texinfo
MANPAGES =
MANPAGES =
all:
all:
info:   porting.info
info:   porting.info
html:   porting.html
html:   porting.html
dvi:    porting.dvi
dvi:    porting.dvi
pdf:    porting.pdf
pdf:    porting.pdf
ps:     porting.ps
ps:     porting.ps
doc:    info dvi
doc:    info dvi
porting: porting.dvi porting.info
porting: porting.dvi porting.info
######################################################################
######################################################################
# DOCUMENTATION TARGETS
# DOCUMENTATION TARGETS
# TeX output
# TeX output
porting.dvi: $(srcdir)/porting.texi $(srcdir)/porting.texi
porting.dvi: $(srcdir)/porting.texi $(srcdir)/porting.texi
        $(TEXI2DVI) $(srcdir)/porting.texi
        $(TEXI2DVI) $(srcdir)/porting.texi
porting.pdf: $(srcdir)/porting.texi $(srcdir)/porting.texi
porting.pdf: $(srcdir)/porting.texi $(srcdir)/porting.texi
        $(TEXI2DVI) --pdf $(srcdir)/porting.texi
        $(TEXI2DVI) --pdf $(srcdir)/porting.texi
# info file for online browsing
# info file for online browsing
porting.info: $(srcdir)/porting.texi $(srcdir)/porting.texi
porting.info: $(srcdir)/porting.texi $(srcdir)/porting.texi
        $(MAKEINFO) -I $(srcdir) -o porting.info $(srcdir)/porting.texi
        $(MAKEINFO) -I $(srcdir) -o porting.info $(srcdir)/porting.texi
porting.html: $(srcdir)/porting.texi $(srcdir)/porting.texi
porting.html: $(srcdir)/porting.texi $(srcdir)/porting.texi
        $(MAKEINFO) --html -I $(srcdir) -o porting.html $(srcdir)/porting.texi
        $(MAKEINFO) --html -I $(srcdir) -o porting.html $(srcdir)/porting.texi
porting.ps: porting.dvi
porting.ps: porting.dvi
        dvips -f porting.dvi > porting.ps
        dvips -f porting.dvi > porting.ps
#   different targets for -ms, -mm, -me
#   different targets for -ms, -mm, -me
# Try to use a recent texi2roff.  v2 was put on prep in jan91.
# Try to use a recent texi2roff.  v2 was put on prep in jan91.
# If you want an index, see texi2roff doc for postprocessing
# If you want an index, see texi2roff doc for postprocessing
# and add -i to texi2roff invocations below.
# and add -i to texi2roff invocations below.
# Workarounds for texi2roff-2 (probably fixed in later texi2roff's, delete
# Workarounds for texi2roff-2 (probably fixed in later texi2roff's, delete
#    correspondint -e lines when later texi2roff's are current)
#    correspondint -e lines when later texi2roff's are current)
# + @ifinfo's deleted explicitly due to texi2roff-2 bug w nested constructs.
# + @ifinfo's deleted explicitly due to texi2roff-2 bug w nested constructs.
# + @c's deleted explicitly because texi2roff sees texinfo commands in them
# + @c's deleted explicitly because texi2roff sees texinfo commands in them
# + @   (that's at-BLANK) not recognized by texi2roff, turned into blank
# + @   (that's at-BLANK) not recognized by texi2roff, turned into blank
# + @alphaenumerate is ridiculously new, turned into @enumerate
# + @alphaenumerate is ridiculously new, turned into @enumerate
# roff output (-ms)
# roff output (-ms)
porting.ms: $(srcdir)/porting.texi
porting.ms: $(srcdir)/porting.texi
        sed -e '/\\input texinfo/d' \
        sed -e '/\\input texinfo/d' \
                -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
                -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
                -e '/^@ifinfo/,/^@end ifinfo/d' \
                -e '/^@ifinfo/,/^@end ifinfo/d' \
                -e '/^@c/d' \
                -e '/^@c/d' \
                -e 's/{.*,,/{/' \
                -e 's/{.*,,/{/' \
                -e 's/@ / /g' \
                -e 's/@ / /g' \
                -e 's/^@alphaenumerate/@enumerate/g' \
                -e 's/^@alphaenumerate/@enumerate/g' \
                -e 's/^@end alphaenumerate/@end enumerate/g' \
                -e 's/^@end alphaenumerate/@end enumerate/g' \
                $(srcdir)/porting.texi | \
                $(srcdir)/porting.texi | \
        $(TEXI2ROFF) -ms | \
        $(TEXI2ROFF) -ms | \
        sed -e 's/---/\\(em/g' \
        sed -e 's/---/\\(em/g' \
        >porting.ms
        >porting.ms
# roff output (-mm)
# roff output (-mm)
# '@noindent's removed due to texi2roff-2 mm bug; if yours is newer,
# '@noindent's removed due to texi2roff-2 mm bug; if yours is newer,
#   try leaving them in
#   try leaving them in
porting.mm: $(srcdir)/porting.texi
porting.mm: $(srcdir)/porting.texi
        sed -e '/\\input texinfo/d' \
        sed -e '/\\input texinfo/d' \
                -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
                -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
                -e '/^@ifinfo/,/^@end ifinfo/d' \
                -e '/^@ifinfo/,/^@end ifinfo/d' \
                -e '/^@c/d' \
                -e '/^@c/d' \
                -e 's/{.*,,/{/' \
                -e 's/{.*,,/{/' \
                -e '/@noindent/d' \
                -e '/@noindent/d' \
                -e 's/@ / /g' \
                -e 's/@ / /g' \
                -e 's/^@alphaenumerate/@enumerate/g' \
                -e 's/^@alphaenumerate/@enumerate/g' \
                -e 's/^@end alphaenumerate/@end enumerate/g' \
                -e 's/^@end alphaenumerate/@end enumerate/g' \
                $(srcdir)/porting.texi | \
                $(srcdir)/porting.texi | \
        $(TEXI2ROFF) -mm | \
        $(TEXI2ROFF) -mm | \
        sed -e 's/---/\\(em/g' \
        sed -e 's/---/\\(em/g' \
                >porting.mm
                >porting.mm
# roff output (-me)
# roff output (-me)
porting.me: $(srcdir)/porting.texi
porting.me: $(srcdir)/porting.texi
        sed -e '/\\input texinfo/d' \
        sed -e '/\\input texinfo/d' \
                -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
                -e '/@c TEXI2ROFF-KILL/,/@c END TEXI2ROFF-KILL/d' \
                -e '/^@ifinfo/,/^@end ifinfo/d' \
                -e '/^@ifinfo/,/^@end ifinfo/d' \
                -e '/^@c/d' \
                -e '/^@c/d' \
                -e 's/{.*,,/{/' \
                -e 's/{.*,,/{/' \
                -e 's/@ / /g' \
                -e 's/@ / /g' \
                -e 's/^@alphaenumerate/@enumerate/g' \
                -e 's/^@alphaenumerate/@enumerate/g' \
                -e 's/^@end alphaenumerate/@end enumerate/g' \
                -e 's/^@end alphaenumerate/@end enumerate/g' \
                $(srcdir)/porting.texi | \
                $(srcdir)/porting.texi | \
        $(TEXI2ROFF) -me | \
        $(TEXI2ROFF) -me | \
        sed -e 's/---/\\(em/g' \
        sed -e 's/---/\\(em/g' \
        >porting.me
        >porting.me
######################################################################
######################################################################
clean mostlyclean:
clean mostlyclean:
        -rm -f *.o *~ \#* core *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc \
        -rm -f *.o *~ \#* core *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc \
        *.tp *.vr *.cps *.fns *.kys *.pgs *.tps *.vrs *.info* *.1 *.ps
        *.tp *.vr *.cps *.fns *.kys *.pgs *.tps *.vrs *.info* *.1 *.ps
maintainer-clean realclean: clean
maintainer-clean realclean: clean
        -rm -f
        -rm -f
install:
install:
install-info: info
install-info: info
        for i in *.info* ; do \
        for i in *.info* ; do \
                $(INSTALL_DATA) $$i $(DESTDIR)$(infodir)/$$i ; \
                $(INSTALL_DATA) $$i $(DESTDIR)$(infodir)/$$i ; \
        done
        done
clean-info:
clean-info:
        -rm -rf *.info*
        -rm -rf *.info*
distclean:      clean
distclean:      clean
        -rm -f Makefile config.cache config.log config.status
        -rm -f Makefile config.cache config.log config.status
Makefile: Makefile.in config.status
Makefile: Makefile.in config.status
        $(SHELL) config.status
        $(SHELL) config.status
config.status: configure
config.status: configure
        $(SHELL) config.status --recheck
        $(SHELL) config.status --recheck
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.