source: trunk/third/gettext2/Makefile.am @ 22167

Revision 22167, 2.2 KB checked in by ghudson, 19 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r22166, which included commits to RCS files with non-trunk default branches.
Line 
1## Makefile for the toplevel directory of GNU gettext
2## Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc.
3##
4## This program is free software; you can redistribute it and/or modify
5## it under the terms of the GNU General Public License as published by
6## the Free Software Foundation; either version 2, or (at your option)
7## any later version.
8##
9## This program is distributed in the hope that it will be useful,
10## but WITHOUT ANY WARRANTY; without even the implied warranty of
11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12## GNU General Public License for more details.
13##
14## You should have received a copy of the GNU General Public License
15## along with this program; if not, write to the Free Software
16## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17
18## Process this file with automake to produce Makefile.in.
19
20AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
21
22SUBDIRS = autoconf-lib-link gettext-runtime gettext-tools
23
24EXTRA_DIST = \
25  version.sh PACKAGING ChangeLog.0 \
26  config/config.libpath config/reloc-ldflags config/install-reloc \
27  config/m4/fixautomake.m4 \
28  config/m4/libtool.m4
29
30# Additional dependencies for configure, due to the use of autoconf --trace.
31$(srcdir)/configure: $(srcdir)/autoconf-lib-link/configure.ac $(srcdir)/gettext-runtime/configure.ac $(srcdir)/gettext-tools/configure.ac
32
33
34# DJGPP port.
35
36EXTRA_DIST += djgpp/COPYING.DJ djgpp/Makefile.maint djgpp/README.DJ \
37              djgpp/README.in djgpp/README djgpp/config.bat djgpp/config.in \
38              djgpp/config.sed djgpp/config.site djgpp/djpwd.h \
39              djgpp/edtests.bat djgpp/fnchange.in djgpp/fnchange.lst \
40              djgpp/getpwnam.c djgpp/msginit.sed djgpp/tscript.sed \
41              djgpp/unsetenv.c
42
43
44# OS/2 port.
45
46EXTRA_DIST += os2/README.OS2 os2/Makefile os2/backward.def os2/configure.awk
47
48
49# VMS support.
50
51EXTRA_DIST += README.vms Makefile.vms \
52              vms/link_options.opt \
53              vms/with-libiconv.opt vms/without-libiconv.opt
54
55
56# Woe32 support.
57
58EXTRA_DIST += README.woe32 Makefile.msvc
59EXTRA_DIST += README.mingw
60
61
62# Documentation tag not known to automake.
63
64html:
65        cd gettext-tools && $(MAKE) html
Note: See TracBrowser for help on using the repository browser.