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

« back to all changes in this revision

Viewing changes to 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.
38
38
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
39
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40
40
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
41
 
        TODO compile config.guess config.sub depcomp install-sh \
42
 
        ltmain.sh missing mkinstalldirs
 
41
        compile config.guess config.sub depcomp install-sh ltmain.sh \
 
42
        missing mkinstalldirs
43
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
44
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
50
CONFIG_HEADER = config.h
51
51
CONFIG_CLEAN_FILES =
52
52
CONFIG_CLEAN_VPATH_FILES =
53
 
AM_V_GEN = $(am__v_GEN_$(V))
54
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
53
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
54
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
55
55
am__v_GEN_0 = @echo "  GEN   " $@;
56
 
AM_V_at = $(am__v_at_$(V))
57
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
56
AM_V_at = $(am__v_at_@AM_V@)
 
57
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
58
58
am__v_at_0 = @
59
59
SOURCES =
60
60
DIST_SOURCES =
77
77
distdir = $(PACKAGE)-$(VERSION)
78
78
top_distdir = $(distdir)
79
79
am__remove_distdir = \
80
 
  { test ! -d "$(distdir)" \
81
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
82
 
         && rm -fr "$(distdir)"; }; }
 
80
  if test -d "$(distdir)"; then \
 
81
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
82
      && rm -rf "$(distdir)" \
 
83
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
84
  else :; fi
83
85
am__relativize = \
84
86
  dir0=`pwd`; \
85
87
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
108
110
GZIP_ENV = --best
109
111
DIST_ARCHIVES = $(distdir).tar.bz2
110
112
distuninstallcheck_listfiles = find . -type f -print
 
113
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
114
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
111
115
distcleancheck_listfiles = find . -type f -print
112
116
ACLOCAL = @ACLOCAL@
113
117
ALL_LINGUAS = @ALL_LINGUAS@
178
182
INTLTOOL_MERGE = @INTLTOOL_MERGE@
179
183
INTLTOOL_PERL = @INTLTOOL_PERL@
180
184
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
185
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
186
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
187
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
188
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
181
189
ITSTOOL = @ITSTOOL@
182
190
LD = @LD@
183
191
LDFLAGS = @LDFLAGS@
294
302
includedir = @includedir@
295
303
infodir = @infodir@
296
304
install_sh = @install_sh@
 
305
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
306
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
297
307
libdir = @libdir@
298
308
libexecdir = @libexecdir@
299
309
localedir = @localedir@
320
330
NULL = 
321
331
SUBDIRS = \
322
332
        icons                                                           \
323
 
        daemon                                                          \
 
333
        x11-clipboard-manager                                           \
324
334
        panel-plugin                                                    \
325
335
        tests                                                           \
326
336
        po                                                              \
368
378
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
369
379
 
370
380
.SUFFIXES:
371
 
am--refresh:
 
381
am--refresh: Makefile
372
382
        @:
373
383
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
374
384
        @for dep in $?; do \
404
414
$(am__aclocal_m4_deps):
405
415
 
406
416
config.h: stamp-h1
407
 
        @if test ! -f $@; then \
408
 
          rm -f stamp-h1; \
409
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
410
 
        else :; fi
 
417
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
418
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
411
419
 
412
420
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
413
421
        @rm -f stamp-h1
635
643
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
636
644
        $(am__remove_distdir)
637
645
dist-bzip2: distdir
638
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
646
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
647
        $(am__remove_distdir)
 
648
 
 
649
dist-lzip: distdir
 
650
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
639
651
        $(am__remove_distdir)
640
652
 
641
653
dist-lzma: distdir
643
655
        $(am__remove_distdir)
644
656
 
645
657
dist-xz: distdir
646
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
658
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
647
659
        $(am__remove_distdir)
648
660
 
649
661
dist-tarZ: distdir
660
672
        $(am__remove_distdir)
661
673
 
662
674
dist dist-all: distdir
663
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
675
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
664
676
        $(am__remove_distdir)
665
677
 
666
678
# This target untars the dist file and tries a VPATH configuration.  Then
674
686
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
675
687
        *.tar.lzma*) \
676
688
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
689
        *.tar.lz*) \
 
690
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
677
691
        *.tar.xz*) \
678
692
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
679
693
        *.tar.Z*) \
693
707
          && am__cwd=`pwd` \
694
708
          && $(am__cd) $(distdir)/_build \
695
709
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
710
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
696
711
            $(DISTCHECK_CONFIGURE_FLAGS) \
697
712
          && $(MAKE) $(AM_MAKEFLAGS) \
698
713
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
721
736
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
722
737
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
723
738
distuninstallcheck:
724
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
725
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
739
        @test -n '$(distuninstallcheck_dir)' || { \
 
740
          echo 'ERROR: trying to run $@ with an empty' \
 
741
               '$$(distuninstallcheck_dir)' >&2; \
 
742
          exit 1; \
 
743
        }; \
 
744
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
745
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
746
          exit 1; \
 
747
        }; \
 
748
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
726
749
           || { echo "ERROR: files left after uninstall:" ; \
727
750
                if test -n "$(DESTDIR)"; then \
728
751
                  echo "  (check DESTDIR support)"; \
753
776
 
754
777
installcheck: installcheck-recursive
755
778
install-strip:
756
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
757
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
758
 
          `test -z '$(STRIP)' || \
759
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
779
        if test -z '$(STRIP)'; then \
 
780
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
781
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
782
              install; \
 
783
        else \
 
784
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
785
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
786
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
787
        fi
760
788
mostlyclean-generic:
761
789
 
762
790
clean-generic:
846
874
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
847
875
        all all-am am--refresh check check-am clean clean-generic \
848
876
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
849
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
850
 
        distcheck distclean distclean-generic distclean-hdr \
 
877
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
878
        dist-zip distcheck distclean distclean-generic distclean-hdr \
851
879
        distclean-libtool distclean-local distclean-tags \
852
880
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
853
881
        html-am info info-am install install-am install-data \