~ubuntu-branches/ubuntu/edgy/gnome-media/edgy

« back to all changes in this revision

Viewing changes to gnome-cd/images/None/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-06-26 19:50:47 UTC
  • mfrom: (0.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060626195047-cyr0btjfd5egaroc
Tags: 2.14.2-1ubuntu1
* Sync with Debian
* debian/control.in:
  - Build-Depends on liblaunchpad-integration-dev
* debian/patches/01_lpi.patch:
  - launchpad-integration
* debian/patches/03_menu_changes.patch:
  - replace cddb-menu.patch, mask gnome-volume-control (can be opened from
    the panel), gstreamer-properties, recording/volume monitor,
    gnome-cd (sound-juicer does this job) (MenusRevisited)
* debian/patches/06_autoconf.patch:
  - update configure    

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
21
21
pkglibdir = $(libdir)/@PACKAGE@
22
22
pkgincludedir = $(includedir)/@PACKAGE@
23
23
top_builddir = ../../..
 
24
 
24
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
26
INSTALL = @INSTALL@
26
27
install_sh_DATA = $(install_sh) -c -m 644
34
35
NORMAL_UNINSTALL = :
35
36
PRE_UNINSTALL = :
36
37
POST_UNINSTALL = :
37
 
build_triplet = @build@
38
38
host_triplet = @host@
39
 
subdir = gnome-cd/images/None
40
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
43
 
        $(top_srcdir)/m4/as-version.m4 $(top_srcdir)/acinclude.m4 \
44
 
        $(top_srcdir)/configure.in
45
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
 
        $(ACLOCAL_M4)
47
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48
 
CONFIG_HEADER = $(top_builddir)/config.h
49
 
CONFIG_CLEAN_FILES =
50
 
SOURCES =
51
 
DIST_SOURCES =
52
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53
 
am__vpath_adj = case $$p in \
54
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55
 
    *) f=$$p;; \
56
 
  esac;
57
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
58
 
am__installdirs = "$(DESTDIR)$(pixmapdir)"
59
 
pixmapDATA_INSTALL = $(INSTALL_DATA)
60
 
DATA = $(pixmap_DATA)
61
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
62
39
ACLOCAL = @ACLOCAL@
63
40
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
41
ALL_LINGUAS = @ALL_LINGUAS@
64
42
AMDEP_FALSE = @AMDEP_FALSE@
65
43
AMDEP_TRUE = @AMDEP_TRUE@
66
44
AMTAR = @AMTAR@
235
213
am__include = @am__include@
236
214
am__leading_dot = @am__leading_dot@
237
215
am__quote = @am__quote@
238
 
am__tar = @am__tar@
239
 
am__untar = @am__untar@
240
216
bindir = @bindir@
241
217
build = @build@
242
218
build_alias = @build_alias@
258
234
libexecdir = @libexecdir@
259
235
localstatedir = @localstatedir@
260
236
mandir = @mandir@
261
 
mkdir_p = @mkdir_p@
262
237
oldincludedir = @oldincludedir@
263
238
prefix = @prefix@
264
239
program_transform_name = @program_transform_name@
267
242
sysconfdir = @sysconfdir@
268
243
target_alias = @target_alias@
269
244
pixmapdir = $(datadir)/pixmaps/gnome-cd/themes/None
 
245
 
270
246
BITMAPS = \
271
247
            top-left.png        \
272
248
            top-right.png       \
291
267
            a-stop-menu.png     \
292
268
            media-stop.png
293
269
 
 
270
 
294
271
pixmap_DATA = $(BITMAPS) None.theme
 
272
 
295
273
EXTRA_DIST = $(BITMAPS) None.theme
 
274
subdir = gnome-cd/images/None
 
275
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
276
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
277
CONFIG_HEADER = $(top_builddir)/config.h
 
278
CONFIG_CLEAN_FILES =
 
279
DIST_SOURCES =
 
280
DATA = $(pixmap_DATA)
 
281
 
 
282
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
296
283
all: all-am
297
284
 
298
285
.SUFFIXES:
299
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
300
 
        @for dep in $?; do \
301
 
          case '$(am__configure_deps)' in \
302
 
            *$$dep*) \
303
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
304
 
                && exit 0; \
305
 
              exit 1;; \
306
 
          esac; \
307
 
        done; \
308
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  gnome-cd/images/None/Makefile'; \
 
286
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
309
287
        cd $(top_srcdir) && \
310
288
          $(AUTOMAKE) --gnu  gnome-cd/images/None/Makefile
311
 
.PRECIOUS: Makefile
312
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313
 
        @case '$?' in \
314
 
          *config.status*) \
315
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
316
 
          *) \
317
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
318
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
319
 
        esac;
320
 
 
321
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
322
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323
 
 
324
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
325
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
327
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
289
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
290
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
328
291
 
329
292
mostlyclean-libtool:
330
293
        -rm -f *.lo
335
298
distclean-libtool:
336
299
        -rm -f libtool
337
300
uninstall-info-am:
 
301
pixmapDATA_INSTALL = $(INSTALL_DATA)
338
302
install-pixmapDATA: $(pixmap_DATA)
339
303
        @$(NORMAL_INSTALL)
340
 
        test -z "$(pixmapdir)" || $(mkdir_p) "$(DESTDIR)$(pixmapdir)"
 
304
        $(mkinstalldirs) $(DESTDIR)$(pixmapdir)
341
305
        @list='$(pixmap_DATA)'; for p in $$list; do \
342
306
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
343
 
          f=$(am__strip_dir) \
344
 
          echo " $(pixmapDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pixmapdir)/$$f'"; \
345
 
          $(pixmapDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pixmapdir)/$$f"; \
 
307
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
308
          echo " $(pixmapDATA_INSTALL) $$d$$p $(DESTDIR)$(pixmapdir)/$$f"; \
 
309
          $(pixmapDATA_INSTALL) $$d$$p $(DESTDIR)$(pixmapdir)/$$f; \
346
310
        done
347
311
 
348
312
uninstall-pixmapDATA:
349
313
        @$(NORMAL_UNINSTALL)
350
314
        @list='$(pixmap_DATA)'; for p in $$list; do \
351
 
          f=$(am__strip_dir) \
352
 
          echo " rm -f '$(DESTDIR)$(pixmapdir)/$$f'"; \
353
 
          rm -f "$(DESTDIR)$(pixmapdir)/$$f"; \
 
315
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
316
          echo " rm -f $(DESTDIR)$(pixmapdir)/$$f"; \
 
317
          rm -f $(DESTDIR)$(pixmapdir)/$$f; \
354
318
        done
355
319
tags: TAGS
356
320
TAGS:
358
322
ctags: CTAGS
359
323
CTAGS:
360
324
 
 
325
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
326
 
 
327
top_distdir = ../../..
 
328
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
361
329
 
362
330
distdir: $(DISTFILES)
363
331
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
371
339
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
372
340
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
373
341
            dir="/$$dir"; \
374
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
342
            $(mkinstalldirs) "$(distdir)$$dir"; \
375
343
          else \
376
344
            dir=''; \
377
345
          fi; \
389
357
check-am: all-am
390
358
check: check-am
391
359
all-am: Makefile $(DATA)
 
360
 
392
361
installdirs:
393
 
        for dir in "$(DESTDIR)$(pixmapdir)"; do \
394
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
395
 
        done
 
362
        $(mkinstalldirs) $(DESTDIR)$(pixmapdir)
396
363
install: install-am
397
364
install-exec: install-exec-am
398
365
install-data: install-data-am
412
379
clean-generic:
413
380
 
414
381
distclean-generic:
415
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
382
        -rm -f $(CONFIG_CLEAN_FILES)
416
383
 
417
384
maintainer-clean-generic:
418
385
        @echo "This command is intended for maintainers to use"
429
396
 
430
397
dvi-am:
431
398
 
432
 
html: html-am
433
 
 
434
399
info: info-am
435
400
 
436
401
info-am:
465
430
 
466
431
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
467
432
        distclean distclean-generic distclean-libtool distdir dvi \
468
 
        dvi-am html html-am info info-am install install-am \
469
 
        install-data install-data-am install-exec install-exec-am \
470
 
        install-info install-info-am install-man install-pixmapDATA \
471
 
        install-strip installcheck installcheck-am installdirs \
472
 
        maintainer-clean maintainer-clean-generic mostlyclean \
473
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
474
 
        uninstall uninstall-am uninstall-info-am uninstall-pixmapDATA
 
433
        dvi-am info info-am install install-am install-data \
 
434
        install-data-am install-exec install-exec-am install-info \
 
435
        install-info-am install-man install-pixmapDATA install-strip \
 
436
        installcheck installcheck-am installdirs maintainer-clean \
 
437
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
438
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
439
        uninstall-info-am uninstall-pixmapDATA
475
440
 
476
441
# Tell versions [3.59,3.63) of GNU make to not export all variables.
477
442
# Otherwise a system limit (for SysV at least) may be exceeded.