~ubuntu-branches/ubuntu/lucid/autoconf/lucid

« back to all changes in this revision

Viewing changes to lib/autotest/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ben Pfaff
  • Date: 2002-03-27 21:52:33 UTC
  • Revision ID: james.westby@ubuntu.com-20020327215233-r3gmxall0x27s306
Tags: upstream-2.53
ImportĀ upstreamĀ versionĀ 2.53

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.6a from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
5
# Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
SHELL = @SHELL@
 
17
 
 
18
srcdir = @srcdir@
 
19
top_srcdir = @top_srcdir@
 
20
VPATH = @srcdir@
 
21
prefix = @prefix@
 
22
exec_prefix = @exec_prefix@
 
23
 
 
24
bindir = @bindir@
 
25
sbindir = @sbindir@
 
26
libexecdir = @libexecdir@
 
27
datadir = @datadir@
 
28
sysconfdir = @sysconfdir@
 
29
sharedstatedir = @sharedstatedir@
 
30
localstatedir = @localstatedir@
 
31
libdir = @libdir@
 
32
infodir = @infodir@
 
33
mandir = @mandir@
 
34
includedir = @includedir@
 
35
oldincludedir = /usr/include
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = ../..
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
47
INSTALL = @INSTALL@
 
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
49
INSTALL_DATA = @INSTALL_DATA@
 
50
install_sh_DATA = $(install_sh) -c -m 644
 
51
install_sh_PROGRAM = $(install_sh) -c
 
52
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
53
INSTALL_HEADER = $(INSTALL_DATA)
 
54
transform = @program_transform_name@
 
55
NORMAL_INSTALL = :
 
56
PRE_INSTALL = :
 
57
POST_INSTALL = :
 
58
NORMAL_UNINSTALL = :
 
59
PRE_UNINSTALL = :
 
60
POST_UNINSTALL = :
 
61
 
 
62
EXEEXT = @EXEEXT@
 
63
OBJEXT = @OBJEXT@
 
64
PATH_SEPARATOR = @PATH_SEPARATOR@
 
65
AMTAR = @AMTAR@
 
66
AWK = @AWK@
 
67
DEPDIR = @DEPDIR@
 
68
EMACS = @EMACS@
 
69
EXPR = @EXPR@
 
70
HELP2MAN = @HELP2MAN@
 
71
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
72
M4 = @M4@
 
73
PACKAGE = @PACKAGE@
 
74
PACKAGE_NAME = @PACKAGE_NAME@
 
75
PERL = @PERL@
 
76
STRIP = @STRIP@
 
77
VERSION = @VERSION@
 
78
am__include = @am__include@
 
79
am__quote = @am__quote@
 
80
install_sh = @install_sh@
 
81
lispdir = @lispdir@
 
82
 
 
83
autotestlibdir = $(pkgdatadir)/autotest
 
84
dist_autotestlib_DATA = autotest.m4 general.m4
 
85
nodist_autotestlib_DATA = autotest.m4f
 
86
CLEANFILES = $(nodist_autotestlib_DATA)
 
87
 
 
88
TAGS_FILES = $(dist_autotestlib_DATA)
 
89
 
 
90
ETAGS_ARGS = --lang=none \
 
91
  --regex='/\(A[CU]_DEFUN\|m4_\(defun\|define\)\|define\)(\[\([^]]*\)\]/\3/'
 
92
 
 
93
 
 
94
SUFFIXES = .m4 .m4f
 
95
 
 
96
# Do not use AUTOM4TE here, since Makefile.maint (my-distcheck)
 
97
# checks if we are independant of Autoconf by defining AUTOM4TE (and
 
98
# others) to `false'.  But we _ship_ tests/autom4te, so it doesn't
 
99
# apply to us.
 
100
MY_AUTOM4TE = $(top_builddir)/tests/autom4te
 
101
 
 
102
AUTOM4TE_CFG = $(top_builddir)/lib/autom4te.cfg
 
103
 
 
104
# Factor the dependencies between all the frozen files.
 
105
# Some day we should explain to Automake how to use autom4te to compute
 
106
# the dependencies...
 
107
src_libdir = $(top_srcdir)/lib
 
108
build_libdir = $(top_builddir)/lib
 
109
 
 
110
m4f_dependencies = $(MY_AUTOM4TE) $(AUTOM4TE_CFG)
 
111
 
 
112
m4sugar_m4f_dependencies = \
 
113
        $(m4f_dependencies)                     \
 
114
        $(src_libdir)/m4sugar/m4sugar.m4        \
 
115
        $(build_libdir)/m4sugar/version.m4
 
116
 
 
117
 
 
118
m4sh_m4f_dependencies = \
 
119
        $(m4sugar_m4f_dependencies)             \
 
120
        $(src_libdir)/m4sugar/m4sh.m4
 
121
 
 
122
 
 
123
autotest_m4f_dependencies = \
 
124
        $(m4sh_m4f_dependencies)                \
 
125
        $(src_libdir)/autotest/autotest.m4      \
 
126
        $(src_libdir)/autotest/general.m4
 
127
 
 
128
 
 
129
autoconf_m4f_dependencies = \
 
130
        $(m4sh_m4f_dependencies)                \
 
131
        $(src_libdir)/autoconf/general.m4       \
 
132
        $(src_libdir)/autoconf/autoheader.m4    \
 
133
        $(src_libdir)/autoconf/autoupdate.m4    \
 
134
        $(src_libdir)/autoconf/autotest.m4      \
 
135
        $(src_libdir)/autoconf/status.m4        \
 
136
        $(src_libdir)/autoconf/oldnames.m4      \
 
137
        $(src_libdir)/autoconf/specific.m4      \
 
138
        $(src_libdir)/autoconf/lang.m4          \
 
139
        $(src_libdir)/autoconf/c.m4             \
 
140
        $(src_libdir)/autoconf/fortran.m4       \
 
141
        $(src_libdir)/autoconf/functions.m4     \
 
142
        $(src_libdir)/autoconf/headers.m4       \
 
143
        $(src_libdir)/autoconf/types.m4         \
 
144
        $(src_libdir)/autoconf/libs.m4          \
 
145
        $(src_libdir)/autoconf/programs.m4      \
 
146
        $(src_libdir)/autoconf/autoconf.m4
 
147
 
 
148
subdir = lib/autotest
 
149
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 
150
CONFIG_CLEAN_FILES =
 
151
DIST_SOURCES =
 
152
DATA = $(dist_autotestlib_DATA) $(nodist_autotestlib_DATA)
 
153
 
 
154
DIST_COMMON = $(dist_autotestlib_DATA) Makefile.am Makefile.in
 
155
all: all-am
 
156
 
 
157
.SUFFIXES:
 
158
.SUFFIXES: .m4 .m4f
 
159
$(srcdir)/Makefile.in:  Makefile.am $(srcdir)/../freeze.mk $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
160
        cd $(top_srcdir) && \
 
161
          $(AUTOMAKE) --gnu  lib/autotest/Makefile
 
162
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
163
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
164
uninstall-info-am:
 
165
dist_autotestlibDATA_INSTALL = $(INSTALL_DATA)
 
166
install-dist_autotestlibDATA: $(dist_autotestlib_DATA)
 
167
        @$(NORMAL_INSTALL)
 
168
        $(mkinstalldirs) $(DESTDIR)$(autotestlibdir)
 
169
        @list='$(dist_autotestlib_DATA)'; for p in $$list; do \
 
170
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
171
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
172
          echo " $(dist_autotestlibDATA_INSTALL) $$d$$p $(DESTDIR)$(autotestlibdir)/$$f"; \
 
173
          $(dist_autotestlibDATA_INSTALL) $$d$$p $(DESTDIR)$(autotestlibdir)/$$f; \
 
174
        done
 
175
 
 
176
uninstall-dist_autotestlibDATA:
 
177
        @$(NORMAL_UNINSTALL)
 
178
        @list='$(dist_autotestlib_DATA)'; for p in $$list; do \
 
179
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
180
          echo " rm -f $(DESTDIR)$(autotestlibdir)/$$f"; \
 
181
          rm -f $(DESTDIR)$(autotestlibdir)/$$f; \
 
182
        done
 
183
nodist_autotestlibDATA_INSTALL = $(INSTALL_DATA)
 
184
install-nodist_autotestlibDATA: $(nodist_autotestlib_DATA)
 
185
        @$(NORMAL_INSTALL)
 
186
        $(mkinstalldirs) $(DESTDIR)$(autotestlibdir)
 
187
        @list='$(nodist_autotestlib_DATA)'; for p in $$list; do \
 
188
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
189
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
190
          echo " $(nodist_autotestlibDATA_INSTALL) $$d$$p $(DESTDIR)$(autotestlibdir)/$$f"; \
 
191
          $(nodist_autotestlibDATA_INSTALL) $$d$$p $(DESTDIR)$(autotestlibdir)/$$f; \
 
192
        done
 
193
 
 
194
uninstall-nodist_autotestlibDATA:
 
195
        @$(NORMAL_UNINSTALL)
 
196
        @list='$(nodist_autotestlib_DATA)'; for p in $$list; do \
 
197
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
198
          echo " rm -f $(DESTDIR)$(autotestlibdir)/$$f"; \
 
199
          rm -f $(DESTDIR)$(autotestlibdir)/$$f; \
 
200
        done
 
201
 
 
202
ETAGS = etags
 
203
ETAGSFLAGS =
 
204
 
 
205
tags: TAGS
 
206
 
 
207
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
208
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
209
        unique=`for i in $$list; do \
 
210
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
211
          done | \
 
212
          $(AWK) '    { files[$$0] = 1; } \
 
213
               END { for (i in files) print i; }'`; \
 
214
        mkid -fID $$unique
 
215
 
 
216
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
217
                $(TAGS_FILES) $(LISP)
 
218
        tags=; \
 
219
        here=`pwd`; \
 
220
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
221
        unique=`for i in $$list; do \
 
222
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
223
          done | \
 
224
          $(AWK) '    { files[$$0] = 1; } \
 
225
               END { for (i in files) print i; }'`; \
 
226
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
227
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
228
             $$tags $$unique
 
229
 
 
230
GTAGS:
 
231
        here=`$(am__cd) $(top_builddir) && pwd` \
 
232
          && cd $(top_srcdir) \
 
233
          && gtags -i $(GTAGS_ARGS) $$here
 
234
 
 
235
distclean-tags:
 
236
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
237
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
238
 
 
239
top_distdir = ../..
 
240
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
241
 
 
242
distdir: $(DISTFILES)
 
243
        @for file in $(DISTFILES); do \
 
244
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
245
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
246
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
247
            dir="/$$dir"; \
 
248
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
249
          else \
 
250
            dir=''; \
 
251
          fi; \
 
252
          if test -d $$d/$$file; then \
 
253
            cp -pR $$d/$$file $(distdir)$$dir \
 
254
            || exit 1; \
 
255
          else \
 
256
            test -f $(distdir)/$$file \
 
257
            || cp -p $$d/$$file $(distdir)/$$file \
 
258
            || exit 1; \
 
259
          fi; \
 
260
        done
 
261
check-am: all-am
 
262
        $(MAKE) $(AM_MAKEFLAGS) check-local
 
263
check: check-am
 
264
all-am: Makefile $(DATA)
 
265
 
 
266
installdirs:
 
267
        $(mkinstalldirs) $(DESTDIR)$(autotestlibdir) $(DESTDIR)$(autotestlibdir)
 
268
 
 
269
install: install-am
 
270
install-exec: install-exec-am
 
271
install-data: install-data-am
 
272
uninstall: uninstall-am
 
273
 
 
274
install-am: all-am
 
275
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
276
 
 
277
installcheck: installcheck-am
 
278
install-strip:
 
279
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
280
          INSTALL_STRIP_FLAG=-s \
 
281
          `test -z '$(STRIP)' || \
 
282
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
283
mostlyclean-generic:
 
284
 
 
285
clean-generic:
 
286
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
287
 
 
288
distclean-generic:
 
289
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
290
 
 
291
maintainer-clean-generic:
 
292
        @echo "This command is intended for maintainers to use"
 
293
        @echo "it deletes files that may require special tools to rebuild."
 
294
clean: clean-am
 
295
 
 
296
clean-am: clean-generic mostlyclean-am
 
297
 
 
298
distclean: distclean-am
 
299
 
 
300
distclean-am: clean-am distclean-generic distclean-tags
 
301
 
 
302
dvi: dvi-am
 
303
 
 
304
dvi-am:
 
305
 
 
306
info: info-am
 
307
 
 
308
info-am:
 
309
 
 
310
install-data-am: install-dist_autotestlibDATA \
 
311
        install-nodist_autotestlibDATA
 
312
 
 
313
install-exec-am:
 
314
 
 
315
install-info: install-info-am
 
316
 
 
317
install-man:
 
318
 
 
319
installcheck-am:
 
320
 
 
321
maintainer-clean: maintainer-clean-am
 
322
 
 
323
maintainer-clean-am: distclean-am maintainer-clean-generic
 
324
 
 
325
mostlyclean: mostlyclean-am
 
326
 
 
327
mostlyclean-am: mostlyclean-generic
 
328
 
 
329
uninstall-am: uninstall-dist_autotestlibDATA uninstall-info-am \
 
330
        uninstall-nodist_autotestlibDATA
 
331
 
 
332
.PHONY: GTAGS all all-am check check-am check-local clean clean-generic \
 
333
        distclean distclean-generic distclean-tags distdir dvi dvi-am \
 
334
        info info-am install install-am install-data install-data-am \
 
335
        install-dist_autotestlibDATA install-exec install-exec-am \
 
336
        install-info install-info-am install-man \
 
337
        install-nodist_autotestlibDATA install-strip installcheck \
 
338
        installcheck-am installdirs maintainer-clean \
 
339
        maintainer-clean-generic mostlyclean mostlyclean-generic tags \
 
340
        uninstall uninstall-am uninstall-dist_autotestlibDATA \
 
341
        uninstall-info-am uninstall-nodist_autotestlibDATA
 
342
 
 
343
 
 
344
check-local:
 
345
        if (cd $(srcdir) && \
 
346
            egrep '^_?EOF' $(dist_autotestlib_DATA)) >eof.log; then \
 
347
          echo "ERROR: user EOF tags were used:" >&2; \
 
348
          sed "s,^,$*.m4: ," <eof.log >&2; \
 
349
          echo >&2; \
 
350
          exit 1; \
 
351
        else \
 
352
          rm -f eof.log; \
 
353
        fi
 
354
 
 
355
autotest.m4f: $(autotest_m4f_dependencies)
 
356
$(MY_AUTOM4TE):
 
357
        cd $(top_builddir)/tests && $(MAKE) $(AM_MAKEFLAGS) autom4te
 
358
$(AUTOM4TE_CFG):
 
359
        cd $(top_builddir)/lib && $(MAKE) $(AM_MAKEFLAGS) autom4te.cfg
 
360
 
 
361
# When processing the file with diversion disabled, there must be no
 
362
# output but comments and empty lines.
 
363
# If freezing produces output, something went wrong: a bad `divert',
 
364
# or an improper paren etc.
 
365
# It may happen that the output does not end with a end of line, hence
 
366
# force an end of line when reporting errors.
 
367
.m4.m4f:
 
368
        $(MY_AUTOM4TE)                          \
 
369
                --language=$*                   \
 
370
                --freeze                        \
 
371
                --include=$(srcdir)/..          \
 
372
                --include=..                    \
 
373
                --output=$@
 
374
 
 
375
# For parallel builds.
 
376
$(build_libdir)/m4sugar/version.m4:
 
377
        cd $(build_libdir)/m4sugar && $(MAKE) $(AM_MAKEFLAGS) version.m4
 
378
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
379
# Otherwise a system limit (for SysV at least) may be exceeded.
 
380
.NOEXPORT: