~ubuntu-branches/ubuntu/trusty/liblas/trusty-proposed

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2014-01-05 17:00:29 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140105170029-ddtp0j63x5jvck2u
Tags: 1.7.0+dfsg-2
Fixed missing linking of system boost component.
(closes: #733282)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  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
 
VPATH = @srcdir@
17
 
pkgdatadir = $(datadir)/@PACKAGE@
18
 
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
20
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
 
install_sh_DATA = $(install_sh) -c -m 644
22
 
install_sh_PROGRAM = $(install_sh) -c
23
 
install_sh_SCRIPT = $(install_sh) -c
24
 
INSTALL_HEADER = $(INSTALL_DATA)
25
 
transform = $(program_transform_name)
26
 
NORMAL_INSTALL = :
27
 
PRE_INSTALL = :
28
 
POST_INSTALL = :
29
 
NORMAL_UNINSTALL = :
30
 
PRE_UNINSTALL = :
31
 
POST_UNINSTALL = :
32
 
build_triplet = @build@
33
 
host_triplet = @host@
34
 
subdir = test
35
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
38
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
39
 
        $(ACLOCAL_M4)
40
 
mkinstalldirs = $(install_sh) -d
41
 
CONFIG_CLEAN_FILES =
42
 
SOURCES =
43
 
DIST_SOURCES =
44
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
45
 
        html-recursive info-recursive install-data-recursive \
46
 
        install-dvi-recursive install-exec-recursive \
47
 
        install-html-recursive install-info-recursive \
48
 
        install-pdf-recursive install-ps-recursive install-recursive \
49
 
        installcheck-recursive installdirs-recursive pdf-recursive \
50
 
        ps-recursive uninstall-recursive
51
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
52
 
  distclean-recursive maintainer-clean-recursive
53
 
ETAGS = etags
54
 
CTAGS = ctags
55
 
DIST_SUBDIRS = $(SUBDIRS)
56
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
57
 
ACLOCAL = @ACLOCAL@
58
 
AMTAR = @AMTAR@
59
 
AR = @AR@
60
 
AUTOCONF = @AUTOCONF@
61
 
AUTOHEADER = @AUTOHEADER@
62
 
AUTOMAKE = @AUTOMAKE@
63
 
AWK = @AWK@
64
 
CC = @CC@
65
 
CCDEPMODE = @CCDEPMODE@
66
 
CFLAGS = @CFLAGS@
67
 
CPP = @CPP@
68
 
CPPFLAGS = @CPPFLAGS@
69
 
CXX = @CXX@
70
 
CXXCPP = @CXXCPP@
71
 
CXXDEPMODE = @CXXDEPMODE@
72
 
CXXFLAGS = @CXXFLAGS@
73
 
CYGPATH_W = @CYGPATH_W@
74
 
DEFS = @DEFS@
75
 
DEPDIR = @DEPDIR@
76
 
DSYMUTIL = @DSYMUTIL@
77
 
DUMPBIN = @DUMPBIN@
78
 
ECHO_C = @ECHO_C@
79
 
ECHO_N = @ECHO_N@
80
 
ECHO_T = @ECHO_T@
81
 
EGREP = @EGREP@
82
 
EXEEXT = @EXEEXT@
83
 
FGREP = @FGREP@
84
 
GDAL_INC = @GDAL_INC@
85
 
GDAL_PREFIX = @GDAL_PREFIX@
86
 
GEOTIFF_INC = @GEOTIFF_INC@
87
 
GEOTIFF_PREFIX = @GEOTIFF_PREFIX@
88
 
GREP = @GREP@
89
 
INSTALL = @INSTALL@
90
 
INSTALL_DATA = @INSTALL_DATA@
91
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
92
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
93
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
94
 
LD = @LD@
95
 
LDFLAGS = @LDFLAGS@
96
 
LIBOBJS = @LIBOBJS@
97
 
LIBS = @LIBS@
98
 
LIBTOOL = @LIBTOOL@
99
 
LIPO = @LIPO@
100
 
LN_S = @LN_S@
101
 
LTLIBOBJS = @LTLIBOBJS@
102
 
MAKEINFO = @MAKEINFO@
103
 
MKDIR_P = @MKDIR_P@
104
 
NM = @NM@
105
 
NMEDIT = @NMEDIT@
106
 
OBJEXT = @OBJEXT@
107
 
OTOOL = @OTOOL@
108
 
OTOOL64 = @OTOOL64@
109
 
PACKAGE = @PACKAGE@
110
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
111
 
PACKAGE_NAME = @PACKAGE_NAME@
112
 
PACKAGE_STRING = @PACKAGE_STRING@
113
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
114
 
PACKAGE_VERSION = @PACKAGE_VERSION@
115
 
PATH_SEPARATOR = @PATH_SEPARATOR@
116
 
RANLIB = @RANLIB@
117
 
RELEASE_VERSION = @RELEASE_VERSION@
118
 
SED = @SED@
119
 
SET_MAKE = @SET_MAKE@
120
 
SHELL = @SHELL@
121
 
STRIP = @STRIP@
122
 
VERSION = @VERSION@
123
 
abs_builddir = @abs_builddir@
124
 
abs_srcdir = @abs_srcdir@
125
 
abs_top_builddir = @abs_top_builddir@
126
 
abs_top_srcdir = @abs_top_srcdir@
127
 
ac_ct_CC = @ac_ct_CC@
128
 
ac_ct_CXX = @ac_ct_CXX@
129
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
130
 
am__include = @am__include@
131
 
am__leading_dot = @am__leading_dot@
132
 
am__quote = @am__quote@
133
 
am__tar = @am__tar@
134
 
am__untar = @am__untar@
135
 
bindir = @bindir@
136
 
build = @build@
137
 
build_alias = @build_alias@
138
 
build_cpu = @build_cpu@
139
 
build_os = @build_os@
140
 
build_vendor = @build_vendor@
141
 
builddir = @builddir@
142
 
datadir = @datadir@
143
 
datarootdir = @datarootdir@
144
 
docdir = @docdir@
145
 
dvidir = @dvidir@
146
 
exec_prefix = @exec_prefix@
147
 
host = @host@
148
 
host_alias = @host_alias@
149
 
host_cpu = @host_cpu@
150
 
host_os = @host_os@
151
 
host_vendor = @host_vendor@
152
 
htmldir = @htmldir@
153
 
includedir = @includedir@
154
 
infodir = @infodir@
155
 
install_sh = @install_sh@
156
 
libdir = @libdir@
157
 
libexecdir = @libexecdir@
158
 
localedir = @localedir@
159
 
localstatedir = @localstatedir@
160
 
lt_ECHO = @lt_ECHO@
161
 
mandir = @mandir@
162
 
mkdir_p = @mkdir_p@
163
 
oldincludedir = @oldincludedir@
164
 
pdfdir = @pdfdir@
165
 
prefix = @prefix@
166
 
program_transform_name = @program_transform_name@
167
 
psdir = @psdir@
168
 
sbindir = @sbindir@
169
 
sharedstatedir = @sharedstatedir@
170
 
srcdir = @srcdir@
171
 
sysconfdir = @sysconfdir@
172
 
target_alias = @target_alias@
173
 
top_builddir = @top_builddir@
174
 
top_srcdir = @top_srcdir@
175
 
SUBDIRS = unit
176
 
all: all-recursive
177
 
 
178
 
.SUFFIXES:
179
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
180
 
        @for dep in $?; do \
181
 
          case '$(am__configure_deps)' in \
182
 
            *$$dep*) \
183
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
184
 
                && exit 0; \
185
 
              exit 1;; \
186
 
          esac; \
187
 
        done; \
188
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/Makefile'; \
189
 
        cd $(top_srcdir) && \
190
 
          $(AUTOMAKE) --gnu  test/Makefile
191
 
.PRECIOUS: Makefile
192
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
193
 
        @case '$?' in \
194
 
          *config.status*) \
195
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
196
 
          *) \
197
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
198
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
199
 
        esac;
200
 
 
201
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
202
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
203
 
 
204
 
$(top_srcdir)/configure:  $(am__configure_deps)
205
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
206
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
207
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208
 
 
209
 
mostlyclean-libtool:
210
 
        -rm -f *.lo
211
 
 
212
 
clean-libtool:
213
 
        -rm -rf .libs _libs
214
 
 
215
 
# This directory's subdirectories are mostly independent; you can cd
216
 
# into them and run `make' without going through this Makefile.
217
 
# To change the values of `make' variables: instead of editing Makefiles,
218
 
# (1) if the variable is set in `config.status', edit `config.status'
219
 
#     (which will cause the Makefiles to be regenerated when you run `make');
220
 
# (2) otherwise, pass the desired values on the `make' command line.
221
 
$(RECURSIVE_TARGETS):
222
 
        @failcom='exit 1'; \
223
 
        for f in x $$MAKEFLAGS; do \
224
 
          case $$f in \
225
 
            *=* | --[!k]*);; \
226
 
            *k*) failcom='fail=yes';; \
227
 
          esac; \
228
 
        done; \
229
 
        dot_seen=no; \
230
 
        target=`echo $@ | sed s/-recursive//`; \
231
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
232
 
          echo "Making $$target in $$subdir"; \
233
 
          if test "$$subdir" = "."; then \
234
 
            dot_seen=yes; \
235
 
            local_target="$$target-am"; \
236
 
          else \
237
 
            local_target="$$target"; \
238
 
          fi; \
239
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
240
 
          || eval $$failcom; \
241
 
        done; \
242
 
        if test "$$dot_seen" = "no"; then \
243
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
244
 
        fi; test -z "$$fail"
245
 
 
246
 
$(RECURSIVE_CLEAN_TARGETS):
247
 
        @failcom='exit 1'; \
248
 
        for f in x $$MAKEFLAGS; do \
249
 
          case $$f in \
250
 
            *=* | --[!k]*);; \
251
 
            *k*) failcom='fail=yes';; \
252
 
          esac; \
253
 
        done; \
254
 
        dot_seen=no; \
255
 
        case "$@" in \
256
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
257
 
          *) list='$(SUBDIRS)' ;; \
258
 
        esac; \
259
 
        rev=''; for subdir in $$list; do \
260
 
          if test "$$subdir" = "."; then :; else \
261
 
            rev="$$subdir $$rev"; \
262
 
          fi; \
263
 
        done; \
264
 
        rev="$$rev ."; \
265
 
        target=`echo $@ | sed s/-recursive//`; \
266
 
        for subdir in $$rev; do \
267
 
          echo "Making $$target in $$subdir"; \
268
 
          if test "$$subdir" = "."; then \
269
 
            local_target="$$target-am"; \
270
 
          else \
271
 
            local_target="$$target"; \
272
 
          fi; \
273
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
274
 
          || eval $$failcom; \
275
 
        done && test -z "$$fail"
276
 
tags-recursive:
277
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
278
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
279
 
        done
280
 
ctags-recursive:
281
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
282
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
283
 
        done
284
 
 
285
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
286
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
287
 
        unique=`for i in $$list; do \
288
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289
 
          done | \
290
 
          $(AWK) '    { files[$$0] = 1; } \
291
 
               END { for (i in files) print i; }'`; \
292
 
        mkid -fID $$unique
293
 
tags: TAGS
294
 
 
295
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
296
 
                $(TAGS_FILES) $(LISP)
297
 
        tags=; \
298
 
        here=`pwd`; \
299
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
300
 
          include_option=--etags-include; \
301
 
          empty_fix=.; \
302
 
        else \
303
 
          include_option=--include; \
304
 
          empty_fix=; \
305
 
        fi; \
306
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
307
 
          if test "$$subdir" = .; then :; else \
308
 
            test ! -f $$subdir/TAGS || \
309
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
310
 
          fi; \
311
 
        done; \
312
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
313
 
        unique=`for i in $$list; do \
314
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315
 
          done | \
316
 
          $(AWK) '    { files[$$0] = 1; } \
317
 
               END { for (i in files) print i; }'`; \
318
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
319
 
          test -n "$$unique" || unique=$$empty_fix; \
320
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
321
 
            $$tags $$unique; \
322
 
        fi
323
 
ctags: CTAGS
324
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
325
 
                $(TAGS_FILES) $(LISP)
326
 
        tags=; \
327
 
        here=`pwd`; \
328
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
329
 
        unique=`for i in $$list; do \
330
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331
 
          done | \
332
 
          $(AWK) '    { files[$$0] = 1; } \
333
 
               END { for (i in files) print i; }'`; \
334
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
335
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
336
 
             $$tags $$unique
337
 
 
338
 
GTAGS:
339
 
        here=`$(am__cd) $(top_builddir) && pwd` \
340
 
          && cd $(top_srcdir) \
341
 
          && gtags -i $(GTAGS_ARGS) $$here
342
 
 
343
 
distclean-tags:
344
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
345
 
 
346
 
distdir: $(DISTFILES)
347
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
348
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
349
 
        list='$(DISTFILES)'; \
350
 
          dist_files=`for file in $$list; do echo $$file; done | \
351
 
          sed -e "s|^$$srcdirstrip/||;t" \
352
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
353
 
        case $$dist_files in \
354
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
355
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
356
 
                           sort -u` ;; \
357
 
        esac; \
358
 
        for file in $$dist_files; do \
359
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
360
 
          if test -d $$d/$$file; then \
361
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
362
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
363
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
364
 
            fi; \
365
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
366
 
          else \
367
 
            test -f $(distdir)/$$file \
368
 
            || cp -p $$d/$$file $(distdir)/$$file \
369
 
            || exit 1; \
370
 
          fi; \
371
 
        done
372
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
373
 
          if test "$$subdir" = .; then :; else \
374
 
            test -d "$(distdir)/$$subdir" \
375
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
376
 
            || exit 1; \
377
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
378
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
379
 
            (cd $$subdir && \
380
 
              $(MAKE) $(AM_MAKEFLAGS) \
381
 
                top_distdir="$$top_distdir" \
382
 
                distdir="$$distdir/$$subdir" \
383
 
                am__remove_distdir=: \
384
 
                am__skip_length_check=: \
385
 
                distdir) \
386
 
              || exit 1; \
387
 
          fi; \
388
 
        done
389
 
check-am: all-am
390
 
check: check-recursive
391
 
all-am: Makefile
392
 
installdirs: installdirs-recursive
393
 
installdirs-am:
394
 
install: install-recursive
395
 
install-exec: install-exec-recursive
396
 
install-data: install-data-recursive
397
 
uninstall: uninstall-recursive
398
 
 
399
 
install-am: all-am
400
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
401
 
 
402
 
installcheck: installcheck-recursive
403
 
install-strip:
404
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
405
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
406
 
          `test -z '$(STRIP)' || \
407
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
408
 
mostlyclean-generic:
409
 
 
410
 
clean-generic:
411
 
 
412
 
distclean-generic:
413
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
414
 
 
415
 
maintainer-clean-generic:
416
 
        @echo "This command is intended for maintainers to use"
417
 
        @echo "it deletes files that may require special tools to rebuild."
418
 
clean: clean-recursive
419
 
 
420
 
clean-am: clean-generic clean-libtool mostlyclean-am
421
 
 
422
 
distclean: distclean-recursive
423
 
        -rm -f Makefile
424
 
distclean-am: clean-am distclean-generic distclean-tags
425
 
 
426
 
dvi: dvi-recursive
427
 
 
428
 
dvi-am:
429
 
 
430
 
html: html-recursive
431
 
 
432
 
info: info-recursive
433
 
 
434
 
info-am:
435
 
 
436
 
install-data-am:
437
 
 
438
 
install-dvi: install-dvi-recursive
439
 
 
440
 
install-exec-am:
441
 
 
442
 
install-html: install-html-recursive
443
 
 
444
 
install-info: install-info-recursive
445
 
 
446
 
install-man:
447
 
 
448
 
install-pdf: install-pdf-recursive
449
 
 
450
 
install-ps: install-ps-recursive
451
 
 
452
 
installcheck-am:
453
 
 
454
 
maintainer-clean: maintainer-clean-recursive
455
 
        -rm -f Makefile
456
 
maintainer-clean-am: distclean-am maintainer-clean-generic
457
 
 
458
 
mostlyclean: mostlyclean-recursive
459
 
 
460
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
461
 
 
462
 
pdf: pdf-recursive
463
 
 
464
 
pdf-am:
465
 
 
466
 
ps: ps-recursive
467
 
 
468
 
ps-am:
469
 
 
470
 
uninstall-am:
471
 
 
472
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
473
 
        install-strip
474
 
 
475
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
476
 
        all all-am check check-am clean clean-generic clean-libtool \
477
 
        ctags ctags-recursive distclean distclean-generic \
478
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
479
 
        html-am info info-am install install-am install-data \
480
 
        install-data-am install-dvi install-dvi-am install-exec \
481
 
        install-exec-am install-html install-html-am install-info \
482
 
        install-info-am install-man install-pdf install-pdf-am \
483
 
        install-ps install-ps-am install-strip installcheck \
484
 
        installcheck-am installdirs installdirs-am maintainer-clean \
485
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
486
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
487
 
        uninstall uninstall-am
488
 
 
489
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
490
 
# Otherwise a system limit (for SysV at least) may be exceeded.
491
 
.NOEXPORT: