~ubuntu-branches/debian/sid/sugar-toolkit-gtk3/sid

« back to all changes in this revision

Viewing changes to src/sugar3/event-controller/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2015-04-17 10:34:39 UTC
  • mfrom: (4.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20150417103439-xsqh30o8p0v6bflp
Tags: 0.104.1-5
* Move packaging to Debian Sugar Team.
* Update package relations:
  + Fix depend on python-gi-cairo.
    Thanks to Martin Abente and James Cameron.
* Fix typo in libsugarext-dev short description.
  Closes: bug#747026. Thanks to Anders Jonsson.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
16
16
 
17
17
 
18
18
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    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 \
22
32
    case $$MAKEFLAGS in \
23
33
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
 
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))
36
64
pkgdatadir = $(datadir)/@PACKAGE@
37
65
pkgincludedir = $(includedir)/@PACKAGE@
38
66
pkglibdir = $(libdir)/@PACKAGE@
52
80
build_triplet = @build@
53
81
host_triplet = @host@
54
82
subdir = src/sugar3/event-controller
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
56
84
        $(top_srcdir)/depcomp
57
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
86
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-compiler-flags.m4 \
59
87
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
60
88
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
61
89
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
62
 
        $(top_srcdir)/m4/python.m4 $(top_srcdir)/configure.ac
 
90
        $(top_srcdir)/configure.ac
63
91
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64
92
        $(ACLOCAL_M4)
65
93
mkinstalldirs = $(install_sh) -d
109
137
        $(am__objects_2) $(am__objects_3)
110
138
libsugar_eventcontroller_la_OBJECTS =  \
111
139
        $(am_libsugar_eventcontroller_la_OBJECTS)
112
 
libsugar_eventcontroller_la_LINK = $(LIBTOOL) --tag=CC \
 
140
AM_V_lt = $(am__v_lt_@AM_V@)
 
141
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
142
am__v_lt_0 = --silent
 
143
am__v_lt_1 = 
 
144
libsugar_eventcontroller_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
113
145
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
114
146
        $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) \
115
147
        $(libsugar_eventcontroller_la_LDFLAGS) $(LDFLAGS) -o $@
 
148
AM_V_P = $(am__v_P_@AM_V@)
 
149
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
150
am__v_P_0 = false
 
151
am__v_P_1 = :
 
152
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
153
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
154
am__v_GEN_0 = @echo "  GEN     " $@;
 
155
am__v_GEN_1 = 
 
156
AM_V_at = $(am__v_at_@AM_V@)
 
157
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
158
am__v_at_0 = @
 
159
am__v_at_1 = 
116
160
DEFAULT_INCLUDES = -I.@am__isrc@
117
161
depcomp = $(SHELL) $(top_srcdir)/depcomp
118
162
am__depfiles_maybe = depfiles
119
163
am__mv = mv -f
120
164
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
121
165
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
123
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
124
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
166
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
167
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
168
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
169
        $(AM_CFLAGS) $(CFLAGS)
 
170
AM_V_CC = $(am__v_CC_@AM_V@)
 
171
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
172
am__v_CC_0 = @echo "  CC      " $@;
 
173
am__v_CC_1 = 
125
174
CCLD = $(CC)
126
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
127
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
128
 
        $(LDFLAGS) -o $@
 
175
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
176
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
177
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
178
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
179
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
180
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
181
am__v_CCLD_1 = 
129
182
SOURCES = $(libsugar_eventcontroller_la_SOURCES)
130
183
DIST_SOURCES = $(libsugar_eventcontroller_la_SOURCES)
131
184
am__can_run_installinfo = \
134
187
    *) (install-info --version) >/dev/null 2>&1;; \
135
188
  esac
136
189
DATA = $(gir_DATA) $(typelib_DATA)
 
190
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
191
# Read a list of newline-separated strings from the standard input,
 
192
# and print each of them once, without duplicates.  Input order is
 
193
# *not* preserved.
 
194
am__uniquify_input = $(AWK) '\
 
195
  BEGIN { nonempty = 0; } \
 
196
  { items[$$0] = 1; nonempty = 1; } \
 
197
  END { if (nonempty) { for (i in items) print i; }; } \
 
198
'
 
199
# Make sure the list of sources is unique.  This is necessary because,
 
200
# e.g., the same source file might be shared among _SOURCES variables
 
201
# for different programs/libraries.
 
202
am__define_uniq_tagged_files = \
 
203
  list='$(am__tagged_files)'; \
 
204
  unique=`for i in $$list; do \
 
205
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
206
  done | $(am__uniquify_input)`
137
207
ETAGS = etags
138
208
CTAGS = ctags
139
209
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
234
304
POSUB = @POSUB@
235
305
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
236
306
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
237
 
PYGTK_CODEGEN = @PYGTK_CODEGEN@
238
 
PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
239
307
PYTHON = @PYTHON@
240
308
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
241
 
PYTHON_INCLUDES = @PYTHON_INCLUDES@
242
309
PYTHON_PLATFORM = @PYTHON_PLATFORM@
243
310
PYTHON_PREFIX = @PYTHON_PREFIX@
244
311
PYTHON_VERSION = @PYTHON_VERSION@
402
469
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
403
470
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404
471
$(am__aclocal_m4_deps):
 
472
 
405
473
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
406
474
        @$(NORMAL_INSTALL)
407
475
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
436
504
          echo rm -f $${locs}; \
437
505
          rm -f $${locs}; \
438
506
        }
 
507
 
439
508
libsugar-eventcontroller.la: $(libsugar_eventcontroller_la_OBJECTS) $(libsugar_eventcontroller_la_DEPENDENCIES) $(EXTRA_libsugar_eventcontroller_la_DEPENDENCIES) 
440
 
        $(libsugar_eventcontroller_la_LINK) -rpath $(libdir) $(libsugar_eventcontroller_la_OBJECTS) $(libsugar_eventcontroller_la_LIBADD) $(LIBS)
 
509
        $(AM_V_CCLD)$(libsugar_eventcontroller_la_LINK) -rpath $(libdir) $(libsugar_eventcontroller_la_OBJECTS) $(libsugar_eventcontroller_la_LIBADD) $(LIBS)
441
510
 
442
511
mostlyclean-compile:
443
512
        -rm -f *.$(OBJEXT)
454
523
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsugar_eventcontroller_la-sugar-zoom-controller.Plo@am__quote@
455
524
 
456
525
.c.o:
457
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
458
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
459
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
526
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
527
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
528
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
460
529
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
461
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
530
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
462
531
 
463
532
.c.obj:
464
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
465
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
466
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
533
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
534
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
535
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
467
536
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
468
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
537
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
469
538
 
470
539
.c.lo:
471
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
472
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
473
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
540
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
541
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
542
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
474
543
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
475
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
544
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
476
545
 
477
546
libsugar_eventcontroller_la-sugar-enum-types.lo: sugar-enum-types.c
478
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -MT libsugar_eventcontroller_la-sugar-enum-types.lo -MD -MP -MF $(DEPDIR)/libsugar_eventcontroller_la-sugar-enum-types.Tpo -c -o libsugar_eventcontroller_la-sugar-enum-types.lo `test -f 'sugar-enum-types.c' || echo '$(srcdir)/'`sugar-enum-types.c
479
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libsugar_eventcontroller_la-sugar-enum-types.Tpo $(DEPDIR)/libsugar_eventcontroller_la-sugar-enum-types.Plo
480
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sugar-enum-types.c' object='libsugar_eventcontroller_la-sugar-enum-types.lo' libtool=yes @AMDEPBACKSLASH@
 
547
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -MT libsugar_eventcontroller_la-sugar-enum-types.lo -MD -MP -MF $(DEPDIR)/libsugar_eventcontroller_la-sugar-enum-types.Tpo -c -o libsugar_eventcontroller_la-sugar-enum-types.lo `test -f 'sugar-enum-types.c' || echo '$(srcdir)/'`sugar-enum-types.c
 
548
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libsugar_eventcontroller_la-sugar-enum-types.Tpo $(DEPDIR)/libsugar_eventcontroller_la-sugar-enum-types.Plo
 
