~online-accounts/ubuntu/quantal/telepathy-mission-control-5/libaccounts

« back to all changes in this revision

Viewing changes to tests/twisted/Makefile.in

  • Committer: Ken VanDine
  • Date: 2012-07-24 13:27:12 UTC
  • mfrom: (0.13.3)
  • Revision ID: ken.vandine@canonical.com-20120724132712-gytgqzzg8ry3f0kv
* New upstream release.
* debian/libmission-control-plugins0.symbols
  - new symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
19
19
 
20
20
 
21
21
VPATH = @srcdir@
 
22
am__make_dryrun = \
 
23
  { \
 
24
    am__dry=no; \
 
25
    case $$MAKEFLAGS in \
 
26
      *\\[\ \   ]*) \
 
27
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
28
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
29
      *) \
 
30
        for am__flg in $$MAKEFLAGS; do \
 
31
          case $$am__flg in \
 
32
            *=*|--*) ;; \
 
33
            *n*) am__dry=yes; break;; \
 
34
          esac; \
 
35
        done;; \
 
36
    esac; \
 
37
    test $$am__dry = yes; \
 
38
  }
22
39
pkgdatadir = $(datadir)/@PACKAGE@
23
40
pkgincludedir = $(includedir)/@PACKAGE@
24
41
pkglibdir = $(libdir)/@PACKAGE@
37
54
POST_UNINSTALL = :
38
55
build_triplet = @build@
39
56
host_triplet = @host@
40
 
@ENABLE_MCD_PLUGINS_TRUE@am__append_1 = \
41
 
@ENABLE_MCD_PLUGINS_TRUE@       dispatcher/create-delayed-by-plugin.py \
42
 
@ENABLE_MCD_PLUGINS_TRUE@       dispatcher/dispatch-delayed-by-plugin.py \
43
 
@ENABLE_MCD_PLUGINS_TRUE@       dispatcher/dispatch-rejected-by-plugin.py
44
 
 
45
 
@ENABLE_INSTALLED_TESTS_TRUE@@ENABLE_MCD_PLUGINS_TRUE@am__append_2 = test-plugin.la
46
 
@ENABLE_INSTALLED_TESTS_FALSE@@ENABLE_MCD_PLUGINS_TRUE@am__append_3 = test-plugin.la
47
57
noinst_PROGRAMS = mc-debug-server$(EXEEXT)
48
 
@ENABLE_GNOME_KEYRING_TRUE@am__append_4 = $(GNOME_KEYRING_CFLAGS)
 
58
@ENABLE_GNOME_KEYRING_TRUE@am__append_1 = $(GNOME_KEYRING_CFLAGS)
49
59
TESTS =
50
 
@ENABLE_GNOME_KEYRING_TRUE@am__append_5 = MC_TEST_GNOME_KEYRING=1
51
 
@ENABLE_LIBACCOUNTS_SSO_TRUE@am__append_6 = AG_DEBUG=all \
 
60
@ENABLE_GNOME_KEYRING_TRUE@am__append_2 = MC_TEST_GNOME_KEYRING=1
 
61
@ENABLE_LIBACCOUNTS_SSO_TRUE@am__append_3 = AG_DEBUG=all \
52
62
@ENABLE_LIBACCOUNTS_SSO_TRUE@   ACCOUNTS=@abs_top_builddir@/tests/twisted/tmp-$(TMPSUFFIX) \
53
63
@ENABLE_LIBACCOUNTS_SSO_TRUE@   AG_SERVICES=@abs_top_builddir@/tests/twisted/tmp-$(TMPSUFFIX)
54
64
 
135
145
@ENABLE_INSTALLED_TESTS_FALSE@am_mcp_plugin_la_rpath =
136
146
@ENABLE_INSTALLED_TESTS_TRUE@am_mcp_plugin_la_rpath = -rpath \
137
147
@ENABLE_INSTALLED_TESTS_TRUE@   $(testplugindir)
138
 
test_plugin_la_LIBADD =
139
 
am__test_plugin_la_SOURCES_DIST = test-plugin.c
140
 
@ENABLE_MCD_PLUGINS_TRUE@am_test_plugin_la_OBJECTS = test-plugin.lo
141
 
test_plugin_la_OBJECTS = $(am_test_plugin_la_OBJECTS)
142
 
test_plugin_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
143
 
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
144
 
        $(AM_CFLAGS) $(CFLAGS) $(test_plugin_la_LDFLAGS) $(LDFLAGS) -o \
145
 
        $@
146
 
@ENABLE_INSTALLED_TESTS_FALSE@@ENABLE_MCD_PLUGINS_TRUE@am_test_plugin_la_rpath =
147
 
@ENABLE_INSTALLED_TESTS_TRUE@@ENABLE_MCD_PLUGINS_TRUE@am_test_plugin_la_rpath =  \
148
 
@ENABLE_INSTALLED_TESTS_TRUE@@ENABLE_MCD_PLUGINS_TRUE@  -rpath \
149
 
@ENABLE_INSTALLED_TESTS_TRUE@@ENABLE_MCD_PLUGINS_TRUE@  $(testplugindir)
150
148
PROGRAMS = $(noinst_PROGRAMS)
151
149
am_mc_debug_server_OBJECTS = mc-debug-server.$(OBJEXT)
152
150
mc_debug_server_OBJECTS = $(am_mc_debug_server_OBJECTS)
153
151
mc_debug_server_DEPENDENCIES =  \
154
 
        $(top_builddir)/src/libmissioncontrol-server.la \
155
152
        $(top_builddir)/src/libmcd-convenience.la
156
153
SCRIPTS = $(nobase_nodist_twistedtests_SCRIPTS)
157
154
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
182
179
am__v_GEN_0 = @echo "  GEN   " $@;
183
180
SOURCES = $(mcp_account_diversion_la_SOURCES) \
184
181
        $(mcp_dbus_caller_permission_la_SOURCES) \
185
 
        $(mcp_plugin_la_SOURCES) $(test_plugin_la_SOURCES) \
186
 
        $(mc_debug_server_SOURCES)
 
182
        $(mcp_plugin_la_SOURCES) $(mc_debug_server_SOURCES)
187
183
DIST_SOURCES = $(mcp_account_diversion_la_SOURCES) \
188
184
        $(mcp_dbus_caller_permission_la_SOURCES) \
189
 
        $(mcp_plugin_la_SOURCES) $(am__test_plugin_la_SOURCES_DIST) \
190
 
        $(mc_debug_server_SOURCES)
 
185
        $(mcp_plugin_la_SOURCES) $(mc_debug_server_SOURCES)
191
186
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
192
187
        html-recursive info-recursive install-data-recursive \
193
188
        install-dvi-recursive install-exec-recursive \
195
190
        install-pdf-recursive install-ps-recursive install-recursive \
196
191
        installcheck-recursive installdirs-recursive pdf-recursive \
197
192
        ps-recursive uninstall-recursive
 
193
am__can_run_installinfo = \
 
194
  case $$AM_UPDATE_INFO_DIR in \
 
195
    n|no|NO) false;; \
 
196
    *) (install-info --version) >/dev/null 2>&1;; \
 
197
  esac
198
198
am__nobase_dist_twistedtests_DATA_DIST =  \
199
199
        account-manager/account-basics.py account-manager/avatar.py \
200
200
        account-manager/bad-cm.py account-manager/crashy-cm.py \
211
211
        account-requests/cancel.py account-requests/create-text.py \
212
212
        account-requests/delete-account-during-request.py \
213
213
        account/addressing.py capabilities/contact-caps.py \
214
 
        capabilities/legacy-caps.py dispatcher/already-has-channel.py \
 
214
        dispatcher/already-has-channel.py \
215
215
        dispatcher/already-has-obsolete.py \
216
216
        dispatcher/approver-fails.py dispatcher/bypass-approval.py \
217
217
        dispatcher/bypass-observers.py dispatcher/cancel.py \
243
243
        dispatcher/respawn-observers.py \
244
244
        dispatcher/some-delay-approvers.py \
245
245
        dispatcher/undispatchable.py dispatcher/vanishing-client.py \
246
 
        dispatcher/create-delayed-by-plugin.py \
247
 
        dispatcher/dispatch-delayed-by-plugin.py \
248
 
        dispatcher/dispatch-rejected-by-plugin.py constants.py \
249
 
        fakeclient.py fakecm.py fakeconnectivity.py mctest.py \
250
 
        servicetest.py telepathy/clients/README \
 
246
        constants.py fakeclient.py fakecm.py fakeconnectivity.py \
 
247
        mctest.py servicetest.py telepathy/clients/README \
251
248
        telepathy/clients/AbiWord.client \
252
249
        telepathy/clients/Logger.client \
253
250
        telepathy/managers/fakecm.manager \
328
325
ERROR_CFLAGS = @ERROR_CFLAGS@
329
326
EXEEXT = @EXEEXT@
330
327
FGREP = @FGREP@
331
 
GIO_CFLAGS = @GIO_CFLAGS@
332
 
GIO_LIBS = @GIO_LIBS@
333
328
GLIB_CFLAGS = @GLIB_CFLAGS@
334
329
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
335
330
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
466
461
top_builddir = @top_builddir@
467
462
top_srcdir = @top_srcdir@
468
463
TWISTED_TESTS = 
469
 
TWISTED_BASIC_TESTS = account-manager/account-basics.py \
470
 
        account-manager/avatar.py account-manager/bad-cm.py \
 
464
TWISTED_BASIC_TESTS = \
 
465
        account-manager/account-basics.py \
 
466
        account-manager/avatar.py \
 
467
        account-manager/bad-cm.py \
471
468
        account-manager/crashy-cm.py \
472
469
        account-manager/create-auto-connect.py \
473
470
        account-manager/create-twice.py \
474
471
        account-manager/create-with-properties.py \
475
472
        account-manager/enable-auto-connect.py \
476
 
        account-manager/enable.py account-manager/nickname.py \
477
 
        account-manager/param-types.py account-manager/presence.py \
 
473
        account-manager/enable.py \
 
474
        account-manager/nickname.py \
 
475
        account-manager/param-types.py \
 
476
        account-manager/presence.py \
478
477
        account-manager/reconnect.py \
479
478
        account-manager/recover-from-disconnect.py \
480
 
        account-manager/request-online.py account-manager/service.py \
 
479
        account-manager/request-online.py \
 
480
        account-manager/service.py \
481
481
        account-manager/update-parameters.py \
482
 
        account-requests/cancel.py account-requests/create-text.py \
 
482
        account-requests/cancel.py \
 
483
        account-requests/create-text.py \
483
484
        account-requests/delete-account-during-request.py \
484
 
        account/addressing.py capabilities/contact-caps.py \
485
 
        capabilities/legacy-caps.py dispatcher/already-has-channel.py \
 
485
        account/addressing.py \
 
486
        capabilities/contact-caps.py \
 
487
        dispatcher/already-has-channel.py \
486
488
        dispatcher/already-has-obsolete.py \
487
 
        dispatcher/approver-fails.py dispatcher/bypass-approval.py \
488
 
        dispatcher/bypass-observers.py dispatcher/cancel.py \
489
 
        dispatcher/capture-bundle.py dispatcher/cdo-claim.py \
 
489
        dispatcher/approver-fails.py \
 
490
        dispatcher/bypass-approval.py \
 
491
        dispatcher/bypass-observers.py \
 
492
        dispatcher/cancel.py \
 
493
        dispatcher/capture-bundle.py \
 
494
        dispatcher/cdo-claim.py \
490
495
        dispatcher/connect-for-request.py \
491
496
        dispatcher/create-delayed-by-mini-plugin.py \
492
 
        dispatcher/create-handler-fails.py dispatcher/create-hints.py \
 
497
        dispatcher/create-handler-fails.py \
 
498
        dispatcher/create-hints.py \
493
499
        dispatcher/create-no-preferred-handler.py \
494
500
        dispatcher/create-rejected-by-mini-plugin.py \
495
501
        dispatcher/create-text.py \
504
510
        dispatcher/dispatch-rejected-by-mini-plugin.py \
505
511
        dispatcher/dispatch-text.py \
506
512
        dispatcher/ensure-and-redispatch.py \
507
 
        dispatcher/ensure-is-approval.py dispatcher/ensure-rapidly.py \
508
 
        dispatcher/exploding-bundles.py dispatcher/fdo-21034.py \
509
 
        dispatcher/handle-channels-fails.py dispatcher/lose-text.py \
 
513
        dispatcher/ensure-is-approval.py \
 
514
        dispatcher/ensure-rapidly.py \
 
515
        dispatcher/exploding-bundles.py \
 
516
        dispatcher/fdo-21034.py \
 
517
        dispatcher/handle-channels-fails.py \
 
518
        dispatcher/lose-text.py \
510
519
        dispatcher/recover-from-disconnect.py \
511
520
        dispatcher/redispatch-channels.py \
512
521
        dispatcher/request-disabled-account.py \
513
522
        dispatcher/respawn-activatable-observers.py \
514
523
        dispatcher/respawn-observers.py \
515
524
        dispatcher/some-delay-approvers.py \
516
 
        dispatcher/undispatchable.py dispatcher/vanishing-client.py \
517
 
        $(NULL) $(am__append_1)
 
525
        dispatcher/undispatchable.py \
 
526
        dispatcher/vanishing-client.py \
 
527
        $(NULL)
 
528
 
518
529
 
519
530
# Tests that aren't to be run if we're running the real (installed) MC,
520
531
# because they rely on special behaviour of mc-debug-server.
522
533
# For simplicity, these are also separate tests: at least
523
534
# account-storage/*.py need their own instances.
524
535
TWISTED_SPECIAL_BUILD_TESTS = \
525
 
        account-manager/auto-away.py \
526
536
        account-manager/connectivity.py \
527
537
        account-manager/hidden.py \
528
538
        account-storage/default-keyring-storage.py \
588
598
 
589
599
 
590
600
# A demo dispatcher plugin (new, minimal API)
591
 
@ENABLE_INSTALLED_TESTS_FALSE@noinst_LTLIBRARIES = $(plugins_list) \
592
 
@ENABLE_INSTALLED_TESTS_FALSE@  $(am__append_3)
593
 
@ENABLE_INSTALLED_TESTS_TRUE@noinst_LTLIBRARIES = $(NULL) \
594
 
@ENABLE_INSTALLED_TESTS_TRUE@   $(am__append_3)
 
601
@ENABLE_INSTALLED_TESTS_FALSE@noinst_LTLIBRARIES = $(plugins_list)
 
602
@ENABLE_INSTALLED_TESTS_TRUE@noinst_LTLIBRARIES = \
 
603
@ENABLE_INSTALLED_TESTS_TRUE@   $(NULL)
 
604
 
595
605
@ENABLE_INSTALLED_TESTS_TRUE@testplugindir = @mctestsdir@/twisted/plugins
596
 
@ENABLE_INSTALLED_TESTS_TRUE@testplugin_LTLIBRARIES = $(plugins_list) \
597
 
@ENABLE_INSTALLED_TESTS_TRUE@   $(NULL) $(am__append_2)
 
606
@ENABLE_INSTALLED_TESTS_TRUE@testplugin_LTLIBRARIES = \
 
607
@ENABLE_INSTALLED_TESTS_TRUE@   $(plugins_list) \
 
608
@ENABLE_INSTALLED_TESTS_TRUE@   $(NULL)
 
609
 
598
610
mcp_plugin_la_SOURCES = mcp-plugin.c
599
611
# these runes are necessary to make libtool build a dlopen()able shared
600
612
# library even though it's not going to be installed - the default for noinst
604
616
mcp_account_diversion_la_LDFLAGS = $(mcp_plugin_la_LDFLAGS)
605
617
mcp_dbus_caller_permission_la_SOURCES = mcp-dbus-caller-permission.c
606
618
mcp_dbus_caller_permission_la_LDFLAGS = $(mcp_plugin_la_LDFLAGS)
607
 
 
608
 
# A demo dispatcher plugin (old API, with access to MCD internals)
609
 
@ENABLE_MCD_PLUGINS_TRUE@test_plugin_la_SOURCES = test-plugin.c
610
 
@ENABLE_MCD_PLUGINS_TRUE@test_plugin_la_LDFLAGS = -module -shared -avoid-version -rpath @abs_builddir@
611
619
mc_debug_server_SOURCES = mc-debug-server.c
612
620
mc_debug_server_LDADD = \
613
 
        $(top_builddir)/src/libmissioncontrol-server.la \
614
621
        $(top_builddir)/src/libmcd-convenience.la
615
622
 
616
623
INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/src \
617
624
        -I$(top_builddir)/src $(DBUS_CFLAGS) $(TELEPATHY_CFLAGS) \
618
625
        -DMC_DISABLE_DEPRECATED -DLIBDIR="@libdir@" -DLIBVERSION="0" \
619
 
        $(am__append_4)
 
626
        $(am__append_1)
620
627
TMPSUFFIX = foo
621
628
BASIC_TESTS_ENVIRONMENT = PYTHONPATH=@abs_top_srcdir@/tests/twisted:@abs_top_builddir@/tests/twisted \
622
629
        MC_DEBUG=all \
630
637
        XDG_CACHE_HOME=@abs_top_builddir@/tests/twisted/tmp-$(TMPSUFFIX) \
631
638
        MC_CLIENTS_DIR=@abs_top_srcdir@/tests/twisted/telepathy/clients \
632
639
        MC_MANAGER_DIR=@abs_top_srcdir@/tests/twisted/telepathy/managers \
633
 
        G_DEBUG=fatal_criticals $(am__append_5) $(am__append_6)
 
640
        G_DEBUG=fatal_criticals $(am__append_2) $(am__append_3)
634
641
WITH_SESSION_BUS = \
635
642
        sh $(srcdir)/tools/with-session-bus.sh \
636
643
        --also-for-system \
712
719
        done
713
720
install-testpluginLTLIBRARIES: $(testplugin_LTLIBRARIES)
714
721
        @$(NORMAL_INSTALL)
715
 
        test -z "$(testplugindir)" || $(MKDIR_P) "$(DESTDIR)$(testplugindir)"
716
722
        @list='$(testplugin_LTLIBRARIES)'; test -n "$(testplugindir)" || list=; \
717
723
        list2=; for p in $$list; do \
718
724
          if test -f $$p; then \
720
726
          else :; fi; \
721
727
        done; \
722
728
        test -z "$$list2" || { \
 
729
          echo " $(MKDIR_P) '$(DESTDIR)$(testplugindir)'"; \
 
730
          $(MKDIR_P) "$(DESTDIR)$(testplugindir)" || exit 1; \
723
731
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(testplugindir)'"; \
724
732
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(testplugindir)"; \
725
733
        }
747
755
        $(AM_V_CCLD)$(mcp_dbus_caller_permission_la_LINK) $(am_mcp_dbus_caller_permission_la_rpath) $(mcp_dbus_caller_permission_la_OBJECTS) $(mcp_dbus_caller_permission_la_LIBADD) $(LIBS)
748
756
mcp-plugin.la: $(mcp_plugin_la_OBJECTS) $(mcp_plugin_la_DEPENDENCIES) $(EXTRA_mcp_plugin_la_DEPENDENCIES) 
749
757
        $(AM_V_CCLD)$(mcp_plugin_la_LINK) $(am_mcp_plugin_la_rpath) $(mcp_plugin_la_OBJECTS) $(mcp_plugin_la_LIBADD) $(LIBS)
750
 
test-plugin.la: $(test_plugin_la_OBJECTS) $(test_plugin_la_DEPENDENCIES) $(EXTRA_test_plugin_la_DEPENDENCIES) 
751
 
        $(AM_V_CCLD)$(test_plugin_la_LINK) $(am_test_plugin_la_rpath) $(test_plugin_la_OBJECTS) $(test_plugin_la_LIBADD) $(LIBS)
752
758
 
753
759
clean-noinstPROGRAMS:
754
760
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
763
769
        $(AM_V_CCLD)$(LINK) $(mc_debug_server_OBJECTS) $(mc_debug_server_LDADD) $(LIBS)
764
770
install-nobase_nodist_twistedtestsSCRIPTS: $(nobase_nodist_twistedtests_SCRIPTS)
765
771
        @$(NORMAL_INSTALL)
766
 
        test -z "$(twistedtestsdir)" || $(MKDIR_P) "$(DESTDIR)$(twistedtestsdir)"
767
772
        @list='$(nobase_nodist_twistedtests_SCRIPTS)'; test -n "$(twistedtestsdir)" || list=; \
 
773
        if test -n "$$list"; then \
 
774
          echo " $(MKDIR_P) '$(DESTDIR)$(twistedtestsdir)'"; \
 
775
          $(MKDIR_P) "$(DESTDIR)$(twistedtestsdir)" || exit 1; \
 
776
        fi; \
768
777
        $(am__nobase_strip_setup); \
769
778
        for p in $$list; do \
770
779
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
811
820
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcp-account-diversion.Plo@am__quote@
812
821
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcp-dbus-caller-permission.Plo@am__quote@
813
822
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcp-plugin.Plo@am__quote@
814
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-plugin.Plo@am__quote@
815
823
 
816
824
.c.o:
817
825
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
841
849
        -rm -rf .libs _libs
842
850
install-nobase_dist_twistedtestsDATA: $(nobase_dist_twistedtests_DATA)
843
851
        @$(NORMAL_INSTALL)
844
 
        test -z "$(twistedtestsdir)" || $(MKDIR_P) "$(DESTDIR)$(twistedtestsdir)"
845
852
        @list='$(nobase_dist_twistedtests_DATA)'; test -n "$(twistedtestsdir)" || list=; \
 
853
        if test -n "$$list"; then \
 
854
          echo " $(MKDIR_P) '$(DESTDIR)$(twistedtestsdir)'"; \
 
855
          $(MKDIR_P) "$(DESTDIR)$(twistedtestsdir)" || exit 1; \
 
856
        fi; \
846
857
        $(am__nobase_list) | while read dir files; do \
847
858
          xfiles=; for file in $$files; do \
848
859
            if test -f "$$file"; then xfiles="$$xfiles $$file"; \
849
860
            else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
850
861
          test -z "$$xfiles" || { \
851
862
            test "x$$dir" = x. || { \
852
 
              echo "$(MKDIR_P) '$(DESTDIR)$(twistedtestsdir)/$$dir'"; \
 
863
              echo " $(MKDIR_P) '$(DESTDIR)$(twistedtestsdir)/$$dir'"; \
853
864
              $(MKDIR_P) "$(DESTDIR)$(twistedtestsdir)/$$dir"; }; \
854
865
            echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(twistedtestsdir)/$$dir'"; \
855
866
            $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(twistedtestsdir)/$$dir" || exit $$?; }; \
862
873
        dir='$(DESTDIR)$(twistedtestsdir)'; $(am__uninstall_files_from_dir)
863
874
install-nobase_nodist_twistedtestsDATA: $(nobase_nodist_twistedtests_DATA)
864
875
        @$(NORMAL_INSTALL)
865
 
        test -z "$(twistedtestsdir)" || $(MKDIR_P) "$(DESTDIR)$(twistedtestsdir)"
866
876
        @list='$(nobase_nodist_twistedtests_DATA)'; test -n "$(twistedtestsdir)" || list=; \
 
877
        if test -n "$$list"; then \
 
878
          echo " $(MKDIR_P) '$(DESTDIR)$(twistedtestsdir)'"; \
 
879
          $(MKDIR_P) "$(DESTDIR)$(twistedtestsdir)" || exit 1; \
 
880
        fi; \
867
881
        $(am__nobase_list) | while read dir files; do \
868
882
          xfiles=; for file in $$files; do \
869
883
            if test -f "$$file"; then xfiles="$$xfiles $$file"; \
870
884
            else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
871
885
          test -z "$$xfiles" || { \
872
886
            test "x$$dir" = x. || { \
873
 
              echo "$(MKDIR_P) '$(DESTDIR)$(twistedtestsdir)/$$dir'"; \
 
887
              echo " $(MKDIR_P) '$(DESTDIR)$(twistedtestsdir)/$$dir'"; \
874
888
              $(MKDIR_P) "$(DESTDIR)$(twistedtestsdir)/$$dir"; }; \
875
889
            echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(twistedtestsdir)/$$dir'"; \
876
890
            $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(twistedtestsdir)/$$dir" || exit $$?; }; \
1142
1156
        done
1143
1157
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1144
1158
          if test "$$subdir" = .; then :; else \
1145
 
            test -d "$(distdir)/$$subdir" \
1146
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
1147
 
            || exit 1; \
1148
 
          fi; \
1149
 
        done
1150
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1151
 
          if test "$$subdir" = .; then :; else \
 
1159
            $(am__make_dryrun) \
 
1160
              || test -d "$(distdir)/$$subdir" \
 
1161
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
1162
              || exit 1; \
1152
1163
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1153
1164
            $(am__relativize); \
1154
1165
            new_distdir=$$reldir; \
1212
1223
        @echo "This command is intended for maintainers to use"
1213
1224
        @echo "it deletes files that may require special tools to rebuild."
1214
1225
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1215
 
@HAVE_SERVER_FALSE@installcheck-local:
1216
1226
@WANT_TWISTED_TESTS_FALSE@installcheck-local:
1217
1227
clean: clean-recursive
1218
1228
 
1339
1349
 
1340
1350
@WANT_TWISTED_TESTS_TRUE@check-local: check-twisted
1341
1351
 
1342
 
@HAVE_SERVER_TRUE@@WANT_TWISTED_TESTS_TRUE@installcheck-local: installcheck-twisted
1343
 
@HAVE_SERVER_TRUE@@WANT_TWISTED_TESTS_TRUE@installcheck-twisted:
1344
 
@HAVE_SERVER_TRUE@@WANT_TWISTED_TESTS_TRUE@     $(MAKE) check-twisted \
1345
 
@HAVE_SERVER_TRUE@@WANT_TWISTED_TESTS_TRUE@             TWISTED_SPECIAL_BUILD_TESTS= \
1346
 
@HAVE_SERVER_TRUE@@WANT_TWISTED_TESTS_TRUE@             MC_EXECUTABLE=@libexecdir@/mission-control-5
 
1352
@WANT_TWISTED_TESTS_TRUE@installcheck-local: installcheck-twisted
 
1353
@WANT_TWISTED_TESTS_TRUE@installcheck-twisted:
 
1354
@WANT_TWISTED_TESTS_TRUE@       $(MAKE) check-twisted \
 
1355
@WANT_TWISTED_TESTS_TRUE@               TWISTED_SPECIAL_BUILD_TESTS= \
 
1356
@WANT_TWISTED_TESTS_TRUE@               MC_EXECUTABLE=@libexecdir@/mission-control-5
1347
1357
 
1348
1358
check-twisted:
1349
1359
        $(MAKE) -C tools