~ubuntu-branches/ubuntu/raring/banshee/raring

« back to all changes in this revision

Viewing changes to build/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-08-24 02:25:28 UTC
  • mfrom: (1.15.10) (6.4.26 sid)
  • mto: This revision was merged to the branch mainline in revision 143.
  • Revision ID: package-import@ubuntu.com-20120824022528-17uu5u9yfheko50h
Tags: 2.5.0-1
* [2fb3583] Imported Upstream version 2.5.0
* [40793f9] Refresh patches and drop upstreamed Fix-FTBFS….patch

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.
102
102
am__base_list = \
103
103
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
104
104
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
105
am__uninstall_files_from_dir = { \
 
106
  test -z "$$files" \
 
107
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
108
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
109
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
110
  }
105
111
am__installdirs = "$(DESTDIR)$(bansheedir)"
106
112
SCRIPTS = $(banshee_SCRIPTS)
107
113
SOURCES =
230
236
GLIB_2_22_CFLAGS = @GLIB_2_22_CFLAGS@
231
237
GLIB_2_22_LIBS = @GLIB_2_22_LIBS@
232
238
GLIB_CFLAGS = @GLIB_CFLAGS@
 
239
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
233
240
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
234
241
GLIB_LIBS = @GLIB_LIBS@
235
242
GLIB_MKENUMS = @GLIB_MKENUMS@
250
257
GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
251
258
GST_SHARP_CFLAGS = @GST_SHARP_CFLAGS@
252
259
GST_SHARP_LIBS = @GST_SHARP_LIBS@
 
260
GTKMACINTEGRATION_CFLAGS = @GTKMACINTEGRATION_CFLAGS@
 
261
GTKMACINTEGRATION_LIBS = @GTKMACINTEGRATION_LIBS@
253
262
GTKSHARP_BEANS_CFLAGS = @GTKSHARP_BEANS_CFLAGS@
254
263
GTKSHARP_BEANS_LIBS = @GTKSHARP_BEANS_LIBS@
255
264
GTKSHARP_CFLAGS = @GTKSHARP_CFLAGS@
259
268
GUDEV_SHARP_CFLAGS = @GUDEV_SHARP_CFLAGS@
260
269
GUDEV_SHARP_LIBS = @GUDEV_SHARP_LIBS@
261
270
HELP_DIR = @HELP_DIR@
262
 
IGEMACINTEGRATION_CFLAGS = @IGEMACINTEGRATION_CFLAGS@
263
 
IGEMACINTEGRATION_LIBS = @IGEMACINTEGRATION_LIBS@
264
271
INDICATESHARP_CFLAGS = @INDICATESHARP_CFLAGS@
265
272
INDICATESHARP_LIBS = @INDICATESHARP_LIBS@
266
273
INSTALL = @INSTALL@
295
302
LIBMTP_SO_MAP = @LIBMTP_SO_MAP@
296
303
LIBOBJS = @LIBOBJS@
297
304
LIBS = @LIBS@
 
305
LIBSOUP_2_38_CFLAGS = @LIBSOUP_2_38_CFLAGS@
 
306
LIBSOUP_2_38_LIBS = @LIBSOUP_2_38_LIBS@
298
307
LIBSOUP_GNOME_CFLAGS = @LIBSOUP_GNOME_CFLAGS@
299
308
LIBSOUP_GNOME_LIBS = @LIBSOUP_GNOME_LIBS@
300
309
LIBTOOL = @LIBTOOL@
529
538
        @list='$(banshee_SCRIPTS)'; test -n "$(bansheedir)" || exit 0; \
530
539
        files=`for p in $$list; do echo "$$p"; done | \
531
540
               sed -e 's,.*/,,;$(transform)'`; \
532
 
        test -n "$$list" || exit 0; \
533
 
        echo " ( cd '$(DESTDIR)$(bansheedir)' && rm -f" $$files ")"; \
534
 
        cd "$(DESTDIR)$(bansheedir)" && rm -f $$files
 
541
        dir='$(DESTDIR)$(bansheedir)'; $(am__uninstall_files_from_dir)
535
542
 
536
543
mostlyclean-libtool:
537
544
        -rm -f *.lo
750
757
 
751
758
installcheck: installcheck-recursive
752
759
install-strip:
753
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
754
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
755
 
          `test -z '$(STRIP)' || \
756
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
760
        if test -z '$(STRIP)'; then \
 
761
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
762
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
763
              install; \
 
764
        else \
 
765
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
766
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
767
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
768
        fi
757
769
mostlyclean-generic:
758
770
 
759
771
clean-generic: