~ubuntu-branches/debian/jessie/cheese/jessie

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-05-04 17:37:18 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100504173718-k2rx3nryi4vd0xyx
Tags: 2.30.1-1
* New upstream release.
  - HAL dependency has been dropped. Use (g)udev for v4l capability probing
    on Linux. Closes: #573774
  - Split code into separate libraries.
* debian/control.in
  - Drop Build-Depends on libhal-dev.
  - Drop Build-Depends on libebook1.2-dev.
  - Bump Build-Depends on libgtk2.0-dev to (>= 2.19.1).
  - Bump Build-Depends on libgstreamer*-dev to (>= 0.10.23).
  - Add Build-Depends on libcanberra-gtk-dev.
  - Add Build-Depends on libxtst-dev.
  - Add Build-Depends on libgudev-1.0-dev on Linux.
  - Bump Standards-Version to 3.8.4. No further changes.
* Switch to source format 3.0 (quilt)
  - Add debian/source/format.
* debian/rules
  - Drop lpia specific configure flags, lpia is dead.
* Update package layout (based on work by Ubuntu)
  - Move data files into new cheese-common package.
  - Keep binary along with its desktop and dbus service file in the cheese
    package.
  - Add libcheese-gtk18 and libcheese-gtk-dev package for the new
    libcheese-gtk library. Use a symbols file for improved shlibs
    dependencies.
  - Add Conflicts/Replaces to cheese-common to ensure proper upgrades from
    previous versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
14
14
# PARTICULAR PURPOSE.
15
15
 
16
16
@SET_MAKE@
 
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
19
20
pkgincludedir = $(includedir)/@PACKAGE@
36
37
subdir = .
37
38
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
39
        $(srcdir)/Makefile.in $(srcdir)/cheese-config.h.in \
39
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
40
 
        config.guess config.sub depcomp install-sh ltmain.sh missing \
41
 
        mkinstalldirs
 
40
        $(srcdir)/cheese-gtk.pc.in $(top_srcdir)/configure AUTHORS \
 
41
        COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
 
42
        install-sh ltmain.sh missing mkinstalldirs
42
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
44
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
44
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
48
 configure.lineno config.status.lineno
48
49
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49
50
CONFIG_HEADER = cheese-config.h
50
 
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_FILES = cheese-gtk.pc
51
52
CONFIG_CLEAN_VPATH_FILES =
52
53
AM_V_GEN = $(am__v_GEN_$(V))
53
54
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
64
65
        install-pdf-recursive install-ps-recursive install-recursive \
65
66
        installcheck-recursive installdirs-recursive pdf-recursive \
66
67
        ps-recursive uninstall-recursive
 
68
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
69
am__vpath_adj = case $$p in \
 
70
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
71
    *) f=$$p;; \
 
72
  esac;
 
73
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
74
am__install_max = 40
 
75
am__nobase_strip_setup = \
 
76
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
77
am__nobase_strip = \
 
78
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
79
am__nobase_list = $(am__nobase_strip_setup); \
 
80
  for p in $$list; do echo "$$p $$p"; done | \
 
81
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
82
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
83
    if (++n[$$2] == $(am__install_max)) \
 
84
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
85
    END { for (dir in files) print dir, files[dir] }'
 
86
am__base_list = \
 
87
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
88
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
89
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
 
90
DATA = $(pkgconfig_DATA)
67
91
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
68
92
  distclean-recursive maintainer-clean-recursive
69
93
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
125
149
CFLAGS = @CFLAGS@
126
150
CHEESE_CFLAGS = @CHEESE_CFLAGS@
127
151
CHEESE_LIBS = @CHEESE_LIBS@
 
152
CHEESE_LT_VERSION = @CHEESE_LT_VERSION@
128
153
CPP = @CPP@
129
154
CPPFLAGS = @CPPFLAGS@
130
155
CYGPATH_W = @CYGPATH_W@
132
157
DEFS = @DEFS@
133
158
DEPDIR = @DEPDIR@
134
159
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
135
 
DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper
 
160
DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc
136
161
DOC_USER_FORMATS = @DOC_USER_FORMATS@
137
162
DSYMUTIL = @DSYMUTIL@
138
163
DUMPBIN = @DUMPBIN@
147
172
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
148
173
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
149
174
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
175
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
176
GLIB_MKENUMS = @GLIB_MKENUMS@
150
177
GMOFILES = @GMOFILES@
151
178
GMSGFMT = @GMSGFMT@
152
179
GREP = @GREP@
 
180
GTKDOC_CHECK = @GTKDOC_CHECK@
 
181
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
182
GTKDOC_REBASE = @GTKDOC_REBASE@
153
183
HELP_DIR = @HELP_DIR@
 
184
HTML_DIR = @HTML_DIR@
154
185
INSTALL = @INSTALL@
155
186
INSTALL_DATA = @INSTALL_DATA@
156
187
INSTALL_PROGRAM = @INSTALL_PROGRAM@
182
213
OBJDUMP = @OBJDUMP@
183
214
OBJEXT = @OBJEXT@
184
215
OMF_DIR = @OMF_DIR@
 
216
OS_LINUX = @OS_LINUX@
185
217
OTOOL = @OTOOL@
186
218
OTOOL64 = @OTOOL64@
187
219
PACKAGE = @PACKAGE@
202
234
SET_MAKE = @SET_MAKE@
203
235
SHELL = @SHELL@
204
236
STRIP = @STRIP@
 
237
UDEV_CFLAGS = @UDEV_CFLAGS@
 
238
UDEV_LIBS = @UDEV_LIBS@
205
239
USE_NLS = @USE_NLS@
206
240
VERSION = @VERSION@
207
241
WARN_CFLAGS = @WARN_CFLAGS@
208
242
XGETTEXT = @XGETTEXT@
 
243
XTEST_LIBS = @XTEST_LIBS@
209
244
abs_builddir = @abs_builddir@
210
245
abs_srcdir = @abs_srcdir@
211
246
abs_top_builddir = @abs_top_builddir@
258
293
top_build_prefix = @top_build_prefix@
259
294
top_builddir = @top_builddir@
260
295
top_srcdir = @top_srcdir@
261
 
SUBDIRS = src po data help
 
296
SUBDIRS = libcheese src tests po data help docs
262
297
EXTRA_DIST = \
263
298
        $(cheesedoc_DATA)       \
264
299
        gnome-doc-utils.make\
265
300
        ChangeLog.pre-git
266
301
 
 
302
CLEANFILES = cheese-gtk.pc
267
303
DISTCLEANFILES = \
268
304
        gnome-doc-utils.make
269
305
 
 
306
pkgconfigdir = $(libdir)/pkgconfig
 
307
pkgconfig_DATA = cheese-gtk.pc
270
308
CHANGELOG_START = 2.26.0
271
309
all: cheese-config.h
272
310
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
323
361
 
324
362
distclean-hdr:
325
363
        -rm -f cheese-config.h stamp-h1
 
364
cheese-gtk.pc: $(top_builddir)/config.status $(srcdir)/cheese-gtk.pc.in
 
365
        cd $(top_builddir) && $(SHELL) ./config.status $@
326
366
 
327
367
mostlyclean-libtool:
328
368
        -rm -f *.lo
332
372
 
333
373
distclean-libtool:
334
374
        -rm -f libtool config.lt
 
375
install-pkgconfigDATA: $(pkgconfig_DATA)
 
376
        @$(NORMAL_INSTALL)
 
377
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
 
378
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
379
        for p in $$list; do \
 
380
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
381
          echo "$$d$$p"; \
 
382
        done | $(am__base_list) | \
 
383
        while read files; do \
 
384
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
385
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
 
386
        done
 
387
 
 
388
uninstall-pkgconfigDATA:
 
389
        @$(NORMAL_UNINSTALL)
 
390
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
391
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
392
        test -n "$$files" || exit 0; \
 
393
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
394
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
335
395
 
336
396
# This directory's subdirectories are mostly independent; you can cd
337
397
# into them and run `make' without going through this Makefile.
340
400
#     (which will cause the Makefiles to be regenerated when you run `make');
341
401
# (2) otherwise, pass the desired values on the `make' command line.
342
402
$(RECURSIVE_TARGETS):
343
 
        @failcom='exit 1'; \
 
403
        @fail= failcom='exit 1'; \
344
404
        for f in x $$MAKEFLAGS; do \
345
405
          case $$f in \
346
406
            *=* | --[!k]*);; \
365
425
        fi; test -z "$$fail"
366
426
 
367
427
$(RECURSIVE_CLEAN_TARGETS):
368
 
        @failcom='exit 1'; \
 
428
        @fail= failcom='exit 1'; \
369
429
        for f in x $$MAKEFLAGS; do \
370
430
          case $$f in \
371
431
            *=* | --[!k]*);; \
532
592
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
533
593
          dist-hook
534
594
        -test -n "$(am__skip_mode_fix)" \
535
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
595
        || find "$(distdir)" -type d ! -perm -755 \
 
596
                -exec chmod u+rwx,go+rx {} \; -o \
536
597
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
537
598
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
538
599
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
576
637
distcheck: dist
577
638
        case '$(DIST_ARCHIVES)' in \
578
639
        *.tar.gz*) \
579
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
640
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
580
641
        *.tar.bz2*) \
581
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
642
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
582
643
        *.tar.lzma*) \
583
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
644
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
584
645
        *.tar.xz*) \
585
646
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
586
647
        *.tar.Z*) \
587
648
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
588
649
        *.shar.gz*) \
589
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
650
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
590
651
        *.zip*) \
591
652
          unzip $(distdir).zip ;;\
592
653
        esac
647
708
               exit 1; } >&2
648
709
check-am: all-am
649
710
check: check-recursive
650
 
all-am: Makefile cheese-config.h
 
711
all-am: Makefile $(DATA) cheese-config.h
651
712
installdirs: installdirs-recursive
652
713
installdirs-am:
 
714
        for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
 
715
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
716
        done
653
717
install: install-recursive
654
718
install-exec: install-exec-recursive
655
719
install-data: install-data-recursive
667
731
mostlyclean-generic:
668
732
 
669
733
clean-generic:
 
734
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
670
735
 
671
736
distclean-generic:
672
737
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
698
763
 
699
764
info-am:
700
765
 
701
 
install-data-am:
 
766
install-data-am: install-pkgconfigDATA
702
767
 
703
768
install-dvi: install-dvi-recursive
704
769
 
744
809
 
745
810
ps-am:
746
811
 
747
 
uninstall-am:
 
812
uninstall-am: uninstall-pkgconfigDATA
748
813
 
749
814
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
750
815
        ctags-recursive install-am install-strip tags-recursive
759
824
        install install-am install-data install-data-am install-dvi \
760
825
        install-dvi-am install-exec install-exec-am install-html \
761
826
        install-html-am install-info install-info-am install-man \
762
 
        install-pdf install-pdf-am install-ps install-ps-am \
763
 
        install-strip installcheck installcheck-am installdirs \
764
 
        installdirs-am maintainer-clean maintainer-clean-generic \
765
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
766
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
827
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
 
828
        install-ps-am install-strip installcheck installcheck-am \
 
829
        installdirs installdirs-am maintainer-clean \
 
830
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
831
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
832
        uninstall uninstall-am uninstall-pkgconfigDATA
767
833
 
768
834
 
769
835
dist-hook: