summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 45d3d2a110780a3ca9ebc51384621eef8db23f66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
## Makefile for the toplevel directory of GNU gettext
## Copyright (C) 1995-1999, 2000-2005 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2, or (at your option)
## any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

## Process this file with automake to produce Makefile.in.

AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies

SUBDIRS = autoconf-lib-link gettext-runtime gettext-tools

EXTRA_DIST = \
  version.sh PACKAGING ChangeLog.0 autogen.sh \
  build-aux/config.libpath build-aux/reloc-ldflags build-aux/install-reloc \
  build-aux/ac-help.sed \
  m4/fixautomake.m4 m4/woe32-dll.m4 \
  m4/libtool.m4

# Additional dependencies for configure, due to the use of autoconf --trace.
$(srcdir)/configure: $(srcdir)/autoconf-lib-link/configure.ac $(srcdir)/gettext-runtime/configure.ac $(srcdir)/gettext-tools/configure.ac 


# DJGPP port.

EXTRA_DIST += djgpp/COPYING.DJ djgpp/Makefile.maint djgpp/README.DJ \
              djgpp/README.in djgpp/README djgpp/config.bat djgpp/config.in \
              djgpp/config.sed djgpp/config.site djgpp/djpwd.h \
              djgpp/edtests.bat djgpp/fnchange.in djgpp/fnchange.lst \
              djgpp/getpwnam.c djgpp/msginit.sed djgpp/tscript.sed \
              djgpp/unsetenv.c


# OS/2 port.

EXTRA_DIST += os2/README.OS2 os2/Makefile os2/backward.def os2/configure.awk


# VMS support.

EXTRA_DIST += README.vms Makefile.vms \
              vms/link_options.opt \
              vms/with-libiconv.opt vms/without-libiconv.opt


# Woe32 support.

EXTRA_DIST += README.woe32 Makefile.msvc