1 ## Makefile for the autoconf-lib-link directory of GNU gettext
2 ## Copyright (C) 1995-1999, 2000-2003, 2005 Free Software Foundation, Inc.
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)
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.
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.
18 ## Process this file with automake to produce Makefile.in.
20 AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
21 ACLOCAL_AMFLAGS = -I m4 -I ../m4
27 EXTRA_DIST += config.rpath
30 # We want to maintain only one copy of config.rpath. The one in this directory
33 all-local: $(srcdir)/../build-aux/config.rpath
35 $(srcdir)/../build-aux/config.rpath: $(srcdir)/config.rpath
36 cp $(srcdir)/config.rpath $(srcdir)/../build-aux/config.rpath
39 # The AC_CONFIG_AUX_DIR argument in the tests/rpath*/configure.ac files is
40 # interpreted in two different contexts:
41 # 1. at "make distrib" time, when we call automake, relative to
42 # SRCDIR/tests/rpath*/,
43 # 2. at "make check" time, when the directory is copied and configured,
44 # relative to BUILDDIR/tests/tstdir/rp-*/.
45 # We choose this argument to be '../../../build-aux', for case 1, and therefore
46 # we need to make a local copy of the build-aux directory, for case 2.
48 all-local: build-aux/config.guess build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh build-aux/mkinstalldirs build-aux/missing build-aux/config.rpath
51 test -d build-aux || mkdir build-aux
54 build-aux/config.guess: $(srcdir)/../build-aux/config.guess build-aux-dir
55 cp $(srcdir)/../build-aux/config.guess build-aux/config.guess
57 build-aux/config.sub: $(srcdir)/../build-aux/config.sub build-aux-dir
58 cp $(srcdir)/../build-aux/config.sub build-aux/config.sub
60 build-aux/install-sh: $(srcdir)/../build-aux/install-sh build-aux-dir
61 cp $(srcdir)/../build-aux/install-sh build-aux/install-sh
63 build-aux/ltmain.sh: $(srcdir)/../build-aux/ltmain.sh build-aux-dir
64 cp $(srcdir)/../build-aux/ltmain.sh build-aux/ltmain.sh
66 build-aux/mkinstalldirs: $(srcdir)/../build-aux/mkinstalldirs build-aux-dir
67 cp $(srcdir)/../build-aux/mkinstalldirs build-aux/mkinstalldirs
69 build-aux/missing: $(srcdir)/../build-aux/missing build-aux-dir
70 cp $(srcdir)/../build-aux/missing build-aux/missing
72 build-aux/config.rpath: $(srcdir)/config.rpath build-aux-dir
73 cp $(srcdir)/config.rpath build-aux/config.rpath
75 DISTCLEANFILES += build-aux/config.guess build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh build-aux/mkinstalldirs build-aux/missing build-aux/config.rpath
78 rm -rf build-aux build-aux-dir
81 # Subdirectories with separate autoconfiguration.
83 CONFIGURES_RPATHX = $(srcdir)/tests/rpathx/Makefile.in $(srcdir)/tests/rpathx/aclocal.m4 $(srcdir)/tests/rpathx/configure
84 $(srcdir)/tests/rpathx/Makefile.in: $(srcdir)/tests/rpathx/Makefile.am $(srcdir)/tests/rpathx/configure.ac $(srcdir)/tests/rpathx/aclocal.m4
85 cd $(srcdir)/tests/rpathx && automake Makefile
86 $(srcdir)/tests/rpathx/aclocal.m4: $(srcdir)/tests/rpathx/configure.ac $(srcdir)/../m4/libtool.m4
87 cd $(srcdir)/tests/rpathx && aclocal -I `cd ../../m4 && pwd` -I `cd ../../../m4 && pwd`
88 $(srcdir)/tests/rpathx/configure: $(srcdir)/tests/rpathx/configure.ac $(srcdir)/tests/rpathx/aclocal.m4
89 cd $(srcdir)/tests/rpathx && autoconf
91 CONFIGURES_RPATHY = $(srcdir)/tests/rpathy/Makefile.in $(srcdir)/tests/rpathy/aclocal.m4 $(srcdir)/tests/rpathy/configure
92 $(srcdir)/tests/rpathy/Makefile.in: $(srcdir)/tests/rpathy/Makefile.am $(srcdir)/tests/rpathy/configure.ac $(srcdir)/tests/rpathy/aclocal.m4
93 cd $(srcdir)/tests/rpathy && automake Makefile
94 $(srcdir)/tests/rpathy/aclocal.m4: $(srcdir)/tests/rpathy/configure.ac $(srcdir)/../m4/libtool.m4 $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-prefix.m4 $(srcdir)/m4/lib-ld.m4
95 cd $(srcdir)/tests/rpathy && aclocal -I `cd ../../m4 && pwd` -I `cd ../../../m4 && pwd`
96 $(srcdir)/tests/rpathy/configure: $(srcdir)/tests/rpathy/configure.ac $(srcdir)/tests/rpathy/aclocal.m4
97 cd $(srcdir)/tests/rpathy && autoconf
99 CONFIGURES_RPATHZ = $(srcdir)/tests/rpathz/Makefile.in $(srcdir)/tests/rpathz/aclocal.m4 $(srcdir)/tests/rpathz/configure
100 $(srcdir)/tests/rpathz/Makefile.in: $(srcdir)/tests/rpathz/Makefile.am $(srcdir)/tests/rpathz/configure.ac $(srcdir)/tests/rpathz/aclocal.m4
101 cd $(srcdir)/tests/rpathz && automake Makefile
102 $(srcdir)/tests/rpathz/aclocal.m4: $(srcdir)/tests/rpathz/configure.ac $(srcdir)/../m4/libtool.m4 $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-prefix.m4 $(srcdir)/m4/lib-ld.m4
103 cd $(srcdir)/tests/rpathz && aclocal -I `cd ../../m4 && pwd` -I `cd ../../../m4 && pwd`
104 $(srcdir)/tests/rpathz/configure: $(srcdir)/tests/rpathz/configure.ac $(srcdir)/tests/rpathz/aclocal.m4
105 cd $(srcdir)/tests/rpathz && autoconf
107 CONFIGURES_RPATHLX = $(srcdir)/tests/rpathlx/Makefile.in $(srcdir)/tests/rpathlx/aclocal.m4 $(srcdir)/tests/rpathlx/configure
108 $(srcdir)/tests/rpathlx/Makefile.in: $(srcdir)/tests/rpathlx/Makefile.am $(srcdir)/tests/rpathlx/configure.ac $(srcdir)/tests/rpathlx/aclocal.m4
109 cd $(srcdir)/tests/rpathlx && automake Makefile
110 $(srcdir)/tests/rpathlx/aclocal.m4: $(srcdir)/tests/rpathlx/configure.ac $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-prefix.m4 $(srcdir)/m4/lib-ld.m4
111 cd $(srcdir)/tests/rpathlx && aclocal -I `cd ../../m4 && pwd`
112 $(srcdir)/tests/rpathlx/configure: $(srcdir)/tests/rpathlx/configure.ac $(srcdir)/tests/rpathlx/aclocal.m4
113 cd $(srcdir)/tests/rpathlx && autoconf
115 CONFIGURES_RPATHLY = $(srcdir)/tests/rpathly/Makefile.in $(srcdir)/tests/rpathly/aclocal.m4 $(srcdir)/tests/rpathly/configure
116 $(srcdir)/tests/rpathly/Makefile.in: $(srcdir)/tests/rpathly/Makefile.am $(srcdir)/tests/rpathly/configure.ac $(srcdir)/tests/rpathly/aclocal.m4
117 cd $(srcdir)/tests/rpathly && automake Makefile
118 $(srcdir)/tests/rpathly/aclocal.m4: $(srcdir)/tests/rpathly/configure.ac $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-prefix.m4 $(srcdir)/m4/lib-ld.m4
119 cd $(srcdir)/tests/rpathly && aclocal -I `cd ../../m4 && pwd`
120 $(srcdir)/tests/rpathly/configure: $(srcdir)/tests/rpathly/configure.ac $(srcdir)/tests/rpathly/aclocal.m4
121 cd $(srcdir)/tests/rpathly && autoconf
123 CONFIGURES_RPATHLYX = $(srcdir)/tests/rpathlyx/Makefile.in $(srcdir)/tests/rpathlyx/aclocal.m4 $(srcdir)/tests/rpathlyx/configure
124 $(srcdir)/tests/rpathlyx/Makefile.in: $(srcdir)/tests/rpathlyx/Makefile.am $(srcdir)/tests/rpathlyx/configure.ac $(srcdir)/tests/rpathlyx/aclocal.m4
125 cd $(srcdir)/tests/rpathlyx && automake Makefile
126 $(srcdir)/tests/rpathlyx/aclocal.m4: $(srcdir)/tests/rpathlyx/configure.ac $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-prefix.m4 $(srcdir)/m4/lib-ld.m4
127 cd $(srcdir)/tests/rpathlyx && aclocal -I `cd ../../m4 && pwd`
128 $(srcdir)/tests/rpathlyx/configure: $(srcdir)/tests/rpathlyx/configure.ac $(srcdir)/tests/rpathlyx/aclocal.m4
129 cd $(srcdir)/tests/rpathlyx && autoconf
131 CONFIGURES_RPATHLZ = $(srcdir)/tests/rpathlz/Makefile.in $(srcdir)/tests/rpathlz/aclocal.m4 $(srcdir)/tests/rpathlz/configure
132 $(srcdir)/tests/rpathlz/Makefile.in: $(srcdir)/tests/rpathlz/Makefile.am $(srcdir)/tests/rpathlz/configure.ac $(srcdir)/tests/rpathlz/aclocal.m4
133 cd $(srcdir)/tests/rpathlz && automake Makefile
134 $(srcdir)/tests/rpathlz/aclocal.m4: $(srcdir)/tests/rpathlz/configure.ac $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-prefix.m4 $(srcdir)/m4/lib-ld.m4
135 cd $(srcdir)/tests/rpathlz && aclocal -I `cd ../../m4 && pwd`
136 $(srcdir)/tests/rpathlz/configure: $(srcdir)/tests/rpathlz/configure.ac $(srcdir)/tests/rpathlz/aclocal.m4
137 cd $(srcdir)/tests/rpathlz && autoconf
139 CONFIGURES_RPATHLZYX = $(srcdir)/tests/rpathlzyx/Makefile.in $(srcdir)/tests/rpathlzyx/aclocal.m4 $(srcdir)/tests/rpathlzyx/configure
140 $(srcdir)/tests/rpathlzyx/Makefile.in: $(srcdir)/tests/rpathlzyx/Makefile.am $(srcdir)/tests/rpathlzyx/configure.ac $(srcdir)/tests/rpathlzyx/aclocal.m4
141 cd $(srcdir)/tests/rpathlzyx && automake Makefile
142 $(srcdir)/tests/rpathlzyx/aclocal.m4: $(srcdir)/tests/rpathlzyx/configure.ac $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-prefix.m4 $(srcdir)/m4/lib-ld.m4
143 cd $(srcdir)/tests/rpathlzyx && aclocal -I `cd ../../m4 && pwd`
144 $(srcdir)/tests/rpathlzyx/configure: $(srcdir)/tests/rpathlzyx/configure.ac $(srcdir)/tests/rpathlzyx/aclocal.m4
145 cd $(srcdir)/tests/rpathlzyx && autoconf
147 SUBCONFIGURES = $(CONFIGURES_RPATHX) $(CONFIGURES_RPATHY) $(CONFIGURES_RPATHZ) $(CONFIGURES_RPATHLX) $(CONFIGURES_RPATHLY) $(CONFIGURES_RPATHLYX) $(CONFIGURES_RPATHLZ) $(CONFIGURES_RPATHLZYX)
149 subconfigures: $(SUBCONFIGURES)
151 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
152 #distdir: subconfigures