~ubuntu-branches/ubuntu/natty/empathy/natty-updates

« back to all changes in this revision

Viewing changes to tests/Makefile.in

Tags: upstream-0.22.0
ImportĀ upstreamĀ versionĀ 0.22.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
PROGRAMS = $(noinst_PROGRAMS)
56
56
am_check_main_OBJECTS = check_main-check-main.$(OBJEXT) \
57
57
        check_main-check-helpers.$(OBJEXT) \
58
 
        check_main-check-empathy-utils.$(OBJEXT)
 
58
        check_main-check-empathy-utils.$(OBJEXT) \
 
59
        check_main-check-irc-helper.$(OBJEXT) \
 
60
        check_main-check-empathy-irc-server.$(OBJEXT) \
 
61
        check_main-check-empathy-irc-network.$(OBJEXT) \
 
62
        check_main-check-empathy-irc-network-manager.$(OBJEXT)
59
63
check_main_OBJECTS = $(am_check_main_OBJECTS)
60
64
check_main_DEPENDENCIES =  \
61
65
        $(top_builddir)/libempathy-gtk/libempathy-gtk.la \
80
84
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
81
85
SOURCES = $(check_main_SOURCES) $(contact_manager_SOURCES)
82
86
DIST_SOURCES = $(check_main_SOURCES) $(contact_manager_SOURCES)
 
87
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
88
        html-recursive info-recursive install-data-recursive \
 
89
        install-exec-recursive install-info-recursive \
 
90
        install-recursive installcheck-recursive installdirs-recursive \
 
91
        pdf-recursive ps-recursive uninstall-info-recursive \
 
92
        uninstall-recursive
83
93
ETAGS = etags
84
94
CTAGS = ctags
 
95
DIST_SUBDIRS = $(SUBDIRS)
85
96
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86
97
ACLOCAL = @ACLOCAL@
87
98
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
244
255
WARN_CFLAGS = @WARN_CFLAGS@
245
256
XGETTEXT = @XGETTEXT@
246
257
XMKMF = @XMKMF@
 
258
XSLTPROC = @XSLTPROC@
247
259
X_CFLAGS = @X_CFLAGS@
248
260
X_EXTRA_LIBS = @X_EXTRA_LIBS@
249
261
X_LIBS = @X_LIBS@
299
311
sharedstatedir = @sharedstatedir@
300
312
sysconfdir = @sysconfdir@
301
313
target_alias = @target_alias@
 
314
SUBDIRS = xml
302
315
CLEANFILES = valgrind.*.log
303
316
LOOPS = 10
304
317
SUPPRESSIONS = valgrind.supp dlopen.supp
319
332
    check-helpers.c                              \
320
333
    check-helpers.h                              \
321
334
    check-libempathy.h                           \
322
 
    check-empathy-utils.c
 
335
    check-empathy-utils.c                        \
 
336
    check-irc-helper.h                           \
 
337
    check-irc-helper.c                           \
 
338
    check-empathy-irc-server.c                   \
 
339
    check-empathy-irc-network.c                  \
 
340
    check-empathy-irc-network-manager.c
323
341
 
324
342
check_main_LDADD = \
325
343
    @CHECK_LIBS@ \
331
349
    @CHECK_CFLAGS@ \
332
350
    $(AM_CFLAGS)
333
351
 
334
 
all: all-am
 
352
TESTS_ENVIRONMENT = EMPATHY_SRCDIR=@abs_top_srcdir@
 
353
all: all-recursive
335
354
 
336
355
.SUFFIXES:
337
356
.SUFFIXES: .c .lo .o .obj
391
410
distclean-compile:
392
411
        -rm -f *.tab.c
393
412
 
 
413
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_main-check-empathy-irc-network-manager.Po@am__quote@
 
414
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_main-check-empathy-irc-network.Po@am__quote@
 
415
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_main-check-empathy-irc-server.Po@am__quote@
394
416
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_main-check-empathy-utils.Po@am__quote@
395
417
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_main-check-helpers.Po@am__quote@
 
418
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_main-check-irc-helper.Po@am__quote@
396
419
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_main-check-main.Po@am__quote@
397
420
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/contact-manager.Po@am__quote@
398
421
 
459
482
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
460
483
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -c -o check_main-check-empathy-utils.obj `if test -f 'check-empathy-utils.c'; then $(CYGPATH_W) 'check-empathy-utils.c'; else $(CYGPATH_W) '$(srcdir)/check-empathy-utils.c'; fi`
461
484
 
 
485
check_main-check-irc-helper.o: check-irc-helper.c
 
486
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -MT check_main-check-irc-helper.o -MD -MP -MF "$(DEPDIR)/check_main-check-irc-helper.Tpo" -c -o check_main-check-irc-helper.o `test -f 'check-irc-helper.c' || echo '$(srcdir)/'`check-irc-helper.c; \
 
487
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/check_main-check-irc-helper.Tpo" "$(DEPDIR)/check_main-check-irc-helper.Po"; else rm -f "$(DEPDIR)/check_main-check-irc-helper.Tpo"; exit 1; fi
 
488
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='check-irc-helper.c' object='check_main-check-irc-helper.o' libtool=no @AMDEPBACKSLASH@
 
489
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
490
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -c -o check_main-check-irc-helper.o `test -f 'check-irc-helper.c' || echo '$(srcdir)/'`check-irc-helper.c
 
491
 
 
492
check_main-check-irc-helper.obj: check-irc-helper.c
 
493
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -MT check_main-check-irc-helper.obj -MD -MP -MF "$(DEPDIR)/check_main-check-irc-helper.Tpo" -c -o check_main-check-irc-helper.obj `if test -f 'check-irc-helper.c'; then $(CYGPATH_W) 'check-irc-helper.c'; else $(CYGPATH_W) '$(srcdir)/check-irc-helper.c'; fi`; \
 
494
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/check_main-check-irc-helper.Tpo" "$(DEPDIR)/check_main-check-irc-helper.Po"; else rm -f "$(DEPDIR)/check_main-check-irc-helper.Tpo"; exit 1; fi
 
495
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='check-irc-helper.c' object='check_main-check-irc-helper.obj' libtool=no @AMDEPBACKSLASH@
 
496
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
497
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -c -o check_main-check-irc-helper.obj `if test -f 'check-irc-helper.c'; then $(CYGPATH_W) 'check-irc-helper.c'; else $(CYGPATH_W) '$(srcdir)/check-irc-helper.c'; fi`
 
498
 
 
499
check_main-check-empathy-irc-server.o: check-empathy-irc-server.c
 
500
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -MT check_main-check-empathy-irc-server.o -MD -MP -MF "$(DEPDIR)/check_main-check-empathy-irc-server.Tpo" -c -o check_main-check-empathy-irc-server.o `test -f 'check-empathy-irc-server.c' || echo '$(srcdir)/'`check-empathy-irc-server.c; \
 
501
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/check_main-check-empathy-irc-server.Tpo" "$(DEPDIR)/check_main-check-empathy-irc-server.Po"; else rm -f "$(DEPDIR)/check_main-check-empathy-irc-server.Tpo"; exit 1; fi
 
502
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='check-empathy-irc-server.c' object='check_main-check-empathy-irc-server.o' libtool=no @AMDEPBACKSLASH@
 
503
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
504
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -c -o check_main-check-empathy-irc-server.o `test -f 'check-empathy-irc-server.c' || echo '$(srcdir)/'`check-empathy-irc-server.c
 
505
 
 
506
check_main-check-empathy-irc-server.obj: check-empathy-irc-server.c
 
507
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -MT check_main-check-empathy-irc-server.obj -MD -MP -MF "$(DEPDIR)/check_main-check-empathy-irc-server.Tpo" -c -o check_main-check-empathy-irc-server.obj `if test -f 'check-empathy-irc-server.c'; then $(CYGPATH_W) 'check-empathy-irc-server.c'; else $(CYGPATH_W) '$(srcdir)/check-empathy-irc-server.c'; fi`; \
 
508
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/check_main-check-empathy-irc-server.Tpo" "$(DEPDIR)/check_main-check-empathy-irc-server.Po"; else rm -f "$(DEPDIR)/check_main-check-empathy-irc-server.Tpo"; exit 1; fi
 
509
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='check-empathy-irc-server.c' object='check_main-check-empathy-irc-server.obj' libtool=no @AMDEPBACKSLASH@
 
510
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
511
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -c -o check_main-check-empathy-irc-server.obj `if test -f 'check-empathy-irc-server.c'; then $(CYGPATH_W) 'check-empathy-irc-server.c'; else $(CYGPATH_W) '$(srcdir)/check-empathy-irc-server.c'; fi`
 
512
 
 
513
check_main-check-empathy-irc-network.o: check-empathy-irc-network.c
 
