Makefile.in revision 1.2 1 1.1 christos # Makefile.in generated by automake 1.10 from Makefile.am.
2 1.1 christos # @configure_input@
3 1.1 christos
4 1.1 christos # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 1.1 christos # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
6 1.1 christos # This Makefile.in is free software; the Free Software Foundation
7 1.1 christos # gives unlimited permission to copy and/or distribute it,
8 1.1 christos # with or without modifications, as long as this notice is preserved.
9 1.1 christos
10 1.1 christos # This program is distributed in the hope that it will be useful,
11 1.1 christos # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 1.1 christos # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 1.1 christos # PARTICULAR PURPOSE.
14 1.1 christos
15 1.1 christos @SET_MAKE@
16 1.1 christos VPATH = @srcdir@
17 1.1 christos pkgdatadir = $(datadir)/@PACKAGE@
18 1.1 christos pkglibdir = $(libdir)/@PACKAGE@
19 1.1 christos pkgincludedir = $(includedir)/@PACKAGE@
20 1.1 christos am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21 1.1 christos install_sh_DATA = $(install_sh) -c -m 644
22 1.1 christos install_sh_PROGRAM = $(install_sh) -c
23 1.1 christos install_sh_SCRIPT = $(install_sh) -c
24 1.1 christos INSTALL_HEADER = $(INSTALL_DATA)
25 1.1 christos transform = $(program_transform_name)
26 1.1 christos NORMAL_INSTALL = :
27 1.1 christos PRE_INSTALL = :
28 1.1 christos POST_INSTALL = :
29 1.1 christos NORMAL_UNINSTALL = :
30 1.1 christos PRE_UNINSTALL = :
31 1.1 christos POST_UNINSTALL = :
32 1.1 christos build_triplet = @build@
33 1.1 christos host_triplet = @host@
34 1.1 christos subdir = .
35 1.1 christos DIST_COMMON = README $(am__configure_deps) \
36 1.1 christos $(srcdir)/../build-aux/config.guess \
37 1.1 christos $(srcdir)/../build-aux/config.sub \
38 1.1 christos $(srcdir)/../build-aux/install-sh \
39 1.1 christos $(srcdir)/../build-aux/ltmain.sh \
40 1.1 christos $(srcdir)/../build-aux/missing \
41 1.1 christos $(srcdir)/../build-aux/mkinstalldirs $(srcdir)/Makefile.am \
42 1.1 christos $(srcdir)/Makefile.in $(top_srcdir)/configure \
43 1.1 christos ../build-aux/compile ../build-aux/config.guess \
44 1.1 christos ../build-aux/config.rpath ../build-aux/config.sub \
45 1.1 christos ../build-aux/elisp-comp ../build-aux/install-sh \
46 1.1 christos ../build-aux/ltmain.sh ../build-aux/mdate-sh \
47 1.1 christos ../build-aux/missing ../build-aux/mkinstalldirs \
48 1.1 christos ../build-aux/texinfo.tex ../build-aux/ylwrap AUTHORS COPYING \
49 1.1 christos ChangeLog INSTALL NEWS config.rpath
50 1.1 christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51 1.1 christos am__aclocal_m4_deps = $(top_srcdir)/../m4/fixautomake.m4 \
52 1.1 christos $(top_srcdir)/../m4/libtool.m4 \
53 1.1 christos $(top_srcdir)/../m4/woe32-dll.m4 \
54 1.1 christos $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/configure.ac
55 1.1 christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
56 1.1 christos $(ACLOCAL_M4)
57 1.1 christos am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
58 1.1 christos configure.lineno config.status.lineno
59 1.1 christos mkinstalldirs = $(SHELL) $(top_srcdir)/../build-aux/mkinstalldirs
60 1.1 christos CONFIG_CLEAN_FILES =
61 1.1 christos depcomp =
62 1.1 christos am__depfiles_maybe =
63 1.1 christos SOURCES =
64 1.1 christos DIST_SOURCES =
65 1.1 christos RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
66 1.1 christos html-recursive info-recursive install-data-recursive \
67 1.1 christos install-dvi-recursive install-exec-recursive \
68 1.1 christos install-html-recursive install-info-recursive \
69 1.1 christos install-pdf-recursive install-ps-recursive install-recursive \
70 1.1 christos installcheck-recursive installdirs-recursive pdf-recursive \
71 1.1 christos ps-recursive uninstall-recursive
72 1.1 christos RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
73 1.1 christos distclean-recursive maintainer-clean-recursive
74 1.1 christos ETAGS = etags
75 1.1 christos CTAGS = ctags
76 1.1 christos DIST_SUBDIRS = $(SUBDIRS)
77 1.1 christos DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78 1.1 christos distdir = $(PACKAGE)-$(VERSION)
79 1.1 christos top_distdir = $(distdir)
80 1.1 christos am__remove_distdir = \
81 1.1 christos { test ! -d $(distdir) \
82 1.1 christos || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
83 1.1 christos && rm -fr $(distdir); }; }
84 1.1 christos DIST_ARCHIVES = $(distdir).tar.gz
85 1.1 christos GZIP_ENV = --best
86 1.1 christos distuninstallcheck_listfiles = find . -type f -print
87 1.1 christos distcleancheck_listfiles = find . -type f -print
88 1.1 christos ACLOCAL = @ACLOCAL@
89 1.1 christos AMTAR = @AMTAR@
90 1.1 christos AR = @AR@
91 1.1 christos AS = @AS@
92 1.1 christos AUTOCONF = @AUTOCONF@
93 1.1 christos AUTOHEADER = @AUTOHEADER@
94 1.1 christos AUTOMAKE = @AUTOMAKE@
95 1.1 christos AWK = @AWK@
96 1.1 christos CC = @CC@
97 1.1 christos CCDEPMODE = @CCDEPMODE@
98 1.1 christos CFLAGS = @CFLAGS@
99 1.1 christos CPP = @CPP@
100 1.1 christos CPPFLAGS = @CPPFLAGS@
101 1.1 christos CXX = @CXX@
102 1.1 christos CXXCPP = @CXXCPP@
103 1.1 christos CXXDEPMODE = @CXXDEPMODE@
104 1.1 christos CXXFLAGS = @CXXFLAGS@
105 1.1 christos CYGPATH_W = @CYGPATH_W@
106 1.1 christos DEFS = @DEFS@
107 1.1 christos DEPDIR = @DEPDIR@
108 1.1 christos DLLTOOL = @DLLTOOL@
109 1.1 christos ECHO = @ECHO@
110 1.1 christos ECHO_C = @ECHO_C@
111 1.1 christos ECHO_N = @ECHO_N@
112 1.1 christos ECHO_T = @ECHO_T@
113 1.1 christos EGREP = @EGREP@
114 1.1 christos EXEEXT = @EXEEXT@
115 1.1 christos F77 = @F77@
116 1.1 christos FFLAGS = @FFLAGS@
117 1.1 christos GCC = @GCC@
118 1.1 christos GREP = @GREP@
119 1.1 christos INSTALL = @INSTALL@
120 1.1 christos INSTALL_DATA = @INSTALL_DATA@
121 1.1 christos INSTALL_PROGRAM = @INSTALL_PROGRAM@
122 1.1 christos INSTALL_SCRIPT = @INSTALL_SCRIPT@
123 1.1 christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
124 1.1 christos LD = @LD@
125 1.1 christos LDFLAGS = @LDFLAGS@
126 1.1 christos LIBDIRSTEM = @LIBDIRSTEM@
127 1.1 christos LIBOBJS = @LIBOBJS@
128 1.1 christos LIBS = @LIBS@
129 1.1 christos LIBTOOL = @LIBTOOL@
130 1.1 christos LN_S = @LN_S@
131 1.1 christos LTLIBOBJS = @LTLIBOBJS@
132 1.1 christos MAKEINFO = @MAKEINFO@
133 1.1 christos MKDIR_P = @MKDIR_P@
134 1.1 christos OBJDUMP = @OBJDUMP@
135 1.1 christos OBJEXT = @OBJEXT@
136 1.1 christos PACKAGE = @PACKAGE@
137 1.1 christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138 1.1 christos PACKAGE_NAME = @PACKAGE_NAME@
139 1.1 christos PACKAGE_STRING = @PACKAGE_STRING@
140 1.1 christos PACKAGE_TARNAME = @PACKAGE_TARNAME@
141 1.1 christos PACKAGE_VERSION = @PACKAGE_VERSION@
142 1.1 christos PATH_SEPARATOR = @PATH_SEPARATOR@
143 1.1 christos RANLIB = @RANLIB@
144 1.1 christos SET_MAKE = @SET_MAKE@
145 1.1 christos SHELL = @SHELL@
146 1.1 christos STRIP = @STRIP@
147 1.1 christos VERSION = @VERSION@
148 1.1 christos abs_builddir = @abs_builddir@
149 1.1 christos abs_srcdir = @abs_srcdir@
150 1.1 christos abs_top_builddir = @abs_top_builddir@
151 1.1 christos abs_top_srcdir = @abs_top_srcdir@
152 1.1 christos ac_ct_CC = @ac_ct_CC@
153 1.1 christos ac_ct_CXX = @ac_ct_CXX@
154 1.1 christos ac_ct_F77 = @ac_ct_F77@
155 1.1 christos aclocaldir = @aclocaldir@
156 1.1 christos am__include = @am__include@
157 1.1 christos am__leading_dot = @am__leading_dot@
158 1.1 christos am__quote = @am__quote@
159 1.1 christos am__tar = @am__tar@
160 1.1 christos am__untar = @am__untar@
161 1.1 christos bindir = @bindir@
162 1.1 christos build = @build@
163 1.1 christos build_alias = @build_alias@
164 1.1 christos build_cpu = @build_cpu@
165 1.1 christos build_os = @build_os@
166 1.1 christos build_vendor = @build_vendor@
167 1.1 christos builddir = @builddir@
168 1.1 christos datadir = @datadir@
169 1.1 christos datarootdir = @datarootdir@
170 1.1 christos docdir = @docdir@
171 1.1 christos dvidir = @dvidir@
172 1.1 christos exec_prefix = @exec_prefix@
173 1.1 christos host = @host@
174 1.1 christos host_alias = @host_alias@
175 1.1 christos host_cpu = @host_cpu@
176 1.1 christos host_os = @host_os@
177 1.1 christos host_vendor = @host_vendor@
178 1.1 christos htmldir = @htmldir@
179 1.1 christos includedir = @includedir@
180 1.1 christos infodir = @infodir@
181 1.1 christos install_sh = @install_sh@
182 1.1 christos libdir = @libdir@
183 1.1 christos libexecdir = @libexecdir@
184 1.1 christos localedir = @localedir@
185 1.1 christos localstatedir = @localstatedir@
186 1.1 christos mandir = @mandir@
187 1.1 christos mkdir_p = @mkdir_p@
188 1.1 christos oldincludedir = @oldincludedir@
189 1.1 christos pdfdir = @pdfdir@
190 1.1 christos prefix = @prefix@
191 1.1 christos program_transform_name = @program_transform_name@
192 1.1 christos psdir = @psdir@
193 1.1 christos sbindir = @sbindir@
194 1.1 christos sharedstatedir = @sharedstatedir@
195 1.1 christos srcdir = @srcdir@
196 1.1 christos sysconfdir = @sysconfdir@
197 1.1 christos target_alias = @target_alias@
198 1.1 christos top_builddir = @top_builddir@
199 1.1 christos top_srcdir = @top_srcdir@
200 1.1 christos with_gnu_ld = @with_gnu_ld@
201 1.1 christos AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
202 1.1 christos ACLOCAL_AMFLAGS = -I m4 -I ../m4
203 1.1 christos EXTRA_DIST = config.rpath
204 1.1 christos DISTCLEANFILES = build-aux/config.guess build-aux/config.sub \
205 1.1 christos build-aux/install-sh build-aux/ltmain.sh build-aux/missing \
206 1.1 christos build-aux/config.rpath
207 1.1 christos SUBDIRS = m4 tests
208 1.1 christos
209 1.1 christos # Subdirectories with separate autoconfiguration.
210 1.1 christos CONFIGURES_RPATHX = $(srcdir)/tests/rpathx/Makefile.in $(srcdir)/tests/rpathx/aclocal.m4 $(srcdir)/tests/rpathx/configure
211 1.1 christos CONFIGURES_RPATHY = $(srcdir)/tests/rpathy/Makefile.in $(srcdir)/tests/rpathy/aclocal.m4 $(srcdir)/tests/rpathy/configure
212 1.1 christos CONFIGURES_RPATHZ = $(srcdir)/tests/rpathz/Makefile.in $(srcdir)/tests/rpathz/aclocal.m4 $(srcdir)/tests/rpathz/configure
213 1.1 christos CONFIGURES_RPATHLX = $(srcdir)/tests/rpathlx/Makefile.in $(srcdir)/tests/rpathlx/aclocal.m4 $(srcdir)/tests/rpathlx/configure
214 1.1 christos CONFIGURES_RPATHLY = $(srcdir)/tests/rpathly/Makefile.in $(srcdir)/tests/rpathly/aclocal.m4 $(srcdir)/tests/rpathly/configure
215 1.1 christos CONFIGURES_RPATHLYX = $(srcdir)/tests/rpathlyx/Makefile.in $(srcdir)/tests/rpathlyx/aclocal.m4 $(srcdir)/tests/rpathlyx/configure
216 1.1 christos CONFIGURES_RPATHLZ = $(srcdir)/tests/rpathlz/Makefile.in $(srcdir)/tests/rpathlz/aclocal.m4 $(srcdir)/tests/rpathlz/configure
217 1.1 christos CONFIGURES_RPATHLZYX = $(srcdir)/tests/rpathlzyx/Makefile.in $(srcdir)/tests/rpathlzyx/aclocal.m4 $(srcdir)/tests/rpathlzyx/configure
218 1.1 christos SUBCONFIGURES = $(CONFIGURES_RPATHX) $(CONFIGURES_RPATHY) $(CONFIGURES_RPATHZ) $(CONFIGURES_RPATHLX) $(CONFIGURES_RPATHLY) $(CONFIGURES_RPATHLYX) $(CONFIGURES_RPATHLZ) $(CONFIGURES_RPATHLZYX)
219 1.1 christos all: all-recursive
220 1.1 christos
221 1.1 christos .SUFFIXES:
222 1.1 christos am--refresh:
223 1.1 christos @:
224 1.1 christos $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
225 1.1 christos @for dep in $?; do \
226 1.1 christos case '$(am__configure_deps)' in \
227 1.1 christos *$$dep*) \
228 1.1 christos echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
229 1.1 christos cd $(srcdir) && $(AUTOMAKE) --gnu \
230 1.1 christos && exit 0; \
231 1.1 christos exit 1;; \
232 1.1 christos esac; \
233 1.1 christos done; \
234 1.1 christos echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
235 1.1 christos cd $(top_srcdir) && \
236 1.1 christos $(AUTOMAKE) --gnu Makefile
237 1.1 christos .PRECIOUS: Makefile
238 1.1 christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239 1.1 christos @case '$?' in \
240 1.1 christos *config.status*) \
241 1.1 christos echo ' $(SHELL) ./config.status'; \
242 1.1 christos $(SHELL) ./config.status;; \
243 1.1 christos *) \
244 1.1 christos echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
245 1.1 christos cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
246 1.1 christos esac;
247 1.1 christos
248 1.1 christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
249 1.1 christos $(SHELL) ./config.status --recheck
250 1.1 christos
251 1.1 christos $(top_srcdir)/configure: $(am__configure_deps)
252 1.1 christos cd $(srcdir) && $(AUTOCONF)
253 1.1 christos $(ACLOCAL_M4): $(am__aclocal_m4_deps)
254 1.1 christos cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
255 1.1 christos
256 1.1 christos mostlyclean-libtool:
257 1.1 christos -rm -f *.lo
258 1.1 christos
259 1.1 christos clean-libtool:
260 1.1 christos -rm -rf .libs _libs
261 1.1 christos
262 1.1 christos distclean-libtool:
263 1.1 christos -rm -f libtool
264 1.1 christos
265 1.1 christos # This directory's subdirectories are mostly independent; you can cd
266 1.1 christos # into them and run `make' without going through this Makefile.
267 1.1 christos # To change the values of `make' variables: instead of editing Makefiles,
268 1.1 christos # (1) if the variable is set in `config.status', edit `config.status'
269 1.1 christos # (which will cause the Makefiles to be regenerated when you run `make');
270 1.1 christos # (2) otherwise, pass the desired values on the `make' command line.
271 1.1 christos $(RECURSIVE_TARGETS):
272 1.1 christos @failcom='exit 1'; \
273 1.1 christos for f in x $$MAKEFLAGS; do \
274 1.1 christos case $$f in \
275 1.1 christos *=* | --[!k]*);; \
276 1.1 christos *k*) failcom='fail=yes';; \
277 1.1 christos esac; \
278 1.1 christos done; \
279 1.1 christos dot_seen=no; \
280 1.1 christos target=`echo $@ | sed s/-recursive//`; \
281 1.1 christos list='$(SUBDIRS)'; for subdir in $$list; do \
282 1.1 christos echo "Making $$target in $$subdir"; \
283 1.1 christos if test "$$subdir" = "."; then \
284 1.1 christos dot_seen=yes; \
285 1.1 christos local_target="$$target-am"; \
286 1.1 christos else \
287 1.1 christos local_target="$$target"; \
288 1.1 christos fi; \
289 1.1 christos (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
290 1.1 christos || eval $$failcom; \
291 1.1 christos done; \
292 1.1 christos if test "$$dot_seen" = "no"; then \
293 1.1 christos $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
294 1.1 christos fi; test -z "$$fail"
295 1.1 christos
296 1.1 christos $(RECURSIVE_CLEAN_TARGETS):
297 1.1 christos @failcom='exit 1'; \
298 1.1 christos for f in x $$MAKEFLAGS; do \
299 1.1 christos case $$f in \
300 1.1 christos *=* | --[!k]*);; \
301 1.1 christos *k*) failcom='fail=yes';; \
302 1.1 christos esac; \
303 1.1 christos done; \
304 1.1 christos dot_seen=no; \
305 1.1 christos case "$@" in \
306 1.1 christos distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
307 1.1 christos *) list='$(SUBDIRS)' ;; \
308 1.1 christos esac; \
309 1.1 christos rev=''; for subdir in $$list; do \
310 1.1 christos if test "$$subdir" = "."; then :; else \
311 1.1 christos rev="$$subdir $$rev"; \
312 1.1 christos fi; \
313 1.1 christos done; \
314 1.1 christos rev="$$rev ."; \
315 1.1 christos target=`echo $@ | sed s/-recursive//`; \
316 1.1 christos for subdir in $$rev; do \
317 1.1 christos echo "Making $$target in $$subdir"; \
318 1.1 christos if test "$$subdir" = "."; then \
319 1.1 christos local_target="$$target-am"; \
320 1.1 christos else \
321 1.1 christos local_target="$$target"; \
322 1.1 christos fi; \
323 1.1 christos (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
324 1.1 christos || eval $$failcom; \
325 1.1 christos done && test -z "$$fail"
326 1.1 christos tags-recursive:
327 1.1 christos list='$(SUBDIRS)'; for subdir in $$list; do \
328 1.1 christos test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
329 1.1 christos done
330 1.1 christos ctags-recursive:
331 1.1 christos list='$(SUBDIRS)'; for subdir in $$list; do \
332 1.1 christos test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
333 1.1 christos done
334 1.1 christos
335 1.1 christos ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
336 1.1 christos list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
337 1.1 christos unique=`for i in $$list; do \
338 1.1 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339 1.1 christos done | \
340 1.1 christos $(AWK) ' { files[$$0] = 1; } \
341 1.1 christos END { for (i in files) print i; }'`; \
342 1.1 christos mkid -fID $$unique
343 1.1 christos tags: TAGS
344 1.1 christos
345 1.1 christos TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
346 1.1 christos $(TAGS_FILES) $(LISP)
347 1.1 christos tags=; \
348 1.1 christos here=`pwd`; \
349 1.1 christos if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
350 1.1 christos include_option=--etags-include; \
351 1.1 christos empty_fix=.; \
352 1.1 christos else \
353 1.1 christos include_option=--include; \
354 1.1 christos empty_fix=; \
355 1.1 christos fi; \
356 1.1 christos list='$(SUBDIRS)'; for subdir in $$list; do \
357 1.1 christos if test "$$subdir" = .; then :; else \
358 1.1 christos test ! -f $$subdir/TAGS || \
359 1.1 christos tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
360 1.1 christos fi; \
361 1.1 christos done; \
362 1.1 christos list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363 1.1 christos unique=`for i in $$list; do \
364 1.1 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365 1.1 christos done | \
366 1.1 christos $(AWK) ' { files[$$0] = 1; } \
367 1.1 christos END { for (i in files) print i; }'`; \
368 1.1 christos if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
369 1.1 christos test -n "$$unique" || unique=$$empty_fix; \
370 1.1 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371 1.1 christos $$tags $$unique; \
372 1.1 christos fi
373 1.1 christos ctags: CTAGS
374 1.1 christos CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
375 1.1 christos $(TAGS_FILES) $(LISP)
376 1.1 christos tags=; \
377 1.1 christos here=`pwd`; \
378 1.1 christos list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379 1.1 christos unique=`for i in $$list; do \
380 1.1 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381 1.1 christos done | \
382 1.1 christos $(AWK) ' { files[$$0] = 1; } \
383 1.1 christos END { for (i in files) print i; }'`; \
384 1.1 christos test -z "$(CTAGS_ARGS)$$tags$$unique" \
385 1.1 christos || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
386 1.1 christos $$tags $$unique
387 1.1 christos
388 1.1 christos GTAGS:
389 1.1 christos here=`$(am__cd) $(top_builddir) && pwd` \
390 1.1 christos && cd $(top_srcdir) \
391 1.1 christos && gtags -i $(GTAGS_ARGS) $$here
392 1.1 christos
393 1.1 christos distclean-tags:
394 1.1 christos -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
395 1.1 christos
396 1.1 christos distdir: $(DISTFILES)
397 1.1 christos $(am__remove_distdir)
398 1.1 christos test -d $(distdir) || mkdir $(distdir)
399 1.1 christos @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
400 1.1 christos topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401 1.1 christos list='$(DISTFILES)'; \
402 1.1 christos dist_files=`for file in $$list; do echo $$file; done | \
403 1.1 christos sed -e "s|^$$srcdirstrip/||;t" \
404 1.1 christos -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
405 1.1 christos case $$dist_files in \
406 1.1 christos */*) $(MKDIR_P) `echo "$$dist_files" | \
407 1.1 christos sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
408 1.1 christos sort -u` ;; \
409 1.1 christos esac; \
410 1.1 christos for file in $$dist_files; do \
411 1.1 christos if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
412 1.1 christos if test -d $$d/$$file; then \
413 1.1 christos dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
414 1.1 christos if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
415 1.1 christos cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
416 1.1 christos fi; \
417 1.1 christos cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
418 1.1 christos else \
419 1.1 christos test -f $(distdir)/$$file \
420 1.1 christos || cp -p $$d/$$file $(distdir)/$$file \
421 1.1 christos || exit 1; \
422 1.1 christos fi; \
423 1.1 christos done
424 1.1 christos list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
425 1.1 christos if test "$$subdir" = .; then :; else \
426 1.1 christos test -d "$(distdir)/$$subdir" \
427 1.1 christos || $(MKDIR_P) "$(distdir)/$$subdir" \
428 1.1 christos || exit 1; \
429 1.1 christos distdir=`$(am__cd) $(distdir) && pwd`; \
430 1.1 christos top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
431 1.1 christos (cd $$subdir && \
432 1.1 christos $(MAKE) $(AM_MAKEFLAGS) \
433 1.1 christos top_distdir="$$top_distdir" \
434 1.1 christos distdir="$$distdir/$$subdir" \
435 1.1 christos am__remove_distdir=: \
436 1.1 christos am__skip_length_check=: \
437 1.1 christos distdir) \
438 1.1 christos || exit 1; \
439 1.1 christos fi; \
440 1.1 christos done
441 1.1 christos -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
442 1.1 christos ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
443 1.1 christos ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
444 1.1 christos ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
445 1.1 christos || chmod -R a+r $(distdir)
446 1.1 christos dist-gzip: distdir
447 1.1 christos tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
448 1.1 christos $(am__remove_distdir)
449 1.1 christos
450 1.1 christos dist-bzip2: distdir
451 1.1 christos tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
452 1.1 christos $(am__remove_distdir)
453 1.1 christos
454 1.1 christos dist-tarZ: distdir
455 1.1 christos tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
456 1.1 christos $(am__remove_distdir)
457 1.1 christos
458 1.1 christos dist-shar: distdir
459 1.1 christos shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
460 1.1 christos $(am__remove_distdir)
461 1.1 christos
462 1.1 christos dist-zip: distdir
463 1.1 christos -rm -f $(distdir).zip
464 1.1 christos zip -rq $(distdir).zip $(distdir)
465 1.1 christos $(am__remove_distdir)
466 1.1 christos
467 1.1 christos dist dist-all: distdir
468 1.1 christos tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
469 1.1 christos $(am__remove_distdir)
470 1.1 christos
471 1.1 christos # This target untars the dist file and tries a VPATH configuration. Then
472 1.1 christos # it guarantees that the distribution is self-contained by making another
473 1.1 christos # tarfile.
474 1.1 christos distcheck: dist
475 1.1 christos case '$(DIST_ARCHIVES)' in \
476 1.1 christos *.tar.gz*) \
477 1.1 christos GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
478 1.1 christos *.tar.bz2*) \
479 1.1 christos bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
480 1.1 christos *.tar.Z*) \
481 1.1 christos uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
482 1.1 christos *.shar.gz*) \
483 1.1 christos GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
484 1.1 christos *.zip*) \
485 1.1 christos unzip $(distdir).zip ;;\
486 1.1 christos esac
487 1.1 christos chmod -R a-w $(distdir); chmod a+w $(distdir)
488 1.1 christos mkdir $(distdir)/_build
489 1.1 christos mkdir $(distdir)/_inst
490 1.1 christos chmod a-w $(distdir)
491 1.1 christos dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
492 1.1 christos && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
493 1.1 christos && cd $(distdir)/_build \
494 1.1 christos && ../configure --srcdir=.. --prefix="$$dc_install_base" \
495 1.1 christos $(DISTCHECK_CONFIGURE_FLAGS) \
496 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) \
497 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) dvi \
498 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) check \
499 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) install \
500 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) installcheck \
501 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) uninstall \
502 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
503 1.1 christos distuninstallcheck \
504 1.1 christos && chmod -R a-w "$$dc_install_base" \
505 1.1 christos && ({ \
506 1.1 christos (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
507 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
508 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
509 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
510 1.1 christos distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
511 1.1 christos } || { rm -rf "$$dc_destdir"; exit 1; }) \
512 1.1 christos && rm -rf "$$dc_destdir" \
513 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) dist \
514 1.1 christos && rm -rf $(DIST_ARCHIVES) \
515 1.1 christos && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
516 1.1 christos $(am__remove_distdir)
517 1.1 christos @(echo "$(distdir) archives ready for distribution: "; \
518 1.1 christos list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
519 1.1 christos sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
520 1.1 christos distuninstallcheck:
521 1.1 christos @cd $(distuninstallcheck_dir) \
522 1.1 christos && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
523 1.1 christos || { echo "ERROR: files left after uninstall:" ; \
524 1.1 christos if test -n "$(DESTDIR)"; then \
525 1.1 christos echo " (check DESTDIR support)"; \
526 1.1 christos fi ; \
527 1.1 christos $(distuninstallcheck_listfiles) ; \
528 1.1 christos exit 1; } >&2
529 1.1 christos distcleancheck: distclean
530 1.1 christos @if test '$(srcdir)' = . ; then \
531 1.1 christos echo "ERROR: distcleancheck can only run from a VPATH build" ; \
532 1.1 christos exit 1 ; \
533 1.1 christos fi
534 1.1 christos @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
535 1.1 christos || { echo "ERROR: files left in build directory after distclean:" ; \
536 1.1 christos $(distcleancheck_listfiles) ; \
537 1.1 christos exit 1; } >&2
538 1.1 christos check-am: all-am
539 1.1 christos check: check-recursive
540 1.1 christos all-am: Makefile all-local
541 1.1 christos installdirs: installdirs-recursive
542 1.1 christos installdirs-am:
543 1.1 christos install: install-recursive
544 1.1 christos install-exec: install-exec-recursive
545 1.1 christos install-data: install-data-recursive
546 1.1 christos uninstall: uninstall-recursive
547 1.1 christos
548 1.1 christos install-am: all-am
549 1.1 christos @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
550 1.1 christos
551 1.1 christos installcheck: installcheck-recursive
552 1.1 christos install-strip:
553 1.1 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
554 1.1 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
555 1.1 christos `test -z '$(STRIP)' || \
556 1.1 christos echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
557 1.1 christos mostlyclean-generic:
558 1.1 christos
559 1.1 christos clean-generic:
560 1.1 christos
561 1.1 christos distclean-generic:
562 1.1 christos -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
563 1.1 christos -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
564 1.1 christos
565 1.1 christos maintainer-clean-generic:
566 1.1 christos @echo "This command is intended for maintainers to use"
567 1.1 christos @echo "it deletes files that may require special tools to rebuild."
568 1.1 christos clean: clean-recursive
569 1.1 christos
570 1.1 christos clean-am: clean-generic clean-libtool mostlyclean-am
571 1.1 christos
572 1.1 christos distclean: distclean-recursive
573 1.1 christos -rm -f $(am__CONFIG_DISTCLEAN_FILES)
574 1.1 christos -rm -f Makefile
575 1.1 christos distclean-am: clean-am distclean-generic distclean-libtool \
576 1.1 christos distclean-local distclean-tags
577 1.1 christos
578 1.1 christos dvi: dvi-recursive
579 1.1 christos
580 1.1 christos dvi-am:
581 1.1 christos
582 1.1 christos html: html-recursive
583 1.1 christos
584 1.1 christos info: info-recursive
585 1.1 christos
586 1.1 christos info-am:
587 1.1 christos
588 1.1 christos install-data-am:
589 1.1 christos
590 1.1 christos install-dvi: install-dvi-recursive
591 1.1 christos
592 1.1 christos install-exec-am:
593 1.1 christos
594 1.1 christos install-html: install-html-recursive
595 1.1 christos
596 1.1 christos install-info: install-info-recursive
597 1.1 christos
598 1.1 christos install-man:
599 1.1 christos
600 1.1 christos install-pdf: install-pdf-recursive
601 1.1 christos
602 1.1 christos install-ps: install-ps-recursive
603 1.1 christos
604 1.1 christos installcheck-am:
605 1.1 christos
606 1.1 christos maintainer-clean: maintainer-clean-recursive
607 1.1 christos -rm -f $(am__CONFIG_DISTCLEAN_FILES)
608 1.1 christos -rm -rf $(top_srcdir)/autom4te.cache
609 1.1 christos -rm -f Makefile
610 1.1 christos maintainer-clean-am: distclean-am maintainer-clean-generic
611 1.1 christos
612 1.1 christos mostlyclean: mostlyclean-recursive
613 1.1 christos
614 1.1 christos mostlyclean-am: mostlyclean-generic mostlyclean-libtool
615 1.1 christos
616 1.1 christos pdf: pdf-recursive
617 1.1 christos
618 1.1 christos pdf-am:
619 1.1 christos
620 1.1 christos ps: ps-recursive
621 1.1 christos
622 1.1 christos ps-am:
623 1.1 christos
624 1.1 christos uninstall-am:
625 1.1 christos
626 1.1 christos .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
627 1.1 christos install-strip
628 1.1 christos
629 1.1 christos .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
630 1.1 christos all all-am all-local am--refresh check check-am clean \
631 1.1 christos clean-generic clean-libtool ctags ctags-recursive dist \
632 1.1 christos dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
633 1.1 christos distcheck distclean distclean-generic distclean-libtool \
634 1.1 christos distclean-local distclean-tags distcleancheck distdir \
635 1.1 christos distuninstallcheck dvi dvi-am html html-am info info-am \
636 1.1 christos install install-am install-data install-data-am install-dvi \
637 1.1 christos install-dvi-am install-exec install-exec-am install-html \
638 1.1 christos install-html-am install-info install-info-am install-man \
639 1.1 christos install-pdf install-pdf-am install-ps install-ps-am \
640 1.1 christos install-strip installcheck installcheck-am installdirs \
641 1.1 christos installdirs-am maintainer-clean maintainer-clean-generic \
642 1.1 christos mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
643 1.1 christos ps ps-am tags tags-recursive uninstall uninstall-am
644 1.1 christos
645 1.1 christos
646 1.1 christos # We want to maintain only one copy of config.rpath. The one in this directory
647 1.1 christos # is the source.
648 1.1 christos
649 1.1 christos all-local: $(srcdir)/../build-aux/config.rpath
650 1.1 christos
651 1.1 christos $(srcdir)/../build-aux/config.rpath: $(srcdir)/config.rpath
652 1.2 christos @echo "NOT REBUILDING $@"
653 1.2 christos NetBSD_DISABLED_build-aux_config.rpath:
654 1.1 christos cp $(srcdir)/config.rpath $(srcdir)/../build-aux/config.rpath
655 1.1 christos
656 1.1 christos # The AC_CONFIG_AUX_DIR argument in the tests/rpath*/configure.ac files is
657 1.1 christos # interpreted in two different contexts:
658 1.1 christos # 1. at "make distrib" time, when we call automake, relative to
659 1.1 christos # SRCDIR/tests/rpath*/,
660 1.1 christos # 2. at "make check" time, when the directory is copied and configured,
661 1.1 christos # relative to BUILDDIR/tests/tstdir/rp-*/.
662 1.1 christos # We choose this argument to be '../../../build-aux', for case 1, and therefore
663 1.1 christos # we need to make a local copy of the build-aux directory, for case 2.
664 1.1 christos
665 1.1 christos all-local: build-aux/config.guess build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh build-aux/missing build-aux/config.rpath
666 1.1 christos
667 1.1 christos build-aux-dir:
668 1.1 christos test -d build-aux || mkdir build-aux
669 1.1 christos touch build-aux-dir
670 1.1 christos
671 1.1 christos build-aux/config.guess: $(srcdir)/../build-aux/config.guess build-aux-dir
672 1.1 christos cp $(srcdir)/../build-aux/config.guess build-aux/config.guess
673 1.1 christos
674 1.1 christos build-aux/config.sub: $(srcdir)/../build-aux/config.sub build-aux-dir
675 1.1 christos cp $(srcdir)/../build-aux/config.sub build-aux/config.sub
676 1.1 christos
677 1.1 christos build-aux/install-sh: $(srcdir)/../build-aux/install-sh build-aux-dir
678 1.1 christos cp $(srcdir)/../build-aux/install-sh build-aux/install-sh
679 1.1 christos
680 1.1 christos build-aux/ltmain.sh: $(srcdir)/../build-aux/ltmain.sh build-aux-dir
681 1.1 christos cp $(srcdir)/../build-aux/ltmain.sh build-aux/ltmain.sh
682 1.1 christos
683 1.1 christos build-aux/missing: $(srcdir)/../build-aux/missing build-aux-dir
684 1.1 christos cp $(srcdir)/../build-aux/missing build-aux/missing
685 1.1 christos
686 1.1 christos build-aux/config.rpath: $(srcdir)/config.rpath build-aux-dir
687 1.1 christos cp $(srcdir)/config.rpath build-aux/config.rpath
688 1.1 christos
689 1.1 christos distclean-local:
690 1.1 christos rm -rf build-aux build-aux-dir
691 1.1 christos $(srcdir)/tests/rpathx/Makefile.in: $(srcdir)/tests/rpathx/Makefile.am $(srcdir)/tests/rpathx/configure.ac $(srcdir)/tests/rpathx/aclocal.m4
692 1.1 christos cd $(srcdir)/tests/rpathx && automake Makefile
693 1.1 christos $(srcdir)/tests/rpathx/aclocal.m4: $(srcdir)/tests/rpathx/configure.ac $(srcdir)/../m4/libtool.m4
694 1.1 christos cd $(srcdir)/tests/rpathx && aclocal -I `cd ../../m4 && pwd` -I `cd ../../../m4 && pwd`
695 1.1 christos $(srcdir)/tests/rpathx/configure: $(srcdir)/tests/rpathx/configure.ac $(srcdir)/tests/rpathx/aclocal.m4
696 1.1 christos cd $(srcdir)/tests/rpathx && autoconf
697 1.1 christos $(srcdir)/tests/rpathy/Makefile.in: $(srcdir)/tests/rpathy/Makefile.am $(srcdir)/tests/rpathy/configure.ac $(srcdir)/tests/rpathy/aclocal.m4
698 1.1 christos cd $(srcdir)/tests/rpathy && automake Makefile
699 1.1 christos $(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
700 1.1 christos cd $(srcdir)/tests/rpathy && aclocal -I `cd ../../m4 && pwd` -I `cd ../../../m4 && pwd`
701 1.1 christos $(srcdir)/tests/rpathy/configure: $(srcdir)/tests/rpathy/configure.ac $(srcdir)/tests/rpathy/aclocal.m4
702 1.1 christos cd $(srcdir)/tests/rpathy && autoconf
703 1.1 christos $(srcdir)/tests/rpathz/Makefile.in: $(srcdir)/tests/rpathz/Makefile.am $(srcdir)/tests/rpathz/configure.ac $(srcdir)/tests/rpathz/aclocal.m4
704 1.1 christos cd $(srcdir)/tests/rpathz && automake Makefile
705 1.1 christos $(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
706 1.1 christos cd $(srcdir)/tests/rpathz && aclocal -I `cd ../../m4 && pwd` -I `cd ../../../m4 && pwd`
707 1.1 christos $(srcdir)/tests/rpathz/configure: $(srcdir)/tests/rpathz/configure.ac $(srcdir)/tests/rpathz/aclocal.m4
708 1.1 christos cd $(srcdir)/tests/rpathz && autoconf
709 1.1 christos $(srcdir)/tests/rpathlx/Makefile.in: $(srcdir)/tests/rpathlx/Makefile.am $(srcdir)/tests/rpathlx/configure.ac $(srcdir)/tests/rpathlx/aclocal.m4
710 1.1 christos cd $(srcdir)/tests/rpathlx && automake Makefile
711 1.1 christos $(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
712 1.1 christos cd $(srcdir)/tests/rpathlx && aclocal -I `cd ../../m4 && pwd`
713 1.1 christos $(srcdir)/tests/rpathlx/configure: $(srcdir)/tests/rpathlx/configure.ac $(srcdir)/tests/rpathlx/aclocal.m4
714 1.1 christos cd $(srcdir)/tests/rpathlx && autoconf
715 1.1 christos $(srcdir)/tests/rpathly/Makefile.in: $(srcdir)/tests/rpathly/Makefile.am $(srcdir)/tests/rpathly/configure.ac $(srcdir)/tests/rpathly/aclocal.m4
716 1.1 christos cd $(srcdir)/tests/rpathly && automake Makefile
717 1.1 christos $(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
718 1.1 christos cd $(srcdir)/tests/rpathly && aclocal -I `cd ../../m4 && pwd`
719 1.1 christos $(srcdir)/tests/rpathly/configure: $(srcdir)/tests/rpathly/configure.ac $(srcdir)/tests/rpathly/aclocal.m4
720 1.1 christos cd $(srcdir)/tests/rpathly && autoconf
721 1.1 christos $(srcdir)/tests/rpathlyx/Makefile.in: $(srcdir)/tests/rpathlyx/Makefile.am $(srcdir)/tests/rpathlyx/configure.ac $(srcdir)/tests/rpathlyx/aclocal.m4
722 1.1 christos cd $(srcdir)/tests/rpathlyx && automake Makefile
723 1.1 christos $(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
724 1.1 christos cd $(srcdir)/tests/rpathlyx && aclocal -I `cd ../../m4 && pwd`
725 1.1 christos $(srcdir)/tests/rpathlyx/configure: $(srcdir)/tests/rpathlyx/configure.ac $(srcdir)/tests/rpathlyx/aclocal.m4
726 1.1 christos cd $(srcdir)/tests/rpathlyx && autoconf
727 1.1 christos $(srcdir)/tests/rpathlz/Makefile.in: $(srcdir)/tests/rpathlz/Makefile.am $(srcdir)/tests/rpathlz/configure.ac $(srcdir)/tests/rpathlz/aclocal.m4
728 1.1 christos cd $(srcdir)/tests/rpathlz && automake Makefile
729 1.1 christos $(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
730 1.1 christos cd $(srcdir)/tests/rpathlz && aclocal -I `cd ../../m4 && pwd`
731 1.1 christos $(srcdir)/tests/rpathlz/configure: $(srcdir)/tests/rpathlz/configure.ac $(srcdir)/tests/rpathlz/aclocal.m4
732 1.1 christos cd $(srcdir)/tests/rpathlz && autoconf
733 1.1 christos $(srcdir)/tests/rpathlzyx/Makefile.in: $(srcdir)/tests/rpathlzyx/Makefile.am $(srcdir)/tests/rpathlzyx/configure.ac $(srcdir)/tests/rpathlzyx/aclocal.m4
734 1.1 christos cd $(srcdir)/tests/rpathlzyx && automake Makefile
735 1.1 christos $(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
736 1.1 christos cd $(srcdir)/tests/rpathlzyx && aclocal -I `cd ../../m4 && pwd`
737 1.1 christos $(srcdir)/tests/rpathlzyx/configure: $(srcdir)/tests/rpathlzyx/configure.ac $(srcdir)/tests/rpathlzyx/aclocal.m4
738 1.1 christos cd $(srcdir)/tests/rpathlzyx && autoconf
739 1.1 christos
740 1.1 christos subconfigures: $(SUBCONFIGURES)
741 1.1 christos
742 1.1 christos # Hidden from automake, but really activated. Works around an automake-1.5 bug.
743 1.1 christos #distdir: subconfigures
744 1.1 christos # Tell versions [3.59,3.63) of GNU make to not export all variables.
745 1.1 christos # Otherwise a system limit (for SysV at least) may be exceeded.
746 1.1 christos .NOEXPORT:
747