source: trunk/third/gettext/Makefile.am @ 21665

Revision 21665, 2.1 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21664, 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-2005 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 autogen.sh \
26  config/config.libpath config/reloc-ldflags config/install-reloc \
27  config/ac-help.sed \
28  config/m4/fixautomake.m4 \
29  config/m4/libtool.m4
30
31# Additional dependencies for configure, due to the use of autoconf --trace.
32$(srcdir)/configure: $(srcdir)/autoconf-lib-link/configure.ac $(srcdir)/gettext-runtime/configure.ac $(srcdir)/gettext-tools/configure.ac
33
34
35# DJGPP port.
36
37EXTRA_DIST += djgpp/COPYING.DJ djgpp/Makefile.maint djgpp/README.DJ \
38              djgpp/README.in djgpp/README djgpp/config.bat djgpp/config.in \
39              djgpp/config.sed djgpp/config.site djgpp/djpwd.h \
40              djgpp/edtests.bat djgpp/fnchange.in djgpp/fnchange.lst \
41              djgpp/getpwnam.c djgpp/msginit.sed djgpp/tscript.sed \
42              djgpp/unsetenv.c
43
44
45# OS/2 port.
46
47EXTRA_DIST += os2/README.OS2 os2/Makefile os2/backward.def os2/configure.awk
48
49
50# VMS support.
51
52EXTRA_DIST += README.vms Makefile.vms \
53              vms/link_options.opt \
54              vms/with-libiconv.opt vms/without-libiconv.opt
55
56
57# Woe32 support.
58
59EXTRA_DIST += README.woe32 Makefile.msvc
60EXTRA_DIST += README.mingw
Note: See TracBrowser for help on using the repository browser.