~ubuntu-branches/ubuntu/hardy/gnome-mount/hardy

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-03-05 15:30:46 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080305153046-1m3pthhak9rx6yl7
Tags: 0.8~svn20080225-0ubuntu1
* Update to SVN snapshot:
  - Builds nautilus extension for new nautilus 2.0 ABI now, unbreaking the
    volume/drive properties tabs. (LP: #186196)
  - Applied debian/patches/02_msgbox_unref.patch upstream, removed patch.
  - No other changes.
* debian/patches/ubuntu-default-mount-options.patch: Use 'flush' option for
  vfat. It does not actually work in the current kernel, but at least it's
  there once it will actually do something useful. (LP: #149277)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  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.
58
58
@ENABLE_NAUTILUS_EXTENSION_TRUE@libgnome_mount_la_DEPENDENCIES =  \
59
59
@ENABLE_NAUTILUS_EXTENSION_TRUE@        $(am__DEPENDENCIES_1) \
60
60
@ENABLE_NAUTILUS_EXTENSION_TRUE@        $(am__DEPENDENCIES_1)
61
 
am_libgnome_mount_la_OBJECTS = gnome-mount-properties.lo \
62
 
        gnome-mount-properties-view.lo
 
61
am_libgnome_mount_la_OBJECTS =  \
 
62
        libgnome_mount_la-gnome-mount-properties.lo \
 
63
        libgnome_mount_la-gnome-mount-properties-view.lo
63
64
libgnome_mount_la_OBJECTS = $(am_libgnome_mount_la_OBJECTS)
64
65
libgnome_mount_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
65
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
66
        $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
67
        $(libgnome_mount_la_CFLAGS) $(CFLAGS) \
66
68
        $(libgnome_mount_la_LDFLAGS) $(LDFLAGS) -o $@
67
69
@ENABLE_NAUTILUS_EXTENSION_TRUE@am_libgnome_mount_la_rpath = -rpath \
68
70
@ENABLE_NAUTILUS_EXTENSION_TRUE@        $(nautilus_extensiondir)
72
74
gnome_mount_OBJECTS = $(am_gnome_mount_OBJECTS)
73
75
gnome_mount_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
74
76
        $(top_builddir)/src/copy-paste/libpassword_dialog.la
75
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
77
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
76
78
depcomp = $(SHELL) $(top_srcdir)/depcomp
77
79
am__depfiles_maybe = depfiles
78
80
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
184
186
MKINSTALLDIRS = @MKINSTALLDIRS@
185
187
MSGFMT = @MSGFMT@
186
188
MSGFMT_OPTS = @MSGFMT_OPTS@
 
189
MSGMERGE = @MSGMERGE@
187
190
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
188
191
NAUTILUS_LIBS = @NAUTILUS_LIBS@
189
192
NOTIFY_CFLAGS = @NOTIFY_CFLAGS@
284
287
        gnome-mount-properties.c                                                \
285
288
        gnome-mount-properties-view.c           gnome-mount-properties-view.h
286
289
 
287
 
@ENABLE_NAUTILUS_EXTENSION_TRUE@nautilus_extensiondir = $(libdir)/nautilus/extensions-1.0
 
290
@ENABLE_NAUTILUS_EXTENSION_TRUE@nautilus_extensiondir = $(libdir)/nautilus/extensions-2.0
288
291
@ENABLE_NAUTILUS_EXTENSION_TRUE@nautilus_extension_LTLIBRARIES = libgnome-mount.la
289
292
@ENABLE_NAUTILUS_EXTENSION_TRUE@libgnome_mount_la_LDFLAGS = -module -avoid-version
290
293
@ENABLE_NAUTILUS_EXTENSION_TRUE@libgnome_mount_la_LIBADD = $(NAUTILUS_LIBS) $(GNOME_MOUNT_PROPERTIES_LIBS)
 
294
@ENABLE_NAUTILUS_EXTENSION_TRUE@libgnome_mount_la_CFLAGS = -DG_LOG_DOMAIN=\"nautilus-extension-gnome-mount\"
291
295
EXTRA_DIST = $(glade_DATA)
292
296
all: all-recursive
293
297
 
328
332
        @list='$(nautilus_extension_LTLIBRARIES)'; for p in $$list; do \
329
333
          if test -f $$p; then \
330
334
            f=$(am__strip_dir) \
331
 
            echo " $(LIBTOOL) --mode=install $(nautilus_extensionLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(nautilus_extensiondir)/$$f'"; \
332
 
            $(LIBTOOL) --mode=install $(nautilus_extensionLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(nautilus_extensiondir)/$$f"; \
 
335
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(nautilus_extensionLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(nautilus_extensiondir)/$$f'"; \
 
336
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(nautilus_extensionLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(nautilus_extensiondir)/$$f"; \
333
337
          else :; fi; \
334
338
        done
335
339
 
337
341
        @$(NORMAL_UNINSTALL)
338
342
        @list='$(nautilus_extension_LTLIBRARIES)'; for p in $$list; do \
339
343
          p=$(am__strip_dir) \
340
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(nautilus_extensiondir)/$$p'"; \
341
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(nautilus_extensiondir)/$$p"; \
 
344
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(nautilus_extensiondir)/$$p'"; \
 
345
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(nautilus_extensiondir)/$$p"; \
342
346
        done
343
347
 
344
348
clean-nautilus_extensionLTLIBRARIES:
360
364
             || test -f $$p1 \
361
365
          ; then \
362
366
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
363
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
364
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
367
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
368
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
365
369
          else :; fi; \
366
370
        done
367
371
 
389
393
distclean-compile:
390
394
        -rm -f *.tab.c
391
395
 
392
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-mount-properties-view.Plo@am__quote@
393
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-mount-properties.Plo@am__quote@
394
396
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome-mount.Po@am__quote@
 
397
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnome_mount_la-gnome-mount-properties-view.Plo@am__quote@
 
398
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnome_mount_la-gnome-mount-properties.Plo@am__quote@
395
399
 
396
400
.c.o:
397
401
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
414
418
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415
419
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
416
420
 
 
421
libgnome_mount_la-gnome-mount-properties.lo: gnome-mount-properties.c
 
422
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnome_mount_la_CFLAGS) $(CFLAGS) -MT libgnome_mount_la-gnome-mount-properties.lo -MD -MP -MF $(DEPDIR)/libgnome_mount_la-gnome-mount-properties.Tpo -c -o libgnome_mount_la-gnome-mount-properties.lo `test -f 'gnome-mount-properties.c' || echo '$(srcdir)/'`gnome-mount-properties.c
 
423
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgnome_mount_la-gnome-mount-properties.Tpo $(DEPDIR)/libgnome_mount_la-gnome-mount-properties.Plo
 
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gnome-mount-properties.c' object='libgnome_mount_la-gnome-mount-properties.lo' libtool=yes @AMDEPBACKSLASH@
 
425
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
426
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnome_mount_la_CFLAGS) $(CFLAGS) -c -o libgnome_mount_la-gnome-mount-properties.lo `test -f 'gnome-mount-properties.c' || echo '$(srcdir)/'`gnome-mount-properties.c
 
427
 
 
428
libgnome_mount_la-gnome-mount-properties-view.lo: gnome-mount-properties-view.c
 
429
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnome_mount_la_CFLAGS) $(CFLAGS) -MT libgnome_mount_la-gnome-mount-properties-view.lo -MD -MP -MF $(DEPDIR)/libgnome_mount_la-gnome-mount-properties-view.Tpo -c -o libgnome_mount_la-gnome-mount-properties-view.lo `test -f 'gnome-mount-properties-view.c' || echo '$(srcdir)/'`gnome-mount-properties-view.c
 
430
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgnome_mount_la-gnome-mount-properties-view.Tpo $(DEPDIR)/libgnome_mount_la-gnome-mount-properties-view.Plo
 
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gnome-mount-properties-view.c' object='libgnome_mount_la-gnome-mount-properties-view.lo' libtool=yes @AMDEPBACKSLASH@
 
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
433
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnome_mount_la_CFLAGS) $(CFLAGS) -c -o libgnome_mount_la-gnome-mount-properties-view.lo `test -f 'gnome-mount-properties-view.c' || echo '$(srcdir)/'`gnome-mount-properties-view.c
 
434
 
417
435
mostlyclean-libtool:
418
436
        -rm -f *.lo
419
437
 
512
530
        unique=`for i in $$list; do \
513
531
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
514
532
          done | \
515
 
          $(AWK) '    { files[$$0] = 1; } \
516
 
               END { for (i in files) print i; }'`; \
 
533
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
534
              END { if (nonempty) { for (i in files) print i; }; }'`; \
517
535
        mkid -fID $$unique
518
536
tags: TAGS
519
537
 
538
556
        unique=`for i in $$list; do \
539
557
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
540
558
          done | \
541
 
          $(AWK) '    { files[$$0] = 1; } \
542
 
               END { for (i in files) print i; }'`; \
 
559
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
560
              END { if (nonempty) { for (i in files) print i; }; }'`; \
543
561
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
544
562
          test -n "$$unique" || unique=$$empty_fix; \
545
563
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
549
567
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
550
568
                $(TAGS_FILES) $(LISP)
551
569
        tags=; \
552
 
        here=`pwd`; \
553
570
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
554
571
        unique=`for i in $$list; do \
555
572
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
556
573
          done | \
557
 
          $(AWK) '    { files[$$0] = 1; } \
558
 
               END { for (i in files) print i; }'`; \
 
574
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
575
              END { if (nonempty) { for (i in files) print i; }; }'`; \
559
576
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
560
577
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
561
578
             $$tags $$unique