~timo-jyrinki/ubuntu/utopic/rhythmbox/enable_grilo_rhythmbox

« back to all changes in this revision

Viewing changes to plugins/cd-recorder/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-07-08 22:49:25 UTC
  • mto: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20090708224925-6lfjdvk1porszodi
Tags: upstream-0.12.3
ImportĀ upstreamĀ versionĀ 0.12.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    *) f=$$p;; \
56
56
  esac;
57
57
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
58
 
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(gladedir)" \
59
 
        "$(DESTDIR)$(plugindir)"
 
58
am__installdirs = "$(DESTDIR)$(plugindir)" \
 
59
        "$(DESTDIR)$(gtkbuilderdir)" "$(DESTDIR)$(plugindir)"
60
60
pluginLTLIBRARIES_INSTALL = $(INSTALL)
61
61
LTLIBRARIES = $(plugin_LTLIBRARIES)
62
62
am__DEPENDENCIES_1 =
65
65
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
66
66
        $(am__DEPENDENCIES_1)
67
67
am__objects_1 =
68
 
am_libcd_recorder_la_OBJECTS = rb-cd-recorder-plugin.lo \
69
 
        rb-recorder-gst.lo rb-playlist-source-recorder.lo \
 
68
am_libcd_recorder_la_OBJECTS =  \
 
69
        libcd_recorder_la-rb-cd-recorder-plugin.lo \
 
70
        libcd_recorder_la-rb-recorder-gst.lo \
 
71
        libcd_recorder_la-rb-playlist-source-recorder.lo \
70
72
        $(am__objects_1)
71
73
libcd_recorder_la_OBJECTS = $(am_libcd_recorder_la_OBJECTS)
72
 
libcd_recorder_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
73
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
74
 
        $(libcd_recorder_la_LDFLAGS) $(LDFLAGS) -o $@
 
74
libcd_recorder_la_LINK = $(LIBTOOL) --tag=CC \
 
75
        $(libcd_recorder_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
 
76
        $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libcd_recorder_la_LDFLAGS) \
 
77
        $(LDFLAGS) -o $@
75
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
76
79
depcomp = $(SHELL) $(top_srcdir)/depcomp
77
80
am__depfiles_maybe = depfiles
86
89
        $(LDFLAGS) -o $@
87
90
SOURCES = $(libcd_recorder_la_SOURCES)
88
91
DIST_SOURCES = $(libcd_recorder_la_SOURCES)
89
 
gladeDATA_INSTALL = $(INSTALL_DATA)
 
92
gtkbuilderDATA_INSTALL = $(INSTALL_DATA)
90
93
pluginDATA_INSTALL = $(INSTALL_DATA)
91
 
DATA = $(glade_DATA) $(plugin_DATA)
 
94
DATA = $(gtkbuilder_DATA) $(plugin_DATA)
92
95
ETAGS = etags
93
96
CTAGS = ctags
94
97
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
331
334
        $(NULL)
332
335
 
333
336
libcd_recorder_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
 
337
libcd_recorder_la_LIBTOOLFLAGS = --tag=disable-static
334
338
libcd_recorder_la_LIBADD = \
335
339
        $(top_builddir)/corelib/librhythmbox-core.la    \
336
340
        $(HAL_LIBS)                                     \
362
366
        $(NULL)
363
367
 
364
368
plugin_in_files = cd-recorder.rb-plugin.in
365
 
gladedir = $(plugindir)
366
 
glade_DATA = recorder.glade
 
369
gtkbuilderdir = $(plugindir)
 
370
gtkbuilder_DATA = recorder.ui
367
371
BUILT_SOURCES = \
368
372
        $(plugin_in_files:.rb-plugin.in=.rb-plugin)             \
369
373
        $(NULL)
374
378
 
375
379
EXTRA_DIST = \
376
380
        $(plugin_in_files)      \
377
 
        $(glade_DATA)           \
 
381
        $(gtkbuilder_DATA)      \
378
382
        $(NULL)
379
383
 
380
384
CLEANFILES = \
455
459
distclean-compile:
456
460
        -rm -f *.tab.c
457
461
 
458
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb-cd-recorder-plugin.Plo@am__quote@
459
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb-playlist-source-recorder.Plo@am__quote@
460
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rb-recorder-gst.Plo@am__quote@
 
462
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_recorder_la-rb-cd-recorder-plugin.Plo@am__quote@
 
463
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_recorder_la-rb-playlist-source-recorder.Plo@am__quote@
 
464
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_recorder_la-rb-recorder-gst.Plo@am__quote@
461
465
 
462
466
.c.o:
463
467
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
480
484
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
481
485
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
482
486
 
 
487
libcd_recorder_la-rb-cd-recorder-plugin.lo: rb-cd-recorder-plugin.c
 
488
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libcd_recorder_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcd_recorder_la-rb-cd-recorder-plugin.lo -MD -MP -MF $(DEPDIR)/libcd_recorder_la-rb-cd-recorder-plugin.Tpo -c -o libcd_recorder_la-rb-cd-recorder-plugin.lo `test -f 'rb-cd-recorder-plugin.c' || echo '$(srcdir)/'`rb-cd-recorder-plugin.c
 
489
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcd_recorder_la-rb-cd-recorder-plugin.Tpo $(DEPDIR)/libcd_recorder_la-rb-cd-recorder-plugin.Plo
 
490
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rb-cd-recorder-plugin.c' object='libcd_recorder_la-rb-cd-recorder-plugin.lo' libtool=yes @AMDEPBACKSLASH@
 
491
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
492
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libcd_recorder_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcd_recorder_la-rb-cd-recorder-plugin.lo `test -f 'rb-cd-recorder-plugin.c' || echo '$(srcdir)/'`rb-cd-recorder-plugin.c
 
493
 
 
494
libcd_recorder_la-rb-recorder-gst.lo: rb-recorder-gst.c
 
495
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libcd_recorder_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcd_recorder_la-rb-recorder-gst.lo -MD -MP -MF $(DEPDIR)/libcd_recorder_la-rb-recorder-gst.Tpo -c -o libcd_recorder_la-rb-recorder-gst.lo `test -f 'rb-recorder-gst.c' || echo '$(srcdir)/'`rb-recorder-gst.c
 
496
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcd_recorder_la-rb-recorder-gst.Tpo $(DEPDIR)/libcd_recorder_la-rb-recorder-gst.Plo
 
497
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rb-recorder-gst.c' object='libcd_recorder_la-rb-recorder-gst.lo' libtool=yes @AMDEPBACKSLASH@
 
498
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
499
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libcd_recorder_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcd_recorder_la-rb-recorder-gst.lo `test -f 'rb-recorder-gst.c' || echo '$(srcdir)/'`rb-recorder-gst.c
 
500
 
 
501
libcd_recorder_la-rb-playlist-source-recorder.lo: rb-playlist-source-recorder.c
 
502
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libcd_recorder_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcd_recorder_la-rb-playlist-source-recorder.lo -MD -MP -MF $(DEPDIR)/libcd_recorder_la-rb-playlist-source-recorder.Tpo -c -o libcd_recorder_la-rb-playlist-source-recorder.lo `test -f 'rb-playlist-source-recorder.c' || echo '$(srcdir)/'`rb-playlist-source-recorder.c
 
503
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcd_recorder_la-rb-playlist-source-recorder.Tpo $(DEPDIR)/libcd_recorder_la-rb-playlist-source-recorder.Plo
 
504
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rb-playlist-source-recorder.c' object='libcd_recorder_la-rb-playlist-source-recorder.lo' libtool=yes @AMDEPBACKSLASH@
 
505
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
506
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libcd_recorder_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcd_recorder_la-rb-playlist-source-recorder.lo `test -f 'rb-playlist-source-recorder.c' || echo '$(srcdir)/'`rb-playlist-source-recorder.c
 
507
 
483
508
mostlyclean-libtool:
484
509
        -rm -f *.lo
485
510
 
486
511
clean-libtool:
487
512
        -rm -rf .libs _libs
488
 
install-gladeDATA: $(glade_DATA)
 
513
install-gtkbuilderDATA: $(gtkbuilder_DATA)
489
514
        @$(NORMAL_INSTALL)
490
 
        test -z "$(gladedir)" || $(MKDIR_P) "$(DESTDIR)$(gladedir)"
491
 
        @list='$(glade_DATA)'; for p in $$list; do \
 
515
        test -z "$(gtkbuilderdir)" || $(MKDIR_P) "$(DESTDIR)$(gtkbuilderdir)"
 
516
        @list='$(gtkbuilder_DATA)'; for p in $$list; do \
492
517
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
493
518
          f=$(am__strip_dir) \
494
 
          echo " $(gladeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gladedir)/$$f'"; \
495
 
          $(gladeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gladedir)/$$f"; \
 
519
          echo " $(gtkbuilderDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gtkbuilderdir)/$$f'"; \
 
520
          $(gtkbuilderDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gtkbuilderdir)/$$f"; \
496
521
        done
497
522
 
498
 
uninstall-gladeDATA:
 
523
uninstall-gtkbuilderDATA:
499
524
        @$(NORMAL_UNINSTALL)
500
 
        @list='$(glade_DATA)'; for p in $$list; do \
 
525
        @list='$(gtkbuilder_DATA)'; for p in $$list; do \
501
526
          f=$(am__strip_dir) \
502
 
          echo " rm -f '$(DESTDIR)$(gladedir)/$$f'"; \
503
 
          rm -f "$(DESTDIR)$(gladedir)/$$f"; \
 
527
          echo " rm -f '$(DESTDIR)$(gtkbuilderdir)/$$f'"; \
 
528
          rm -f "$(DESTDIR)$(gtkbuilderdir)/$$f"; \
504
529
        done
505
530
install-pluginDATA: $(plugin_DATA)
506
531
        @$(NORMAL_INSTALL)
598
623
        $(MAKE) $(AM_MAKEFLAGS) check-am
599
624
all-am: Makefile $(LTLIBRARIES) $(DATA)
600
625
installdirs:
601
 
        for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(gladedir)" "$(DESTDIR)$(plugindir)"; do \
 
626
        for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(gtkbuilderdir)" "$(DESTDIR)$(plugindir)"; do \
602
627
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
603
628
        done
604
629
install: $(BUILT_SOURCES)
650
675
 
651
676
info-am:
652
677
 
653
 
install-data-am: install-gladeDATA install-pluginDATA \
 
678
install-data-am: install-gtkbuilderDATA install-pluginDATA \
654
679
        install-pluginLTLIBRARIES
655
680
 
656
681
install-dvi: install-dvi-am
687
712
 
688
713
ps-am:
689
714
 
690
 
uninstall-am: uninstall-gladeDATA uninstall-pluginDATA \
 
715
uninstall-am: uninstall-gtkbuilderDATA uninstall-pluginDATA \
691
716
        uninstall-pluginLTLIBRARIES
692
717
 
693
718
.MAKE: install-am install-strip
697
722
        distclean-compile distclean-generic distclean-libtool \
698
723
        distclean-tags distdir dvi dvi-am html html-am info info-am \
699
724
        install install-am install-data install-data-am install-dvi \
700
 
        install-dvi-am install-exec install-exec-am install-gladeDATA \
701
 
        install-html install-html-am install-info install-info-am \
702
 
        install-man install-pdf install-pdf-am install-pluginDATA \
703
 
        install-pluginLTLIBRARIES install-ps install-ps-am \
704
 
        install-strip installcheck installcheck-am installdirs \
705
 
        maintainer-clean maintainer-clean-generic mostlyclean \
706
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
707
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
708
 
        uninstall-gladeDATA uninstall-pluginDATA \
709
 
        uninstall-pluginLTLIBRARIES
 
725
        install-dvi-am install-exec install-exec-am \
 
726
        install-gtkbuilderDATA install-html install-html-am \
 
727
        install-info install-info-am install-man install-pdf \
 
728
        install-pdf-am install-pluginDATA install-pluginLTLIBRARIES \
 
729
        install-ps install-ps-am install-strip installcheck \
 
730
        installcheck-am installdirs maintainer-clean \
 
731
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
732
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
733
        tags uninstall uninstall-am uninstall-gtkbuilderDATA \
 
734
        uninstall-pluginDATA uninstall-pluginLTLIBRARIES
710
735
 
711
736
 
712
737
%.rb-plugin: %.rb-plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache