~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to libanjuta/interfaces/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Steve Ovens
  • Date: 2014-01-03 21:06:06 UTC
  • mfrom: (1.1.55)
  • Revision ID: package-import@ubuntu.com-20140103210606-pmvzhu0s68qy6261
Tags: 2:3.10.2-0ubuntu1
* New upstream release (LP: #1266037)
- Updated Build-Depends of libgtk-3-dev (>= 3.6.0),
  libglib2.0-dev (>= 2.34.0)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
17
16
 
18
17
 
19
18
VPATH = @srcdir@
20
 
am__make_dryrun = \
21
 
  { \
22
 
    am__dry=no; \
 
19
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__make_running_with_option = \
 
21
  case $${target_option-} in \
 
22
      ?) ;; \
 
23
      *) echo "am__make_running_with_option: internal error: invalid" \
 
24
              "target option '$${target_option-}' specified" >&2; \
 
25
         exit 1;; \
 
26
  esac; \
 
27
  has_opt=no; \
 
28
  sane_makeflags=$$MAKEFLAGS; \
 
29
  if $(am__is_gnu_make); then \
 
30
    sane_makeflags=$$MFLAGS; \
 
31
  else \
23
32
    case $$MAKEFLAGS in \
24
33
      *\\[\ \   ]*) \
25
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27
 
      *) \
28
 
        for am__flg in $$MAKEFLAGS; do \
29
 
          case $$am__flg in \
30
 
            *=*|--*) ;; \
31
 
            *n*) am__dry=yes; break;; \
32
 
          esac; \
33
 
        done;; \
34
 
    esac; \
35
 
    test $$am__dry = yes; \
36
 
  }
 
34
        bs=\\; \
 
35
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
36
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
37
    esac; \
 
38
  fi; \
 
39
  skip_next=no; \
 
40
  strip_trailopt () \
 
41
  { \
 
42
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
43
  }; \
 
44
  for flg in $$sane_makeflags; do \
 
45
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
46
    case $$flg in \
 
47
      *=*|--*) continue;; \
 
48
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
49
      -*I?*) strip_trailopt 'I';; \
 
50
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
51
      -*O?*) strip_trailopt 'O';; \
 
52
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
53
      -*l?*) strip_trailopt 'l';; \
 
54
      -[dEDm]) skip_next=yes;; \
 
55
      -[JT]) skip_next=yes;; \
 
56
    esac; \
 
57
    case $$flg in \
 
58
      *$$target_option*) has_opt=yes; break;; \
 
59
    esac; \
 
60
  done; \
 
61
  test $$has_opt = yes
 
62
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
63
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37
64
pkgdatadir = $(datadir)/@PACKAGE@
38
65
pkgincludedir = $(includedir)/@PACKAGE@
39
66
pkglibdir = $(libdir)/@PACKAGE@
52
79
POST_UNINSTALL = :
53
80
build_triplet = @build@
54
81
host_triplet = @host@
55
 
DIST_COMMON = $(idl_HEADERS) $(libanjuta_interfaces_include_HEADERS) \
56
 
        $(srcdir)/Makefile.am $(srcdir)/Makefile.am.iface \
57
 
        $(srcdir)/Makefile.in
 
82
DIST_COMMON = $(srcdir)/Makefile.am.iface $(srcdir)/Makefile.in \
 
83
        $(srcdir)/Makefile.am $(top_srcdir)/depcomp $(idl_HEADERS) \
 
84
        $(libanjuta_interfaces_include_HEADERS)
58
85
subdir = libanjuta/interfaces
59
86
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
87
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
94
121
        ianjuta-editor-view.lo ianjuta-editor-zoom.lo \
95
122
        ianjuta-environment.lo ianjuta-file.lo ianjuta-file-loader.lo \
96
123
        ianjuta-file-manager.lo ianjuta-file-savable.lo \
97
 
        ianjuta-help.lo ianjuta-indenter.lo ianjuta-indicable.lo \
98
 
        ianjuta-iterable.lo ianjuta-iterable-tree.lo \
99
 
        ianjuta-language.lo ianjuta-language-provider.lo \
100
 
        ianjuta-loader.lo ianjuta-markable.lo \
101
 
        ianjuta-message-manager.lo ianjuta-message-view.lo \
102
 
        ianjuta-plugin-factory.lo ianjuta-preferences.lo \
103
 
        ianjuta-print.lo ianjuta-project.lo ianjuta-project-backend.lo \
104
 
        ianjuta-project-chooser.lo ianjuta-project-manager.lo \
105
 
        ianjuta-provider.lo ianjuta-snippets-manager.lo \
106
 
        ianjuta-stream.lo ianjuta-stream-loader.lo \
107
 
        ianjuta-stream-savable.lo ianjuta-symbol.lo \
108
 
        ianjuta-symbol-manager.lo ianjuta-symbol-query.lo \
109
 
        ianjuta-terminal.lo ianjuta-todo.lo ianjuta-vcs.lo \
110
 
        ianjuta-wizard.lo libanjuta-iface-marshallers.lo
 
124
        ianjuta-glade.lo ianjuta-help.lo ianjuta-indenter.lo \
 
125
        ianjuta-indicable.lo ianjuta-iterable.lo \
 
126
        ianjuta-iterable-tree.lo ianjuta-language.lo \
 
127
        ianjuta-language-provider.lo ianjuta-loader.lo \
 
128
        ianjuta-markable.lo ianjuta-message-manager.lo \
 
129
        ianjuta-message-view.lo ianjuta-plugin-factory.lo \
 
130
        ianjuta-preferences.lo ianjuta-print.lo ianjuta-project.lo \
 
131
        ianjuta-project-backend.lo ianjuta-project-chooser.lo \
 
132
        ianjuta-project-manager.lo ianjuta-provider.lo \
 
133
        ianjuta-snippets-manager.lo ianjuta-stream.lo \
 
134
        ianjuta-stream-loader.lo ianjuta-stream-savable.lo \
 
135
        ianjuta-symbol.lo ianjuta-symbol-manager.lo \
 
136
        ianjuta-symbol-query.lo ianjuta-terminal.lo ianjuta-todo.lo \
 
137
        ianjuta-vcs.lo ianjuta-wizard.lo \
 
138
        libanjuta-iface-marshallers.lo
111
139
libanjuta_interfaces_la_OBJECTS =  \
112
140
        $(am_libanjuta_interfaces_la_OBJECTS)
113
141
AM_V_lt = $(am__v_lt_@AM_V@)
114
142
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
115
143
am__v_lt_0 = --silent
 
144
am__v_lt_1 = 
 
145
AM_V_P = $(am__v_P_@AM_V@)
 
146
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
147
am__v_P_0 = false
 
148
am__v_P_1 = :
 
149
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
150
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
151
am__v_GEN_0 = @echo "  GEN     " $@;
 
152
am__v_GEN_1 = 
 
153
AM_V_at = $(am__v_at_@AM_V@)
 
154
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
155
am__v_at_0 = @
 
156
am__v_at_1 = 
116
157
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
117
158
depcomp = $(SHELL) $(top_srcdir)/depcomp
118
159
am__depfiles_maybe = depfiles
125
166
        $(AM_CFLAGS) $(CFLAGS)
126
167
AM_V_CC = $(am__v_CC_@AM_V@)
127
168
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
128
 
am__v_CC_0 = @echo "  CC    " $@;
129
 
AM_V_at = $(am__v_at_@AM_V@)
130
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131
 
am__v_at_0 = @
 
169
am__v_CC_0 = @echo "  CC      " $@;
 
170
am__v_CC_1 = 
132
171
CCLD = $(CC)
133
172
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
134
173
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
135
174
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
136
175
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
137
176
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
138
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
139
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
140
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
141
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
177
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
178
am__v_CCLD_1 = 
142
179
SOURCES = $(libanjuta_interfaces_la_SOURCES)
143
180
DIST_SOURCES = $(libanjuta_interfaces_la_SOURCES)
144
181
am__can_run_installinfo = \
176
213
am__installdirs = "$(DESTDIR)$(idldir)" \
177
214
        "$(DESTDIR)$(libanjuta_interfaces_includedir)"
178
215
HEADERS = $(idl_HEADERS) $(libanjuta_interfaces_include_HEADERS)
 
216
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
217
# Read a list of newline-separated strings from the standard input,
 
218
# and print each of them once, without duplicates.  Input order is
 
219
# *not* preserved.
 
220
am__uniquify_input = $(AWK) '\
 
221
  BEGIN { nonempty = 0; } \
 
222
  { items[$$0] = 1; nonempty = 1; } \
 
223
  END { if (nonempty) { for (i in items) print i; }; } \
 
224
'
 
225
# Make sure the list of sources is unique.  This is necessary because,
 
226
# e.g., the same source file might be shared among _SOURCES variables
 
227
# for different programs/libraries.
 
228
am__define_uniq_tagged_files = \
 
229
  list='$(am__tagged_files)'; \
 
230
  unique=`for i in $$list; do \
 
231
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
232
  done | $(am__uniquify_input)`
179
233
ETAGS = etags
180
234
CTAGS = ctags
181
235
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
326
380
PLUGIN_DEVHELP_LIBS = @PLUGIN_DEVHELP_LIBS@
327
381
PLUGIN_GLADE_CFLAGS = @PLUGIN_GLADE_CFLAGS@
328
382
PLUGIN_GLADE_LIBS = @PLUGIN_GLADE_LIBS@
 
383
PLUGIN_TERMINAL_CFLAGS = @PLUGIN_TERMINAL_CFLAGS@
 
384
PLUGIN_TERMINAL_LIBS = @PLUGIN_TERMINAL_LIBS@
329
385
POSUB = @POSUB@
330
386
PREF_SUFFIX = @PREF_SUFFIX@
331
387
PYTHON = @PYTHON@
340
396
SED = @SED@
341
397
SET_MAKE = @SET_MAKE@
342
398
SHELL = @SHELL@
 
399
SHM_LIBS = @SHM_LIBS@
343
400
SOURCEVIEW_CFLAGS = @SOURCEVIEW_CFLAGS@
344
401
SOURCEVIEW_LIBS = @SOURCEVIEW_LIBS@
 
402
SQLITE_CFLAGS = @SQLITE_CFLAGS@
 
403
SQLITE_LIBS = @SQLITE_LIBS@
345
404
STRIP = @STRIP@
346
405
SVNCONFIG = @SVNCONFIG@
347
406
SVN_CFLAGS = @SVN_CFLAGS@
353
412
VALA_CFLAGS = @VALA_CFLAGS@
354
413
VALA_LIBS = @VALA_LIBS@
355
414
VERSION = @VERSION@
356
 
VTE_CFLAGS = @VTE_CFLAGS@
357
 
VTE_LIBS = @VTE_LIBS@
358
415
WARN_CFLAGS = @WARN_CFLAGS@
359
416
XGETTEXT = @XGETTEXT@
360
417
XGETTEXT_015 = @XGETTEXT_015@
465
522
        ianjuta-file-loader.c\
466
523
        ianjuta-file-manager.c\
467
524
        ianjuta-file-savable.c\
 
525
        ianjuta-glade.c\
468
526
        ianjuta-help.c\
469
527
        ianjuta-indenter.c\
470
528
        ianjuta-indicable.c\
532
590
        ianjuta-file-loader.h\
533
591
        ianjuta-file-manager.h\
534
592
        ianjuta-file-savable.h\
 
593
        ianjuta-glade.h\
535
594
        ianjuta-help.h\
536
595
        ianjuta-indenter.h\
537
596
        ianjuta-indicable.h\
637
696
 
638
697
clean-noinstLTLIBRARIES:
639
698
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
640
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
641
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
642
 
          test "$$dir" != "$$p" || dir=.; \
643
 
          echo "rm -f \"$${dir}/so_locations\""; \
644
 
          rm -f "$${dir}/so_locations"; \
645
 
        done
 
699
        @list='$(noinst_LTLIBRARIES)'; \
 
700
        locs=`for p in $$list; do echo $$p; done | \
 
701
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
702
              sort -u`; \
 
703
        test -z "$$locs" || { \
 
704
          echo rm -f $${locs}; \
 
705
          rm -f $${locs}; \
 
706
        }
 
707
 
646
708
libanjuta-interfaces.la: $(libanjuta_interfaces_la_OBJECTS) $(libanjuta_interfaces_la_DEPENDENCIES) $(EXTRA_libanjuta_interfaces_la_DEPENDENCIES) 
647
709
        $(AM_V_CCLD)$(LINK)  $(libanjuta_interfaces_la_OBJECTS) $(libanjuta_interfaces_la_LIBADD) $(LIBS)
648
710
 
686
748
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ianjuta-file-manager.Plo@am__quote@
687
749
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ianjuta-file-savable.Plo@am__quote@
688
750
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ianjuta-file.Plo@am__quote@
 
751
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ianjuta-glade.Plo@am__quote@
689
752
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ianjuta-help.Plo@am__quote@
690
753
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ianjuta-indenter.Plo@am__quote@
691
754
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ianjuta-indicable.Plo@am__quote@
787
850
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
788
851
        dir='$(DESTDIR)$(libanjuta_interfaces_includedir)'; $(am__uninstall_files_from_dir)
789
852
 
790
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
791
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
792
 
        unique=`for i in $$list; do \
793
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
794
 
          done | \
795
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
796
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
797
 
        mkid -fID $$unique
798
 
tags: TAGS
 
853
ID: $(am__tagged_files)
 
854
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
855
tags: tags-am
 
856
TAGS: tags
799
857
 
800
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
801
 
                $(TAGS_FILES) $(LISP)
 
858
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
802
859
        set x; \
803
860
        here=`pwd`; \
804
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
805
 
        unique=`for i in $$list; do \
806
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
807
 
          done | \
808
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
809
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
861
        $(am__define_uniq_tagged_files); \
810
862
        shift; \
811
863
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
812
864
          test -n "$$unique" || unique=$$empty_fix; \
818
870
              $$unique; \
819
871
          fi; \
820
872
        fi
821
 
ctags: CTAGS
822
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
823
 
                $(TAGS_FILES) $(LISP)
824
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
825
 
        unique=`for i in $$list; do \
826
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
827
 
          done | \
828
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
829
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
873
ctags: ctags-am
 
874
 
 
875
CTAGS: ctags
 
876
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
877
        $(am__define_uniq_tagged_files); \
830
878
        test -z "$(CTAGS_ARGS)$$unique" \
831
879
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
832
880
             $$unique
835
883
        here=`$(am__cd) $(top_builddir) && pwd` \
836
884
          && $(am__cd) $(top_srcdir) \
837
885
          && gtags -i $(GTAGS_ARGS) "$$here"
 
886
cscopelist: cscopelist-am
 
887
 
 
888
cscopelist-am: $(am__tagged_files)
 
889
        list='$(am__tagged_files)'; \
 
890
        case "$(srcdir)" in \
 
891
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
892
          *) sdir=$(subdir)/$(srcdir) ;; \
 
893
        esac; \
 
894
        for i in $$list; do \
 
895
          if test -f "$$i"; then \
 
896
            echo "$(subdir)/$$i"; \
 
897
          else \
 
898
            echo "$$sdir/$$i"; \
 
899
          fi; \
 
900
        done >> $(top_builddir)/cscope.files
838
901
 
839
902
distclean-tags:
840
903
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
985
1048
 
986
1049
.MAKE: all check install install-am install-strip
987
1050
 
988
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
989
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
990
 
        distclean-compile distclean-generic distclean-libtool \
991
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
992
 
        install install-am install-data install-data-am install-dvi \
993
 
        install-dvi-am install-exec install-exec-am install-html \
994
 
        install-html-am install-idlHEADERS install-info \
995
 
        install-info-am install-libanjuta_interfaces_includeHEADERS \
996
 
        install-man install-pdf install-pdf-am install-ps \
997
 
        install-ps-am install-strip installcheck installcheck-am \
998
 
        installdirs maintainer-clean maintainer-clean-generic \
999
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
1000
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
1001
 
        uninstall-am uninstall-idlHEADERS \
 
1051
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
1052
        clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
 
1053
        ctags-am distclean distclean-compile distclean-generic \
 
1054
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
1055
        html-am info info-am install install-am install-data \
 
1056
        install-data-am install-dvi install-dvi-am install-exec \
 
1057
        install-exec-am install-html install-html-am \
 
1058
        install-idlHEADERS install-info install-info-am \
 
1059
        install-libanjuta_interfaces_includeHEADERS install-man \
 
1060
        install-pdf install-pdf-am install-ps install-ps-am \
 
1061
        install-strip installcheck installcheck-am installdirs \
 
1062
        maintainer-clean maintainer-clean-generic mostlyclean \
 
1063
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
1064
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
 
1065
        uninstall-idlHEADERS \
1002
1066
        uninstall-libanjuta_interfaces_includeHEADERS
1003
1067
 
1004
1068