~ubuntu-branches/ubuntu/saucy/totem/saucy-proposed

« back to all changes in this revision

Viewing changes to src/plugins/screenshot/Makefile.in

Tags: upstream-2.27.92
ImportĀ upstreamĀ versionĀ 2.27.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
LTLIBRARIES = $(plugin_LTLIBRARIES)
72
72
libscreenshot_la_LIBADD =
73
73
am_libscreenshot_la_OBJECTS =  \
 
74
        libscreenshot_la-gnome-screenshot-widget.lo \
74
75
        libscreenshot_la-totem-screenshot-plugin.lo \
75
76
        libscreenshot_la-totem-screenshot.lo \
76
77
        libscreenshot_la-totem-gallery.lo \
77
78
        libscreenshot_la-totem-gallery-progress.lo
78
79
libscreenshot_la_OBJECTS = $(am_libscreenshot_la_OBJECTS)
79
 
libscreenshot_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
80
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libscreenshot_la_CFLAGS) \
81
 
        $(CFLAGS) $(libscreenshot_la_LDFLAGS) $(LDFLAGS) -o $@
 
80
AM_V_lt = $(am__v_lt_$(V))
 
81
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
82
am__v_lt_0 = --silent
 
83
libscreenshot_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
84
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
85
        $(libscreenshot_la_CFLAGS) $(CFLAGS) \
 
86
        $(libscreenshot_la_LDFLAGS) $(LDFLAGS) -o $@
82
87
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
83
88
depcomp = $(SHELL) $(top_srcdir)/depcomp
84
89
am__depfiles_maybe = depfiles
85
90
am__mv = mv -f
86
91
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87
92
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
90
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
93
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
94
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
95
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
96
        $(AM_CFLAGS) $(CFLAGS)
 
97
AM_V_CC = $(am__v_CC_$(V))
 
98
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
99
am__v_CC_0 = @echo "  CC    " $@;
 
100
AM_V_at = $(am__v_at_$(V))
 
101
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
102
am__v_at_0 = @
91
103
CCLD = $(CC)
92
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
94
 
        $(LDFLAGS) -o $@
 
104
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
105
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
106
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
107
AM_V_CCLD = $(am__v_CCLD_$(V))
 
108
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
109
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
110
AM_V_GEN = $(am__v_GEN_$(V))
 
111
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
112
am__v_GEN_0 = @echo "  GEN   " $@;
95
113
SOURCES = $(libscreenshot_la_SOURCES)
96
114
DIST_SOURCES = $(libscreenshot_la_SOURCES)
97
115
DATA = $(plugin_DATA) $(ui_DATA)
106
124
AM_CFLAGS = @AM_CFLAGS@
107
125
AM_CPPFLAGS = @AM_CPPFLAGS@
108
126
AM_CXXFLAGS = @AM_CXXFLAGS@
 
127
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
109
128
AM_LDFLAGS = @AM_LDFLAGS@
110
129
AR = @AR@
111
130
AUTOCONF = @AUTOCONF@
342
361
plugin_LTLIBRARIES = libscreenshot.la
343
362
plugin_in_files = screenshot.totem-plugin.in
344
363
plugin_DATA = $(plugin_in_files:.totem-plugin.in=.totem-plugin)
345
 
ui_DATA = gallery.ui
 
364
ui_DATA = gallery.ui gnome-screenshot.ui
346
365
common_defines = \
347
366
        -D_REENTRANT                                    \
348
367
        -DDBUS_API_SUBJECT_TO_CHANGE                    \
355
374
        $(DISABLE_DEPRECATED)
356
375
 
357
376
libscreenshot_la_SOURCES = \
 
377
        gnome-screenshot-widget.c       \
 
378
        gnome-screenshot-widget.h       \
358
379
        totem-screenshot-plugin.c       \
359
380
        totem-screenshot-plugin.h       \
360
381
        totem-screenshot.c              \
448
469
          rm -f "$${dir}/so_locations"; \
449
470
        done
450
471
libscreenshot.la: $(libscreenshot_la_OBJECTS) $(libscreenshot_la_DEPENDENCIES) 
451
 
        $(libscreenshot_la_LINK) -rpath $(plugindir) $(libscreenshot_la_OBJECTS) $(libscreenshot_la_LIBADD) $(LIBS)
 
472
        $(AM_V_CCLD)$(libscreenshot_la_LINK) -rpath $(plugindir) $(libscreenshot_la_OBJECTS) $(libscreenshot_la_LIBADD) $(LIBS)
452
473
 
453
474
mostlyclean-compile:
454
475
        -rm -f *.$(OBJEXT)
456
477
distclean-compile:
457
478
        -rm -f *.tab.c
458
479
 
 
480
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshot_la-gnome-screenshot-widget.Plo@am__quote@
459
481
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshot_la-totem-gallery-progress.Plo@am__quote@
460
482
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshot_la-totem-gallery.Plo@am__quote@
461
483
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshot_la-totem-screenshot-plugin.Plo@am__quote@
462
484
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libscreenshot_la-totem-screenshot.Plo@am__quote@
463
485
 
464
486
.c.o:
465
 
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
487
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
466
488
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
467
489
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
490
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
468
491
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
469
492
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
470
493
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
471
494
 
472
495
.c.obj:
473
 
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
496
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
474
497
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
475
498
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
499
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
476
500
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
477
501
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478
502
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
479
503
 
480
504
.c.lo:
481
 
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
505
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
482
506
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
483
507
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
 
508
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
484
509
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
485
510
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
486
511
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
487
512
 
 
513
libscreenshot_la-gnome-screenshot-widget.lo: gnome-screenshot-widget.c
 
514
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -MT libscreenshot_la-gnome-screenshot-widget.lo -MD -MP -MF $(DEPDIR)/libscreenshot_la-gnome-screenshot-widget.Tpo -c -o libscreenshot_la-gnome-screenshot-widget.lo `test -f 'gnome-screenshot-widget.c' || echo '$(srcdir)/'`gnome-screenshot-widget.c
 
515
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libscreenshot_la-gnome-screenshot-widget.Tpo $(DEPDIR)/libscreenshot_la-gnome-screenshot-widget.Plo
 
516
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
517
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gnome-screenshot-widget.c' object='libscreenshot_la-gnome-screenshot-widget.lo' libtool=yes @AMDEPBACKSLASH@
 
518
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
519
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -c -o libscreenshot_la-gnome-screenshot-widget.lo `test -f 'gnome-screenshot-widget.c' || echo '$(srcdir)/'`gnome-screenshot-widget.c
 
520
 
488
521
libscreenshot_la-totem-screenshot-plugin.lo: totem-screenshot-plugin.c
489
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -MT libscreenshot_la-totem-screenshot-plugin.lo -MD -MP -MF $(DEPDIR)/libscreenshot_la-totem-screenshot-plugin.Tpo -c -o libscreenshot_la-totem-screenshot-plugin.lo `test -f 'totem-screenshot-plugin.c' || echo '$(srcdir)/'`totem-screenshot-plugin.c
490
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscreenshot_la-totem-screenshot-plugin.Tpo $(DEPDIR)/libscreenshot_la-totem-screenshot-plugin.Plo
 
522
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -MT libscreenshot_la-totem-screenshot-plugin.lo -MD -MP -MF $(DEPDIR)/libscreenshot_la-totem-screenshot-plugin.Tpo -c -o libscreenshot_la-totem-screenshot-plugin.lo `test -f 'totem-screenshot-plugin.c' || echo '$(srcdir)/'`totem-screenshot-plugin.c
 
523
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libscreenshot_la-totem-screenshot-plugin.Tpo $(DEPDIR)/libscreenshot_la-totem-screenshot-plugin.Plo
 
524
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
491
525
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='totem-screenshot-plugin.c' object='libscreenshot_la-totem-screenshot-plugin.lo' libtool=yes @AMDEPBACKSLASH@
492
526
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
493
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -c -o libscreenshot_la-totem-screenshot-plugin.lo `test -f 'totem-screenshot-plugin.c' || echo '$(srcdir)/'`totem-screenshot-plugin.c
 
527
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -c -o libscreenshot_la-totem-screenshot-plugin.lo `test -f 'totem-screenshot-plugin.c' || echo '$(srcdir)/'`totem-screenshot-plugin.c
494
528
 
495
529
libscreenshot_la-totem-screenshot.lo: totem-screenshot.c
496
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -MT libscreenshot_la-totem-screenshot.lo -MD -MP -MF $(DEPDIR)/libscreenshot_la-totem-screenshot.Tpo -c -o libscreenshot_la-totem-screenshot.lo `test -f 'totem-screenshot.c' || echo '$(srcdir)/'`totem-screenshot.c
497
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscreenshot_la-totem-screenshot.Tpo $(DEPDIR)/libscreenshot_la-totem-screenshot.Plo
 
530
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -MT libscreenshot_la-totem-screenshot.lo -MD -MP -MF $(DEPDIR)/libscreenshot_la-totem-screenshot.Tpo -c -o libscreenshot_la-totem-screenshot.lo `test -f 'totem-screenshot.c' || echo '$(srcdir)/'`totem-screenshot.c
 
531
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libscreenshot_la-totem-screenshot.Tpo $(DEPDIR)/libscreenshot_la-totem-screenshot.Plo
 
532
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
498
533
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='totem-screenshot.c' object='libscreenshot_la-totem-screenshot.lo' libtool=yes @AMDEPBACKSLASH@
499
534
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
500
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -c -o libscreenshot_la-totem-screenshot.lo `test -f 'totem-screenshot.c' || echo '$(srcdir)/'`totem-screenshot.c
 
535
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -c -o libscreenshot_la-totem-screenshot.lo `test -f 'totem-screenshot.c' || echo '$(srcdir)/'`totem-screenshot.c
501
536
 
502
537
libscreenshot_la-totem-gallery.lo: totem-gallery.c
503
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -MT libscreenshot_la-totem-gallery.lo -MD -MP -MF $(DEPDIR)/libscreenshot_la-totem-gallery.Tpo -c -o libscreenshot_la-totem-gallery.lo `test -f 'totem-gallery.c' || echo '$(srcdir)/'`totem-gallery.c
504
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscreenshot_la-totem-gallery.Tpo $(DEPDIR)/libscreenshot_la-totem-gallery.Plo
 
538
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -MT libscreenshot_la-totem-gallery.lo -MD -MP -MF $(DEPDIR)/libscreenshot_la-totem-gallery.Tpo -c -o libscreenshot_la-totem-gallery.lo `test -f 'totem-gallery.c' || echo '$(srcdir)/'`totem-gallery.c
 
539
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libscreenshot_la-totem-gallery.Tpo $(DEPDIR)/libscreenshot_la-totem-gallery.Plo
 
540
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
505
541
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='totem-gallery.c' object='libscreenshot_la-totem-gallery.lo' libtool=yes @AMDEPBACKSLASH@
506
542
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
507
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -c -o libscreenshot_la-totem-gallery.lo `test -f 'totem-gallery.c' || echo '$(srcdir)/'`totem-gallery.c
 
543
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -c -o libscreenshot_la-totem-gallery.lo `test -f 'totem-gallery.c' || echo '$(srcdir)/'`totem-gallery.c
508
544
 
509
545
libscreenshot_la-totem-gallery-progress.lo: totem-gallery-progress.c
510
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -MT libscreenshot_la-totem-gallery-progress.lo -MD -MP -MF $(DEPDIR)/libscreenshot_la-totem-gallery-progress.Tpo -c -o libscreenshot_la-totem-gallery-progress.lo `test -f 'totem-gallery-progress.c' || echo '$(srcdir)/'`totem-gallery-progress.c
511
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libscreenshot_la-totem-gallery-progress.Tpo $(DEPDIR)/libscreenshot_la-totem-gallery-progress.Plo
 
546
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -MT libscreenshot_la-totem-gallery-progress.lo -MD -MP -MF $(DEPDIR)/libscreenshot_la-totem-gallery-progress.Tpo -c -o libscreenshot_la-totem-gallery-progress.lo `test -f 'totem-gallery-progress.c' || echo '$(srcdir)/'`totem-gallery-progress.c
 
547
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libscreenshot_la-totem-gallery-progress.Tpo $(DEPDIR)/libscreenshot_la-totem-gallery-progress.Plo
 
548
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
512
549
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='totem-gallery-progress.c' object='libscreenshot_la-totem-gallery-progress.lo' libtool=yes @AMDEPBACKSLASH@
513
550
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
514
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -c -o libscreenshot_la-totem-gallery-progress.lo `test -f 'totem-gallery-progress.c' || echo '$(srcdir)/'`totem-gallery-progress.c
 
551
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libscreenshot_la_CPPFLAGS) $(CPPFLAGS) $(libscreenshot_la_CFLAGS) $(CFLAGS) -c -o libscreenshot_la-totem-gallery-progress.lo `test -f 'totem-gallery-progress.c' || echo '$(srcdir)/'`totem-gallery-progress.c
515
552
 
516
553
mostlyclean-libtool:
517
554
        -rm -f *.lo