~ubuntu-branches/ubuntu/vivid/tomboy/vivid

« back to all changes in this revision

Viewing changes to libtomboy/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2014-01-24 15:46:08 UTC
  • mfrom: (1.5.21)
  • Revision ID: package-import@ubuntu.com-20140124154608-rh4orzccnoro7svg
Tags: 1.15.4-0ubuntu1
New upstream version

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.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
22
31
    case $$MAKEFLAGS in \
23
32
      *\\[\ \   ]*) \
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
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
63
pkgdatadir = $(datadir)/@PACKAGE@
37
64
pkgincludedir = $(includedir)/@PACKAGE@
38
65
pkglibdir = $(libdir)/@PACKAGE@
52
79
build_triplet = @build@
53
80
host_triplet = @host@
54
81
subdir = libtomboy
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
83
        $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp
56
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
85
am__aclocal_m4_deps = $(top_srcdir)/configure.in
58
86
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96
124
am_libtomboy_la_OBJECTS = libtomboy_la-tomboykeybinder.lo \
97
125
        libtomboy_la-tomboyutil.lo libtomboy_la-eggaccelerators.lo
98
126
libtomboy_la_OBJECTS = $(am_libtomboy_la_OBJECTS)
99
 
libtomboy_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
127
AM_V_lt = $(am__v_lt_@AM_V@)
 
128
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
129
am__v_lt_0 = --silent
 
130
am__v_lt_1 = 
 
131
libtomboy_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
100
132
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libtomboy_la_CFLAGS) \
101
133
        $(CFLAGS) $(libtomboy_la_LDFLAGS) $(LDFLAGS) -o $@
 
134
AM_V_P = $(am__v_P_@AM_V@)
 
135
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
136
am__v_P_0 = false
 
137
am__v_P_1 = :
 
138
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
139
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
140
am__v_GEN_0 = @echo "  GEN     " $@;
 
141
am__v_GEN_1 = 
 
142
AM_V_at = $(am__v_at_@AM_V@)
 
143
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
144
am__v_at_0 = @
 
145
am__v_at_1 = 
102
146
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
103
147
depcomp = $(SHELL) $(top_srcdir)/depcomp
104
148
am__depfiles_maybe = depfiles
105
149
am__mv = mv -f
106
150
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
107
151
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
110
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
152
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
153
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
154
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
155
        $(AM_CFLAGS) $(CFLAGS)
 
156
AM_V_CC = $(am__v_CC_@AM_V@)
 
157
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
158
am__v_CC_0 = @echo "  CC      " $@;
 
159
am__v_CC_1 = 
111
160
CCLD = $(CC)
112
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
113
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
114
 
        $(LDFLAGS) -o $@
 
161
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
162
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
163
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
164
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
165
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
166
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
167
am__v_CCLD_1 = 
115
168
SOURCES = $(libtomboy_la_SOURCES)
116
169
DIST_SOURCES = $(libtomboy_la_SOURCES)
117
170
am__can_run_installinfo = \
119
172
    n|no|NO) false;; \
120
173
    *) (install-info --version) >/dev/null 2>&1;; \
121
174
  esac
 
175
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
176
# Read a list of newline-separated strings from the standard input,
 
177
# and print each of them once, without duplicates.  Input order is
 
178
# *not* preserved.
 
179
am__uniquify_input = $(AWK) '\
 
180
  BEGIN { nonempty = 0; } \
 
181
  { items[$$0] = 1; nonempty = 1; } \
 
182
  END { if (nonempty) { for (i in items) print i; }; } \
 
183
'
 
184
# Make sure the list of sources is unique.  This is necessary because,
 
185
# e.g., the same source file might be shared among _SOURCES variables
 
186
# for different programs/libraries.
 
187
am__define_uniq_tagged_files = \
 
188
  list='$(am__tagged_files)'; \
 
189
  unique=`for i in $$list; do \
 
190
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
191
  done | $(am__uniquify_input)`
122
192
ETAGS = etags
123
193
CTAGS = ctags
124
194
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
368
438
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
369
439
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370
440
$(am__aclocal_m4_deps):
 
441
 
371
442
install-tomboylibLTLIBRARIES: $(tomboylib_LTLIBRARIES)
372
443
        @$(NORMAL_INSTALL)
373
444
        @list='$(tomboylib_LTLIBRARIES)'; test -n "$(tomboylibdir)" || list=; \
394
465
 
395
466
clean-tomboylibLTLIBRARIES:
396
467
        -test -z "$(tomboylib_LTLIBRARIES)" || rm -f $(tomboylib_LTLIBRARIES)
397
 
        @list='$(tomboylib_LTLIBRARIES)'; for p in $$list; do \
398
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
399
 
          test "$$dir" != "$$p" || dir=.; \
400
 
          echo "rm -f \"$${dir}/so_locations\""; \
401
 
          rm -f "$${dir}/so_locations"; \
402
 
        done
 
468
        @list='$(tomboylib_LTLIBRARIES)'; \
 
469
        locs=`for p in $$list; do echo $$p; done | \
 
470
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
471
              sort -u`; \
 
472
        test -z "$$locs" || { \
 
473
          echo rm -f $${locs}; \
 
474
          rm -f $${locs}; \
 
475
        }
 
476
 
403
477
libtomboy.la: $(libtomboy_la_OBJECTS) $(libtomboy_la_DEPENDENCIES) $(EXTRA_libtomboy_la_DEPENDENCIES) 
404
 
        $(libtomboy_la_LINK) -rpath $(tomboylibdir) $(libtomboy_la_OBJECTS) $(libtomboy_la_LIBADD) $(LIBS)
 
478
        $(AM_V_CCLD)$(libtomboy_la_LINK) -rpath $(tomboylibdir) $(libtomboy_la_OBJECTS) $(libtomboy_la_LIBADD) $(LIBS)
405
479
 
406
480
mostlyclean-compile:
407
481
        -rm -f *.$(OBJEXT)
414
488
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtomboy_la-tomboyutil.Plo@am__quote@
415
489
 
416
490
.c.o:
417
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
418
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
419
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
491
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
492
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
493
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
420
494
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
495
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
422
496
 
423
497
.c.obj:
424
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
425
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
426
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
498
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
499
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
500
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
427
501
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
428
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
502
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
429
503
 
430
504
.c.lo:
431
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
432
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
433
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
505
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
506
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
507
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
434
508
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
509
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
436
510
 
437
511
libtomboy_la-tomboykeybinder.lo: tomboykeybinder.c
438
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtomboy_la_CFLAGS) $(CFLAGS) -MT libtomboy_la-tomboykeybinder.lo -MD -MP -MF $(DEPDIR)/libtomboy_la-tomboykeybinder.Tpo -c -o libtomboy_la-tomboykeybinder.lo `test -f 'tomboykeybinder.c' || echo '$(srcdir)/'`tomboykeybinder.c
439
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libtomboy_la-tomboykeybinder.Tpo $(DEPDIR)/libtomboy_la-tomboykeybinder.Plo
440
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tomboykeybinder.c' object='libtomboy_la-tomboykeybinder.lo' libtool=yes @AMDEPBACKSLASH@
 
512
@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) $(libtomboy_la_CFLAGS) $(CFLAGS) -MT libtomboy_la-tomboykeybinder.lo -MD -MP -MF $(DEPDIR)/libtomboy_la-tomboykeybinder.Tpo -c -o libtomboy_la-tomboykeybinder.lo `test -f 'tomboykeybinder.c' || echo '$(srcdir)/'`tomboykeybinder.c
 
513
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtomboy_la-tomboykeybinder.Tpo $(DEPDIR)/libtomboy_la-tomboykeybinder.Plo
 
514
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tomboykeybinder.c' object='libtomboy_la-tomboykeybinder.lo' libtool=yes @AMDEPBACKSLASH@
441
515
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
442
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtomboy_la_CFLAGS) $(CFLAGS) -c -o libtomboy_la-tomboykeybinder.lo `test -f 'tomboykeybinder.c' || echo '$(srcdir)/'`tomboykeybinder.c
 
516
@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) $(libtomboy_la_CFLAGS) $(CFLAGS) -c -o libtomboy_la-tomboykeybinder.lo `test -f 'tomboykeybinder.c' || echo '$(srcdir)/'`tomboykeybinder.c
443
517
 
444
518
libtomboy_la-tomboyutil.lo: tomboyutil.c
445
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtomboy_la_CFLAGS) $(CFLAGS) -MT libtomboy_la-tomboyutil.lo -MD -MP -MF $(DEPDIR)/libtomboy_la-tomboyutil.Tpo -c -o libtomboy_la-tomboyutil.lo `test -f 'tomboyutil.c' || echo '$(srcdir)/'`tomboyutil.c
446
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libtomboy_la-tomboyutil.Tpo $(DEPDIR)/libtomboy_la-tomboyutil.Plo
447
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tomboyutil.c' object='libtomboy_la-tomboyutil.lo' libtool=yes @AMDEPBACKSLASH@
 
519
@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) $(libtomboy_la_CFLAGS) $(CFLAGS) -MT libtomboy_la-tomboyutil.lo -MD -MP -MF $(DEPDIR)/libtomboy_la-tomboyutil.Tpo -c -o libtomboy_la-tomboyutil.lo `test -f 'tomboyutil.c' || echo '$(srcdir)/'`tomboyutil.c
 
520
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtomboy_la-tomboyutil.Tpo $(DEPDIR)/libtomboy_la-tomboyutil.Plo
 
521
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tomboyutil.c' object='libtomboy_la-tomboyutil.lo' libtool=yes @AMDEPBACKSLASH@
448
522
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtomboy_la_CFLAGS) $(CFLAGS) -c -o libtomboy_la-tomboyutil.lo `test -f 'tomboyutil.c' || echo '$(srcdir)/'`tomboyutil.c
 
523
@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) $(libtomboy_la_CFLAGS) $(CFLAGS) -c -o libtomboy_la-tomboyutil.lo `test -f 'tomboyutil.c' || echo '$(srcdir)/'`tomboyutil.c
450
524
 
451
525
libtomboy_la-eggaccelerators.lo: eggaccelerators.c
452
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtomboy_la_CFLAGS) $(CFLAGS) -MT libtomboy_la-eggaccelerators.lo -MD -MP -MF $(DEPDIR)/libtomboy_la-eggaccelerators.Tpo -c -o libtomboy_la-eggaccelerators.lo `test -f 'eggaccelerators.c' || echo '$(srcdir)/'`eggaccelerators.c
453
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libtomboy_la-eggaccelerators.Tpo $(DEPDIR)/libtomboy_la-eggaccelerators.Plo
454
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='eggaccelerators.c' object='libtomboy_la-eggaccelerators.lo' libtool=yes @AMDEPBACKSLASH@
 
526
@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) $(libtomboy_la_CFLAGS) $(CFLAGS) -MT libtomboy_la-eggaccelerators.lo -MD -MP -MF $(DEPDIR)/libtomboy_la-eggaccelerators.Tpo -c -o libtomboy_la-eggaccelerators.lo `test -f 'eggaccelerators.c' || echo '$(srcdir)/'`eggaccelerators.c
 
527
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtomboy_la-eggaccelerators.Tpo $(DEPDIR)/libtomboy_la-eggaccelerators.Plo
 
528
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='eggaccelerators.c' object='libtomboy_la-eggaccelerators.lo' libtool=yes @AMDEPBACKSLASH@
455
529
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
456
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtomboy_la_CFLAGS) $(CFLAGS) -c -o libtomboy_la-eggaccelerators.lo `test -f 'eggaccelerators.c' || echo '$(srcdir)/'`eggaccelerators.c
 
530
@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) $(libtomboy_la_CFLAGS) $(CFLAGS) -c -o libtomboy_la-eggaccelerators.lo `test -f 'eggaccelerators.c' || echo '$(srcdir)/'`eggaccelerators.c
457
531
 
458
532
mostlyclean-libtool:
459
533
        -rm -f *.lo
461
535
clean-libtool:
462
536
        -rm -rf .libs _libs
463
537
 
464
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
465
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
466
 
        unique=`for i in $$list; do \
467
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468
 
          done | \
469
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
470
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
471
 
        mkid -fID $$unique
472
 
tags: TAGS
 
538
ID: $(am__tagged_files)
 
539
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
540
tags: tags-am
 
541
TAGS: tags
473
542
 
474
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
475
 
                $(TAGS_FILES) $(LISP)
 
543
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
476
544
        set x; \
477
545
        here=`pwd`; \
478
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
479
 
        unique=`for i in $$list; do \
480
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481
 
          done | \
482
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
546
        $(am__define_uniq_tagged_files); \
484
547
        shift; \
485
548
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
486
549
          test -n "$$unique" || unique=$$empty_fix; \
492
555
              $$unique; \
493
556
          fi; \
494
557
        fi
495
 
ctags: CTAGS
496
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
497
 
                $(TAGS_FILES) $(LISP)
498
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
499
 
        unique=`for i in $$list; do \
500
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
501
 
          done | \
502
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
503
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
558
ctags: ctags-am
 
559
 
 
560
CTAGS: ctags
 
561
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
562
        $(am__define_uniq_tagged_files); \
504
563
        test -z "$(CTAGS_ARGS)$$unique" \
505
564
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
506
565
             $$unique
509
568
        here=`$(am__cd) $(top_builddir) && pwd` \
510
569
          && $(am__cd) $(top_srcdir) \
511
570
          && gtags -i $(GTAGS_ARGS) "$$here"
 
571
cscopelist: cscopelist-am
 
572
 
 
573
cscopelist-am: $(am__tagged_files)
 
574
        list='$(am__tagged_files)'; \
 
575
        case "$(srcdir)" in \
 
576
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
577
          *) sdir=$(subdir)/$(srcdir) ;; \
 
578
        esac; \
 
579
        for i in $$list; do \
 
580
          if test -f "$$i"; then \
 
581
            echo "$(subdir)/$$i"; \
 
582
          else \
 
583
            echo "$$sdir/$$i"; \
 
584
          fi; \
 
585
        done >> $(top_builddir)/cscope.files
512
586
 
513
587
distclean-tags:
514
588
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
654
728
 
655
729
.MAKE: install-am install-strip
656
730
 
657
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
658
 
        clean-libtool clean-tomboylibLTLIBRARIES ctags distclean \
659
 
        distclean-compile distclean-generic distclean-libtool \
660
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
661
 
        install install-am install-data install-data-am install-dvi \
662
 
        install-dvi-am install-exec install-exec-am install-html \
663
 
        install-html-am install-info install-info-am install-man \
664
 
        install-pdf install-pdf-am install-ps install-ps-am \
665
 
        install-strip install-tomboylibLTLIBRARIES installcheck \
666
 
        installcheck-am installdirs maintainer-clean \
667
 
        maintainer-clean-generic maintainer-clean-local mostlyclean \
668
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
669
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
731
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
732
        clean-libtool clean-tomboylibLTLIBRARIES cscopelist-am ctags \
 
733
        ctags-am distclean distclean-compile distclean-generic \
 
734
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
735
        html-am info info-am install install-am install-data \
 
736
        install-data-am install-dvi install-dvi-am install-exec \
 
737
        install-exec-am install-html install-html-am install-info \
 
738
        install-info-am install-man install-pdf install-pdf-am \
 
739
        install-ps install-ps-am install-strip \
 
740
        install-tomboylibLTLIBRARIES installcheck installcheck-am \
 
741
        installdirs maintainer-clean maintainer-clean-generic \
 
742
        maintainer-clean-local mostlyclean mostlyclean-compile \
 
743
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
744
        tags tags-am uninstall uninstall-am \
670
745
        uninstall-tomboylibLTLIBRARIES
671
746
 
672
747