514
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -MT check_main-check-empathy-irc-network.o -MD -MP -MF "$(DEPDIR)/check_main-check-empathy-irc-network.Tpo" -c -o check_main-check-empathy-irc-network.o `test -f 'check-empathy-irc-network.c' || echo '$(srcdir)/'`check-empathy-irc-network.c; \
 
515
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/check_main-check-empathy-irc-network.Tpo" "$(DEPDIR)/check_main-check-empathy-irc-network.Po"; else rm -f "$(DEPDIR)/check_main-check-empathy-irc-network.Tpo"; exit 1; fi
 
516
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='check-empathy-irc-network.c' object='check_main-check-empathy-irc-network.o' libtool=no @AMDEPBACKSLASH@
 
517
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
518
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -c -o check_main-check-empathy-irc-network.o `test -f 'check-empathy-irc-network.c' || echo '$(srcdir)/'`check-empathy-irc-network.c
 
519
 
 
520
check_main-check-empathy-irc-network.obj: check-empathy-irc-network.c
 
521
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -MT check_main-check-empathy-irc-network.obj -MD -MP -MF "$(DEPDIR)/check_main-check-empathy-irc-network.Tpo" -c -o check_main-check-empathy-irc-network.obj `if test -f 'check-empathy-irc-network.c'; then $(CYGPATH_W) 'check-empathy-irc-network.c'; else $(CYGPATH_W) '$(srcdir)/check-empathy-irc-network.c'; fi`; \
 
522
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/check_main-check-empathy-irc-network.Tpo" "$(DEPDIR)/check_main-check-empathy-irc-network.Po"; else rm -f "$(DEPDIR)/check_main-check-empathy-irc-network.Tpo"; exit 1; fi
 
523
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='check-empathy-irc-network.c' object='check_main-check-empathy-irc-network.obj' libtool=no @AMDEPBACKSLASH@
 
524
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
525
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -c -o check_main-check-empathy-irc-network.obj `if test -f 'check-empathy-irc-network.c'; then $(CYGPATH_W) 'check-empathy-irc-network.c'; else $(CYGPATH_W) '$(srcdir)/check-empathy-irc-network.c'; fi`
 
526
 
 
527
check_main-check-empathy-irc-network-manager.o: check-empathy-irc-network-manager.c
 
528
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -MT check_main-check-empathy-irc-network-manager.o -MD -MP -MF "$(DEPDIR)/check_main-check-empathy-irc-network-manager.Tpo" -c -o check_main-check-empathy-irc-network-manager.o `test -f 'check-empathy-irc-network-manager.c' || echo '$(srcdir)/'`check-empathy-irc-network-manager.c; \
 
529
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/check_main-check-empathy-irc-network-manager.Tpo" "$(DEPDIR)/check_main-check-empathy-irc-network-manager.Po"; else rm -f "$(DEPDIR)/check_main-check-empathy-irc-network-manager.Tpo"; exit 1; fi
 
530
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='check-empathy-irc-network-manager.c' object='check_main-check-empathy-irc-network-manager.o' libtool=no @AMDEPBACKSLASH@
 
531
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
532
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -c -o check_main-check-empathy-irc-network-manager.o `test -f 'check-empathy-irc-network-manager.c' || echo '$(srcdir)/'`check-empathy-irc-network-manager.c
 
533
 
 
534
check_main-check-empathy-irc-network-manager.obj: check-empathy-irc-network-manager.c
 
535
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -MT check_main-check-empathy-irc-network-manager.obj -MD -MP -MF "$(DEPDIR)/check_main-check-empathy-irc-network-manager.Tpo" -c -o check_main-check-empathy-irc-network-manager.obj `if test -f 'check-empathy-irc-network-manager.c'; then $(CYGPATH_W) 'check-empathy-irc-network-manager.c'; else $(CYGPATH_W) '$(srcdir)/check-empathy-irc-network-manager.c'; fi`; \
 
536
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/check_main-check-empathy-irc-network-manager.Tpo" "$(DEPDIR)/check_main-check-empathy-irc-network-manager.Po"; else rm -f "$(DEPDIR)/check_main-check-empathy-irc-network-manager.Tpo"; exit 1; fi
 
537
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='check-empathy-irc-network-manager.c' object='check_main-check-empathy-irc-network-manager.obj' libtool=no @AMDEPBACKSLASH@
 
538
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
539
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_main_CFLAGS) $(CFLAGS) -c -o check_main-check-empathy-irc-network-manager.obj `if test -f 'check-empathy-irc-network-manager.c'; then $(CYGPATH_W) 'check-empathy-irc-network-manager.c'; else $(CYGPATH_W) '$(srcdir)/check-empathy-irc-network-manager.c'; fi`
 
540
 
462
541
mostlyclean-libtool:
463
542
        -rm -f *.lo
464
543
 
469
548
        -rm -f libtool
470
549
uninstall-info-am:
471
550
 
 
551
# This directory's subdirectories are mostly independent; you can cd
 
552
# into them and run `make' without going through this Makefile.
 
553
# To change the values of `make' variables: instead of editing Makefiles,
 
554
# (1) if the variable is set in `config.status', edit `config.status'
 
555
#     (which will cause the Makefiles to be regenerated when you run `make');
 
556
# (2) otherwise, pass the desired values on the `make' command line.
 
557
$(RECURSIVE_TARGETS):
 
558
        @failcom='exit 1'; \
 
559
        for f in x $$MAKEFLAGS; do \
 
560
          case $$f in \
 
561
            *=* | --[!k]*);; \
 
562
            *k*) failcom='fail=yes';; \
 
563
          esac; \
 
564
        done; \
 
565
        dot_seen=no; \
 
566
        target=`echo $@ | sed s/-recursive//`; \
 
567
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
568
          echo "Making $$target in $$subdir"; \
 
569
          if test "$$subdir" = "."; then \
 
570
            dot_seen=yes; \
 
571
            local_target="$$target-am"; \
 
572
          else \
 
573
            local_target="$$target"; \
 
574
          fi; \
 
575
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
576
          || eval $$failcom; \
 
577
        done; \
 
578
        if test "$$dot_seen" = "no"; then \
 
579
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
580
        fi; test -z "$$fail"
 
581
 
 
582
mostlyclean-recursive clean-recursive distclean-recursive \
 
583
maintainer-clean-recursive:
 
584
        @failcom='exit 1'; \
 
585
        for f in x $$MAKEFLAGS; do \
 
586
          case $$f in \
 
587
            *=* | --[!k]*);; \
 
588
            *k*) failcom='fail=yes';; \
 
589
          esac; \
 
590
        done; \
 
591
        dot_seen=no; \
 
592
        case "$@" in \
 
593
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
594
          *) list='$(SUBDIRS)' ;; \
 
595
        esac; \
 
596
        rev=''; for subdir in $$list; do \
 
597
          if test "$$subdir" = "."; then :; else \
 
598
            rev="$$subdir $$rev"; \
 
599
          fi; \
 
600
        done; \
 
601
        rev="$$rev ."; \
 
602
        target=`echo $@ | sed s/-recursive//`; \
 
603
        for subdir in $$rev; do \
 
604
          echo "Making $$target in $$subdir"; \
 
605
          if test "$$subdir" = "."; then \
 
606
            local_target="$$target-am"; \
 
607
          else \
 
608
            local_target="$$target"; \
 
609
          fi; \
 
610
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
611
          || eval $$failcom; \
 
612
        done && test -z "$$fail"
 
613
tags-recursive:
 
614
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
615
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
616
        done
 
617
ctags-recursive:
 
618
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
619
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
620
        done
 
621
 
472
622
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
473
623
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
474
624
        unique=`for i in $$list; do \
479
629
        mkid -fID $$unique
480
630
tags: TAGS
481
631
 
482
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
632
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
483
633
                $(TAGS_FILES) $(LISP)
484
634
        tags=; \
485
635
        here=`pwd`; \
 
636
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
637
          include_option=--etags-include; \
 
638
          empty_fix=.; \
 
639
        else \
 
640
          include_option=--include; \
 
641
          empty_fix=; \
 
642
        fi; \
 
643
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
644
          if test "$$subdir" = .; then :; else \
 
645
            test ! -f $$subdir/TAGS || \
 
646
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
647
          fi; \
 
648
        done; \
486
649
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
487
650
        unique=`for i in $$list; do \
488
651
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
495
658
            $$tags $$unique; \
496
659
        fi
497
660
ctags: CTAGS
498
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
661
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
499
662
                $(TAGS_FILES) $(LISP)
500
663
        tags=; \
501
664
        here=`pwd`; \
618
781
            || exit 1; \
619
782
          fi; \
620
783
        done
 
784
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
785
          if test "$$subdir" = .; then :; else \
 
786
            test -d "$(distdir)/$$subdir" \
 
787
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
788
            || exit 1; \
 
789
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
790
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
791
            (cd $$subdir && \
 
792
              $(MAKE) $(AM_MAKEFLAGS) \
 
793
                top_distdir="$$top_distdir" \
 
794
                distdir="$$distdir/$$subdir" \
 
795
                distdir) \
 
796
              || exit 1; \
 
797
          fi; \
 
798
        done
621
799
check-am: all-am
622
800
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
623
801
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
624
 
check: check-am
 
802
check: check-recursive
625
803
all-am: Makefile $(PROGRAMS)
626
 
installdirs:
627
 
install: install-am
628
 
install-exec: install-exec-am
629
 
install-data: install-data-am
630
 
uninstall: uninstall-am
 
804
installdirs: installdirs-recursive
 
805
installdirs-am:
 
806
install: install-recursive
 
807
install-exec: install-exec-recursive
 
808
install-data: install-data-recursive
 
809
uninstall: uninstall-recursive
631
810
 
632
811
install-am: all-am
633
812
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
634
813
 
635
 
installcheck: installcheck-am
 
814
installcheck: installcheck-recursive
636
815
install-strip:
637
816
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
638
817
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
649
828
maintainer-clean-generic:
650
829
        @echo "This command is intended for maintainers to use"
651
830
        @echo "it deletes files that may require special tools to rebuild."
652
 
clean: clean-am
 
831
clean: clean-recursive
653
832
 
654
833
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
655
834
        clean-noinstPROGRAMS mostlyclean-am
656
835
 
657
 
distclean: distclean-am
 
836
distclean: distclean-recursive
658
837
        -rm -rf ./$(DEPDIR)
659
838
        -rm -f Makefile
660
839
distclean-am: clean-am distclean-compile distclean-generic \
661
840
        distclean-libtool distclean-tags
662
841
 
663
 
dvi: dvi-am
 
842
dvi: dvi-recursive
664
843
 
665
844
dvi-am:
666
845
 
667
 
html: html-am
 
846
html: html-recursive
668
847
 
669
 
info: info-am
 
848
info: info-recursive
670
849
 
671
850
info-am:
672
851
 
674
853
 
675
854
install-exec-am:
676
855
 
677
 
install-info: install-info-am
 
856
install-info: install-info-recursive
678
857
 
679
858
install-man:
680
859
 
681
860
installcheck-am:
682
861
 
683
 
maintainer-clean: maintainer-clean-am
 
862
maintainer-clean: maintainer-clean-recursive
684
863
        -rm -rf ./$(DEPDIR)
685
864
        -rm -f Makefile
686
865
maintainer-clean-am: distclean-am maintainer-clean-generic
687
866
 
688
 
mostlyclean: mostlyclean-am
 
867
mostlyclean: mostlyclean-recursive
689
868
 
690
869
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
691
870
        mostlyclean-libtool
692
871
 
693
 
pdf: pdf-am
 
872
pdf: pdf-recursive
694
873
 
695
874
pdf-am:
696
875
 
697
 
ps: ps-am
 
876
ps: ps-recursive
698
877
 
699
878
ps-am:
700
879
 
701
880
uninstall-am: uninstall-info-am
702
881
 
703
 
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
704
 
        clean-checkPROGRAMS clean-generic clean-libtool \
705
 
        clean-noinstPROGRAMS ctags distclean distclean-compile \
706
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
707
 
        dvi-am html html-am info info-am install install-am \
 
882
uninstall-info: uninstall-info-recursive
 
883
 
 
884
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-TESTS \
 
885
        check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
 
886
        clean-noinstPROGRAMS clean-recursive ctags ctags-recursive \
 
887
        distclean distclean-compile distclean-generic \
 
888
        distclean-libtool distclean-recursive distclean-tags distdir \
 
889
        dvi dvi-am html html-am info info-am install install-am \
708
890
        install-data install-data-am install-exec install-exec-am \
709
891
        install-info install-info-am install-man install-strip \
710
 
        installcheck installcheck-am installdirs maintainer-clean \
711
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
712
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
713
 
        tags uninstall uninstall-am uninstall-info-am
 
892
        installcheck installcheck-am installdirs installdirs-am \
 
893
        maintainer-clean maintainer-clean-generic \
 
894
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
 
895
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
896
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
897
        uninstall-info-am
714
898
 
715
899
 
716
900
# run any given test by running make test.check