549
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='sugar-enum-types.c' object='libsugar_eventcontroller_la-sugar-enum-types.lo' libtool=yes @AMDEPBACKSLASH@
481
550
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
482
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -c -o libsugar_eventcontroller_la-sugar-enum-types.lo `test -f 'sugar-enum-types.c' || echo '$(srcdir)/'`sugar-enum-types.c
 
551
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -c -o libsugar_eventcontroller_la-sugar-enum-types.lo `test -f 'sugar-enum-types.c' || echo '$(srcdir)/'`sugar-enum-types.c
483
552
 
484
553
libsugar_eventcontroller_la-sugar-event-controller.lo: sugar-event-controller.c
485
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -MT libsugar_eventcontroller_la-sugar-event-controller.lo -MD -MP -MF $(DEPDIR)/libsugar_eventcontroller_la-sugar-event-controller.Tpo -c -o libsugar_eventcontroller_la-sugar-event-controller.lo `test -f 'sugar-event-controller.c' || echo '$(srcdir)/'`sugar-event-controller.c
486
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libsugar_eventcontroller_la-sugar-event-controller.Tpo $(DEPDIR)/libsugar_eventcontroller_la-sugar-event-controller.Plo
487
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sugar-event-controller.c' object='libsugar_eventcontroller_la-sugar-event-controller.lo' libtool=yes @AMDEPBACKSLASH@
 
554
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -MT libsugar_eventcontroller_la-sugar-event-controller.lo -MD -MP -MF $(DEPDIR)/libsugar_eventcontroller_la-sugar-event-controller.Tpo -c -o libsugar_eventcontroller_la-sugar-event-controller.lo `test -f 'sugar-event-controller.c' || echo '$(srcdir)/'`sugar-event-controller.c
 
555
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libsugar_eventcontroller_la-sugar-event-controller.Tpo $(DEPDIR)/libsugar_eventcontroller_la-sugar-event-controller.Plo
 
556
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='sugar-event-controller.c' object='libsugar_eventcontroller_la-sugar-event-controller.lo' libtool=yes @AMDEPBACKSLASH@
488
557
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
489
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -c -o libsugar_eventcontroller_la-sugar-event-controller.lo `test -f 'sugar-event-controller.c' || echo '$(srcdir)/'`sugar-event-controller.c
 
558
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -c -o libsugar_eventcontroller_la-sugar-event-controller.lo `test -f 'sugar-event-controller.c' || echo '$(srcdir)/'`sugar-event-controller.c
490
559
 
491
560
libsugar_eventcontroller_la-sugar-long-press-controller.lo: sugar-long-press-controller.c
492
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -MT libsugar_eventcontroller_la-sugar-long-press-controller.lo -MD -MP -MF $(DEPDIR)/libsugar_eventcontroller_la-sugar-long-press-controller.Tpo -c -o libsugar_eventcontroller_la-sugar-long-press-controller.lo `test -f 'sugar-long-press-controller.c' || echo '$(srcdir)/'`sugar-long-press-controller.c
493
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libsugar_eventcontroller_la-sugar-long-press-controller.Tpo $(DEPDIR)/libsugar_eventcontroller_la-sugar-long-press-controller.Plo
494
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sugar-long-press-controller.c' object='libsugar_eventcontroller_la-sugar-long-press-controller.lo' libtool=yes @AMDEPBACKSLASH@
 
561
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -MT libsugar_eventcontroller_la-sugar-long-press-controller.lo -MD -MP -MF $(DEPDIR)/libsugar_eventcontroller_la-sugar-long-press-controller.Tpo -c -o libsugar_eventcontroller_la-sugar-long-press-controller.lo `test -f 'sugar-long-press-controller.c' || echo '$(srcdir)/'`sugar-long-press-controller.c
 
562
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libsugar_eventcontroller_la-sugar-long-press-controller.Tpo $(DEPDIR)/libsugar_eventcontroller_la-sugar-long-press-controller.Plo
 
563
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='sugar-long-press-controller.c' object='libsugar_eventcontroller_la-sugar-long-press-controller.lo' libtool=yes @AMDEPBACKSLASH@
495
564
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
496
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -c -o libsugar_eventcontroller_la-sugar-long-press-controller.lo `test -f 'sugar-long-press-controller.c' || echo '$(srcdir)/'`sugar-long-press-controller.c
 
565
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -c -o libsugar_eventcontroller_la-sugar-long-press-controller.lo `test -f 'sugar-long-press-controller.c' || echo '$(srcdir)/'`sugar-long-press-controller.c
497
566
 
498
567
libsugar_eventcontroller_la-sugar-rotate-controller.lo: sugar-rotate-controller.c
499
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -MT libsugar_eventcontroller_la-sugar-rotate-controller.lo -MD -MP -MF $(DEPDIR)/libsugar_eventcontroller_la-sugar-rotate-controller.Tpo -c -o libsugar_eventcontroller_la-sugar-rotate-controller.lo `test -f 'sugar-rotate-controller.c' || echo '$(srcdir)/'`sugar-rotate-controller.c
500
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libsugar_eventcontroller_la-sugar-rotate-controller.Tpo $(DEPDIR)/libsugar_eventcontroller_la-sugar-rotate-controller.Plo
501
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sugar-rotate-controller.c' object='libsugar_eventcontroller_la-sugar-rotate-controller.lo' libtool=yes @AMDEPBACKSLASH@
 
568
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -MT libsugar_eventcontroller_la-sugar-rotate-controller.lo -MD -MP -MF $(DEPDIR)/libsugar_eventcontroller_la-sugar-rotate-controller.Tpo -c -o libsugar_eventcontroller_la-sugar-rotate-controller.lo `test -f 'sugar-rotate-controller.c' || echo '$(srcdir)/'`sugar-rotate-controller.c
 
569
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libsugar_eventcontroller_la-sugar-rotate-controller.Tpo $(DEPDIR)/libsugar_eventcontroller_la-sugar-rotate-controller.Plo
 
570
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='sugar-rotate-controller.c' object='libsugar_eventcontroller_la-sugar-rotate-controller.lo' libtool=yes @AMDEPBACKSLASH@
502
571
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
503
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -c -o libsugar_eventcontroller_la-sugar-rotate-controller.lo `test -f 'sugar-rotate-controller.c' || echo '$(srcdir)/'`sugar-rotate-controller.c
 
572
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -c -o libsugar_eventcontroller_la-sugar-rotate-controller.lo `test -f 'sugar-rotate-controller.c' || echo '$(srcdir)/'`sugar-rotate-controller.c
504
573
 
505
574
libsugar_eventcontroller_la-sugar-swipe-controller.lo: sugar-swipe-controller.c
506
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -MT libsugar_eventcontroller_la-sugar-swipe-controller.lo -MD -MP -MF $(DEPDIR)/libsugar_eventcontroller_la-sugar-swipe-controller.Tpo -c -o libsugar_eventcontroller_la-sugar-swipe-controller.lo `test -f 'sugar-swipe-controller.c' || echo '$(srcdir)/'`sugar-swipe-controller.c
507
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libsugar_eventcontroller_la-sugar-swipe-controller.Tpo $(DEPDIR)/libsugar_eventcontroller_la-sugar-swipe-controller.Plo
508
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sugar-swipe-controller.c' object='libsugar_eventcontroller_la-sugar-swipe-controller.lo' libtool=yes @AMDEPBACKSLASH@
 
575
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -MT libsugar_eventcontroller_la-sugar-swipe-controller.lo -MD -MP -MF $(DEPDIR)/libsugar_eventcontroller_la-sugar-swipe-controller.Tpo -c -o libsugar_eventcontroller_la-sugar-swipe-controller.lo `test -f 'sugar-swipe-controller.c' || echo '$(srcdir)/'`sugar-swipe-controller.c
 
576
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libsugar_eventcontroller_la-sugar-swipe-controller.Tpo $(DEPDIR)/libsugar_eventcontroller_la-sugar-swipe-controller.Plo
 
577
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='sugar-swipe-controller.c' object='libsugar_eventcontroller_la-sugar-swipe-controller.lo' libtool=yes @AMDEPBACKSLASH@
509
578
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
510
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -c -o libsugar_eventcontroller_la-sugar-swipe-controller.lo `test -f 'sugar-swipe-controller.c' || echo '$(srcdir)/'`sugar-swipe-controller.c
 
579
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -c -o libsugar_eventcontroller_la-sugar-swipe-controller.lo `test -f 'sugar-swipe-controller.c' || echo '$(srcdir)/'`sugar-swipe-controller.c
511
580
 
512
581
libsugar_eventcontroller_la-sugar-touch-controller.lo: sugar-touch-controller.c
513
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -MT libsugar_eventcontroller_la-sugar-touch-controller.lo -MD -MP -MF $(DEPDIR)/libsugar_eventcontroller_la-sugar-touch-controller.Tpo -c -o libsugar_eventcontroller_la-sugar-touch-controller.lo `test -f 'sugar-touch-controller.c' || echo '$(srcdir)/'`sugar-touch-controller.c
514
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libsugar_eventcontroller_la-sugar-touch-controller.Tpo $(DEPDIR)/libsugar_eventcontroller_la-sugar-touch-controller.Plo
515
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sugar-touch-controller.c' object='libsugar_eventcontroller_la-sugar-touch-controller.lo' libtool=yes @AMDEPBACKSLASH@
 
582
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -MT libsugar_eventcontroller_la-sugar-touch-controller.lo -MD -MP -MF $(DEPDIR)/libsugar_eventcontroller_la-sugar-touch-controller.Tpo -c -o libsugar_eventcontroller_la-sugar-touch-controller.lo `test -f 'sugar-touch-controller.c' || echo '$(srcdir)/'`sugar-touch-controller.c
 
583
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libsugar_eventcontroller_la-sugar-touch-controller.Tpo $(DEPDIR)/libsugar_eventcontroller_la-sugar-touch-controller.Plo
 
584
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='sugar-touch-controller.c' object='libsugar_eventcontroller_la-sugar-touch-controller.lo' libtool=yes @AMDEPBACKSLASH@
516
585
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
517
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -c -o libsugar_eventcontroller_la-sugar-touch-controller.lo `test -f 'sugar-touch-controller.c' || echo '$(srcdir)/'`sugar-touch-controller.c
 
586
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -c -o libsugar_eventcontroller_la-sugar-touch-controller.lo `test -f 'sugar-touch-controller.c' || echo '$(srcdir)/'`sugar-touch-controller.c
518
587
 
519
588
libsugar_eventcontroller_la-sugar-zoom-controller.lo: sugar-zoom-controller.c
520
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -MT libsugar_eventcontroller_la-sugar-zoom-controller.lo -MD -MP -MF $(DEPDIR)/libsugar_eventcontroller_la-sugar-zoom-controller.Tpo -c -o libsugar_eventcontroller_la-sugar-zoom-controller.lo `test -f 'sugar-zoom-controller.c' || echo '$(srcdir)/'`sugar-zoom-controller.c
521
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libsugar_eventcontroller_la-sugar-zoom-controller.Tpo $(DEPDIR)/libsugar_eventcontroller_la-sugar-zoom-controller.Plo
522
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sugar-zoom-controller.c' object='libsugar_eventcontroller_la-sugar-zoom-controller.lo' libtool=yes @AMDEPBACKSLASH@
 
589
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -MT libsugar_eventcontroller_la-sugar-zoom-controller.lo -MD -MP -MF $(DEPDIR)/libsugar_eventcontroller_la-sugar-zoom-controller.Tpo -c -o libsugar_eventcontroller_la-sugar-zoom-controller.lo `test -f 'sugar-zoom-controller.c' || echo '$(srcdir)/'`sugar-zoom-controller.c
 
590
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libsugar_eventcontroller_la-sugar-zoom-controller.Tpo $(DEPDIR)/libsugar_eventcontroller_la-sugar-zoom-controller.Plo
 
591
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='sugar-zoom-controller.c' object='libsugar_eventcontroller_la-sugar-zoom-controller.lo' libtool=yes @AMDEPBACKSLASH@
523
592
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
524
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -c -o libsugar_eventcontroller_la-sugar-zoom-controller.lo `test -f 'sugar-zoom-controller.c' || echo '$(srcdir)/'`sugar-zoom-controller.c
 
593
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsugar_eventcontroller_la_CFLAGS) $(CFLAGS) -c -o libsugar_eventcontroller_la-sugar-zoom-controller.lo `test -f 'sugar-zoom-controller.c' || echo '$(srcdir)/'`sugar-zoom-controller.c
525
594
 
526
595
mostlyclean-libtool:
527
596
        -rm -f *.lo
571
640
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
572
641
        dir='$(DESTDIR)$(typelibdir)'; $(am__uninstall_files_from_dir)
573
642
 
574
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
575
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
576
 
        unique=`for i in $$list; do \
577
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
578
 
          done | \
579
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
580
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
581
 
        mkid -fID $$unique
582
 
tags: TAGS
 
643
ID: $(am__tagged_files)
 
644
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
645
tags: tags-am
 
646
TAGS: tags
583
647
 
584
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
585
 
                $(TAGS_FILES) $(LISP)
 
648
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
586
649
        set x; \
587
650
        here=`pwd`; \
588
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
589
 
        unique=`for i in $$list; do \
590
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
591
 
          done | \
592
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
593
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
651
        $(am__define_uniq_tagged_files); \
594
652
        shift; \
595
653
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
596
654
          test -n "$$unique" || unique=$$empty_fix; \
602
660
              $$unique; \
603
661
          fi; \
604
662
        fi
605
 
ctags: CTAGS
606
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
607
 
                $(TAGS_FILES) $(LISP)
608
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
609
 
        unique=`for i in $$list; do \
610
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
611
 
          done | \
612
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
613
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
663
ctags: ctags-am
 
664
 
 
665
CTAGS: ctags
 
666
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
667
        $(am__define_uniq_tagged_files); \
614
668
        test -z "$(CTAGS_ARGS)$$unique" \
615
669
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
616
670
             $$unique
619
673
        here=`$(am__cd) $(top_builddir) && pwd` \
620
674
          && $(am__cd) $(top_srcdir) \
621
675
          && gtags -i $(GTAGS_ARGS) "$$here"
 
676
cscopelist: cscopelist-am
622
677
 
623
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
624
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
678
cscopelist-am: $(am__tagged_files)
 
679
        list='$(am__tagged_files)'; \
625
680
        case "$(srcdir)" in \
626
681
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
627
682
          *) sdir=$(subdir)/$(srcdir) ;; \
782
837
 
783
838
.MAKE: all check install install-am install-strip
784
839
 
785
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
786
 
        clean-libLTLIBRARIES clean-libtool cscopelist ctags distclean \
787
 
        distclean-compile distclean-generic distclean-libtool \
788
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
789
 
        install install-am install-data install-data-am install-dvi \
790
 
        install-dvi-am install-exec install-exec-am install-girDATA \
791
 
        install-html install-html-am install-info install-info-am \
792
 
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
793
 
        install-ps install-ps-am install-strip install-typelibDATA \
794
 
        installcheck installcheck-am installdirs maintainer-clean \
 
840
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
841
        clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
 
842
        ctags-am distclean distclean-compile distclean-generic \
 
843
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
844
        html-am info info-am install install-am install-data \
 
845
        install-data-am install-dvi install-dvi-am install-exec \
 
846
        install-exec-am install-girDATA install-html install-html-am \
 
847
        install-info install-info-am install-libLTLIBRARIES \
 
848
        install-man install-pdf install-pdf-am install-ps \
 
849
        install-ps-am install-strip install-typelibDATA installcheck \
 
850
        installcheck-am installdirs maintainer-clean \
795
851
        maintainer-clean-generic mostlyclean mostlyclean-compile \
796
852
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
797
 
        tags uninstall uninstall-am uninstall-girDATA \
 
853
        tags tags-am uninstall uninstall-am uninstall-girDATA \
798
854
        uninstall-libLTLIBRARIES uninstall-typelibDATA
799
855
 
800
856
 
806
862
 
807
863
-include $(INTROSPECTION_MAKEFILE)
808
864
 
 
865
SugarGestures-1.0.gir: libsugar-eventcontroller.la
 
866
 
809
867
# Tell versions [3.59,3.63) of GNU make to not export all variables.
810
868
# Otherwise a system limit (for SysV at least) may be exceeded.
811
869
.NOEXPORT: