~ubuntu-branches/ubuntu/vivid/liferea/vivid-proposed

« back to all changes in this revision

Viewing changes to src/notification/Makefile.in

  • Committer: Package Import Robot
  • Author(s): bojo42
  • Date: 2012-03-29 14:17:21 UTC
  • mfrom: (1.3.9) (3.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20120329141721-tbfopcrc5797wxt7
Tags: 1.8.3-0.1ubuntu1
* New upstream release (LP: #290666, #371754, #741543, #716688)
* Merge from Debian unstable (LP: #935147), remaining changes:
* debian/patches:
  - drop gtk-status-icon.patch & notification-append as in upstream
  - drop fix_systray_behavior as mostly upstreamed and rest seems unused
  - 01_ubuntu_feedlists: update & rename, move planets to "Open Source"  
  - add_X-Ubuntu-Gettext-Domain: rebase
  - libunity.patch: rebase, apply before indicator patch (liferea_shell.c)
  - libindicate_increase_version.patch: exclude from libindicate.patch
  - deactivate libindicate.patch, seems partly upstreamed and needs rework
* debian/control: libindicate-dev, libindicate-gtk-dev & libunity-dev
* debian/liferea.indicate & liferea.install: ship indicator desktop file
* debian/rules: enable libindicate

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
15
15
 
16
16
@SET_MAKE@
17
17
 
18
 
 
19
18
VPATH = @srcdir@
20
19
pkgdatadir = $(datadir)/@PACKAGE@
21
20
pkgincludedir = $(includedir)/@PACKAGE@
47
46
CONFIG_CLEAN_VPATH_FILES =
48
47
LIBRARIES = $(noinst_LIBRARIES)
49
48
ARFLAGS = cru
50
 
libnotification_a_AR = $(AR) $(ARFLAGS)
51
 
libnotification_a_LIBADD =
52
 
am_libnotification_a_OBJECTS =  \
53
 
        libnotification_a-notification.$(OBJEXT)
54
 
libnotification_a_OBJECTS = $(am_libnotification_a_OBJECTS)
55
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56
 
am__vpath_adj = case $$p in \
57
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58
 
    *) f=$$p;; \
59
 
  esac;
60
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
61
 
am__install_max = 40
62
 
am__nobase_strip_setup = \
63
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
64
 
am__nobase_strip = \
65
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
66
 
am__nobase_list = $(am__nobase_strip_setup); \
67
 
  for p in $$list; do echo "$$p $$p"; done | \
68
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
69
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
70
 
    if (++n[$$2] == $(am__install_max)) \
71
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
72
 
    END { for (dir in files) print dir, files[dir] }'
73
 
am__base_list = \
74
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
75
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
76
 
am__installdirs = "$(DESTDIR)$(pkglibdir)"
77
 
LTLIBRARIES = $(pkglib_LTLIBRARIES)
78
 
am__DEPENDENCIES_1 =
79
 
@WITH_LIBNOTIFY_TRUE@liblinotiflibnotify_la_DEPENDENCIES =  \
80
 
@WITH_LIBNOTIFY_TRUE@   $(am__DEPENDENCIES_1) \
81
 
@WITH_LIBNOTIFY_TRUE@   $(am__DEPENDENCIES_1)
82
 
am__liblinotiflibnotify_la_SOURCES_DIST = libnotify.c notification.h
83
 
@WITH_LIBNOTIFY_TRUE@am_liblinotiflibnotify_la_OBJECTS =  \
84
 
@WITH_LIBNOTIFY_TRUE@   liblinotiflibnotify_la-libnotify.lo
85
 
liblinotiflibnotify_la_OBJECTS = $(am_liblinotiflibnotify_la_OBJECTS)
86
 
liblinotiflibnotify_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
87
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) \
88
 
        $(liblinotiflibnotify_la_CFLAGS) $(CFLAGS) \
89
 
        $(liblinotiflibnotify_la_LDFLAGS) $(LDFLAGS) -o $@
90
 
@WITH_LIBNOTIFY_TRUE@am_liblinotiflibnotify_la_rpath = -rpath \
91
 
@WITH_LIBNOTIFY_TRUE@   $(pkglibdir)
 
49
AM_V_AR = $(am__v_AR_@AM_V@)
 
50
am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
 
51
am__v_AR_0 = @echo "  AR    " $@;
 
52
AM_V_at = $(am__v_at_@AM_V@)
 
53
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
54
am__v_at_0 = @
 
55
libnotify_a_AR = $(AR) $(ARFLAGS)
 
56
libnotify_a_LIBADD =
 
57
am__libnotify_a_SOURCES_DIST = libnotify.c notification.c \
 
58
        notification.h
 
59
@WITH_LIBNOTIFY_TRUE@am_libnotify_a_OBJECTS =  \
 
60
@WITH_LIBNOTIFY_TRUE@   libnotify_a-libnotify.$(OBJEXT) \
 
61
@WITH_LIBNOTIFY_TRUE@   libnotify_a-notification.$(OBJEXT)
 
62
libnotify_a_OBJECTS = $(am_libnotify_a_OBJECTS)
92
63
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
93
64
depcomp = $(SHELL) $(top_srcdir)/depcomp
94
65
am__depfiles_maybe = depfiles
95
66
am__mv = mv -f
 
67
AM_V_lt = $(am__v_lt_@AM_V@)
 
68
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
69
am__v_lt_0 = --silent
96
70
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
97
71
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
99
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
100
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
72
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
73
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
74
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
75
        $(AM_CFLAGS) $(CFLAGS)
 
76
AM_V_CC = $(am__v_CC_@AM_V@)
 
77
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
78
am__v_CC_0 = @echo "  CC    " $@;
101
79
CCLD = $(CC)
102
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
103
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
104
 
        $(LDFLAGS) -o $@
105
 
SOURCES = $(libnotification_a_SOURCES) \
106
 
        $(liblinotiflibnotify_la_SOURCES)
107
 
DIST_SOURCES = $(libnotification_a_SOURCES) \
108
 
        $(am__liblinotiflibnotify_la_SOURCES_DIST)
 
80
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
81
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
82
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
83
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
84
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
85
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
86
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
87
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
88
am__v_GEN_0 = @echo "  GEN   " $@;
 
89
SOURCES = $(libnotify_a_SOURCES)
 
90
DIST_SOURCES = $(am__libnotify_a_SOURCES_DIST)
109
91
ETAGS = etags
110
92
CTAGS = ctags
111
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112
94
ACLOCAL = @ACLOCAL@
113
95
ALL_LINGUAS = @ALL_LINGUAS@
114
96
AMTAR = @AMTAR@
 
97
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
115
98
AR = @AR@
116
99
AUTOCONF = @AUTOCONF@
117
100
AUTOHEADER = @AUTOHEADER@
126
109
CPPFLAGS = @CPPFLAGS@
127
110
CYGPATH_W = @CYGPATH_W@
128
111
DATADIRNAME = @DATADIRNAME@
129
 
DBUS_CFLAGS = @DBUS_CFLAGS@
130
 
DBUS_LIBS = @DBUS_LIBS@
131
112
DEFS = @DEFS@
132
113
DEPDIR = @DEPDIR@
 
114
DLLTOOL = @DLLTOOL@
133
115
DSYMUTIL = @DSYMUTIL@
134
116
DUMPBIN = @DUMPBIN@
135
117
ECHO_C = @ECHO_C@
156
138
INTLTOOL_MERGE = @INTLTOOL_MERGE@
157
139
INTLTOOL_PERL = @INTLTOOL_PERL@
158
140
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
141
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
142
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
143
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
144
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
159
145
LD = @LD@
160
146
LDFLAGS = @LDFLAGS@
 
147
LIBINDICATE_CFLAGS = @LIBINDICATE_CFLAGS@
 
148
LIBINDICATE_LIBS = @LIBINDICATE_LIBS@
161
149
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
162
150
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
163
151
LIBOBJS = @LIBOBJS@
166
154
LIPO = @LIPO@
167
155
LN_S = @LN_S@
168
156
LTLIBOBJS = @LTLIBOBJS@
169
 
LUA_CFLAGS = @LUA_CFLAGS@
170
 
LUA_LIBS = @LUA_LIBS@
171
157
MAKEINFO = @MAKEINFO@
 
158
MANIFEST_TOOL = @MANIFEST_TOOL@
172
159
MKDIR_P = @MKDIR_P@
173
160
MKINSTALLDIRS = @MKINSTALLDIRS@
174
161
MSGFMT = @MSGFMT@
176
163
MSGMERGE = @MSGMERGE@
177
164
NM = @NM@
178
165
NMEDIT = @NMEDIT@
179
 
NM_CFLAGS = @NM_CFLAGS@
180
 
NM_LIBS = @NM_LIBS@
181
166
OBJDUMP = @OBJDUMP@
182
167
OBJEXT = @OBJEXT@
183
168
OTOOL = @OTOOL@
205
190
SHELL = @SHELL@
206
191
SM_CFLAGS = @SM_CFLAGS@
207
192
SM_LIBS = @SM_LIBS@
208
 
SO_PREFIX = @SO_PREFIX@
209
193
STRIP = @STRIP@
210
194
USE_NLS = @USE_NLS@
211
195
VERSION = @VERSION@
214
198
abs_srcdir = @abs_srcdir@
215
199
abs_top_builddir = @abs_top_builddir@
216
200
abs_top_srcdir = @abs_top_srcdir@
 
201
ac_ct_AR = @ac_ct_AR@
217
202
ac_ct_CC = @ac_ct_CC@
218
203
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
219
204
am__include = @am__include@
242
227
includedir = @includedir@
243
228
infodir = @infodir@
244
229
install_sh = @install_sh@
 
230
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
231
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
245
232
libdir = @libdir@
246
233
libexecdir = @libexecdir@
247
234
localedir = @localedir@
248
235
localstatedir = @localstatedir@
249
 
lt_ECHO = @lt_ECHO@
250
236
mandir = @mandir@
251
237
mkdir_p = @mkdir_p@
252
238
oldincludedir = @oldincludedir@
262
248
top_build_prefix = @top_build_prefix@
263
249
top_builddir = @top_builddir@
264
250
top_srcdir = @top_srcdir@
265
 
INCLUDES = \
 
251
AM_CPPFLAGS = \
266
252
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
267
253
        -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" \
268
254
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
269
255
        -I$(top_srcdir)/src \
270
 
        $(PACKAGE_CFLAGS) \
271
 
        $(DBUS_CFLAGS)
272
 
 
273
 
 
274
 
# generic notification support
275
 
noinst_LIBRARIES = libnotification.a
276
 
libnotification_a_SOURCES = notification.c notification.h 
277
 
libnotification_a_CFLAGS = $(PACKAGE_CFLAGS)
278
 
 
279
 
# libnotify popup plugin
280
 
@WITH_LIBNOTIFY_TRUE@liblinotiflibnotify_la_LIBADD = $(PACKAGE_LIBS) $(LIBNOTIFY_LIBS)
281
 
@WITH_LIBNOTIFY_TRUE@liblinotiflibnotify_la_CFLAGS = $(PACKAGE_CFLAGS) $(LIBNOTIFY_CFLAGS)
282
 
@WITH_LIBNOTIFY_TRUE@liblinotiflibnotify_la_SOURCES = libnotify.c notification.h
283
 
@WITH_LIBNOTIFY_TRUE@liblinotiflibnotify_la_LDFLAGS = -avoid-version -module
284
 
@WITH_LIBNOTIFY_TRUE@pkglib_LTLIBRARIES = liblinotiflibnotify.la
 
256
        $(PACKAGE_CFLAGS)
 
257
 
 
258
@WITH_LIBNOTIFY_TRUE@libnotify_a_CFLAGS = $(PACKAGE_CFLAGS) $(LIBNOTIFY_CFLAGS)
 
259
@WITH_LIBNOTIFY_TRUE@libnotify_a_SOURCES = libnotify.c notification.c notification.h
 
260
@WITH_LIBNOTIFY_TRUE@noinst_LIBRARIES = libnotify.a
285
261
all: all-am
286
262
 
287
263
.SUFFIXES:
295
271
              exit 1;; \
296
272
          esac; \
297
273
        done; \
298
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/notification/Makefile'; \
 
274
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/notification/Makefile'; \
299
275
        $(am__cd) $(top_srcdir) && \
300
 
          $(AUTOMAKE) --gnu src/notification/Makefile
 
276
          $(AUTOMAKE) --foreign src/notification/Makefile
301
277
.PRECIOUS: Makefile
302
278
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
303
279
        @case '$?' in \
319
295
 
320
296
clean-noinstLIBRARIES:
321
297
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
322
 
libnotification.a: $(libnotification_a_OBJECTS) $(libnotification_a_DEPENDENCIES) 
323
 
        -rm -f libnotification.a
324
 
        $(libnotification_a_AR) libnotification.a $(libnotification_a_OBJECTS) $(libnotification_a_LIBADD)
325
 
        $(RANLIB) libnotification.a
326
 
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
327
 
        @$(NORMAL_INSTALL)
328
 
        test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
329
 
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
330
 
        list2=; for p in $$list; do \
331
 
          if test -f $$p; then \
332
 
            list2="$$list2 $$p"; \
333
 
          else :; fi; \
334
 
        done; \
335
 
        test -z "$$list2" || { \
336
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
337
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
338
 
        }
339
 
 
340
 
uninstall-pkglibLTLIBRARIES:
341
 
        @$(NORMAL_UNINSTALL)
342
 
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
343
 
        for p in $$list; do \
344
 
          $(am__strip_dir) \
345
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
346
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
347
 
        done
348
 
 
349
 
clean-pkglibLTLIBRARIES:
350
 
        -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
351
 
        @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
352
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
353
 
          test "$$dir" != "$$p" || dir=.; \
354
 
          echo "rm -f \"$${dir}/so_locations\""; \
355
 
          rm -f "$${dir}/so_locations"; \
356
 
        done
357
 
liblinotiflibnotify.la: $(liblinotiflibnotify_la_OBJECTS) $(liblinotiflibnotify_la_DEPENDENCIES) 
358
 
        $(liblinotiflibnotify_la_LINK) $(am_liblinotiflibnotify_la_rpath) $(liblinotiflibnotify_la_OBJECTS) $(liblinotiflibnotify_la_LIBADD) $(LIBS)
 
298
libnotify.a: $(libnotify_a_OBJECTS) $(libnotify_a_DEPENDENCIES) $(EXTRA_libnotify_a_DEPENDENCIES) 
 
299
        $(AM_V_at)-rm -f libnotify.a
 
300
        $(AM_V_AR)$(libnotify_a_AR) libnotify.a $(libnotify_a_OBJECTS) $(libnotify_a_LIBADD)
 
301
        $(AM_V_at)$(RANLIB) libnotify.a
359
302
 
360
303
mostlyclean-compile:
361
304
        -rm -f *.$(OBJEXT)
363
306
distclean-compile:
364
307
        -rm -f *.tab.c
365
308
 
366
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblinotiflibnotify_la-libnotify.Plo@am__quote@
367
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnotification_a-notification.Po@am__quote@
 
309
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnotify_a-libnotify.Po@am__quote@
 
310
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnotify_a-notification.Po@am__quote@
368
311
 
369
312
.c.o:
370
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
371
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
372
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
313
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
314
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
315
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
373
316
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
317
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
375
318
 
376
319
.c.obj:
377
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
378
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
379
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
320
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
321
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
322
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
380
323
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
324
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
382
325
 
383
326
.c.lo:
384
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
385
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
386
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
387
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
389
 
 
390
 
libnotification_a-notification.o: notification.c
391
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnotification_a_CFLAGS) $(CFLAGS) -MT libnotification_a-notification.o -MD -MP -MF $(DEPDIR)/libnotification_a-notification.Tpo -c -o libnotification_a-notification.o `test -f 'notification.c' || echo '$(srcdir)/'`notification.c
392
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libnotification_a-notification.Tpo $(DEPDIR)/libnotification_a-notification.Po
393
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='notification.c' object='libnotification_a-notification.o' libtool=no @AMDEPBACKSLASH@
394
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
395
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnotification_a_CFLAGS) $(CFLAGS) -c -o libnotification_a-notification.o `test -f 'notification.c' || echo '$(srcdir)/'`notification.c
396
 
 
397
 
libnotification_a-notification.obj: notification.c
398
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnotification_a_CFLAGS) $(CFLAGS) -MT libnotification_a-notification.obj -MD -MP -MF $(DEPDIR)/libnotification_a-notification.Tpo -c -o libnotification_a-notification.obj `if test -f 'notification.c'; then $(CYGPATH_W) 'notification.c'; else $(CYGPATH_W) '$(srcdir)/notification.c'; fi`
399
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libnotification_a-notification.Tpo $(DEPDIR)/libnotification_a-notification.Po
400
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='notification.c' object='libnotification_a-notification.obj' libtool=no @AMDEPBACKSLASH@
401
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnotification_a_CFLAGS) $(CFLAGS) -c -o libnotification_a-notification.obj `if test -f 'notification.c'; then $(CYGPATH_W) 'notification.c'; else $(CYGPATH_W) '$(srcdir)/notification.c'; fi`
403
 
 
404
 
liblinotiflibnotify_la-libnotify.lo: libnotify.c
405
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblinotiflibnotify_la_CFLAGS) $(CFLAGS) -MT liblinotiflibnotify_la-libnotify.lo -MD -MP -MF $(DEPDIR)/liblinotiflibnotify_la-libnotify.Tpo -c -o liblinotiflibnotify_la-libnotify.lo `test -f 'libnotify.c' || echo '$(srcdir)/'`libnotify.c
406
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/liblinotiflibnotify_la-libnotify.Tpo $(DEPDIR)/liblinotiflibnotify_la-libnotify.Plo
407
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libnotify.c' object='liblinotiflibnotify_la-libnotify.lo' libtool=yes @AMDEPBACKSLASH@
408
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblinotiflibnotify_la_CFLAGS) $(CFLAGS) -c -o liblinotiflibnotify_la-libnotify.lo `test -f 'libnotify.c' || echo '$(srcdir)/'`libnotify.c
 
327
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
328
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
329
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
330
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
331
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
332
 
 
333
libnotify_a-libnotify.o: libnotify.c
 
334
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnotify_a_CFLAGS) $(CFLAGS) -MT libnotify_a-libnotify.o -MD -MP -MF $(DEPDIR)/libnotify_a-libnotify.Tpo -c -o libnotify_a-libnotify.o `test -f 'libnotify.c' || echo '$(srcdir)/'`libnotify.c
 
335
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libnotify_a-libnotify.Tpo $(DEPDIR)/libnotify_a-libnotify.Po
 
336
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='libnotify.c' object='libnotify_a-libnotify.o' libtool=no @AMDEPBACKSLASH@
 
337
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
338
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnotify_a_CFLAGS) $(CFLAGS) -c -o libnotify_a-libnotify.o `test -f 'libnotify.c' || echo '$(srcdir)/'`libnotify.c
 
339
 
 
340
libnotify_a-libnotify.obj: libnotify.c
 
341
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnotify_a_CFLAGS) $(CFLAGS) -MT libnotify_a-libnotify.obj -MD -MP -MF $(DEPDIR)/libnotify_a-libnotify.Tpo -c -o libnotify_a-libnotify.obj `if test -f 'libnotify.c'; then $(CYGPATH_W) 'libnotify.c'; else $(CYGPATH_W) '$(srcdir)/libnotify.c'; fi`
 
342
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libnotify_a-libnotify.Tpo $(DEPDIR)/libnotify_a-libnotify.Po
 
343
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='libnotify.c' object='libnotify_a-libnotify.obj' libtool=no @AMDEPBACKSLASH@
 
344
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
345
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnotify_a_CFLAGS) $(CFLAGS) -c -o libnotify_a-libnotify.obj `if test -f 'libnotify.c'; then $(CYGPATH_W) 'libnotify.c'; else $(CYGPATH_W) '$(srcdir)/libnotify.c'; fi`
 
346
 
 
347
libnotify_a-notification.o: notification.c
 
348
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnotify_a_CFLAGS) $(CFLAGS) -MT libnotify_a-notification.o -MD -MP -MF $(DEPDIR)/libnotify_a-notification.Tpo -c -o libnotify_a-notification.o `test -f 'notification.c' || echo '$(srcdir)/'`notification.c
 
349
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libnotify_a-notification.Tpo $(DEPDIR)/libnotify_a-notification.Po
 
350
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='notification.c' object='libnotify_a-notification.o' libtool=no @AMDEPBACKSLASH@
 
351
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
352
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnotify_a_CFLAGS) $(CFLAGS) -c -o libnotify_a-notification.o `test -f 'notification.c' || echo '$(srcdir)/'`notification.c
 
353
 
 
354
libnotify_a-notification.obj: notification.c
 
355
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnotify_a_CFLAGS) $(CFLAGS) -MT libnotify_a-notification.obj -MD -MP -MF $(DEPDIR)/libnotify_a-notification.Tpo -c -o libnotify_a-notification.obj `if test -f 'notification.c'; then $(CYGPATH_W) 'notification.c'; else $(CYGPATH_W) '$(srcdir)/notification.c'; fi`
 
356
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libnotify_a-notification.Tpo $(DEPDIR)/libnotify_a-notification.Po
 
357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='notification.c' object='libnotify_a-notification.obj' libtool=no @AMDEPBACKSLASH@
 
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
359
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnotify_a_CFLAGS) $(CFLAGS) -c -o libnotify_a-notification.obj `if test -f 'notification.c'; then $(CYGPATH_W) 'notification.c'; else $(CYGPATH_W) '$(srcdir)/notification.c'; fi`
410
360
 
411
361
mostlyclean-libtool:
412
362
        -rm -f *.lo
498
448
        done
499
449
check-am: all-am
500
450
check: check-am
501
 
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES)
 
451
all-am: Makefile $(LIBRARIES)
502
452
installdirs:
503
 
        for dir in "$(DESTDIR)$(pkglibdir)"; do \
504
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
505
 
        done
506
453
install: install-am
507
454
install-exec: install-exec-am
508
455
install-data: install-data-am
513
460
 
514
461
installcheck: installcheck-am
515
462
install-strip:
516
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
517
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
518
 
          `test -z '$(STRIP)' || \
519
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
463
        if test -z '$(STRIP)'; then \
 
464
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
465
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
466
              install; \
 
467
        else \
 
468
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
469
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
470
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
471
        fi
520
472
mostlyclean-generic:
521
473
 
522
474
clean-generic:
531
483
clean: clean-am
532
484
 
533
485
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
534
 
        clean-pkglibLTLIBRARIES mostlyclean-am
 
486
        mostlyclean-am
535
487
 
536
488
distclean: distclean-am
537
489
        -rm -rf ./$(DEPDIR)
557
509
 
558
510
install-dvi-am:
559
511
 
560
 
install-exec-am: install-pkglibLTLIBRARIES
 
512
install-exec-am:
561
513
 
562
514
install-html: install-html-am
563
515
 
597
549
 
598
550
ps-am:
599
551
 
600
 
uninstall-am: uninstall-pkglibLTLIBRARIES
 
552
uninstall-am:
601
553
 
602
554
.MAKE: install-am install-strip
603
555
 
604
556
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
605
 
        clean-libtool clean-noinstLIBRARIES clean-pkglibLTLIBRARIES \
606
 
        ctags distclean distclean-compile distclean-generic \
607
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
608
 
        html-am info info-am install install-am install-data \
609
 
        install-data-am install-dvi install-dvi-am install-exec \
610
 
        install-exec-am install-html install-html-am install-info \
611
 
        install-info-am install-man install-pdf install-pdf-am \
612
 
        install-pkglibLTLIBRARIES install-ps install-ps-am \
 
557
        clean-libtool clean-noinstLIBRARIES ctags distclean \
 
558
        distclean-compile distclean-generic distclean-libtool \
 
559
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
560
        install install-am install-data install-data-am install-dvi \
 
561
        install-dvi-am install-exec install-exec-am install-html \
 
562
        install-html-am install-info install-info-am install-man \
 
563
        install-pdf install-pdf-am install-ps install-ps-am \
613
564
        install-strip installcheck installcheck-am installdirs \
614
565
        maintainer-clean maintainer-clean-generic mostlyclean \
615
566
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
616
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
617
 
        uninstall-pkglibLTLIBRARIES
 
567
        pdf pdf-am ps ps-am tags uninstall uninstall-am
618
568
 
619
569
 
620
570
# Tell versions [3.59,3.63) of GNU make to not export all variables.