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

« back to all changes in this revision

Viewing changes to src/Dap/Banshee.Dap.MassStorage/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.
107
107
am__base_list = \
108
108
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
109
109
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
110
am__uninstall_files_from_dir = { \
 
111
  test -z "$$files" \
 
112
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
113
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
114
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
115
  }
110
116
am__installdirs = "$(DESTDIR)$(moduledir)"
111
117
SCRIPTS = $(module_SCRIPTS)
112
118
DIST_SOURCES =
194
200
GLIB_2_22_CFLAGS = @GLIB_2_22_CFLAGS@
195
201
GLIB_2_22_LIBS = @GLIB_2_22_LIBS@
196
202
GLIB_CFLAGS = @GLIB_CFLAGS@
 
203
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
197
204
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
198
205
GLIB_LIBS = @GLIB_LIBS@
199
206
GLIB_MKENUMS = @GLIB_MKENUMS@
214
221
GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
215
222
GST_SHARP_CFLAGS = @GST_SHARP_CFLAGS@
216
223
GST_SHARP_LIBS = @GST_SHARP_LIBS@
 
224
GTKMACINTEGRATION_CFLAGS = @GTKMACINTEGRATION_CFLAGS@
 
225
GTKMACINTEGRATION_LIBS = @GTKMACINTEGRATION_LIBS@
217
226
GTKSHARP_BEANS_CFLAGS = @GTKSHARP_BEANS_CFLAGS@
218
227
GTKSHARP_BEANS_LIBS = @GTKSHARP_BEANS_LIBS@
219
228
GTKSHARP_CFLAGS = @GTKSHARP_CFLAGS@
223
232
GUDEV_SHARP_CFLAGS = @GUDEV_SHARP_CFLAGS@
224
233
GUDEV_SHARP_LIBS = @GUDEV_SHARP_LIBS@
225
234
HELP_DIR = @HELP_DIR@
226
 
IGEMACINTEGRATION_CFLAGS = @IGEMACINTEGRATION_CFLAGS@
227
 
IGEMACINTEGRATION_LIBS = @IGEMACINTEGRATION_LIBS@
228
235
INDICATESHARP_CFLAGS = @INDICATESHARP_CFLAGS@
229
236
INDICATESHARP_LIBS = @INDICATESHARP_LIBS@
230
237
INSTALL = @INSTALL@
259
266
LIBMTP_SO_MAP = @LIBMTP_SO_MAP@
260
267
LIBOBJS = @LIBOBJS@
261
268
LIBS = @LIBS@
 
269
LIBSOUP_2_38_CFLAGS = @LIBSOUP_2_38_CFLAGS@
 
270
LIBSOUP_2_38_LIBS = @LIBSOUP_2_38_LIBS@
262
271
LIBSOUP_GNOME_CFLAGS = @LIBSOUP_GNOME_CFLAGS@
263
272
LIBSOUP_GNOME_LIBS = @LIBSOUP_GNOME_LIBS@
264
273
LIBTOOL = @LIBTOOL@
658
667
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
659
668
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
660
669
        esac;
 
670
$(top_srcdir)/build/build.mk $(top_srcdir)/build/build.environment.mk $(top_srcdir)/build/build.rules.mk $(top_srcdir)/build/build.dist.mk:
661
671
 
662
672
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
663
673
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
698
708
        @list='$(module_SCRIPTS)'; test -n "$(moduledir)" || exit 0; \
699
709
        files=`for p in $$list; do echo "$$p"; done | \
700
710
               sed -e 's,.*/,,;$(transform)'`; \
701
 
        test -n "$$list" || exit 0; \
702
 
        echo " ( cd '$(DESTDIR)$(moduledir)' && rm -f" $$files ")"; \
703
 
        cd "$(DESTDIR)$(moduledir)" && rm -f $$files
 
711
        dir='$(DESTDIR)$(moduledir)'; $(am__uninstall_files_from_dir)
704
712
 
705
713
mostlyclean-libtool:
706
714
        -rm -f *.lo
761
769
 
762
770
installcheck: installcheck-am
763
771
install-strip:
764
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
765
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
766
 
          `test -z '$(STRIP)' || \
767
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
772
        if test -z '$(STRIP)'; then \
 
773
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
774
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
775
              install; \
 
776
        else \
 
777
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
778
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
779
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
780
        fi
768
781
mostlyclean-generic:
769
782
 
770
783
clean-generic:
884
897
        @mkdir -p $(top_builddir)/bin
885
898
        @if [ ! "x$(ENABLE_RELEASE)" = "xyes" ]; then \
886
899
                $(top_srcdir)/build/dll-map-makefile-verifier $(srcdir)/Makefile.am $(srcdir)/$(notdir $@.config) && \
887
 
                $(MONO) $(top_builddir)/build/dll-map-verifier.exe $(srcdir)/$(notdir $@.config) -iwinmm -ilibbanshee -ilibbnpx11 -ilibc -ilibc.so.6 -iintl -ilibmtp.dll -ilibigemacintegration.dylib -iCFRelease $(SOURCES_BUILD); \
 
900
                $(MONO) $(top_builddir)/build/dll-map-verifier.exe $(srcdir)/$(notdir $@.config) -iwinmm -ilibbanshee -ilibbnpx11 -ilibc -ilibc.so.6 -iintl -ilibmtp.dll -ilibgtkmacintegration.dylib -iCFRelease $(SOURCES_BUILD); \
888
901
        fi;
889
902
        $(MCS) \
890
903
                $(GMCS_FLAGS) \