Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
7f388fb4
Commit
7f388fb4
authored
Apr 01, 1998
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update with automake patched for DATA=$(INSTALL_DATA) problem.
From-SVN: r18948
parent
a9a2595b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
202 additions
and
116 deletions
+202
-116
texinfo/Makefile.in
+22
-12
texinfo/doc/Makefile.in
+29
-32
texinfo/info/Makefile.in
+0
-0
texinfo/lib/Makefile.in
+48
-21
texinfo/makeinfo/Makefile.in
+50
-24
texinfo/util/Makefile.in
+53
-27
No files found.
texinfo/Makefile.in
View file @
7f388fb4
# Makefile.in generated automatically by automake 1.2
f
from Makefile.am
# Makefile.in generated automatically by automake 1.2
e
from Makefile.am
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
# 1.2f was the first version that supported .txi as a Texinfo suffix.
# 1.2f was the first version that supported .txi as a Texinfo suffix.
SHELL
=
/bin/sh
SHELL
=
@SHELL@
srcdir
=
@srcdir@
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
top_srcdir
=
@top_srcdir@
...
@@ -62,16 +62,21 @@ CATALOGS = @CATALOGS@
...
@@ -62,16 +62,21 @@ CATALOGS = @CATALOGS@
CATOBJEXT
=
@CATOBJEXT@
CATOBJEXT
=
@CATOBJEXT@
CC
=
@CC@
CC
=
@CC@
DATADIRNAME
=
@DATADIRNAME@
DATADIRNAME
=
@DATADIRNAME@
EXEEXT
=
@EXEEXT@
GENCAT
=
@GENCAT@
GENCAT
=
@GENCAT@
GMOFILES
=
@GMOFILES@
GMOFILES
=
@GMOFILES@
GMSGFMT
=
@GMSGFMT@
GMSGFMT
=
@GMSGFMT@
GT_NO
=
@GT_NO@
GT_NO
=
@GT_NO@
GT_YES
=
@GT_YES@
GT_YES
=
@GT_YES@
INCLUDE_LOCALE_H
=
@INCLUDE_LOCALE_H@
INCLUDE_LOCALE_H
=
@INCLUDE_LOCALE_H@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTOBJEXT
=
@INSTOBJEXT@
INSTOBJEXT
=
@INSTOBJEXT@
INTLDEPS
=
@INTLDEPS@
INTLDEPS
=
@INTLDEPS@
INTLLIBS
=
@INTLLIBS@
INTLLIBS
=
@INTLLIBS@
INTLOBJS
=
@INTLOBJS@
INTLOBJS
=
@INTLOBJS@
MAINT
=
@MAINT@
MAKEINFO
=
@MAKEINFO@
MAKEINFO
=
@MAKEINFO@
MKINSTALLDIRS
=
@MKINSTALLDIRS@
MKINSTALLDIRS
=
@MKINSTALLDIRS@
MSGFMT
=
@MSGFMT@
MSGFMT
=
@MSGFMT@
...
@@ -98,13 +103,13 @@ EXTRA_DIST = INTRODUCTION dir-example
...
@@ -98,13 +103,13 @@ EXTRA_DIST = INTRODUCTION dir-example
# Others are alphabetical.
# Others are alphabetical.
SUBDIRS
=
intl lib info makeinfo po util doc
SUBDIRS
=
intl lib info makeinfo po util doc
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/mkinstalldirs
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/
../
mkinstalldirs
CONFIG_HEADER
=
config.h
CONFIG_HEADER
=
config.h
CONFIG_CLEAN_FILES
=
CONFIG_CLEAN_FILES
=
DIST_COMMON
=
README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL
\
DIST_COMMON
=
README ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL
\
Makefile.am Makefile.in NEWS T
ODO acconfig.h aclocal.m4 config.guess
\
Makefile.am Makefile.in NEWS T
HANKS TODO acconfig.h acinclude.m4
\
config.h.in config.sub configure configure.in install-sh missing
\
aclocal.m4 config.guess config.h.in config.sub configure configure.in
\
mkinstalldirs stamp-h.in texinfo.tex
m
issing m
kinstalldirs stamp-h.in texinfo.tex
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
...
@@ -114,19 +119,19 @@ GZIP = --best
...
@@ -114,19 +119,19 @@ GZIP = --best
default
:
all
default
:
all
.SUFFIXES
:
.SUFFIXES
:
$(srcdir)/Makefile.in
:
Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
$(srcdir)/Makefile.in
:
@MAINT@
Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
$(AUTOMAKE)
--gnu
--include-deps
Makefile
cd
$(top_srcdir)
&&
$(AUTOMAKE)
--gnu
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
$(BUILT_SOURCES)
cd
$(top_builddir)
\
cd
$(top_builddir)
\
&&
CONFIG_FILES
=
$@
CONFIG_HEADERS
=
$(SHELL)
./config.status
&&
CONFIG_FILES
=
$@
CONFIG_HEADERS
=
$(SHELL)
./config.status
$(ACLOCAL_M4)
:
configure.in
$(ACLOCAL_M4)
:
@MAINT@ configure.in acinclude.m4
cd
$(srcdir)
&&
$(ACLOCAL)
cd
$(srcdir)
&&
$(ACLOCAL)
config.status
:
$(srcdir)/configure
config.status
:
$(srcdir)/configure
$(SHELL)
./config.status
--recheck
$(SHELL)
./config.status
--recheck
$(srcdir)/configure
:
$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
$(srcdir)/configure
:
@MAINT@
$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
cd
$(srcdir)
&&
$(AUTOCONF)
cd
$(srcdir)
&&
$(AUTOCONF)
config.h
:
stamp-h
config.h
:
stamp-h
...
@@ -136,7 +141,7 @@ stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
...
@@ -136,7 +141,7 @@ stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
&&
CONFIG_FILES
=
CONFIG_HEADERS
=
config.h
\
&&
CONFIG_FILES
=
CONFIG_HEADERS
=
config.h
\
$(SHELL)
./config.status
$(SHELL)
./config.status
@
echo
timestamp
>
stamp-h
@
echo
timestamp
>
stamp-h
$(srcdir)/config.h.in
:
$(srcdir)/stamp-h.in
$(srcdir)/config.h.in
:
@MAINT@
$(srcdir)/stamp-h.in
$(srcdir)/stamp-h.in
:
$(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
$(srcdir)/stamp-h.in
:
$(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
cd
$(top_srcdir)
&&
$(AUTOHEADER)
cd
$(top_srcdir)
&&
$(AUTOHEADER)
@
echo
timestamp
>
$(srcdir)
/stamp-h.in
@
echo
timestamp
>
$(srcdir)
/stamp-h.in
...
@@ -251,6 +256,11 @@ distdir: $(DISTFILES)
...
@@ -251,6 +256,11 @@ distdir: $(DISTFILES)
-
rm
-rf
$(distdir)
-
rm
-rf
$(distdir)
mkdir
$(distdir)
mkdir
$(distdir)
-
chmod 777
$(distdir)
-
chmod 777
$(distdir)
here
=
`
cd
$(top_builddir)
&&
pwd
`
;
\
top_distdir
=
`
cd
$(distdir)
&&
pwd
`
;
\
distdir
=
`
cd
$(distdir)
&&
pwd
`
;
\
cd
$(top_srcdir)
\
&&
$(AUTOMAKE)
--include-deps
--build-dir
=
$$
here
--srcdir-name
=
$(top_srcdir)
--output-dir
=
$$
top_distdir
--gnu
Makefile
@
for
file
in
$(DISTFILES)
;
do
\
@
for
file
in
$(DISTFILES)
;
do
\
d
=
$(srcdir)
;
\
d
=
$(srcdir)
;
\
test
-f
$(distdir)
/
$$
file
\
test
-f
$(distdir)
/
$$
file
\
...
...
texinfo/doc/Makefile.in
View file @
7f388fb4
# Makefile.in generated automatically by automake 1.2
f
from Makefile.am
# Makefile.in generated automatically by automake 1.2
e
from Makefile.am
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
# PARTICULAR PURPOSE.
# PARTICULAR PURPOSE.
SHELL
=
/bin/sh
SHELL
=
@SHELL@
srcdir
=
@srcdir@
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
top_srcdir
=
@top_srcdir@
...
@@ -59,16 +59,21 @@ CATALOGS = @CATALOGS@
...
@@ -59,16 +59,21 @@ CATALOGS = @CATALOGS@
CATOBJEXT
=
@CATOBJEXT@
CATOBJEXT
=
@CATOBJEXT@
CC
=
@CC@
CC
=
@CC@
DATADIRNAME
=
@DATADIRNAME@
DATADIRNAME
=
@DATADIRNAME@
EXEEXT
=
@EXEEXT@
GENCAT
=
@GENCAT@
GENCAT
=
@GENCAT@
GMOFILES
=
@GMOFILES@
GMOFILES
=
@GMOFILES@
GMSGFMT
=
@GMSGFMT@
GMSGFMT
=
@GMSGFMT@
GT_NO
=
@GT_NO@
GT_NO
=
@GT_NO@
GT_YES
=
@GT_YES@
GT_YES
=
@GT_YES@
INCLUDE_LOCALE_H
=
@INCLUDE_LOCALE_H@
INCLUDE_LOCALE_H
=
@INCLUDE_LOCALE_H@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTOBJEXT
=
@INSTOBJEXT@
INSTOBJEXT
=
@INSTOBJEXT@
INTLDEPS
=
@INTLDEPS@
INTLDEPS
=
@INTLDEPS@
INTLLIBS
=
@INTLLIBS@
INTLLIBS
=
@INTLLIBS@
INTLOBJS
=
@INTLOBJS@
INTLOBJS
=
@INTLOBJS@
MAINT
=
@MAINT@
MKINSTALLDIRS
=
@MKINSTALLDIRS@
MKINSTALLDIRS
=
@MKINSTALLDIRS@
MSGFMT
=
@MSGFMT@
MSGFMT
=
@MSGFMT@
PACKAGE
=
@PACKAGE@
PACKAGE
=
@PACKAGE@
...
@@ -93,13 +98,13 @@ EXTRA_DIST = macro.texi userdoc.texi epsf.tex texinfo.tex
...
@@ -93,13 +98,13 @@ EXTRA_DIST = macro.texi userdoc.texi epsf.tex texinfo.tex
# We try to discover this via configure just to give a better help message.
# We try to discover this via configure just to give a better help message.
TEXMF
=
@TEXMF@
TEXMF
=
@TEXMF@
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/mkinstalldirs
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/
../
mkinstalldirs
CONFIG_HEADER
=
../config.h
CONFIG_HEADER
=
../config.h
CONFIG_CLEAN_FILES
=
CONFIG_CLEAN_FILES
=
TEXI2DVI
=
texi2dvi
TEXI2DVI
=
texi2dvi
TEXINFO_TEX
=
$(
srcdir)
/texinfo.tex
TEXINFO_TEX
=
$(
top_srcdir)
/..
/texinfo.tex
INFO_DEPS
=
info-stnd.info info.info texinfo
INFO_DEPS
=
info-stnd.info info.info texinfo
DVIS
=
info-stnd.dvi info.dvi texinfo.dvi
DVIS
=
info-stnd.dvi info.dvi texinfo.
txi.
dvi
TEXINFOS
=
info-stnd.texi info.texi texinfo.txi
TEXINFOS
=
info-stnd.texi info.texi texinfo.txi
DIST_COMMON
=
README
$(info_TEXINFOS)
Makefile.am Makefile.in
\
DIST_COMMON
=
README
$(info_TEXINFOS)
Makefile.am Makefile.in
\
texinfo.tex
texinfo.tex
...
@@ -112,11 +117,11 @@ GZIP = --best
...
@@ -112,11 +117,11 @@ GZIP = --best
default
:
all
default
:
all
.SUFFIXES
:
.SUFFIXES
:
.SUFFIXES
:
.dvi .info .ps .texi .texinfo
.txi
.SUFFIXES
:
.dvi .info .ps .texi .texinfo
$(srcdir)/Makefile.in
:
Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
$(srcdir)/Makefile.in
:
@MAINT@
Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
$(AUTOMAKE)
--gnu
--include-deps
doc/Makefile
cd
$(top_srcdir)
&&
$(AUTOMAKE)
--gnu
doc/Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
$(BUILT_SOURCES)
cd
$(top_builddir)
\
cd
$(top_builddir)
\
&&
CONFIG_FILES
=
$(subdir)
/
$@
CONFIG_HEADERS
=
$(SHELL)
./config.status
&&
CONFIG_FILES
=
$(subdir)
/
$@
CONFIG_HEADERS
=
$(SHELL)
./config.status
...
@@ -130,13 +135,13 @@ info.dvi: info.texi $(info_TEXINFOS)
...
@@ -130,13 +135,13 @@ info.dvi: info.texi $(info_TEXINFOS)
texinfo
:
texinfo.txi
texinfo
:
texinfo.txi
texinfo.dvi
:
texinfo.txi
texinfo.
txi.
dvi
:
texinfo.txi
DVIPS
=
dvips
DVIPS
=
dvips
.texi.dvi
:
.texi.dvi
:
TEXINPUTS
=
$(
srcdir)
:
$$
TEXINPUTS
\
TEXINPUTS
=
$(
top_srcdir)
/..
:
$$
TEXINPUTS
\
MAKEINFO
=
'
$(MAKEINFO)
-I
$(srcdir)
'
$(TEXI2DVI)
$<
MAKEINFO
=
'
$(MAKEINFO)
-I
$(srcdir)
'
$(TEXI2DVI)
$<
.texi
:
.texi
:
...
@@ -155,22 +160,8 @@ DVIPS = dvips
...
@@ -155,22 +160,8 @@ DVIPS = dvips
&&
$(MAKEINFO)
`
echo
$<
| sed
's,.*/,,'
`
&&
$(MAKEINFO)
`
echo
$<
| sed
's,.*/,,'
`
.texinfo.dvi
:
.texinfo.dvi
:
TEXINPUTS
=
$(
srcdir)
:
$$
TEXINPUTS
\
TEXINPUTS
=
$(
top_srcdir)
/..
:
$$
TEXINPUTS
\
MAKEINFO
=
'
$(MAKEINFO)
-I
$(srcdir)
'
$(TEXI2DVI)
$<
MAKEINFO
=
'
$(MAKEINFO)
-I
$(srcdir)
'
$(TEXI2DVI)
$<
.txi.info
:
@
cd
$(srcdir)
&&
rm
-f
$@
$@
-[0-9]
$@
-[0-9][0-9]
cd
$(srcdir)
\
&&
$(MAKEINFO)
`
echo
$<
| sed
's,.*/,,'
`
.txi.dvi
:
TEXINPUTS
=
$(srcdir)
:
$$
TEXINPUTS
\
MAKEINFO
=
'
$(MAKEINFO)
-I
$(srcdir)
'
$(TEXI2DVI)
$<
.txi
:
@
cd
$(srcdir)
&&
rm
-f
$@
$@
-[0-9]
$@
-[0-9][0-9]
cd
$(srcdir)
\
&&
$(MAKEINFO)
`
echo
$<
| sed
's,.*/,,'
`
.dvi.ps
:
.dvi.ps
:
$(DVIPS)
$<
-o
$@
$(DVIPS)
$<
-o
$@
...
@@ -183,7 +174,7 @@ uninstall-info:
...
@@ -183,7 +174,7 @@ uninstall-info:
test
-z
"
$ii
"
\
test
-z
"
$ii
"
\
||
install-info
--info-dir
=
$(infodir)
--remove
$$
file
;
\
||
install-info
--info-dir
=
$(infodir)
--remove
$$
file
;
\
done
done
@
$(NORMAL_UNINSTALL)
$(NORMAL_UNINSTALL)
for
file
in
$(INFO_DEPS)
;
do
\
for
file
in
$(INFO_DEPS)
;
do
\
(
cd
$(infodir)
&&
rm
-f
$$
file
$$
file-[0-9]
$$
file-[0-9][0-9]
)
;
\
(
cd
$(infodir)
&&
rm
-f
$$
file
$$
file-[0-9]
$$
file-[0-9][0-9]
)
;
\
done
done
...
@@ -196,11 +187,12 @@ mostlyclean-aminfo:
...
@@ -196,11 +187,12 @@ mostlyclean-aminfo:
info-stnd.op info-stnd.tr info-stnd.cv info-stnd.cn info.aux
\
info-stnd.op info-stnd.tr info-stnd.cv info-stnd.cn info.aux
\
info.cp info.cps info.dvi info.fn info.fns info.ky info.kys
\
info.cp info.cps info.dvi info.fn info.fns info.ky info.kys
\
info.ps info.log info.pg info.toc info.tp info.tps info.vr
\
info.ps info.log info.pg info.toc info.tp info.tps info.vr
\
info.vrs info.op info.tr info.cv info.cn texinfo.aux
\
info.vrs info.op info.tr info.cv info.cn texinfo.txi.aux
\
texinfo.cp texinfo.cps texinfo.dvi texinfo.fn texinfo.fns
\
texinfo.txi.cp texinfo.txi.cps texinfo.txi.dvi texinfo.txi.fn
\
texinfo.ky texinfo.kys texinfo.ps texinfo.log texinfo.pg
\
texinfo.txi.fns texinfo.txi.ky texinfo.txi.kys texinfo.txi.ps
\
texinfo.toc texinfo.tp texinfo.tps texinfo.vr texinfo.vrs
\
texinfo.txi.log texinfo.txi.pg texinfo.txi.toc texinfo.txi.tp
\
texinfo.op texinfo.tr texinfo.cv texinfo.cn
texinfo.txi.tps texinfo.txi.vr texinfo.txi.vrs texinfo.txi.op
\
texinfo.txi.tr texinfo.txi.cv texinfo.txi.cn
clean-aminfo
:
clean-aminfo
:
...
@@ -222,6 +214,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
...
@@ -222,6 +214,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
subdir
=
doc
subdir
=
doc
distdir
:
$(DISTFILES)
distdir
:
$(DISTFILES)
here
=
`
cd
$(top_builddir)
&&
pwd
`
;
\
top_distdir
=
`
cd
$(top_distdir)
&&
pwd
`
;
\
distdir
=
`
cd
$(distdir)
&&
pwd
`
;
\
cd
$(top_srcdir)
\
&&
$(AUTOMAKE)
--include-deps
--build-dir
=
$$
here
--srcdir-name
=
$(top_srcdir)
--output-dir
=
$$
top_distdir
--gnu
doc/Makefile
@
for
file
in
$(DISTFILES)
;
do
\
@
for
file
in
$(DISTFILES)
;
do
\
d
=
$(srcdir)
;
\
d
=
$(srcdir)
;
\
test
-f
$(distdir)
/
$$
file
\
test
-f
$(distdir)
/
$$
file
\
...
...
texinfo/info/Makefile.in
View file @
7f388fb4
This diff is collapsed.
Click to expand it.
texinfo/lib/Makefile.in
View file @
7f388fb4
# Makefile.in generated automatically by automake 1.2
f
from Makefile.am
# Makefile.in generated automatically by automake 1.2
e
from Makefile.am
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
# PARTICULAR PURPOSE.
# PARTICULAR PURPOSE.
SHELL
=
/bin/sh
SHELL
=
@SHELL@
srcdir
=
@srcdir@
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
top_srcdir
=
@top_srcdir@
...
@@ -59,16 +59,21 @@ CATALOGS = @CATALOGS@
...
@@ -59,16 +59,21 @@ CATALOGS = @CATALOGS@
CATOBJEXT
=
@CATOBJEXT@
CATOBJEXT
=
@CATOBJEXT@
CC
=
@CC@
CC
=
@CC@
DATADIRNAME
=
@DATADIRNAME@
DATADIRNAME
=
@DATADIRNAME@
EXEEXT
=
@EXEEXT@
GENCAT
=
@GENCAT@
GENCAT
=
@GENCAT@
GMOFILES
=
@GMOFILES@
GMOFILES
=
@GMOFILES@
GMSGFMT
=
@GMSGFMT@
GMSGFMT
=
@GMSGFMT@
GT_NO
=
@GT_NO@
GT_NO
=
@GT_NO@
GT_YES
=
@GT_YES@
GT_YES
=
@GT_YES@
INCLUDE_LOCALE_H
=
@INCLUDE_LOCALE_H@
INCLUDE_LOCALE_H
=
@INCLUDE_LOCALE_H@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTOBJEXT
=
@INSTOBJEXT@
INSTOBJEXT
=
@INSTOBJEXT@
INTLDEPS
=
@INTLDEPS@
INTLDEPS
=
@INTLDEPS@
INTLLIBS
=
@INTLLIBS@
INTLLIBS
=
@INTLLIBS@
INTLOBJS
=
@INTLOBJS@
INTLOBJS
=
@INTLOBJS@
MAINT
=
@MAINT@
MAKEINFO
=
@MAKEINFO@
MAKEINFO
=
@MAKEINFO@
MKINSTALLDIRS
=
@MKINSTALLDIRS@
MKINSTALLDIRS
=
@MKINSTALLDIRS@
MSGFMT
=
@MSGFMT@
MSGFMT
=
@MSGFMT@
...
@@ -93,7 +98,7 @@ libtxi_a_LIBADD = @LIBOBJS@ @ALLOCA@
...
@@ -93,7 +98,7 @@ libtxi_a_LIBADD = @LIBOBJS@ @ALLOCA@
libtxi_a_DEPENDENCIES
=
$(libtxi_a_LIBADD)
libtxi_a_DEPENDENCIES
=
$(libtxi_a_LIBADD)
EXTRA_DIST
=
README
EXTRA_DIST
=
README
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/mkinstalldirs
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/
../
mkinstalldirs
CONFIG_HEADER
=
../config.h
CONFIG_HEADER
=
../config.h
CONFIG_CLEAN_FILES
=
CONFIG_CLEAN_FILES
=
LIBRARIES
=
$(noinst_LIBRARIES)
LIBRARIES
=
$(noinst_LIBRARIES)
...
@@ -116,6 +121,9 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
...
@@ -116,6 +121,9 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR
=
tar
TAR
=
tar
GZIP
=
--best
GZIP
=
--best
DEP_FILES
=
.deps/alloca.P .deps/getopt.P .deps/getopt1.P
\
.deps/memcpy.P .deps/memmove.P .deps/strdup.P .deps/strerror.P
\
.deps/xmalloc.P .deps/xstrdup.P
SOURCES
=
$(libtxi_a_SOURCES)
SOURCES
=
$(libtxi_a_SOURCES)
OBJECTS
=
$(libtxi_a_OBJECTS)
OBJECTS
=
$(libtxi_a_OBJECTS)
...
@@ -123,10 +131,10 @@ default: all
...
@@ -123,10 +131,10 @@ default: all
.SUFFIXES
:
.SUFFIXES
:
.SUFFIXES
:
.S .c .o .s
.SUFFIXES
:
.S .c .o .s
$(srcdir)/Makefile.in
:
Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
$(srcdir)/Makefile.in
:
@MAINT@
Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
$(AUTOMAKE)
--gnu
--include-deps
lib/Makefile
cd
$(top_srcdir)
&&
$(AUTOMAKE)
--gnu
lib/Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
$(BUILT_SOURCES)
cd
$(top_builddir)
\
cd
$(top_builddir)
\
&&
CONFIG_FILES
=
$(subdir)
/
$@
CONFIG_HEADERS
=
$(SHELL)
./config.status
&&
CONFIG_FILES
=
$(subdir)
/
$@
CONFIG_HEADERS
=
$(SHELL)
./config.status
...
@@ -140,9 +148,6 @@ distclean-noinstLIBRARIES:
...
@@ -140,9 +148,6 @@ distclean-noinstLIBRARIES:
maintainer-clean-noinstLIBRARIES
:
maintainer-clean-noinstLIBRARIES
:
.c.o
:
$(COMPILE)
-c
$<
.s.o
:
.s.o
:
$(COMPILE)
-c
$<
$(COMPILE)
-c
$<
...
@@ -194,17 +199,37 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
...
@@ -194,17 +199,37 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
subdir
=
lib
subdir
=
lib
distdir
:
$(DISTFILES)
distdir
:
$(DISTFILES)
here
=
`
cd
$(top_builddir)
&&
pwd
`
;
\
top_distdir
=
`
cd
$(top_distdir)
&&
pwd
`
;
\
distdir
=
`
cd
$(distdir)
&&
pwd
`
;
\
cd
$(top_srcdir)
\
&&
$(AUTOMAKE)
--include-deps
--build-dir
=
$$
here
--srcdir-name
=
$(top_srcdir)
--output-dir
=
$$
top_distdir
--gnu
lib/Makefile
@
for
file
in
$(DISTFILES)
;
do
\
@
for
file
in
$(DISTFILES)
;
do
\
d
=
$(srcdir)
;
\
d
=
$(srcdir)
;
\
test
-f
$(distdir)
/
$$
file
\
test
-f
$(distdir)
/
$$
file
\
||
ln
$$
d/
$$
file
$(distdir)
/
$$
file 2> /dev/null
\
||
ln
$$
d/
$$
file
$(distdir)
/
$$
file 2> /dev/null
\
||
cp
-p
$$
d/
$$
file
$(distdir)
/
$$
file
;
\
||
cp
-p
$$
d/
$$
file
$(distdir)
/
$$
file
;
\
done
done
getopt.o
:
getopt.c ../config.h
getopt1.o
:
getopt1.c ../config.h getopt.h
xmalloc.o
:
xmalloc.c
xstrdup.o
:
xstrdup.c ../config.h
DEPS_MAGIC
:=
$(
shell
mkdir .deps
>
/dev/null 2>&1
||
:
)
-include
$(DEP_FILES)
mostlyclean-depend
:
clean-depend
:
distclean-depend
:
maintainer-clean-depend
:
-
rm
-rf
.deps
%.o
:
%.c
@
echo
'
$(COMPILE)
-c $<'
;
\
DEPENDENCIES_OUTPUT
=
'.deps/$(*F).P'
;
\
export
DEPENDENCIES_OUTPUT
;
\
:
>
.deps/
$
(
*
F
)
.P
;
\
$(COMPILE)
-c
$<
info
:
info
:
dvi
:
dvi
:
check
:
all
check
:
all
...
@@ -243,18 +268,19 @@ maintainer-clean-generic:
...
@@ -243,18 +268,19 @@ maintainer-clean-generic:
-
test
-z
"
$(MAINTAINERCLEANFILES)
"
||
rm
-f
$(MAINTAINERCLEANFILES)
-
test
-z
"
$(MAINTAINERCLEANFILES)
"
||
rm
-f
$(MAINTAINERCLEANFILES)
-
test
-z
"
$(BUILT_SOURCES)
"
||
rm
-f
$(BUILT_SOURCES)
-
test
-z
"
$(BUILT_SOURCES)
"
||
rm
-f
$(BUILT_SOURCES)
mostlyclean
:
mostlyclean-noinstLIBRARIES mostlyclean-compile
\
mostlyclean
:
mostlyclean-noinstLIBRARIES mostlyclean-compile
\
mostlyclean-tags mostlyclean-generic
mostlyclean-tags mostlyclean-
depend mostlyclean-
generic
clean
:
clean-noinstLIBRARIES clean-compile clean-tags clean-
generic
\
clean
:
clean-noinstLIBRARIES clean-compile clean-tags clean-
depend
\
mostlyclean
clean-generic
mostlyclean
distclean
:
distclean-noinstLIBRARIES distclean-compile distclean-tags
\
distclean
:
distclean-noinstLIBRARIES distclean-compile distclean-tags
\
distclean-generic clean
distclean-
depend distclean-
generic clean
-
rm
-f
config.status
-
rm
-f
config.status
maintainer-clean
:
maintainer-clean-noinstLIBRARIES
\
maintainer-clean
:
maintainer-clean-noinstLIBRARIES
\
maintainer-clean-compile maintainer-clean-tags
\
maintainer-clean-compile maintainer-clean-tags
\
maintainer-clean-generic distclean
maintainer-clean-depend maintainer-clean-generic
\
distclean
@
echo
"This command is intended for maintainers to use;"
@
echo
"This command is intended for maintainers to use;"
@
echo
"it deletes files that may require special tools to rebuild."
@
echo
"it deletes files that may require special tools to rebuild."
...
@@ -262,9 +288,10 @@ maintainer-clean: maintainer-clean-noinstLIBRARIES \
...
@@ -262,9 +288,10 @@ maintainer-clean: maintainer-clean-noinstLIBRARIES \
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES
\
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES
\
mostlyclean-compile distclean-compile clean-compile
\
mostlyclean-compile distclean-compile clean-compile
\
maintainer-clean-compile tags mostlyclean-tags distclean-tags
\
maintainer-clean-compile tags mostlyclean-tags distclean-tags
\
clean-tags maintainer-clean-tags distdir info dvi installcheck
\
clean-tags maintainer-clean-tags distdir mostlyclean-depend
\
install-exec install-data install uninstall all installdirs
\
distclean-depend clean-depend maintainer-clean-depend info dvi
\
mostlyclean-generic distclean-generic clean-generic
\
installcheck install-exec install-data install uninstall all
\
installdirs mostlyclean-generic distclean-generic clean-generic
\
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
...
...
texinfo/makeinfo/Makefile.in
View file @
7f388fb4
# Makefile.in generated automatically by automake 1.2
f
from Makefile.am
# Makefile.in generated automatically by automake 1.2
e
from Makefile.am
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
# PARTICULAR PURPOSE.
# PARTICULAR PURPOSE.
SHELL
=
/bin/sh
SHELL
=
@SHELL@
srcdir
=
@srcdir@
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
top_srcdir
=
@top_srcdir@
...
@@ -59,16 +59,21 @@ CATALOGS = @CATALOGS@
...
@@ -59,16 +59,21 @@ CATALOGS = @CATALOGS@
CATOBJEXT
=
@CATOBJEXT@
CATOBJEXT
=
@CATOBJEXT@
CC
=
@CC@
CC
=
@CC@
DATADIRNAME
=
@DATADIRNAME@
DATADIRNAME
=
@DATADIRNAME@
EXEEXT
=
@EXEEXT@
GENCAT
=
@GENCAT@
GENCAT
=
@GENCAT@
GMOFILES
=
@GMOFILES@
GMOFILES
=
@GMOFILES@
GMSGFMT
=
@GMSGFMT@
GMSGFMT
=
@GMSGFMT@
GT_NO
=
@GT_NO@
GT_NO
=
@GT_NO@
GT_YES
=
@GT_YES@
GT_YES
=
@GT_YES@
INCLUDE_LOCALE_H
=
@INCLUDE_LOCALE_H@
INCLUDE_LOCALE_H
=
@INCLUDE_LOCALE_H@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTOBJEXT
=
@INSTOBJEXT@
INSTOBJEXT
=
@INSTOBJEXT@
INTLDEPS
=
@INTLDEPS@
INTLDEPS
=
@INTLDEPS@
INTLLIBS
=
@INTLLIBS@
INTLLIBS
=
@INTLLIBS@
INTLOBJS
=
@INTLOBJS@
INTLOBJS
=
@INTLOBJS@
MAINT
=
@MAINT@
MAKEINFO
=
@MAKEINFO@
MAKEINFO
=
@MAKEINFO@
MKINSTALLDIRS
=
@MKINSTALLDIRS@
MKINSTALLDIRS
=
@MKINSTALLDIRS@
MSGFMT
=
@MSGFMT@
MSGFMT
=
@MSGFMT@
...
@@ -93,9 +98,10 @@ LDADD = ../lib/libtxi.a @INTLLIBS@
...
@@ -93,9 +98,10 @@ LDADD = ../lib/libtxi.a @INTLLIBS@
makeinfo_SOURCES
=
makeinfo.c makeinfo.h multi.c
makeinfo_SOURCES
=
makeinfo.c makeinfo.h multi.c
EXTRA_DIST
=
README
EXTRA_DIST
=
README
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/mkinstalldirs
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/
../
mkinstalldirs
CONFIG_HEADER
=
../config.h
CONFIG_HEADER
=
../config.h
CONFIG_CLEAN_FILES
=
CONFIG_CLEAN_FILES
=
bin_PROGRAMS
=
makeinfo
$(EXEEXT)
PROGRAMS
=
$(bin_PROGRAMS)
PROGRAMS
=
$(bin_PROGRAMS)
...
@@ -117,6 +123,7 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
...
@@ -117,6 +123,7 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
TAR
=
tar
TAR
=
tar
GZIP
=
--best
GZIP
=
--best
DEP_FILES
=
.deps/makeinfo.P .deps/multi.P
SOURCES
=
$(makeinfo_SOURCES)
SOURCES
=
$(makeinfo_SOURCES)
OBJECTS
=
$(makeinfo_OBJECTS)
OBJECTS
=
$(makeinfo_OBJECTS)
...
@@ -124,10 +131,10 @@ default: all
...
@@ -124,10 +131,10 @@ default: all
.SUFFIXES
:
.SUFFIXES
:
.SUFFIXES
:
.S .c .o .s
.SUFFIXES
:
.S .c .o .s
$(srcdir)/Makefile.in
:
Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
$(srcdir)/Makefile.in
:
@MAINT@
Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
$(AUTOMAKE)
--gnu
--include-deps
makeinfo/Makefile
cd
$(top_srcdir)
&&
$(AUTOMAKE)
--gnu
makeinfo/Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
$(BUILT_SOURCES)
cd
$(top_builddir)
\
cd
$(top_builddir)
\
&&
CONFIG_FILES
=
$(subdir)
/
$@
CONFIG_HEADERS
=
$(SHELL)
./config.status
&&
CONFIG_FILES
=
$(subdir)
/
$@
CONFIG_HEADERS
=
$(SHELL)
./config.status
...
@@ -152,14 +159,11 @@ install-binPROGRAMS: $(bin_PROGRAMS)
...
@@ -152,14 +159,11 @@ install-binPROGRAMS: $(bin_PROGRAMS)
done
done
uninstall-binPROGRAMS
:
uninstall-binPROGRAMS
:
@
$(NORMAL_UNINSTALL)
$(NORMAL_UNINSTALL)
list
=
'
$(bin_PROGRAMS)
'
;
for
p
in
$$
list
;
do
\
list
=
'
$(bin_PROGRAMS)
'
;
for
p
in
$$
list
;
do
\
rm
-f
$(bindir)
/
`
echo
$$
p|sed
'
$(transform)
'
`
;
\
rm
-f
$(bindir)
/
`
echo
$$
p|sed
'
$(transform)
'
`
;
\
done
done
.c.o
:
$(COMPILE)
-c
$<
.s.o
:
.s.o
:
$(COMPILE)
-c
$<
$(COMPILE)
-c
$<
...
@@ -176,8 +180,8 @@ distclean-compile:
...
@@ -176,8 +180,8 @@ distclean-compile:
maintainer-clean-compile
:
maintainer-clean-compile
:
makeinfo
:
$(makeinfo_OBJECTS) $(makeinfo_DEPENDENCIES)
makeinfo
$(EXEEXT)
:
$(makeinfo_OBJECTS) $(makeinfo_DEPENDENCIES)
@
rm
-f
makeinfo
@
rm
-f
makeinfo
$(EXEEXT)
$(LINK)
$(makeinfo_LDFLAGS)
$(makeinfo_OBJECTS)
$(makeinfo_LDADD)
$(LIBS)
$(LINK)
$(makeinfo_LDFLAGS)
$(makeinfo_OBJECTS)
$(makeinfo_LDADD)
$(LIBS)
tags
:
TAGS
tags
:
TAGS
...
@@ -210,16 +214,37 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
...
@@ -210,16 +214,37 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
subdir
=
makeinfo
subdir
=
makeinfo
distdir
:
$(DISTFILES)
distdir
:
$(DISTFILES)
here
=
`
cd
$(top_builddir)
&&
pwd
`
;
\
top_distdir
=
`
cd
$(top_distdir)
&&
pwd
`
;
\
distdir
=
`
cd
$(distdir)
&&
pwd
`
;
\
cd
$(top_srcdir)
\
&&
$(AUTOMAKE)
--include-deps
--build-dir
=
$$
here
--srcdir-name
=
$(top_srcdir)
--output-dir
=
$$
top_distdir
--gnu
makeinfo/Makefile
@
for
file
in
$(DISTFILES)
;
do
\
@
for
file
in
$(DISTFILES)
;
do
\
d
=
$(srcdir)
;
\
d
=
$(srcdir)
;
\
test
-f
$(distdir)
/
$$
file
\
test
-f
$(distdir)
/
$$
file
\
||
ln
$$
d/
$$
file
$(distdir)
/
$$
file 2> /dev/null
\
||
ln
$$
d/
$$
file
$(distdir)
/
$$
file 2> /dev/null
\
||
cp
-p
$$
d/
$$
file
$(distdir)
/
$$
file
;
\
||
cp
-p
$$
d/
$$
file
$(distdir)
/
$$
file
;
\
done
done
makeinfo.o
:
makeinfo.c ../lib/system.h ../config.h ../lib/getopt.h
\
makeinfo.h
multi.o
:
multi.c ../lib/system.h ../config.h makeinfo.h
DEPS_MAGIC
:=
$(
shell
mkdir .deps
>
/dev/null 2>&1
||
:
)
-include
$(DEP_FILES)
mostlyclean-depend
:
clean-depend
:
distclean-depend
:
maintainer-clean-depend
:
-
rm
-rf
.deps
%.o
:
%.c
@
echo
'
$(COMPILE)
-c $<'
;
\
DEPENDENCIES_OUTPUT
=
'.deps/$(*F).P'
;
\
export
DEPENDENCIES_OUTPUT
;
\
:
>
.deps/
$
(
*
F
)
.P
;
\
$(COMPILE)
-c
$<
info
:
info
:
dvi
:
dvi
:
check
:
all
check
:
all
...
@@ -259,18 +284,18 @@ maintainer-clean-generic:
...
@@ -259,18 +284,18 @@ maintainer-clean-generic:
-
test
-z
"
$(MAINTAINERCLEANFILES)
"
||
rm
-f
$(MAINTAINERCLEANFILES)
-
test
-z
"
$(MAINTAINERCLEANFILES)
"
||
rm
-f
$(MAINTAINERCLEANFILES)
-
test
-z
"
$(BUILT_SOURCES)
"
||
rm
-f
$(BUILT_SOURCES)
-
test
-z
"
$(BUILT_SOURCES)
"
||
rm
-f
$(BUILT_SOURCES)
mostlyclean
:
mostlyclean-binPROGRAMS mostlyclean-compile
\
mostlyclean
:
mostlyclean-binPROGRAMS mostlyclean-compile
\
mostlyclean-tags mostlyclean-generic
mostlyclean-tags mostlyclean-
depend mostlyclean-
generic
clean
:
clean-binPROGRAMS clean-compile clean-tags clean-
generic
\
clean
:
clean-binPROGRAMS clean-compile clean-tags clean-
depend
\
mostlyclean
clean-generic
mostlyclean
distclean
:
distclean-binPROGRAMS distclean-compile distclean-tags
\
distclean
:
distclean-binPROGRAMS distclean-compile distclean-tags
\
distclean-generic clean
distclean-
depend distclean-
generic clean
-
rm
-f
config.status
-
rm
-f
config.status
maintainer-clean
:
maintainer-clean-binPROGRAMS maintainer-clean-compile
\
maintainer-clean
:
maintainer-clean-binPROGRAMS maintainer-clean-compile
\
maintainer-clean-tags maintainer-clean-
generic
\
maintainer-clean-tags maintainer-clean-
depend
\
distclean
maintainer-clean-generic
distclean
@
echo
"This command is intended for maintainers to use;"
@
echo
"This command is intended for maintainers to use;"
@
echo
"it deletes files that may require special tools to rebuild."
@
echo
"it deletes files that may require special tools to rebuild."
...
@@ -278,9 +303,10 @@ maintainer-clean: maintainer-clean-binPROGRAMS maintainer-clean-compile \
...
@@ -278,9 +303,10 @@ maintainer-clean: maintainer-clean-binPROGRAMS maintainer-clean-compile \
clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS
\
clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS
\
install-binPROGRAMS mostlyclean-compile distclean-compile clean-compile
\
install-binPROGRAMS mostlyclean-compile distclean-compile clean-compile
\
maintainer-clean-compile tags mostlyclean-tags distclean-tags
\
maintainer-clean-compile tags mostlyclean-tags distclean-tags
\
clean-tags maintainer-clean-tags distdir info dvi installcheck
\
clean-tags maintainer-clean-tags distdir mostlyclean-depend
\
install-exec install-data install uninstall all installdirs
\
distclean-depend clean-depend maintainer-clean-depend info dvi
\
mostlyclean-generic distclean-generic clean-generic
\
installcheck install-exec install-data install uninstall all
\
installdirs mostlyclean-generic distclean-generic clean-generic
\
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
...
...
texinfo/util/Makefile.in
View file @
7f388fb4
# Makefile.in generated automatically by automake 1.2
f
from Makefile.am
# Makefile.in generated automatically by automake 1.2
e
from Makefile.am
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
# PARTICULAR PURPOSE.
# PARTICULAR PURPOSE.
SHELL
=
/bin/sh
SHELL
=
@SHELL@
srcdir
=
@srcdir@
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
top_srcdir
=
@top_srcdir@
...
@@ -59,16 +59,21 @@ CATALOGS = @CATALOGS@
...
@@ -59,16 +59,21 @@ CATALOGS = @CATALOGS@
CATOBJEXT
=
@CATOBJEXT@
CATOBJEXT
=
@CATOBJEXT@
CC
=
@CC@
CC
=
@CC@
DATADIRNAME
=
@DATADIRNAME@
DATADIRNAME
=
@DATADIRNAME@
EXEEXT
=
@EXEEXT@
GENCAT
=
@GENCAT@
GENCAT
=
@GENCAT@
GMOFILES
=
@GMOFILES@
GMOFILES
=
@GMOFILES@
GMSGFMT
=
@GMSGFMT@
GMSGFMT
=
@GMSGFMT@
GT_NO
=
@GT_NO@
GT_NO
=
@GT_NO@
GT_YES
=
@GT_YES@
GT_YES
=
@GT_YES@
INCLUDE_LOCALE_H
=
@INCLUDE_LOCALE_H@
INCLUDE_LOCALE_H
=
@INCLUDE_LOCALE_H@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTOBJEXT
=
@INSTOBJEXT@
INSTOBJEXT
=
@INSTOBJEXT@
INTLDEPS
=
@INTLDEPS@
INTLDEPS
=
@INTLDEPS@
INTLLIBS
=
@INTLLIBS@
INTLLIBS
=
@INTLLIBS@
INTLOBJS
=
@INTLOBJS@
INTLOBJS
=
@INTLOBJS@
MAINT
=
@MAINT@
MAKEINFO
=
@MAKEINFO@
MAKEINFO
=
@MAKEINFO@
MKINSTALLDIRS
=
@MKINSTALLDIRS@
MKINSTALLDIRS
=
@MKINSTALLDIRS@
MSGFMT
=
@MSGFMT@
MSGFMT
=
@MSGFMT@
...
@@ -93,9 +98,10 @@ LDADD = ../lib/libtxi.a @INTLLIBS@
...
@@ -93,9 +98,10 @@ LDADD = ../lib/libtxi.a @INTLLIBS@
EXTRA_DIST
=
README deref.c fixfonts gen-dir-node tex3patch texi2dvi
\
EXTRA_DIST
=
README deref.c fixfonts gen-dir-node tex3patch texi2dvi
\
update-info
update-info
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/mkinstalldirs
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/
../
mkinstalldirs
CONFIG_HEADER
=
../config.h
CONFIG_HEADER
=
../config.h
CONFIG_CLEAN_FILES
=
CONFIG_CLEAN_FILES
=
bin_PROGRAMS
=
install-info
$(EXEEXT)
texindex
$(EXEEXT)
PROGRAMS
=
$(bin_PROGRAMS)
PROGRAMS
=
$(bin_PROGRAMS)
...
@@ -118,13 +124,14 @@ SCRIPTS = $(bin_SCRIPTS)
...
@@ -118,13 +124,14 @@ SCRIPTS = $(bin_SCRIPTS)
CFLAGS
=
@CFLAGS@
CFLAGS
=
@CFLAGS@
COMPILE
=
$(CC)
$(DEFS)
$(INCLUDES)
$(CPPFLAGS)
$(CFLAGS)
COMPILE
=
$(CC)
$(DEFS)
$(INCLUDES)
$(CPPFLAGS)
$(CFLAGS)
LINK
=
$(CC)
$(CFLAGS)
$(LDFLAGS)
-o
$@
LINK
=
$(CC)
$(CFLAGS)
$(LDFLAGS)
-o
$@
DIST_COMMON
=
README Makefile.am Makefile.in
DIST_COMMON
=
README Makefile.am Makefile.in
mkinstalldirs
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
tar
TAR
=
tar
GZIP
=
--best
GZIP
=
--best
DEP_FILES
=
.deps/install-info.P .deps/texindex.P
SOURCES
=
install-info.c texindex.c
SOURCES
=
install-info.c texindex.c
OBJECTS
=
install-info.o texindex.o
OBJECTS
=
install-info.o texindex.o
...
@@ -132,10 +139,10 @@ default: all
...
@@ -132,10 +139,10 @@ default: all
.SUFFIXES
:
.SUFFIXES
:
.SUFFIXES
:
.S .c .o .s
.SUFFIXES
:
.S .c .o .s
$(srcdir)/Makefile.in
:
Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
$(srcdir)/Makefile.in
:
@MAINT@
Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
$(AUTOMAKE)
--gnu
--include-deps
util/Makefile
cd
$(top_srcdir)
&&
$(AUTOMAKE)
--gnu
util/Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
$(BUILT_SOURCES)
cd
$(top_builddir)
\
cd
$(top_builddir)
\
&&
CONFIG_FILES
=
$(subdir)
/
$@
CONFIG_HEADERS
=
$(SHELL)
./config.status
&&
CONFIG_FILES
=
$(subdir)
/
$@
CONFIG_HEADERS
=
$(SHELL)
./config.status
...
@@ -160,14 +167,11 @@ install-binPROGRAMS: $(bin_PROGRAMS)
...
@@ -160,14 +167,11 @@ install-binPROGRAMS: $(bin_PROGRAMS)
done
done
uninstall-binPROGRAMS
:
uninstall-binPROGRAMS
:
@
$(NORMAL_UNINSTALL)
$(NORMAL_UNINSTALL)
list
=
'
$(bin_PROGRAMS)
'
;
for
p
in
$$
list
;
do
\
list
=
'
$(bin_PROGRAMS)
'
;
for
p
in
$$
list
;
do
\
rm
-f
$(bindir)
/
`
echo
$$
p|sed
'
$(transform)
'
`
;
\
rm
-f
$(bindir)
/
`
echo
$$
p|sed
'
$(transform)
'
`
;
\
done
done
.c.o
:
$(COMPILE)
-c
$<
.s.o
:
.s.o
:
$(COMPILE)
-c
$<
$(COMPILE)
-c
$<
...
@@ -184,12 +188,12 @@ distclean-compile:
...
@@ -184,12 +188,12 @@ distclean-compile:
maintainer-clean-compile
:
maintainer-clean-compile
:
install-info
:
$(install_info_OBJECTS) $(install_info_DEPENDENCIES)
install-info
$(EXEEXT)
:
$(install_info_OBJECTS) $(install_info_DEPENDENCIES)
@
rm
-f
install-info
@
rm
-f
install-info
$(EXEEXT)
$(LINK)
$(install_info_LDFLAGS)
$(install_info_OBJECTS)
$(install_info_LDADD)
$(LIBS)
$(LINK)
$(install_info_LDFLAGS)
$(install_info_OBJECTS)
$(install_info_LDADD)
$(LIBS)
texindex
:
$(texindex_OBJECTS) $(texindex_DEPENDENCIES)
texindex
$(EXEEXT)
:
$(texindex_OBJECTS) $(texindex_DEPENDENCIES)
@
rm
-f
texindex
@
rm
-f
texindex
$(EXEEXT)
$(LINK)
$(texindex_LDFLAGS)
$(texindex_OBJECTS)
$(texindex_LDADD)
$(LIBS)
$(LINK)
$(texindex_LDFLAGS)
$(texindex_OBJECTS)
$(texindex_LDADD)
$(LIBS)
install-binSCRIPTS
:
$(bin_SCRIPTS)
install-binSCRIPTS
:
$(bin_SCRIPTS)
...
@@ -206,7 +210,7 @@ install-binSCRIPTS: $(bin_SCRIPTS)
...
@@ -206,7 +210,7 @@ install-binSCRIPTS: $(bin_SCRIPTS)
done
done
uninstall-binSCRIPTS
:
uninstall-binSCRIPTS
:
@
$(NORMAL_UNINSTALL)
$(NORMAL_UNINSTALL)
list
=
'
$(bin_SCRIPTS)
'
;
for
p
in
$$
list
;
do
\
list
=
'
$(bin_SCRIPTS)
'
;
for
p
in
$$
list
;
do
\
rm
-f
$(bindir)
/
`
echo
$$
p|sed
'
$(transform)
'
`
;
\
rm
-f
$(bindir)
/
`
echo
$$
p|sed
'
$(transform)
'
`
;
\
done
done
...
@@ -241,16 +245,37 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
...
@@ -241,16 +245,37 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
subdir
=
util
subdir
=
util
distdir
:
$(DISTFILES)
distdir
:
$(DISTFILES)
here
=
`
cd
$(top_builddir)
&&
pwd
`
;
\
top_distdir
=
`
cd
$(top_distdir)
&&
pwd
`
;
\
distdir
=
`
cd
$(distdir)
&&
pwd
`
;
\
cd
$(top_srcdir)
\
&&
$(AUTOMAKE)
--include-deps
--build-dir
=
$$
here
--srcdir-name
=
$(top_srcdir)
--output-dir
=
$$
top_distdir
--gnu
util/Makefile
@
for
file
in
$(DISTFILES)
;
do
\
@
for
file
in
$(DISTFILES)
;
do
\
d
=
$(srcdir)
;
\
d
=
$(srcdir)
;
\
test
-f
$(distdir)
/
$$
file
\
test
-f
$(distdir)
/
$$
file
\
||
ln
$$
d/
$$
file
$(distdir)
/
$$
file 2> /dev/null
\
||
ln
$$
d/
$$
file
$(distdir)
/
$$
file 2> /dev/null
\
||
cp
-p
$$
d/
$$
file
$(distdir)
/
$$
file
;
\
||
cp
-p
$$
d/
$$
file
$(distdir)
/
$$
file
;
\
done
done
install-info.o
:
install-info.c ../lib/system.h ../config.h
\
../lib/getopt.h
texindex.o
:
texindex.c ../lib/system.h ../config.h ../lib/getopt.h
DEPS_MAGIC
:=
$(
shell
mkdir .deps
>
/dev/null 2>&1
||
:
)
-include
$(DEP_FILES)
mostlyclean-depend
:
clean-depend
:
distclean-depend
:
maintainer-clean-depend
:
-
rm
-rf
.deps
%.o
:
%.c
@
echo
'
$(COMPILE)
-c $<'
;
\
DEPENDENCIES_OUTPUT
=
'.deps/$(*F).P'
;
\
export
DEPENDENCIES_OUTPUT
;
\
:
>
.deps/
$
(
*
F
)
.P
;
\
$(COMPILE)
-c
$<
info
:
info
:
dvi
:
dvi
:
check
:
all
check
:
all
...
@@ -290,18 +315,18 @@ maintainer-clean-generic:
...
@@ -290,18 +315,18 @@ maintainer-clean-generic:
-
test
-z
"
$(MAINTAINERCLEANFILES)
"
||
rm
-f
$(MAINTAINERCLEANFILES)
-
test
-z
"
$(MAINTAINERCLEANFILES)
"
||
rm
-f
$(MAINTAINERCLEANFILES)
-
test
-z
"
$(BUILT_SOURCES)
"
||
rm
-f
$(BUILT_SOURCES)
-
test
-z
"
$(BUILT_SOURCES)
"
||
rm
-f
$(BUILT_SOURCES)
mostlyclean
:
mostlyclean-binPROGRAMS mostlyclean-compile
\
mostlyclean
:
mostlyclean-binPROGRAMS mostlyclean-compile
\
mostlyclean-tags mostlyclean-generic
mostlyclean-tags mostlyclean-
depend mostlyclean-
generic
clean
:
clean-binPROGRAMS clean-compile clean-tags clean-
generic
\
clean
:
clean-binPROGRAMS clean-compile clean-tags clean-
depend
\
mostlyclean
clean-generic
mostlyclean
distclean
:
distclean-binPROGRAMS distclean-compile distclean-tags
\
distclean
:
distclean-binPROGRAMS distclean-compile distclean-tags
\
distclean-generic clean
distclean-
depend distclean-
generic clean
-
rm
-f
config.status
-
rm
-f
config.status
maintainer-clean
:
maintainer-clean-binPROGRAMS maintainer-clean-compile
\
maintainer-clean
:
maintainer-clean-binPROGRAMS maintainer-clean-compile
\
maintainer-clean-tags maintainer-clean-
generic
\
maintainer-clean-tags maintainer-clean-
depend
\
distclean
maintainer-clean-generic
distclean
@
echo
"This command is intended for maintainers to use;"
@
echo
"This command is intended for maintainers to use;"
@
echo
"it deletes files that may require special tools to rebuild."
@
echo
"it deletes files that may require special tools to rebuild."
...
@@ -310,8 +335,9 @@ clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
...
@@ -310,8 +335,9 @@ clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
install-binPROGRAMS mostlyclean-compile distclean-compile clean-compile
\
install-binPROGRAMS mostlyclean-compile distclean-compile clean-compile
\
maintainer-clean-compile uninstall-binSCRIPTS install-binSCRIPTS tags
\
maintainer-clean-compile uninstall-binSCRIPTS install-binSCRIPTS tags
\
mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags
\
mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags
\
distdir info dvi installcheck install-exec install-data install
\
distdir mostlyclean-depend distclean-depend clean-depend
\
uninstall all installdirs mostlyclean-generic distclean-generic
\
maintainer-clean-depend info dvi installcheck install-exec install-data
\
install uninstall all installdirs mostlyclean-generic distclean-generic
\
clean-generic maintainer-clean-generic clean mostlyclean distclean
\
clean-generic maintainer-clean-generic clean mostlyclean distclean
\
maintainer-clean
maintainer-clean
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment