~ubuntu-branches/debian/sid/xfce4-clipman-plugin/sid

« back to all changes in this revision

Viewing changes to panel-plugin/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2012-04-09 21:26:50 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20120409212650-u618echcdsndz3ak
Tags: 2:1.2.3-1
* New upstream release.
* debian/rules:
  - build with --parallel.
  - configure with --disable-static and stop removing .a files.
* debian/control:
  - update standards version to 3.9.3.
  - update debhelper build-dep to 9. 

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.
70
70
am__base_list = \
71
71
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
72
72
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
73
am__uninstall_files_from_dir = { \
 
74
  test -z "$$files" \
 
75
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
76
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
77
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
78
  }
73
79
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(bindir)" \
74
80
        "$(DESTDIR)$(actionsdir)" "$(DESTDIR)$(appsdir)" \
75
81
        "$(DESTDIR)$(autostartdir)" "$(DESTDIR)$(pluginsdir)"
76
82
LTLIBRARIES = $(plugin_LTLIBRARIES)
77
83
am__DEPENDENCIES_1 =
78
 
libclipman_la_DEPENDENCIES = $(top_builddir)/daemon/libdaemon.la \
 
84
libclipman_la_DEPENDENCIES =  \
 
85
        $(top_builddir)/x11-clipboard-manager/libdaemon.la \
79
86
        $(am__DEPENDENCIES_1)
80
87
am__objects_1 =
81
88
am_libclipman_la_OBJECTS = libclipman_la-main-panel-plugin.lo \
83
90
        libclipman_la-collector.lo libclipman_la-history.lo \
84
91
        libclipman_la-menu.lo $(am__objects_1)
85
92
libclipman_la_OBJECTS = $(am_libclipman_la_OBJECTS)
86
 
AM_V_lt = $(am__v_lt_$(V))
87
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
93
AM_V_lt = $(am__v_lt_@AM_V@)
 
94
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
88
95
am__v_lt_0 = --silent
89
96
libclipman_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
90
97
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libclipman_la_CFLAGS) \
96
103
        xfce4_clipman-history.$(OBJEXT) xfce4_clipman-menu.$(OBJEXT) \
97
104
        $(am__objects_1)
98
105
xfce4_clipman_OBJECTS = $(am_xfce4_clipman_OBJECTS)
99
 
xfce4_clipman_DEPENDENCIES = $(top_builddir)/daemon/libdaemon.la \
 
106
xfce4_clipman_DEPENDENCIES =  \
 
107
        $(top_builddir)/x11-clipboard-manager/libdaemon.la \
100
108
        $(am__DEPENDENCIES_1)
101
109
xfce4_clipman_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
102
110
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(xfce4_clipman_CFLAGS) \
129
137
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
130
138
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
131
139
        $(AM_CFLAGS) $(CFLAGS)
132
 
AM_V_CC = $(am__v_CC_$(V))
133
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
140
AM_V_CC = $(am__v_CC_@AM_V@)
 
141
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
134
142
am__v_CC_0 = @echo "  CC    " $@;
135
 
AM_V_at = $(am__v_at_$(V))
136
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
143
AM_V_at = $(am__v_at_@AM_V@)
 
144
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
137
145
am__v_at_0 = @
138
146
CCLD = $(CC)
139
147
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
140
148
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
141
149
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
142
 
AM_V_CCLD = $(am__v_CCLD_$(V))
143
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
150
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
151
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
144
152
am__v_CCLD_0 = @echo "  CCLD  " $@;
145
 
AM_V_GEN = $(am__v_GEN_$(V))
146
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
153
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
154
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
147
155
am__v_GEN_0 = @echo "  GEN   " $@;
148
156
SOURCES = $(libclipman_la_SOURCES) $(xfce4_clipman_SOURCES) \
149
157
        $(xfce4_clipman_settings_SOURCES) \
224
232
INTLTOOL_MERGE = @INTLTOOL_MERGE@
225
233
INTLTOOL_PERL = @INTLTOOL_PERL@
226
234
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
235
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
236
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
237
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
238
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
227
239
ITSTOOL = @ITSTOOL@
228
240
LD = @LD@
229
241
LDFLAGS = @LDFLAGS@
340
352
includedir = @includedir@
341
353
infodir = @infodir@
342
354
install_sh = @install_sh@
 
355
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
356
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
343
357
libdir = @libdir@
344
358
libexecdir = @libexecdir@
345
359
localedir = @localedir@
462
476
        $(NULL)
463
477
 
464
478
xfce4_clipman_LDADD = \
465
 
        $(top_builddir)/daemon/libdaemon.la                             \
 
479
        $(top_builddir)/x11-clipboard-manager/libdaemon.la              \
466
480
        @GIO_LIBS@                                                      \
467
481
        @EXO_LIBS@                                                      \
468
482
        @LIBX11_LIBS@                                                   \
514
528
        $(NULL)
515
529
 
516
530
libclipman_la_LIBADD = \
517
 
        $(top_builddir)/daemon/libdaemon.la                             \
 
531
        $(top_builddir)/x11-clipboard-manager/libdaemon.la              \
518
532
        @GIO_LIBS@                                                      \
519
533
        @EXO_LIBS@                                                      \
520
534
        @LIBX11_LIBS@                                                   \
640
654
          echo "rm -f \"$${dir}/so_locations\""; \
641
655
          rm -f "$${dir}/so_locations"; \
642
656
        done
643
 
libclipman.la: $(libclipman_la_OBJECTS) $(libclipman_la_DEPENDENCIES) 
 
657
libclipman.la: $(libclipman_la_OBJECTS) $(libclipman_la_DEPENDENCIES) $(EXTRA_libclipman_la_DEPENDENCIES) 
644
658
        $(AM_V_CCLD)$(libclipman_la_LINK) -rpath $(plugindir) $(libclipman_la_OBJECTS) $(libclipman_la_LIBADD) $(LIBS)
645
659
install-binPROGRAMS: $(bin_PROGRAMS)
646
660
        @$(NORMAL_INSTALL)
685
699
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
686
700
        echo " rm -f" $$list; \
687
701
        rm -f $$list
688
 
xfce4-clipman$(EXEEXT): $(xfce4_clipman_OBJECTS) $(xfce4_clipman_DEPENDENCIES) 
 
702
xfce4-clipman$(EXEEXT): $(xfce4_clipman_OBJECTS) $(xfce4_clipman_DEPENDENCIES) $(EXTRA_xfce4_clipman_DEPENDENCIES) 
689
703
        @rm -f xfce4-clipman$(EXEEXT)
690
704
        $(AM_V_CCLD)$(xfce4_clipman_LINK) $(xfce4_clipman_OBJECTS) $(xfce4_clipman_LDADD) $(LIBS)
691
 
xfce4-clipman-settings$(EXEEXT): $(xfce4_clipman_settings_OBJECTS) $(xfce4_clipman_settings_DEPENDENCIES) 
 
705
xfce4-clipman-settings$(EXEEXT): $(xfce4_clipman_settings_OBJECTS) $(xfce4_clipman_settings_DEPENDENCIES) $(EXTRA_xfce4_clipman_settings_DEPENDENCIES) 
692
706
        @rm -f xfce4-clipman-settings$(EXEEXT)
693
707
        $(AM_V_CCLD)$(xfce4_clipman_settings_LINK) $(xfce4_clipman_settings_OBJECTS) $(xfce4_clipman_settings_LDADD) $(LIBS)
694
 
xfce4-popup-clipman$(EXEEXT): $(xfce4_popup_clipman_OBJECTS) $(xfce4_popup_clipman_DEPENDENCIES) 
 
708
xfce4-popup-clipman$(EXEEXT): $(xfce4_popup_clipman_OBJECTS) $(xfce4_popup_clipman_DEPENDENCIES) $(EXTRA_xfce4_popup_clipman_DEPENDENCIES) 
695
709
        @rm -f xfce4-popup-clipman$(EXEEXT)
696
710
        $(AM_V_CCLD)$(xfce4_popup_clipman_LINK) $(xfce4_popup_clipman_OBJECTS) $(xfce4_popup_clipman_LDADD) $(LIBS)
697
711
 
720
734
.c.o:
721
735
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
722
736
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
723
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
724
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
737
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
725
738
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
726
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
739
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
727
740
 
728
741
.c.obj:
729
742
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
730
743
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
731
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
732
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
744
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
733
745
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
734
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
746
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
735
747
 
736
748
.c.lo:
737
749
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
738
750
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
739
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
740
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
751
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
741
752
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
742
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
753
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
743
754
 
744
755
libclipman_la-main-panel-plugin.lo: main-panel-plugin.c
745
756
@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) $(libclipman_la_CFLAGS) $(CFLAGS) -MT libclipman_la-main-panel-plugin.lo -MD -MP -MF $(DEPDIR)/libclipman_la-main-panel-plugin.Tpo -c -o libclipman_la-main-panel-plugin.lo `test -f 'main-panel-plugin.c' || echo '$(srcdir)/'`main-panel-plugin.c
746
757
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libclipman_la-main-panel-plugin.Tpo $(DEPDIR)/libclipman_la-main-panel-plugin.Plo
747
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
748
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='main-panel-plugin.c' object='libclipman_la-main-panel-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 
758
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='main-panel-plugin.c' object='libclipman_la-main-panel-plugin.lo' libtool=yes @AMDEPBACKSLASH@
749
759
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
750
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclipman_la_CFLAGS) $(CFLAGS) -c -o libclipman_la-main-panel-plugin.lo `test -f 'main-panel-plugin.c' || echo '$(srcdir)/'`main-panel-plugin.c
 
760
@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) $(libclipman_la_CFLAGS) $(CFLAGS) -c -o libclipman_la-main-panel-plugin.lo `test -f 'main-panel-plugin.c' || echo '$(srcdir)/'`main-panel-plugin.c
751
761
 
752
762
libclipman_la-plugin.lo: plugin.c
753
763
@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) $(libclipman_la_CFLAGS) $(CFLAGS) -MT libclipman_la-plugin.lo -MD -MP -MF $(DEPDIR)/libclipman_la-plugin.Tpo -c -o libclipman_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
754
764
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libclipman_la-plugin.Tpo $(DEPDIR)/libclipman_la-plugin.Plo
755
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
756
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='plugin.c' object='libclipman_la-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 
765
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='plugin.c' object='libclipman_la-plugin.lo' libtool=yes @AMDEPBACKSLASH@
757
766
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
758
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclipman_la_CFLAGS) $(CFLAGS) -c -o libclipman_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
 
767
@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) $(libclipman_la_CFLAGS) $(CFLAGS) -c -o libclipman_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
759
768
 
760
769
libclipman_la-actions.lo: actions.c
761
770
@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) $(libclipman_la_CFLAGS) $(CFLAGS) -MT libclipman_la-actions.lo -MD -MP -MF $(DEPDIR)/libclipman_la-actions.Tpo -c -o libclipman_la-actions.lo `test -f 'actions.c' || echo '$(srcdir)/'`actions.c
762
771
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libclipman_la-actions.Tpo $(DEPDIR)/libclipman_la-actions.Plo
763
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
764
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='actions.c' object='libclipman_la-actions.lo' libtool=yes @AMDEPBACKSLASH@
 
772
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='actions.c' object='libclipman_la-actions.lo' libtool=yes @AMDEPBACKSLASH@
765
773
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
766
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclipman_la_CFLAGS) $(CFLAGS) -c -o libclipman_la-actions.lo `test -f 'actions.c' || echo '$(srcdir)/'`actions.c
 
774
@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) $(libclipman_la_CFLAGS) $(CFLAGS) -c -o libclipman_la-actions.lo `test -f 'actions.c' || echo '$(srcdir)/'`actions.c
767
775
 
768
776
libclipman_la-collector.lo: collector.c
769
777
@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) $(libclipman_la_CFLAGS) $(CFLAGS) -MT libclipman_la-collector.lo -MD -MP -MF $(DEPDIR)/libclipman_la-collector.Tpo -c -o libclipman_la-collector.lo `test -f 'collector.c' || echo '$(srcdir)/'`collector.c
770
778
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libclipman_la-collector.Tpo $(DEPDIR)/libclipman_la-collector.Plo
771
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
772
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='collector.c' object='libclipman_la-collector.lo' libtool=yes @AMDEPBACKSLASH@
 
779
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='collector.c' object='libclipman_la-collector.lo' libtool=yes @AMDEPBACKSLASH@
773
780
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
774
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclipman_la_CFLAGS) $(CFLAGS) -c -o libclipman_la-collector.lo `test -f 'collector.c' || echo '$(srcdir)/'`collector.c
 
781
@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) $(libclipman_la_CFLAGS) $(CFLAGS) -c -o libclipman_la-collector.lo `test -f 'collector.c' || echo '$(srcdir)/'`collector.c
775
782
 
776
783
libclipman_la-history.lo: history.c
777
784
@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) $(libclipman_la_CFLAGS) $(CFLAGS) -MT libclipman_la-history.lo -MD -MP -MF $(DEPDIR)/libclipman_la-history.Tpo -c -o libclipman_la-history.lo `test -f 'history.c' || echo '$(srcdir)/'`history.c
778
785
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libclipman_la-history.Tpo $(DEPDIR)/libclipman_la-history.Plo
779
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
780
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='history.c' object='libclipman_la-history.lo' libtool=yes @AMDEPBACKSLASH@
 
786
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='history.c' object='libclipman_la-history.lo' libtool=yes @AMDEPBACKSLASH@
781
787
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
782
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclipman_la_CFLAGS) $(CFLAGS) -c -o libclipman_la-history.lo `test -f 'history.c' || echo '$(srcdir)/'`history.c
 
788
@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) $(libclipman_la_CFLAGS) $(CFLAGS) -c -o libclipman_la-history.lo `test -f 'history.c' || echo '$(srcdir)/'`history.c
783
789
 
784
790
libclipman_la-menu.lo: menu.c
785
791
@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) $(libclipman_la_CFLAGS) $(CFLAGS) -MT libclipman_la-menu.lo -MD -MP -MF $(DEPDIR)/libclipman_la-menu.Tpo -c -o libclipman_la-menu.lo `test -f 'menu.c' || echo '$(srcdir)/'`menu.c
786
792
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libclipman_la-menu.Tpo $(DEPDIR)/libclipman_la-menu.Plo
787
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
788
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='menu.c' object='libclipman_la-menu.lo' libtool=yes @AMDEPBACKSLASH@
 
793
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='menu.c' object='libclipman_la-menu.lo' libtool=yes @AMDEPBACKSLASH@
789
794
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
790
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libclipman_la_CFLAGS) $(CFLAGS) -c -o libclipman_la-menu.lo `test -f 'menu.c' || echo '$(srcdir)/'`menu.c
 
795
@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) $(libclipman_la_CFLAGS) $(CFLAGS) -c -o libclipman_la-menu.lo `test -f 'menu.c' || echo '$(srcdir)/'`menu.c
791
796
 
792
797
xfce4_clipman-main-status-icon.o: main-status-icon.c
793
798
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -MT xfce4_clipman-main-status-icon.o -MD -MP -MF $(DEPDIR)/xfce4_clipman-main-status-icon.Tpo -c -o xfce4_clipman-main-status-icon.o `test -f 'main-status-icon.c' || echo '$(srcdir)/'`main-status-icon.c
794
799
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_clipman-main-status-icon.Tpo $(DEPDIR)/xfce4_clipman-main-status-icon.Po
795
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
796
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='main-status-icon.c' object='xfce4_clipman-main-status-icon.o' libtool=no @AMDEPBACKSLASH@
 
800
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='main-status-icon.c' object='xfce4_clipman-main-status-icon.o' libtool=no @AMDEPBACKSLASH@
797
801
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
798
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-main-status-icon.o `test -f 'main-status-icon.c' || echo '$(srcdir)/'`main-status-icon.c
 
802
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-main-status-icon.o `test -f 'main-status-icon.c' || echo '$(srcdir)/'`main-status-icon.c
799
803
 
800
804
xfce4_clipman-main-status-icon.obj: main-status-icon.c
801
805
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -MT xfce4_clipman-main-status-icon.obj -MD -MP -MF $(DEPDIR)/xfce4_clipman-main-status-icon.Tpo -c -o xfce4_clipman-main-status-icon.obj `if test -f 'main-status-icon.c'; then $(CYGPATH_W) 'main-status-icon.c'; else $(CYGPATH_W) '$(srcdir)/main-status-icon.c'; fi`
802
806
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_clipman-main-status-icon.Tpo $(DEPDIR)/xfce4_clipman-main-status-icon.Po
803
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
804
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='main-status-icon.c' object='xfce4_clipman-main-status-icon.obj' libtool=no @AMDEPBACKSLASH@
 
807
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='main-status-icon.c' object='xfce4_clipman-main-status-icon.obj' libtool=no @AMDEPBACKSLASH@
805
808
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
806
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-main-status-icon.obj `if test -f 'main-status-icon.c'; then $(CYGPATH_W) 'main-status-icon.c'; else $(CYGPATH_W) '$(srcdir)/main-status-icon.c'; fi`
 
809
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-main-status-icon.obj `if test -f 'main-status-icon.c'; then $(CYGPATH_W) 'main-status-icon.c'; else $(CYGPATH_W) '$(srcdir)/main-status-icon.c'; fi`
807
810
 
808
811
xfce4_clipman-plugin.o: plugin.c
809
812
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -MT xfce4_clipman-plugin.o -MD -MP -MF $(DEPDIR)/xfce4_clipman-plugin.Tpo -c -o xfce4_clipman-plugin.o `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
810
813
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_clipman-plugin.Tpo $(DEPDIR)/xfce4_clipman-plugin.Po
811
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
812
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='plugin.c' object='xfce4_clipman-plugin.o' libtool=no @AMDEPBACKSLASH@
 
814
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='plugin.c' object='xfce4_clipman-plugin.o' libtool=no @AMDEPBACKSLASH@
813
815
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
814
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-plugin.o `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
 
816
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-plugin.o `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
815
817
 
816
818
xfce4_clipman-plugin.obj: plugin.c
817
819
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -MT xfce4_clipman-plugin.obj -MD -MP -MF $(DEPDIR)/xfce4_clipman-plugin.Tpo -c -o xfce4_clipman-plugin.obj `if test -f 'plugin.c'; then $(CYGPATH_W) 'plugin.c'; else $(CYGPATH_W) '$(srcdir)/plugin.c'; fi`
818
820
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_clipman-plugin.Tpo $(DEPDIR)/xfce4_clipman-plugin.Po
819
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
820
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='plugin.c' object='xfce4_clipman-plugin.obj' libtool=no @AMDEPBACKSLASH@
 
821
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='plugin.c' object='xfce4_clipman-plugin.obj' libtool=no @AMDEPBACKSLASH@
821
822
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
822
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-plugin.obj `if test -f 'plugin.c'; then $(CYGPATH_W) 'plugin.c'; else $(CYGPATH_W) '$(srcdir)/plugin.c'; fi`
 
823
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-plugin.obj `if test -f 'plugin.c'; then $(CYGPATH_W) 'plugin.c'; else $(CYGPATH_W) '$(srcdir)/plugin.c'; fi`
823
824
 
824
825
xfce4_clipman-actions.o: actions.c
825
826
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -MT xfce4_clipman-actions.o -MD -MP -MF $(DEPDIR)/xfce4_clipman-actions.Tpo -c -o xfce4_clipman-actions.o `test -f 'actions.c' || echo '$(srcdir)/'`actions.c
826
827
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_clipman-actions.Tpo $(DEPDIR)/xfce4_clipman-actions.Po
827
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
828
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='actions.c' object='xfce4_clipman-actions.o' libtool=no @AMDEPBACKSLASH@
 
828
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='actions.c' object='xfce4_clipman-actions.o' libtool=no @AMDEPBACKSLASH@
829
829
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
830
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-actions.o `test -f 'actions.c' || echo '$(srcdir)/'`actions.c
 
830
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-actions.o `test -f 'actions.c' || echo '$(srcdir)/'`actions.c
831
831
 
832
832
xfce4_clipman-actions.obj: actions.c
833
833
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -MT xfce4_clipman-actions.obj -MD -MP -MF $(DEPDIR)/xfce4_clipman-actions.Tpo -c -o xfce4_clipman-actions.obj `if test -f 'actions.c'; then $(CYGPATH_W) 'actions.c'; else $(CYGPATH_W) '$(srcdir)/actions.c'; fi`
834
834
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_clipman-actions.Tpo $(DEPDIR)/xfce4_clipman-actions.Po
835
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
836
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='actions.c' object='xfce4_clipman-actions.obj' libtool=no @AMDEPBACKSLASH@
 
835
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='actions.c' object='xfce4_clipman-actions.obj' libtool=no @AMDEPBACKSLASH@
837
836
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
838
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-actions.obj `if test -f 'actions.c'; then $(CYGPATH_W) 'actions.c'; else $(CYGPATH_W) '$(srcdir)/actions.c'; fi`
 
837
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-actions.obj `if test -f 'actions.c'; then $(CYGPATH_W) 'actions.c'; else $(CYGPATH_W) '$(srcdir)/actions.c'; fi`
839
838
 
840
839
xfce4_clipman-collector.o: collector.c
841
840
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -MT xfce4_clipman-collector.o -MD -MP -MF $(DEPDIR)/xfce4_clipman-collector.Tpo -c -o xfce4_clipman-collector.o `test -f 'collector.c' || echo '$(srcdir)/'`collector.c
842
841
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_clipman-collector.Tpo $(DEPDIR)/xfce4_clipman-collector.Po
843
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
844
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='collector.c' object='xfce4_clipman-collector.o' libtool=no @AMDEPBACKSLASH@
 
842
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='collector.c' object='xfce4_clipman-collector.o' libtool=no @AMDEPBACKSLASH@
845
843
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
846
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-collector.o `test -f 'collector.c' || echo '$(srcdir)/'`collector.c
 
844
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-collector.o `test -f 'collector.c' || echo '$(srcdir)/'`collector.c
847
845
 
848
846
xfce4_clipman-collector.obj: collector.c
849
847
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -MT xfce4_clipman-collector.obj -MD -MP -MF $(DEPDIR)/xfce4_clipman-collector.Tpo -c -o xfce4_clipman-collector.obj `if test -f 'collector.c'; then $(CYGPATH_W) 'collector.c'; else $(CYGPATH_W) '$(srcdir)/collector.c'; fi`
850
848
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_clipman-collector.Tpo $(DEPDIR)/xfce4_clipman-collector.Po
851
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
852
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='collector.c' object='xfce4_clipman-collector.obj' libtool=no @AMDEPBACKSLASH@
 
849
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='collector.c' object='xfce4_clipman-collector.obj' libtool=no @AMDEPBACKSLASH@
853
850
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
854
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-collector.obj `if test -f 'collector.c'; then $(CYGPATH_W) 'collector.c'; else $(CYGPATH_W) '$(srcdir)/collector.c'; fi`
 
851
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-collector.obj `if test -f 'collector.c'; then $(CYGPATH_W) 'collector.c'; else $(CYGPATH_W) '$(srcdir)/collector.c'; fi`
855
852
 
856
853
xfce4_clipman-history.o: history.c
857
854
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -MT xfce4_clipman-history.o -MD -MP -MF $(DEPDIR)/xfce4_clipman-history.Tpo -c -o xfce4_clipman-history.o `test -f 'history.c' || echo '$(srcdir)/'`history.c
858
855
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_clipman-history.Tpo $(DEPDIR)/xfce4_clipman-history.Po
859
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
860
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='history.c' object='xfce4_clipman-history.o' libtool=no @AMDEPBACKSLASH@
 
856
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='history.c' object='xfce4_clipman-history.o' libtool=no @AMDEPBACKSLASH@
861
857
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
862
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-history.o `test -f 'history.c' || echo '$(srcdir)/'`history.c
 
858
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-history.o `test -f 'history.c' || echo '$(srcdir)/'`history.c
863
859
 
864
860
xfce4_clipman-history.obj: history.c
865
861
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -MT xfce4_clipman-history.obj -MD -MP -MF $(DEPDIR)/xfce4_clipman-history.Tpo -c -o xfce4_clipman-history.obj `if test -f 'history.c'; then $(CYGPATH_W) 'history.c'; else $(CYGPATH_W) '$(srcdir)/history.c'; fi`
866
862
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_clipman-history.Tpo $(DEPDIR)/xfce4_clipman-history.Po
867
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
868
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='history.c' object='xfce4_clipman-history.obj' libtool=no @AMDEPBACKSLASH@
 
863
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='history.c' object='xfce4_clipman-history.obj' libtool=no @AMDEPBACKSLASH@
869
864
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
870
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-history.obj `if test -f 'history.c'; then $(CYGPATH_W) 'history.c'; else $(CYGPATH_W) '$(srcdir)/history.c'; fi`
 
865
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-history.obj `if test -f 'history.c'; then $(CYGPATH_W) 'history.c'; else $(CYGPATH_W) '$(srcdir)/history.c'; fi`
871
866
 
872
867
xfce4_clipman-menu.o: menu.c
873
868
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -MT xfce4_clipman-menu.o -MD -MP -MF $(DEPDIR)/xfce4_clipman-menu.Tpo -c -o xfce4_clipman-menu.o `test -f 'menu.c' || echo '$(srcdir)/'`menu.c
874
869
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_clipman-menu.Tpo $(DEPDIR)/xfce4_clipman-menu.Po
875
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
876
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='menu.c' object='xfce4_clipman-menu.o' libtool=no @AMDEPBACKSLASH@
 
870
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='menu.c' object='xfce4_clipman-menu.o' libtool=no @AMDEPBACKSLASH@
877
871
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
878
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-menu.o `test -f 'menu.c' || echo '$(srcdir)/'`menu.c
 
872
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-menu.o `test -f 'menu.c' || echo '$(srcdir)/'`menu.c
879
873
 
880
874
xfce4_clipman-menu.obj: menu.c
881
875
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -MT xfce4_clipman-menu.obj -MD -MP -MF $(DEPDIR)/xfce4_clipman-menu.Tpo -c -o xfce4_clipman-menu.obj `if test -f 'menu.c'; then $(CYGPATH_W) 'menu.c'; else $(CYGPATH_W) '$(srcdir)/menu.c'; fi`
882
876
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_clipman-menu.Tpo $(DEPDIR)/xfce4_clipman-menu.Po
883
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
884
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='menu.c' object='xfce4_clipman-menu.obj' libtool=no @AMDEPBACKSLASH@
 
877
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='menu.c' object='xfce4_clipman-menu.obj' libtool=no @AMDEPBACKSLASH@
885
878
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
886
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-menu.obj `if test -f 'menu.c'; then $(CYGPATH_W) 'menu.c'; else $(CYGPATH_W) '$(srcdir)/menu.c'; fi`
 
879
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_clipman-menu.obj `if test -f 'menu.c'; then $(CYGPATH_W) 'menu.c'; else $(CYGPATH_W) '$(srcdir)/menu.c'; fi`
887
880
 
888
881
xfce4_clipman_settings-xfce4-clipman-settings.o: xfce4-clipman-settings.c
889
882
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_settings_CFLAGS) $(CFLAGS) -MT xfce4_clipman_settings-xfce4-clipman-settings.o -MD -MP -MF $(DEPDIR)/xfce4_clipman_settings-xfce4-clipman-settings.Tpo -c -o xfce4_clipman_settings-xfce4-clipman-settings.o `test -f 'xfce4-clipman-settings.c' || echo '$(srcdir)/'`xfce4-clipman-settings.c
890
883
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_clipman_settings-xfce4-clipman-settings.Tpo $(DEPDIR)/xfce4_clipman_settings-xfce4-clipman-settings.Po
891
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
892
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xfce4-clipman-settings.c' object='xfce4_clipman_settings-xfce4-clipman-settings.o' libtool=no @AMDEPBACKSLASH@
 
884
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='xfce4-clipman-settings.c' object='xfce4_clipman_settings-xfce4-clipman-settings.o' libtool=no @AMDEPBACKSLASH@
893
885
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
894
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_settings_CFLAGS) $(CFLAGS) -c -o xfce4_clipman_settings-xfce4-clipman-settings.o `test -f 'xfce4-clipman-settings.c' || echo '$(srcdir)/'`xfce4-clipman-settings.c
 
886
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_settings_CFLAGS) $(CFLAGS) -c -o xfce4_clipman_settings-xfce4-clipman-settings.o `test -f 'xfce4-clipman-settings.c' || echo '$(srcdir)/'`xfce4-clipman-settings.c
895
887
 
896
888
xfce4_clipman_settings-xfce4-clipman-settings.obj: xfce4-clipman-settings.c
897
889
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_settings_CFLAGS) $(CFLAGS) -MT xfce4_clipman_settings-xfce4-clipman-settings.obj -MD -MP -MF $(DEPDIR)/xfce4_clipman_settings-xfce4-clipman-settings.Tpo -c -o xfce4_clipman_settings-xfce4-clipman-settings.obj `if test -f 'xfce4-clipman-settings.c'; then $(CYGPATH_W) 'xfce4-clipman-settings.c'; else $(CYGPATH_W) '$(srcdir)/xfce4-clipman-settings.c'; fi`
898
890
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_clipman_settings-xfce4-clipman-settings.Tpo $(DEPDIR)/xfce4_clipman_settings-xfce4-clipman-settings.Po
899
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
900
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xfce4-clipman-settings.c' object='xfce4_clipman_settings-xfce4-clipman-settings.obj' libtool=no @AMDEPBACKSLASH@
 
891
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='xfce4-clipman-settings.c' object='xfce4_clipman_settings-xfce4-clipman-settings.obj' libtool=no @AMDEPBACKSLASH@
901
892
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
902
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_settings_CFLAGS) $(CFLAGS) -c -o xfce4_clipman_settings-xfce4-clipman-settings.obj `if test -f 'xfce4-clipman-settings.c'; then $(CYGPATH_W) 'xfce4-clipman-settings.c'; else $(CYGPATH_W) '$(srcdir)/xfce4-clipman-settings.c'; fi`
 
893
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_settings_CFLAGS) $(CFLAGS) -c -o xfce4_clipman_settings-xfce4-clipman-settings.obj `if test -f 'xfce4-clipman-settings.c'; then $(CYGPATH_W) 'xfce4-clipman-settings.c'; else $(CYGPATH_W) '$(srcdir)/xfce4-clipman-settings.c'; fi`
903
894
 
904
895
xfce4_clipman_settings-actions.o: actions.c
905
896
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_settings_CFLAGS) $(CFLAGS) -MT xfce4_clipman_settings-actions.o -MD -MP -MF $(DEPDIR)/xfce4_clipman_settings-actions.Tpo -c -o xfce4_clipman_settings-actions.o `test -f 'actions.c' || echo '$(srcdir)/'`actions.c
906
897
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_clipman_settings-actions.Tpo $(DEPDIR)/xfce4_clipman_settings-actions.Po
907
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
908
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='actions.c' object='xfce4_clipman_settings-actions.o' libtool=no @AMDEPBACKSLASH@
 
898
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='actions.c' object='xfce4_clipman_settings-actions.o' libtool=no @AMDEPBACKSLASH@
909
899
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
910
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_settings_CFLAGS) $(CFLAGS) -c -o xfce4_clipman_settings-actions.o `test -f 'actions.c' || echo '$(srcdir)/'`actions.c
 
900
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_settings_CFLAGS) $(CFLAGS) -c -o xfce4_clipman_settings-actions.o `test -f 'actions.c' || echo '$(srcdir)/'`actions.c
911
901
 
912
902
xfce4_clipman_settings-actions.obj: actions.c
913
903
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_settings_CFLAGS) $(CFLAGS) -MT xfce4_clipman_settings-actions.obj -MD -MP -MF $(DEPDIR)/xfce4_clipman_settings-actions.Tpo -c -o xfce4_clipman_settings-actions.obj `if test -f 'actions.c'; then $(CYGPATH_W) 'actions.c'; else $(CYGPATH_W) '$(srcdir)/actions.c'; fi`
914
904
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_clipman_settings-actions.Tpo $(DEPDIR)/xfce4_clipman_settings-actions.Po
915
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
916
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='actions.c' object='xfce4_clipman_settings-actions.obj' libtool=no @AMDEPBACKSLASH@
 
905
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='actions.c' object='xfce4_clipman_settings-actions.obj' libtool=no @AMDEPBACKSLASH@
917
906
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
918
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_settings_CFLAGS) $(CFLAGS) -c -o xfce4_clipman_settings-actions.obj `if test -f 'actions.c'; then $(CYGPATH_W) 'actions.c'; else $(CYGPATH_W) '$(srcdir)/actions.c'; fi`
 
907
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_clipman_settings_CFLAGS) $(CFLAGS) -c -o xfce4_clipman_settings-actions.obj `if test -f 'actions.c'; then $(CYGPATH_W) 'actions.c'; else $(CYGPATH_W) '$(srcdir)/actions.c'; fi`
919
908
 
920
909
xfce4_popup_clipman-xfce4-popup-clipman.o: xfce4-popup-clipman.c
921
910
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_popup_clipman_CFLAGS) $(CFLAGS) -MT xfce4_popup_clipman-xfce4-popup-clipman.o -MD -MP -MF $(DEPDIR)/xfce4_popup_clipman-xfce4-popup-clipman.Tpo -c -o xfce4_popup_clipman-xfce4-popup-clipman.o `test -f 'xfce4-popup-clipman.c' || echo '$(srcdir)/'`xfce4-popup-clipman.c
922
911
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_popup_clipman-xfce4-popup-clipman.Tpo $(DEPDIR)/xfce4_popup_clipman-xfce4-popup-clipman.Po
923
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
924
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xfce4-popup-clipman.c' object='xfce4_popup_clipman-xfce4-popup-clipman.o' libtool=no @AMDEPBACKSLASH@
 
912
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='xfce4-popup-clipman.c' object='xfce4_popup_clipman-xfce4-popup-clipman.o' libtool=no @AMDEPBACKSLASH@
925
913
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
926
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_popup_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_popup_clipman-xfce4-popup-clipman.o `test -f 'xfce4-popup-clipman.c' || echo '$(srcdir)/'`xfce4-popup-clipman.c
 
914
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_popup_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_popup_clipman-xfce4-popup-clipman.o `test -f 'xfce4-popup-clipman.c' || echo '$(srcdir)/'`xfce4-popup-clipman.c
927
915
 
928
916
xfce4_popup_clipman-xfce4-popup-clipman.obj: xfce4-popup-clipman.c
929
917
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_popup_clipman_CFLAGS) $(CFLAGS) -MT xfce4_popup_clipman-xfce4-popup-clipman.obj -MD -MP -MF $(DEPDIR)/xfce4_popup_clipman-xfce4-popup-clipman.Tpo -c -o xfce4_popup_clipman-xfce4-popup-clipman.obj `if test -f 'xfce4-popup-clipman.c'; then $(CYGPATH_W) 'xfce4-popup-clipman.c'; else $(CYGPATH_W) '$(srcdir)/xfce4-popup-clipman.c'; fi`
930
918
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfce4_popup_clipman-xfce4-popup-clipman.Tpo $(DEPDIR)/xfce4_popup_clipman-xfce4-popup-clipman.Po
931
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
932
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xfce4-popup-clipman.c' object='xfce4_popup_clipman-xfce4-popup-clipman.obj' libtool=no @AMDEPBACKSLASH@
 
919
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='xfce4-popup-clipman.c' object='xfce4_popup_clipman-xfce4-popup-clipman.obj' libtool=no @AMDEPBACKSLASH@
933
920
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
934
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_popup_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_popup_clipman-xfce4-popup-clipman.obj `if test -f 'xfce4-popup-clipman.c'; then $(CYGPATH_W) 'xfce4-popup-clipman.c'; else $(CYGPATH_W) '$(srcdir)/xfce4-popup-clipman.c'; fi`
 
921
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_popup_clipman_CFLAGS) $(CFLAGS) -c -o xfce4_popup_clipman-xfce4-popup-clipman.obj `if test -f 'xfce4-popup-clipman.c'; then $(CYGPATH_W) 'xfce4-popup-clipman.c'; else $(CYGPATH_W) '$(srcdir)/xfce4-popup-clipman.c'; fi`
935
922
 
936
923
mostlyclean-libtool:
937
924
        -rm -f *.lo
955
942
        @$(NORMAL_UNINSTALL)
956
943
        @list='$(actions_DATA)'; test -n "$(actionsdir)" || list=; \
957
944
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
958
 
        test -n "$$files" || exit 0; \
959
 
        echo " ( cd '$(DESTDIR)$(actionsdir)' && rm -f" $$files ")"; \
960
 
        cd "$(DESTDIR)$(actionsdir)" && rm -f $$files
 
945
        dir='$(DESTDIR)$(actionsdir)'; $(am__uninstall_files_from_dir)
961
946
install-appsDATA: $(apps_DATA)
962
947
        @$(NORMAL_INSTALL)
963
948
        test -z "$(appsdir)" || $(MKDIR_P) "$(DESTDIR)$(appsdir)"
975
960
        @$(NORMAL_UNINSTALL)
976
961
        @list='$(apps_DATA)'; test -n "$(appsdir)" || list=; \
977
962
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
978
 
        test -n "$$files" || exit 0; \
979
 
        echo " ( cd '$(DESTDIR)$(appsdir)' && rm -f" $$files ")"; \
980
 
        cd "$(DESTDIR)$(appsdir)" && rm -f $$files
 
963
        dir='$(DESTDIR)$(appsdir)'; $(am__uninstall_files_from_dir)
981
964
install-autostartDATA: $(autostart_DATA)
982
965
        @$(NORMAL_INSTALL)
983
966
        test -z "$(autostartdir)" || $(MKDIR_P) "$(DESTDIR)$(autostartdir)"
995
978
        @$(NORMAL_UNINSTALL)
996
979
        @list='$(autostart_DATA)'; test -n "$(autostartdir)" || list=; \
997
980
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
998
 
        test -n "$$files" || exit 0; \
999
 
        echo " ( cd '$(DESTDIR)$(autostartdir)' && rm -f" $$files ")"; \
1000
 
        cd "$(DESTDIR)$(autostartdir)" && rm -f $$files
 
981
        dir='$(DESTDIR)$(autostartdir)'; $(am__uninstall_files_from_dir)
1001
982
install-pluginsDATA: $(plugins_DATA)
1002
983
        @$(NORMAL_INSTALL)
1003
984
        test -z "$(pluginsdir)" || $(MKDIR_P) "$(DESTDIR)$(pluginsdir)"
1015
996
        @$(NORMAL_UNINSTALL)
1016
997
        @list='$(plugins_DATA)'; test -n "$(pluginsdir)" || list=; \
1017
998
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1018
 
        test -n "$$files" || exit 0; \
1019
 
        echo " ( cd '$(DESTDIR)$(pluginsdir)' && rm -f" $$files ")"; \
1020
 
        cd "$(DESTDIR)$(pluginsdir)" && rm -f $$files
 
999
        dir='$(DESTDIR)$(pluginsdir)'; $(am__uninstall_files_from_dir)
1021
1000
 
1022
1001
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1023
1002
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1120
1099
 
1121
1100
installcheck: installcheck-am
1122
1101
install-strip:
1123
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1124
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1125
 
          `test -z '$(STRIP)' || \
1126
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
1102
        if test -z '$(STRIP)'; then \
 
1103
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1104
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1105
              install; \
 
1106
        else \
 
1107
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1108
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1109
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
1110
        fi
1127
1111
mostlyclean-generic:
1128
1112
 
1129
1113
clean-generic: