1 | ## Makefile for the autoconf-lib-link 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 | |
---|
20 | AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies |
---|
21 | ACLOCAL_AMFLAGS = -I m4 -I ../config/m4 |
---|
22 | EXTRA_DIST = |
---|
23 | DISTCLEANFILES = |
---|
24 | |
---|
25 | SUBDIRS = m4 tests |
---|
26 | |
---|
27 | EXTRA_DIST += config.rpath |
---|
28 | |
---|
29 | |
---|
30 | # We want to maintain only one copy of config.rpath. The one in this directory |
---|
31 | # is the source. |
---|
32 | |
---|
33 | all-local: $(srcdir)/../config/config.rpath |
---|
34 | |
---|
35 | $(srcdir)/../config/config.rpath: $(srcdir)/config.rpath |
---|
36 | cp $(srcdir)/config.rpath $(srcdir)/../config/config.rpath |
---|
37 | |
---|
38 | |
---|
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 '../../../config', for case 1, and therefore |
---|
46 | # we need to make a local copy of the config directory, for case 2. |
---|
47 | |
---|
48 | all-local: config/config.guess config/config.sub config/install-sh config/ltmain.sh config/mkinstalldirs config/missing config/config.rpath |
---|
49 | |
---|
50 | config-dir: |
---|
51 | test -d config || mkdir config |
---|
52 | touch config-dir |
---|
53 | |
---|
54 | config/config.guess: $(srcdir)/../config/config.guess config-dir |
---|
55 | cp $(srcdir)/../config/config.guess config/config.guess |
---|
56 | |
---|
57 | config/config.sub: $(srcdir)/../config/config.sub config-dir |
---|
58 | cp $(srcdir)/../config/config.sub config/config.sub |
---|
59 | |
---|
60 | config/install-sh: $(srcdir)/../config/install-sh config-dir |
---|
61 | cp $(srcdir)/../config/install-sh config/install-sh |
---|
62 | |
---|
63 | config/ltmain.sh: $(srcdir)/../config/ltmain.sh config-dir |
---|
64 | cp $(srcdir)/../config/ltmain.sh config/ltmain.sh |
---|
65 | |
---|
66 | config/mkinstalldirs: $(srcdir)/../config/mkinstalldirs config-dir |
---|
67 | cp $(srcdir)/../config/mkinstalldirs config/mkinstalldirs |
---|
68 | |
---|
69 | config/missing: $(srcdir)/../config/missing config-dir |
---|
70 | cp $(srcdir)/../config/missing config/missing |
---|
71 | |
---|
72 | config/config.rpath: $(srcdir)/config.rpath config-dir |
---|
73 | cp $(srcdir)/config.rpath config/config.rpath |
---|
74 | |
---|
75 | DISTCLEANFILES += config/config.guess config/config.sub config/install-sh config/ltmain.sh config/mkinstalldirs config/missing config/config.rpath |
---|
76 | |
---|
77 | distclean-am: |
---|
78 | rm -rf config config-dir |
---|
79 | |
---|
80 | |
---|
81 | # Documentation tag not known to automake. |
---|
82 | |
---|
83 | html: |
---|
84 | |
---|
85 | |
---|
86 | # Subdirectories with separate autoconfiguration. |
---|
87 | |
---|
88 | CONFIGURES_RPATHX = $(srcdir)/tests/rpathx/Makefile.in $(srcdir)/tests/rpathx/aclocal.m4 $(srcdir)/tests/rpathx/configure |
---|
89 | $(srcdir)/tests/rpathx/Makefile.in: $(srcdir)/tests/rpathx/Makefile.am $(srcdir)/tests/rpathx/configure.ac $(srcdir)/tests/rpathx/aclocal.m4 |
---|
90 | cd $(srcdir)/tests/rpathx && automake Makefile |
---|
91 | $(srcdir)/tests/rpathx/aclocal.m4: $(srcdir)/tests/rpathx/configure.ac $(srcdir)/../config/m4/libtool.m4 |
---|
92 | cd $(srcdir)/tests/rpathx && aclocal -I ../../m4 -I ../../../config/m4 |
---|
93 | $(srcdir)/tests/rpathx/configure: $(srcdir)/tests/rpathx/configure.ac $(srcdir)/tests/rpathx/aclocal.m4 |
---|
94 | cd $(srcdir)/tests/rpathx && autoconf |
---|
95 | |
---|
96 | CONFIGURES_RPATHY = $(srcdir)/tests/rpathy/Makefile.in $(srcdir)/tests/rpathy/aclocal.m4 $(srcdir)/tests/rpathy/configure |
---|
97 | $(srcdir)/tests/rpathy/Makefile.in: $(srcdir)/tests/rpathy/Makefile.am $(srcdir)/tests/rpathy/configure.ac $(srcdir)/tests/rpathy/aclocal.m4 |
---|
98 | cd $(srcdir)/tests/rpathy && automake Makefile |
---|
99 | $(srcdir)/tests/rpathy/aclocal.m4: $(srcdir)/tests/rpathy/configure.ac $(srcdir)/../config/m4/libtool.m4 $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-prefix.m4 $(srcdir)/m4/lib-ld.m4 |
---|
100 | cd $(srcdir)/tests/rpathy && aclocal -I ../../m4 -I ../../../config/m4 |
---|
101 | $(srcdir)/tests/rpathy/configure: $(srcdir)/tests/rpathy/configure.ac $(srcdir)/tests/rpathy/aclocal.m4 |
---|
102 | cd $(srcdir)/tests/rpathy && autoconf |
---|
103 | |
---|
104 | CONFIGURES_RPATHZ = $(srcdir)/tests/rpathz/Makefile.in $(srcdir)/tests/rpathz/aclocal.m4 $(srcdir)/tests/rpathz/configure |
---|
105 | $(srcdir)/tests/rpathz/Makefile.in: $(srcdir)/tests/rpathz/Makefile.am $(srcdir)/tests/rpathz/configure.ac $(srcdir)/tests/rpathz/aclocal.m4 |
---|
106 | cd $(srcdir)/tests/rpathz && automake Makefile |
---|
107 | $(srcdir)/tests/rpathz/aclocal.m4: $(srcdir)/tests/rpathz/configure.ac $(srcdir)/../config/m4/libtool.m4 $(srcdir)/m4/lib-link.m4 $(srcdir)/m4/lib-prefix.m4 $(srcdir)/m4/lib-ld.m4 |
---|
108 | cd $(srcdir)/tests/rpathz && aclocal -I ../../m4 -I ../../../config/m4 |
---|
109 | $(srcdir)/tests/rpathz/configure: $(srcdir)/tests/rpathz/configure.ac $(srcdir)/tests/rpathz/aclocal.m4 |
---|
110 | cd $(srcdir)/tests/rpathz && autoconf |
---|
111 | |
---|
112 | CONFIGURES_RPATHLX = $(srcdir)/tests/rpathlx/Makefile.in $(srcdir)/tests/rpathlx/aclocal.m4 $(srcdir)/tests/rpathlx/configure |
---|
113 | $(srcdir)/tests/rpathlx/Makefile.in: $(srcdir)/tests/rpathlx/Makefile.am $(srcdir)/tests/rpathlx/configure.ac $(srcdir)/tests/rpathlx/aclocal.m4 |
---|
114 | cd $(srcdir)/tests/rpathlx && automake Makefile |
---|
115 | $(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 |
---|
116 | cd $(srcdir)/tests/rpathlx && aclocal -I ../../m4 |
---|
117 | $(srcdir)/tests/rpathlx/configure: $(srcdir)/tests/rpathlx/configure.ac $(srcdir)/tests/rpathlx/aclocal.m4 |
---|
118 | cd $(srcdir)/tests/rpathlx && autoconf |
---|
119 | |
---|
120 | CONFIGURES_RPATHLY = $(srcdir)/tests/rpathly/Makefile.in $(srcdir)/tests/rpathly/aclocal.m4 $(srcdir)/tests/rpathly/configure |
---|
121 | $(srcdir)/tests/rpathly/Makefile.in: $(srcdir)/tests/rpathly/Makefile.am $(srcdir)/tests/rpathly/configure.ac $(srcdir)/tests/rpathly/aclocal.m4 |
---|
122 | cd $(srcdir)/tests/rpathly && automake Makefile |
---|
123 | $(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 |
---|
124 | cd $(srcdir)/tests/rpathly && aclocal -I ../../m4 |
---|
125 | $(srcdir)/tests/rpathly/configure: $(srcdir)/tests/rpathly/configure.ac $(srcdir)/tests/rpathly/aclocal.m4 |
---|
126 | cd $(srcdir)/tests/rpathly && autoconf |
---|
127 | |
---|
128 | CONFIGURES_RPATHLYX = $(srcdir)/tests/rpathlyx/Makefile.in $(srcdir)/tests/rpathlyx/aclocal.m4 $(srcdir)/tests/rpathlyx/configure |
---|
129 | $(srcdir)/tests/rpathlyx/Makefile.in: $(srcdir)/tests/rpathlyx/Makefile.am $(srcdir)/tests/rpathlyx/configure.ac $(srcdir)/tests/rpathlyx/aclocal.m4 |
---|
130 | cd $(srcdir)/tests/rpathlyx && automake Makefile |
---|
131 | $(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 |
---|
132 | cd $(srcdir)/tests/rpathlyx && aclocal -I ../../m4 |
---|
133 | $(srcdir)/tests/rpathlyx/configure: $(srcdir)/tests/rpathlyx/configure.ac $(srcdir)/tests/rpathlyx/aclocal.m4 |
---|
134 | cd $(srcdir)/tests/rpathlyx && autoconf |
---|
135 | |
---|
136 | CONFIGURES_RPATHLZ = $(srcdir)/tests/rpathlz/Makefile.in $(srcdir)/tests/rpathlz/aclocal.m4 $(srcdir)/tests/rpathlz/configure |
---|
137 | $(srcdir)/tests/rpathlz/Makefile.in: $(srcdir)/tests/rpathlz/Makefile.am $(srcdir)/tests/rpathlz/configure.ac $(srcdir)/tests/rpathlz/aclocal.m4 |
---|
138 | cd $(srcdir)/tests/rpathlz && automake Makefile |
---|
139 | $(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 |
---|
140 | cd $(srcdir)/tests/rpathlz && aclocal -I ../../m4 |
---|
141 | $(srcdir)/tests/rpathlz/configure: $(srcdir)/tests/rpathlz/configure.ac $(srcdir)/tests/rpathlz/aclocal.m4 |
---|
142 | cd $(srcdir)/tests/rpathlz && autoconf |
---|
143 | |
---|
144 | CONFIGURES_RPATHLZYX = $(srcdir)/tests/rpathlzyx/Makefile.in $(srcdir)/tests/rpathlzyx/aclocal.m4 $(srcdir)/tests/rpathlzyx/configure |
---|
145 | $(srcdir)/tests/rpathlzyx/Makefile.in: $(srcdir)/tests/rpathlzyx/Makefile.am $(srcdir)/tests/rpathlzyx/configure.ac $(srcdir)/tests/rpathlzyx/aclocal.m4 |
---|
146 | cd $(srcdir)/tests/rpathlzyx && automake Makefile |
---|
147 | $(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 |
---|
148 | cd $(srcdir)/tests/rpathlzyx && aclocal -I ../../m4 |
---|
149 | $(srcdir)/tests/rpathlzyx/configure: $(srcdir)/tests/rpathlzyx/configure.ac $(srcdir)/tests/rpathlzyx/aclocal.m4 |
---|
150 | cd $(srcdir)/tests/rpathlzyx && autoconf |
---|
151 | |
---|
152 | SUBCONFIGURES = $(CONFIGURES_RPATHX) $(CONFIGURES_RPATHY) $(CONFIGURES_RPATHZ) $(CONFIGURES_RPATHLX) $(CONFIGURES_RPATHLY) $(CONFIGURES_RPATHLYX) $(CONFIGURES_RPATHLZ) $(CONFIGURES_RPATHLZYX) |
---|
153 | |
---|
154 | subconfigures: $(SUBCONFIGURES) |
---|
155 | |
---|
156 | # Hidden from automake, but really activated. Works around an automake-1.5 bug. |
---|
157 | #distdir: subconfigures |
---|