~ubuntu-branches/ubuntu/precise/folks/precise-201306070638

« back to all changes in this revision

Viewing changes to tools/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Brian Curtis
  • Date: 2011-02-02 14:22:14 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110202142214-ngpuu3mhjxyl430f
Tags: 0.3.4-0ubuntu1
* New Upstream Release
  - libfolks-telepathy.so exports private symbols
  - Add a HACKING file that outlines development policies and coding style
  - Review coding conventions in folks
  - Add folks command line application
  - libfolks hard-codes backend names for debugging
  - Print stack traces for failed tests to improve remote debugging
  - Add static aggregation tests
  - Logger service unavailable in make check
  - Add tests for LinkedHashSet
  - Use better interface names
* debian/control
  -changed Maintainer to XSBC-Original-Maintainer
  -added Maintainer of Ubuntu Core Developers
  -changed libfolks19* > libfolks20*
* debian
  -changed .install and .symbols files from 19 > 20

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        folks_import_vala.stamp import-pidgin.c import.c
41
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
42
am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
43
 
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
44
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
45
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
46
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/vala.m4 \
47
 
        $(top_srcdir)/configure.ac
 
43
        $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
 
44
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
45
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
46
        $(top_srcdir)/m4/vala.m4 $(top_srcdir)/configure.ac
48
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
48
        $(ACLOCAL_M4)
50
49
mkinstalldirs = $(install_sh) -d
101
100
am__v_GEN_0 = @echo "  GEN   " $@;
102
101
SOURCES = $(folks_import_SOURCES)
103
102
DIST_SOURCES = $(folks_import_SOURCES)
 
103
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
104
        html-recursive info-recursive install-data-recursive \
 
105
        install-dvi-recursive install-exec-recursive \
 
106
        install-html-recursive install-info-recursive \
 
107
        install-pdf-recursive install-ps-recursive install-recursive \
 
108
        installcheck-recursive installdirs-recursive pdf-recursive \
 
109
        ps-recursive uninstall-recursive
 
110
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
111
  distclean-recursive maintainer-clean-recursive
 
112
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
113
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
114
        distdir
104
115
ETAGS = etags
105
116
CTAGS = ctags
106
117
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
118
am__relativize = \
 
119
  dir0=`pwd`; \
 
120
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
121
  sed_rest='s,^[^/]*/*,,'; \
 
122
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
123
  sed_butlast='s,/*[^/]*$$,,'; \
 
124
  while test -n "$$dir1"; do \
 
125
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
126
    if test "$$first" != "."; then \
 
127
      if test "$$first" = ".."; then \
 
128
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
129
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
130
      else \
 
131
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
132
        if test "$$first2" = "$$first"; then \
 
133
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
134
        else \
 
135
          dir2="../$$dir2"; \
 
136
        fi; \
 
137
        dir0="$$dir0"/"$$first"; \
 
138
      fi; \
 
139
    fi; \
 
140
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
141
  done; \
 
142
  reldir="$$dir2"
107
143
ACLOCAL = @ACLOCAL@
108
144
ALL_LINGUAS = @ALL_LINGUAS@
109
145
AMTAR = @AMTAR@
172
208
LD = @LD@
173
209
LDFLAGS = @LDFLAGS@
174
210
LIBOBJS = @LIBOBJS@
 
211
LIBREADLINE = @LIBREADLINE@
175
212
LIBS = @LIBS@
176
213
LIBTOOL = @LIBTOOL@
177
214
LIBXML_CFLAGS = @LIBXML_CFLAGS@
263
300
libexecdir = @libexecdir@
264
301
localedir = @localedir@
265
302
localstatedir = @localstatedir@
 
303
lt_ECHO = @lt_ECHO@
266
304
mandir = @mandir@
267
305
mkdir_p = @mkdir_p@
268
306
oldincludedir = @oldincludedir@
278
316
top_build_prefix = @top_build_prefix@
279
317
top_builddir = @top_builddir@
280
318
top_srcdir = @top_srcdir@
 
319
 
 
320
# Inspector
 
321
DIST_SUBDIRS = inspect
 
322
@ENABLE_INSPECT_TOOL_TRUE@SUBDIRS = inspect
281
323
AM_CPPFLAGS = \
282
324
        -include $(CONFIG_HEADER) \
283
325
        -DLOCALE_DIR=\"$(pkgdatadir)/locale\" \
309
351
        $(folks_import_SOURCES:.vala=.c) \
310
352
        $(NULL)
311
353
 
312
 
all: all-am
 
354
all: all-recursive
313
355
 
314
356
.SUFFIXES:
315
357
.SUFFIXES: .c .lo .o .obj
474
516
clean-libtool:
475
517
        -rm -rf .libs _libs
476
518
 
 
519
# This directory's subdirectories are mostly independent; you can cd
 
520
# into them and run `make' without going through this Makefile.
 
521
# To change the values of `make' variables: instead of editing Makefiles,
 
522
# (1) if the variable is set in `config.status', edit `config.status'
 
523
#     (which will cause the Makefiles to be regenerated when you run `make');
 
524
# (2) otherwise, pass the desired values on the `make' command line.
 
525
$(RECURSIVE_TARGETS):
 
526
        @fail= failcom='exit 1'; \
 
527
        for f in x $$MAKEFLAGS; do \
 
528
          case $$f in \
 
529
            *=* | --[!k]*);; \
 
530
            *k*) failcom='fail=yes';; \
 
531
          esac; \
 
532
        done; \
 
533
        dot_seen=no; \
 
534
        target=`echo $@ | sed s/-recursive//`; \
 
535
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
536
          echo "Making $$target in $$subdir"; \
 
537
          if test "$$subdir" = "."; then \
 
538
            dot_seen=yes; \
 
539
            local_target="$$target-am"; \
 
540
          else \
 
541
            local_target="$$target"; \
 
542
          fi; \
 
543
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
544
          || eval $$failcom; \
 
545
        done; \
 
546
        if test "$$dot_seen" = "no"; then \
 
547
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
548
        fi; test -z "$$fail"
 
549
 
 
550
$(RECURSIVE_CLEAN_TARGETS):
 
551
        @fail= failcom='exit 1'; \
 
552
        for f in x $$MAKEFLAGS; do \
 
553
          case $$f in \
 
554
            *=* | --[!k]*);; \
 
555
            *k*) failcom='fail=yes';; \
 
556
          esac; \
 
557
        done; \
 
558
        dot_seen=no; \
 
559
        case "$@" in \
 
560
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
561
          *) list='$(SUBDIRS)' ;; \
 
562
        esac; \
 
563
        rev=''; for subdir in $$list; do \
 
564
          if test "$$subdir" = "."; then :; else \
 
565
            rev="$$subdir $$rev"; \
 
566
          fi; \
 
567
        done; \
 
568
        rev="$$rev ."; \
 
569
        target=`echo $@ | sed s/-recursive//`; \
 
570
        for subdir in $$rev; do \
 
571
          echo "Making $$target in $$subdir"; \
 
572
          if test "$$subdir" = "."; then \
 
573
            local_target="$$target-am"; \
 
574
          else \
 
575
            local_target="$$target"; \
 
576
          fi; \
 
577
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
578
          || eval $$failcom; \
 
579
        done && test -z "$$fail"
 
580
tags-recursive:
 
581
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
582
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
583
        done
 
584
ctags-recursive:
 
585
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
586
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
587
        done
 
588
 
477
589
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
478
590
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
479
591
        unique=`for i in $$list; do \
484
596
        mkid -fID $$unique
485
597
tags: TAGS
486
598
 
487
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
599
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
488
600
                $(TAGS_FILES) $(LISP)
489
601
        set x; \
490
602
        here=`pwd`; \
 
603
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
604
          include_option=--etags-include; \
 
605
          empty_fix=.; \
 
606
        else \
 
607
          include_option=--include; \
 
608
          empty_fix=; \
 
609
        fi; \
 
610
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
611
          if test "$$subdir" = .; then :; else \
 
612
            test ! -f $$subdir/TAGS || \
 
613
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
614
          fi; \
 
615
        done; \
491
616
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
492
617
        unique=`for i in $$list; do \
493
618
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
506
631
          fi; \
507
632
        fi
508
633
ctags: CTAGS
509
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
634
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
510
635
                $(TAGS_FILES) $(LISP)
511
636
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
512
637
        unique=`for i in $$list; do \
556
681
            || exit 1; \
557
682
          fi; \
558
683
        done
 
684
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
685
          if test "$$subdir" = .; then :; else \
 
686
            test -d "$(distdir)/$$subdir" \
 
687
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
688
            || exit 1; \
 
689
          fi; \
 
690
        done
 
691
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
692
          if test "$$subdir" = .; then :; else \
 
693
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
694
            $(am__relativize); \
 
695
            new_distdir=$$reldir; \
 
696
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
697
            $(am__relativize); \
 
698
            new_top_distdir=$$reldir; \
 
699
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
700
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
701
            ($(am__cd) $$subdir && \
 
702
              $(MAKE) $(AM_MAKEFLAGS) \
 
703
                top_distdir="$$new_top_distdir" \
 
704
                distdir="$$new_distdir" \
 
705
                am__remove_distdir=: \
 
706
                am__skip_length_check=: \
 
707
                am__skip_mode_fix=: \
 
708
                distdir) \
 
709
              || exit 1; \
 
710
          fi; \
 
711
        done
559
712
check-am: all-am
560
 
check: check-am
 
713
check: check-recursive
561
714
all-am: Makefile $(PROGRAMS)
562
 
installdirs:
 
715
installdirs: installdirs-recursive
 
716
installdirs-am:
563
717
        for dir in "$(DESTDIR)$(bindir)"; do \
564
718
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
565
719
        done
566
 
install: install-am
567
 
install-exec: install-exec-am
568
 
install-data: install-data-am
569
 
uninstall: uninstall-am
 
720
install: install-recursive
 
721
install-exec: install-exec-recursive
 
722
install-data: install-data-recursive
 
723
uninstall: uninstall-recursive
570
724
 
571
725
install-am: all-am
572
726
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
573
727
 
574
 
installcheck: installcheck-am
 
728
installcheck: installcheck-recursive
575
729
install-strip:
576
730
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
577
731
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
591
745
        -rm -f folks_import_vala.stamp
592
746
        -rm -f import-pidgin.c
593
747
        -rm -f import.c
594
 
clean: clean-am
 
748
clean: clean-recursive
595
749
 
596
750
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
597
751
 
598
 
distclean: distclean-am
 
752
distclean: distclean-recursive
599
753
        -rm -rf ./$(DEPDIR)
600
754
        -rm -f Makefile
601
755
distclean-am: clean-am distclean-compile distclean-generic \
602
756
        distclean-tags
603
757
 
604
 
dvi: dvi-am
 
758
dvi: dvi-recursive
605
759
 
606
760
dvi-am:
607
761
 
608
 
html: html-am
 
762
html: html-recursive
609
763
 
610
764
html-am:
611
765
 
612
 
info: info-am
 
766
info: info-recursive
613
767
 
614
768
info-am:
615
769
 
616
770
install-data-am:
617
771
 
618
 
install-dvi: install-dvi-am
 
772
install-dvi: install-dvi-recursive
619
773
 
620
774
install-dvi-am:
621
775
 
622
776
install-exec-am: install-binPROGRAMS
623
777
 
624
 
install-html: install-html-am
 
778
install-html: install-html-recursive
625
779
 
626
780
install-html-am:
627
781
 
628
 
install-info: install-info-am
 
782
install-info: install-info-recursive
629
783
 
630
784
install-info-am:
631
785
 
632
786
install-man:
633
787
 
634
 
install-pdf: install-pdf-am
 
788
install-pdf: install-pdf-recursive
635
789
 
636
790
install-pdf-am:
637
791
 
638
 
install-ps: install-ps-am
 
792
install-ps: install-ps-recursive
639
793
 
640
794
install-ps-am:
641
795
 
642
796
installcheck-am:
643
797
 
644
 
maintainer-clean: maintainer-clean-am
 
798
maintainer-clean: maintainer-clean-recursive
645
799
        -rm -rf ./$(DEPDIR)
646
800
        -rm -f Makefile
647
801
maintainer-clean-am: distclean-am maintainer-clean-generic
648
802
 
649
 
mostlyclean: mostlyclean-am
 
803
mostlyclean: mostlyclean-recursive
650
804
 
651
805
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
652
806
        mostlyclean-libtool
653
807
 
654
 
pdf: pdf-am
 
808
pdf: pdf-recursive
655
809
 
656
810
pdf-am:
657
811
 
658
 
ps: ps-am
 
812
ps: ps-recursive
659
813
 
660
814
ps-am:
661
815
 
662
816
uninstall-am: uninstall-binPROGRAMS
663
817
 
664
 
.MAKE: install-am install-strip
 
818
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
819
        install-am install-strip tags-recursive
665
820
 
666
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
667
 
        clean-generic clean-libtool ctags distclean distclean-compile \
668
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
669
 
        dvi-am html html-am info info-am install install-am \
670
 
        install-binPROGRAMS install-data install-data-am install-dvi \
671
 
        install-dvi-am install-exec install-exec-am install-html \
672
 
        install-html-am install-info install-info-am install-man \
673
 
        install-pdf install-pdf-am install-ps install-ps-am \
674
 
        install-strip installcheck installcheck-am installdirs \
675
 
        maintainer-clean maintainer-clean-generic mostlyclean \
676
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
677
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
821
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
822
        all all-am check check-am clean clean-binPROGRAMS \
 
823
        clean-generic clean-libtool ctags ctags-recursive distclean \
 
824
        distclean-compile distclean-generic distclean-libtool \
 
825
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
826
        install install-am install-binPROGRAMS install-data \
 
827
        install-data-am install-dvi install-dvi-am install-exec \
 
828
        install-exec-am install-html install-html-am install-info \
 
829
        install-info-am install-man install-pdf install-pdf-am \
 
830
        install-ps install-ps-am install-strip installcheck \
 
831
        installcheck-am installdirs installdirs-am maintainer-clean \
 
832
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
833
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
834
        tags tags-recursive uninstall uninstall-am \
678
835
        uninstall-binPROGRAMS
679
836
 
680
837