~ubuntu-branches/ubuntu/trusty/syslog-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2010-03-14 12:57:49 UTC
  • mfrom: (1.3.1 upstream) (12.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100314125749-m3ats648sp2urg0f
Tags: 3.0.5-1
New upstream release, new maintainer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
38
40
mkinstalldirs = $(install_sh) -d
39
41
CONFIG_HEADER = $(top_builddir)/config.h
40
42
CONFIG_CLEAN_FILES =
 
43
CONFIG_CLEAN_VPATH_FILES =
41
44
SOURCES =
42
45
DIST_SOURCES =
43
46
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
49
52
        ps-recursive uninstall-recursive
50
53
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
51
54
  distclean-recursive maintainer-clean-recursive
 
55
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
56
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
57
        distdir
52
58
ETAGS = etags
53
59
CTAGS = ctags
 
60
am__tty_colors = \
 
61
red=; grn=; lgn=; blu=; std=
54
62
DIST_SUBDIRS = $(SUBDIRS)
55
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
64
am__relativize = \
 
65
  dir0=`pwd`; \
 
66
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
67
  sed_rest='s,^[^/]*/*,,'; \
 
68
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
69
  sed_butlast='s,/*[^/]*$$,,'; \
 
70
  while test -n "$$dir1"; do \
 
71
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
72
    if test "$$first" != "."; then \
 
73
      if test "$$first" = ".."; then \
 
74
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
75
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
76
      else \
 
77
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
78
        if test "$$first2" = "$$first"; then \
 
79
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
80
        else \
 
81
          dir2="../$$dir2"; \
 
82
        fi; \
 
83
        dir0="$$dir0"/"$$first"; \
 
84
      fi; \
 
85
    fi; \
 
86
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
87
  done; \
 
88
  reldir="$$dir2"
56
89
ACLOCAL = @ACLOCAL@
57
90
AMTAR = @AMTAR@
58
91
AUTOCONF = @AUTOCONF@
59
92
AUTOHEADER = @AUTOHEADER@
60
93
AUTOMAKE = @AUTOMAKE@
61
94
AWK = @AWK@
 
95
BASE_LIBS = @BASE_LIBS@
62
96
CC = @CC@
63
97
CCDEPMODE = @CCDEPMODE@
64
98
CFLAGS = @CFLAGS@
78
112
EVTLOG_LIBS = @EVTLOG_LIBS@
79
113
EXEEXT = @EXEEXT@
80
114
GLIB_CFLAGS = @GLIB_CFLAGS@
 
115
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
81
116
GLIB_LIBS = @GLIB_LIBS@
 
117
GLIB_MKENUMS = @GLIB_MKENUMS@
 
118
GOBJECT_QUERY = @GOBJECT_QUERY@
82
119
GREP = @GREP@
83
120
INSTALL = @INSTALL@
84
121
INSTALL_DATA = @INSTALL_DATA@
89
126
LEX = @LEX@
90
127
LEXLIB = @LEXLIB@
91
128
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
129
LIBDBI_CFLAGS = @LIBDBI_CFLAGS@
 
130
LIBDBI_LIBS = @LIBDBI_LIBS@
92
131
LIBOBJS = @LIBOBJS@
93
132
LIBS = @LIBS@
94
133
LTLIBOBJS = @LTLIBOBJS@
95
134
MAKEINFO = @MAKEINFO@
96
135
MKDIR_P = @MKDIR_P@
97
136
OBJEXT = @OBJEXT@
 
137
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
 
138
OPENSSL_LIBS = @OPENSSL_LIBS@
98
139
PACKAGE = @PACKAGE@
99
140
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
141
PACKAGE_FILES_SUFFIX = @PACKAGE_FILES_SUFFIX@
100
142
PACKAGE_NAME = @PACKAGE_NAME@
101
143
PACKAGE_STRING = @PACKAGE_STRING@
 
144
PACKAGE_SUFFIX = @PACKAGE_SUFFIX@
102
145
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
146
PACKAGE_URL = @PACKAGE_URL@
103
147
PACKAGE_VERSION = @PACKAGE_VERSION@
104
148
PATH_SEPARATOR = @PATH_SEPARATOR@
 
149
PCRE_CFLAGS = @PCRE_CFLAGS@
 
150
PCRE_LIBS = @PCRE_LIBS@
105
151
PKG_CONFIG = @PKG_CONFIG@
106
152
RANLIB = @RANLIB@
107
153
RELEASE_TAG = @RELEASE_TAG@
144
190
mkdir_p = @mkdir_p@
145
191
oldincludedir = @oldincludedir@
146
192
pdfdir = @pdfdir@
 
193
pidfiledir = @pidfiledir@
147
194
prefix = @prefix@
148
195
program_transform_name = @program_transform_name@
149
196
psdir = @psdir@
152
199
srcdir = @srcdir@
153
200
sysconfdir = @sysconfdir@
154
201
target_alias = @target_alias@
 
202
timezonedir = @timezonedir@
 
203
top_build_prefix = @top_build_prefix@
155
204
top_builddir = @top_builddir@
156
205
top_srcdir = @top_srcdir@
157
 
SUBDIRS = unit functional loggen
 
206
EXTRA_DIST = collect-cov.sh
 
207
SUBDIRS = unit loggen functional
 
208
TESTS = collect-cov.sh
158
209
all: all-recursive
159
210
 
160
211
.SUFFIXES:
162
213
        @for dep in $?; do \
163
214
          case '$(am__configure_deps)' in \
164
215
            *$$dep*) \
165
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
166
 
                && exit 0; \
 
216
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
217
                && { if test -f $@; then exit 0; else break; fi; }; \
167
218
              exit 1;; \
168
219
          esac; \
169
220
        done; \
170
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/Makefile'; \
171
 
        cd $(top_srcdir) && \
172
 
          $(AUTOMAKE) --foreign  tests/Makefile
 
221
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
 
222
        $(am__cd) $(top_srcdir) && \
 
223
          $(AUTOMAKE) --foreign tests/Makefile
173
224
.PRECIOUS: Makefile
174
225
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
175
226
        @case '$?' in \
187
238
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
188
239
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
189
240
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
241
$(am__aclocal_m4_deps):
190
242
 
191
243
# This directory's subdirectories are mostly independent; you can cd
192
244
# into them and run `make' without going through this Makefile.
195
247
#     (which will cause the Makefiles to be regenerated when you run `make');
196
248
# (2) otherwise, pass the desired values on the `make' command line.
197
249
$(RECURSIVE_TARGETS):
198
 
        @failcom='exit 1'; \
 
250
        @fail= failcom='exit 1'; \
199
251
        for f in x $$MAKEFLAGS; do \
200
252
          case $$f in \
201
253
            *=* | --[!k]*);; \
212
264
          else \
213
265
            local_target="$$target"; \
214
266
          fi; \
215
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
267
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
216
268
          || eval $$failcom; \
217
269
        done; \
218
270
        if test "$$dot_seen" = "no"; then \
220
272
        fi; test -z "$$fail"
221
273
 
222
274
$(RECURSIVE_CLEAN_TARGETS):
223
 
        @failcom='exit 1'; \
 
275
        @fail= failcom='exit 1'; \
224
276
        for f in x $$MAKEFLAGS; do \
225
277
          case $$f in \
226
278
            *=* | --[!k]*);; \
246
298
          else \
247
299
            local_target="$$target"; \
248
300
          fi; \
249
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
301
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
250
302
          || eval $$failcom; \
251
303
        done && test -z "$$fail"
252
304
tags-recursive:
253
305
        list='$(SUBDIRS)'; for subdir in $$list; do \
254
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
306
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
255
307
        done
256
308
ctags-recursive:
257
309
        list='$(SUBDIRS)'; for subdir in $$list; do \
258
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
310
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
259
311
        done
260
312
 
261
313
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
263
315
        unique=`for i in $$list; do \
264
316
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
265
317
          done | \
266
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
318
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
267
319
              END { if (nonempty) { for (i in files) print i; }; }'`; \
268
320
        mkid -fID $$unique
269
321
tags: TAGS
270
322
 
271
323
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
272
324
                $(TAGS_FILES) $(LISP)
273
 
        tags=; \
 
325
        set x; \
274
326
        here=`pwd`; \
275
327
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
276
328
          include_option=--etags-include; \
282
334
        list='$(SUBDIRS)'; for subdir in $$list; do \
283
335
          if test "$$subdir" = .; then :; else \
284
336
            test ! -f $$subdir/TAGS || \
285
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
337
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
286
338
          fi; \
287
339
        done; \
288
340
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
291
343
          done | \
292
344
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
293
345
              END { if (nonempty) { for (i in files) print i; }; }'`; \
294
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
346
        shift; \
 
347
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
295
348
          test -n "$$unique" || unique=$$empty_fix; \
296
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
297
 
            $$tags $$unique; \
 
349
          if test $$# -gt 0; then \
 
350
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
351
              "$$@" $$unique; \
 
352
          else \
 
353
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
354
              $$unique; \
 
355
          fi; \
298
356
        fi
299
357
ctags: CTAGS
300
358
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
301
359
                $(TAGS_FILES) $(LISP)
302
 
        tags=; \
303
360
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
304
361
        unique=`for i in $$list; do \
305
362
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306
363
          done | \
307
364
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
308
365
              END { if (nonempty) { for (i in files) print i; }; }'`; \
309
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
366
        test -z "$(CTAGS_ARGS)$$unique" \
310
367
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
311
 
             $$tags $$unique
 
368
             $$unique
312
369
 
313
370
GTAGS:
314
371
        here=`$(am__cd) $(top_builddir) && pwd` \
315
 
          && cd $(top_srcdir) \
316
 
          && gtags -i $(GTAGS_ARGS) $$here
 
372
          && $(am__cd) $(top_srcdir) \
 
373
          && gtags -i $(GTAGS_ARGS) "$$here"
317
374
 
318
375
distclean-tags:
319
376
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
320
377
 
 
378
check-TESTS: $(TESTS)
 
379
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
380
        srcdir=$(srcdir); export srcdir; \
 
381
        list=' $(TESTS) '; \
 
382
        $(am__tty_colors); \
 
383
        if test -n "$$list"; then \
 
384
          for tst in $$list; do \
 
385
            if test -f ./$$tst; then dir=./; \
 
386
            elif test -f $$tst; then dir=; \
 
387
            else dir="$(srcdir)/"; fi; \
 
388
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
389
              all=`expr $$all + 1`; \
 
390
              case " $(XFAIL_TESTS) " in \
 
391
              *[\ \     ]$$tst[\ \      ]*) \
 
392
                xpass=`expr $$xpass + 1`; \
 
393
                failed=`expr $$failed + 1`; \
 
394
                col=$$red; res=XPASS; \
 
395
              ;; \
 
396
              *) \
 
397
                col=$$grn; res=PASS; \
 
398
              ;; \
 
399
              esac; \
 
400
            elif test $$? -ne 77; then \
 
401
              all=`expr $$all + 1`; \
 
402
              case " $(XFAIL_TESTS) " in \
 
403
              *[\ \     ]$$tst[\ \      ]*) \
 
404
                xfail=`expr $$xfail + 1`; \
 
405
                col=$$lgn; res=XFAIL; \
 
406
              ;; \
 
407
              *) \
 
408
                failed=`expr $$failed + 1`; \
 
409
                col=$$red; res=FAIL; \
 
410
              ;; \
 
411
              esac; \
 
412
            else \
 
413
              skip=`expr $$skip + 1`; \
 
414
              col=$$blu; res=SKIP; \
 
415
            fi; \
 
416
            echo "$${col}$$res$${std}: $$tst"; \
 
417
          done; \
 
418
          if test "$$all" -eq 1; then \
 
419
            tests="test"; \
 
420
            All=""; \
 
421
          else \
 
422
            tests="tests"; \
 
423
            All="All "; \
 
424
          fi; \
 
425
          if test "$$failed" -eq 0; then \
 
426
            if test "$$xfail" -eq 0; then \
 
427
              banner="$$All$$all $$tests passed"; \
 
428
            else \
 
429
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
430
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
431
            fi; \
 
432
          else \
 
433
            if test "$$xpass" -eq 0; then \
 
434
              banner="$$failed of $$all $$tests failed"; \
 
435
            else \
 
436
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
437
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
438
            fi; \
 
439
          fi; \
 
440
          dashes="$$banner"; \
 
441
          skipped=""; \
 
442
          if test "$$skip" -ne 0; then \
 
443
            if test "$$skip" -eq 1; then \
 
444
              skipped="($$skip test was not run)"; \
 
445
            else \
 
446
              skipped="($$skip tests were not run)"; \
 
447
            fi; \
 
448
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
449
              dashes="$$skipped"; \
 
450
          fi; \
 
451
          report=""; \
 
452
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
453
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
454
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
455
              dashes="$$report"; \
 
456
          fi; \
 
457
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
458
          if test "$$failed" -eq 0; then \
 
459
            echo "$$grn$$dashes"; \
 
460
          else \
 
461
            echo "$$red$$dashes"; \
 
462
          fi; \
 
463
          echo "$$banner"; \
 
464
          test -z "$$skipped" || echo "$$skipped"; \
 
465
          test -z "$$report" || echo "$$report"; \
 
466
          echo "$$dashes$$std"; \
 
467
          test "$$failed" -eq 0; \
 
468
        else :; fi
 
469
 
321
470
distdir: $(DISTFILES)
322
471
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
323
472
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
334
483
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
335
484
          if test -d $$d/$$file; then \
336
485
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
486
            if test -d "$(distdir)/$$file"; then \
 
487
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
488
            fi; \
337
489
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
338
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
490
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
491
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
339
492
            fi; \
340
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
493
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
341
494
          else \
342
 
            test -f $(distdir)/$$file \
343
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
495
            test -f "$(distdir)/$$file" \
 
496
            || cp -p $$d/$$file "$(distdir)/$$file" \
344
497
            || exit 1; \
345
498
          fi; \
346
499
        done
347
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
500
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
348
501
          if test "$$subdir" = .; then :; else \
349
502
            test -d "$(distdir)/$$subdir" \
350
503
            || $(MKDIR_P) "$(distdir)/$$subdir" \
351
504
            || exit 1; \
352
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
353
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
354
 
            (cd $$subdir && \
 
505
          fi; \
 
506
        done
 
507
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
508
          if test "$$subdir" = .; then :; else \
 
509
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
510
            $(am__relativize); \
 
511
            new_distdir=$$reldir; \
 
512
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
513
            $(am__relativize); \
 
514
            new_top_distdir=$$reldir; \
 
515
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
516
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
517
            ($(am__cd) $$subdir && \
355
518
              $(MAKE) $(AM_MAKEFLAGS) \
356
 
                top_distdir="$$top_distdir" \
357
 
                distdir="$$distdir/$$subdir" \
 
519
                top_distdir="$$new_top_distdir" \
 
520
                distdir="$$new_distdir" \
358
521
                am__remove_distdir=: \
359
522
                am__skip_length_check=: \
 
523
                am__skip_mode_fix=: \
360
524
                distdir) \
361
525
              || exit 1; \
362
526
          fi; \
363
527
        done
364
528
check-am: all-am
 
529
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
365
530
check: check-recursive
366
531
all-am: Makefile
367
532
installdirs: installdirs-recursive
386
551
 
387
552
distclean-generic:
388
553
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
554
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
389
555
 
390
556
maintainer-clean-generic:
391
557
        @echo "This command is intended for maintainers to use"
404
570
 
405
571
html: html-recursive
406
572
 
 
573
html-am:
 
574
 
407
575
info: info-recursive
408
576
 
409
577
info-am:
412
580
 
413
581
install-dvi: install-dvi-recursive
414
582
 
 
583
install-dvi-am:
 
584
 
415
585
install-exec-am:
416
586
 
417
587
install-html: install-html-recursive
418
588
 
 
589
install-html-am:
 
590
 
419
591
install-info: install-info-recursive
420
592
 
 
593
install-info-am:
 
594
 
421
595
install-man:
422
596
 
423
597
install-pdf: install-pdf-recursive
424
598
 
 
599
install-pdf-am:
 
600
 
425
601
install-ps: install-ps-recursive
426
602
 
 
603
install-ps-am:
 
604
 
427
605
installcheck-am:
428
606
 
429
607
maintainer-clean: maintainer-clean-recursive
444
622
 
445
623
uninstall-am:
446
624
 
447
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
448
 
        install-strip
 
625
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
 
626
        ctags-recursive install-am install-strip tags-recursive
449
627
 
450
628
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
451
 
        all all-am check check-am clean clean-generic ctags \
452
 
        ctags-recursive distclean distclean-generic distclean-tags \
453
 
        distdir dvi dvi-am html html-am info info-am install \
454
 
        install-am install-data install-data-am install-dvi \
 
629
        all all-am check check-TESTS check-am clean clean-generic \
 
630
        ctags ctags-recursive distclean distclean-generic \
 
631
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
632
        install install-am install-data install-data-am install-dvi \
455
633
        install-dvi-am install-exec install-exec-am install-html \
456
634
        install-html-am install-info install-info-am install-man \
457
635
        install-pdf install-pdf-am install-ps install-ps-am \
460
638
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
461
639
        tags-recursive uninstall uninstall-am
462
640
 
 
641
 
463
642
# Tell versions [3.59,3.63) of GNU make to not export all variables.
464
643
# Otherwise a system limit (for SysV at least) may be exceeded.
465
644
.NOEXPORT: