]> gcc.gnu.org Git - gcc.git/blame - texinfo/Makefile.am
cni.h: Include <string.h>.
[gcc.git] / texinfo / Makefile.am
CommitLineData
1eb3e844 1## Makefile.am for texinfo.
d275726b 2## $Id: Makefile.am,v 1.5 1998/04/10 00:37:57 law Exp $
1eb3e844
JL
3## Process this file with automake to produce Makefile.in in all directories.
4
d275726b
JL
5# Be sure we're using the right version of Automake.
6# 1.2f was the first version that supported .txi as a Texinfo suffix.
7AUTOMAKE_OPTIONS = 1.2f
1eb3e844
JL
8
9# Additional files to distribute.
d275726b 10EXTRA_DIST = INTRODUCTION dir-example
1eb3e844
JL
11
12# All subdirectories.
13# Do intl/ and lib/ first since the C programs depend on them.
14# Do doc/ last so makeinfo will be built when we get there.
15# Others are alphabetical.
d275726b 16SUBDIRS = intl lib info makeinfo po util doc
96368631 17# ??? For EGCS, only build the stuff we actually need. This eliminates the
7fcbfb22
GP
18# need for xgettext that exists in the po subdirectory. We do need util in
19# order to get install-info, which is used as part of the gcc build/install
20# process.
21SUBDIRS = intl lib makeinfo util
This page took 0.145017 seconds and 5 git commands to generate.