~ubuntu-branches/debian/sid/gnome-main-menu/sid

« back to all changes in this revision

Viewing changes to nautilus-main-menu/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2010-05-20 16:18:52 UTC
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20100520161852-1f7y8epll383vywo
Tags: upstream-0.9.14
ImportĀ upstreamĀ versionĀ 0.9.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
41
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42
44
CONFIG_HEADER = $(top_builddir)/config.h
43
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
44
47
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
45
48
am__vpath_adj = case $$p in \
46
49
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
47
50
    *) f=$$p;; \
48
51
  esac;
49
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
52
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
53
am__install_max = 40
 
54
am__nobase_strip_setup = \
 
55
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
56
am__nobase_strip = \
 
57
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
58
am__nobase_list = $(am__nobase_strip_setup); \
 
59
  for p in $$list; do echo "$$p $$p"; done | \
 
60
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
61
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
62
    if (++n[$$2] == $(am__install_max)) \
 
63
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
64
    END { for (dir in files) print dir, files[dir] }'
 
65
am__base_list = \
 
66
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
67
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
50
68
am__installdirs = "$(DESTDIR)$(nautilus_extensiondir)"
51
 
nautilus_extensionLTLIBRARIES_INSTALL = $(INSTALL)
52
69
LTLIBRARIES = $(nautilus_extension_LTLIBRARIES)
53
70
am__DEPENDENCIES_1 =
54
71
libnautilus_main_menu_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
62
79
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
63
80
depcomp = $(SHELL) $(top_srcdir)/depcomp
64
81
am__depfiles_maybe = depfiles
 
82
am__mv = mv -f
65
83
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66
84
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67
85
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
121
139
GOBJECT_QUERY = @GOBJECT_QUERY@
122
140
GREP = @GREP@
123
141
GTKDOC_CHECK = @GTKDOC_CHECK@
 
142
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
143
GTKDOC_REBASE = @GTKDOC_REBASE@
124
144
HTML_DIR = @HTML_DIR@
125
145
INSTALL = @INSTALL@
126
146
INSTALL_DATA = @INSTALL_DATA@
129
149
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
130
150
INSTOBJEXT = @INSTOBJEXT@
131
151
INTLLIBS = @INTLLIBS@
132
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
133
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
134
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
135
152
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
136
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
137
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
138
153
INTLTOOL_MERGE = @INTLTOOL_MERGE@
139
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
140
154
INTLTOOL_PERL = @INTLTOOL_PERL@
141
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
142
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
143
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
144
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
145
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
146
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
147
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
148
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
149
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
150
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
151
155
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
152
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
153
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
154
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
155
156
LD = @LD@
156
157
LDFLAGS = @LDFLAGS@
157
158
LIBOBJS = @LIBOBJS@
160
161
LIPO = @LIPO@
161
162
LN_S = @LN_S@
162
163
LTLIBOBJS = @LTLIBOBJS@
163
 
LT_VERSION = @LT_VERSION@
164
164
MAINT = @MAINT@
165
165
MAIN_MENU_CFLAGS = @MAIN_MENU_CFLAGS@
166
166
MAIN_MENU_LIBS = @MAIN_MENU_LIBS@
167
167
MAKEINFO = @MAKEINFO@
168
168
MKDIR_P = @MKDIR_P@
 
169
MKINSTALLDIRS = @MKINSTALLDIRS@
169
170
MSGFMT = @MSGFMT@
170
171
MSGFMT_OPTS = @MSGFMT_OPTS@
171
172
MSGMERGE = @MSGMERGE@
 
173
NAUTILUSDIR = @NAUTILUSDIR@
172
174
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
173
175
NAUTILUS_LIBS = @NAUTILUS_LIBS@
174
176
NM = @NM@
258
260
        $(NAUTILUS_CFLAGS)                              \
259
261
        $(WARN_CFLAGS)
260
262
 
261
 
 
262
 
# FIXME: get this from the .pc file
263
 
nautilus_extensiondir = $(libdir)/nautilus/extensions-1.0
 
263
nautilus_extensiondir = @NAUTILUSDIR@
264
264
nautilus_extension_LTLIBRARIES = libnautilus-main-menu.la
265
265
libnautilus_main_menu_la_SOURCES = \
266
266
        nautilus-main-menu.c       \
280
280
        @for dep in $?; do \
281
281
          case '$(am__configure_deps)' in \
282
282
            *$$dep*) \
283
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
284
 
                && exit 0; \
 
283
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
284
                && { if test -f $@; then exit 0; else break; fi; }; \
285
285
              exit 1;; \
286
286
          esac; \
287
287
        done; \
288
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  nautilus-main-menu/Makefile'; \
289
 
        cd $(top_srcdir) && \
290
 
          $(AUTOMAKE) --gnu  nautilus-main-menu/Makefile
 
288
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu nautilus-main-menu/Makefile'; \
 
289
        $(am__cd) $(top_srcdir) && \
 
290
          $(AUTOMAKE) --gnu nautilus-main-menu/Makefile
291
291
.PRECIOUS: Makefile
292
292
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
293
293
        @case '$?' in \
305
305
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
306
306
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
307
307
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
308
$(am__aclocal_m4_deps):
308
309
install-nautilus_extensionLTLIBRARIES: $(nautilus_extension_LTLIBRARIES)
309
310
        @$(NORMAL_INSTALL)
310
311
        test -z "$(nautilus_extensiondir)" || $(MKDIR_P) "$(DESTDIR)$(nautilus_extensiondir)"
311
 
        @list='$(nautilus_extension_LTLIBRARIES)'; for p in $$list; do \
 
312
        @list='$(nautilus_extension_LTLIBRARIES)'; test -n "$(nautilus_extensiondir)" || list=; \
 
313
        list2=; for p in $$list; do \
312
314
          if test -f $$p; then \
313
 
            f=$(am__strip_dir) \
314
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(nautilus_extensionLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(nautilus_extensiondir)/$$f'"; \
315
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(nautilus_extensionLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(nautilus_extensiondir)/$$f"; \
 
315
            list2="$$list2 $$p"; \
316
316
          else :; fi; \
317
 
        done
 
317
        done; \
 
318
        test -z "$$list2" || { \
 
319
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(nautilus_extensiondir)'"; \
 
320
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(nautilus_extensiondir)"; \
 
321
        }
318
322
 
319
323
uninstall-nautilus_extensionLTLIBRARIES:
320
324
        @$(NORMAL_UNINSTALL)
321
 
        @list='$(nautilus_extension_LTLIBRARIES)'; for p in $$list; do \
322
 
          p=$(am__strip_dir) \
323
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(nautilus_extensiondir)/$$p'"; \
324
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(nautilus_extensiondir)/$$p"; \
 
325
        @list='$(nautilus_extension_LTLIBRARIES)'; test -n "$(nautilus_extensiondir)" || list=; \
 
326
        for p in $$list; do \
 
327
          $(am__strip_dir) \
 
328
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(nautilus_extensiondir)/$$f'"; \
 
329
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(nautilus_extensiondir)/$$f"; \
325
330
        done
326
331
 
327
332
clean-nautilus_extensionLTLIBRARIES:
346
351
 
347
352
.c.o:
348
353
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
349
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
354
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
350
355
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
351
356
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352
357
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
353
358
 
354
359
.c.obj:
355
360
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
356
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
361
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
357
362
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
358
363
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359
364
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
360
365
 
361
366
.c.lo:
362
367
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
363
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
368
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
364
369
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
365
370
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366
371
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
376
381
        unique=`for i in $$list; do \
377
382
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378
383
          done | \
379
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
384
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380
385
              END { if (nonempty) { for (i in files) print i; }; }'`; \
381
386
        mkid -fID $$unique
382
387
tags: TAGS
383
388
 
384
389
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
385
390
                $(TAGS_FILES) $(LISP)
386
 
        tags=; \
 
391
        set x; \
387
392
        here=`pwd`; \
388
393
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
389
394
        unique=`for i in $$list; do \
391
396
          done | \
392
397
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393
398
              END { if (nonempty) { for (i in files) print i; }; }'`; \
394
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
399
        shift; \
 
400
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
395
401
          test -n "$$unique" || unique=$$empty_fix; \
396
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397
 
            $$tags $$unique; \
 
402
          if test $$# -gt 0; then \
 
403
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
404
              "$$@" $$unique; \
 
405
          else \
 
406
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
407
              $$unique; \
 
408
          fi; \
398
409
        fi
399
410
ctags: CTAGS
400
411
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
401
412
                $(TAGS_FILES) $(LISP)
402
 
        tags=; \
403
413
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
404
414
        unique=`for i in $$list; do \
405
415
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406
416
          done | \
407
417
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408
418
              END { if (nonempty) { for (i in files) print i; }; }'`; \
409
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
419
        test -z "$(CTAGS_ARGS)$$unique" \
410
420
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
411
 
             $$tags $$unique
 
421
             $$unique
412
422
 
413
423
GTAGS:
414
424
        here=`$(am__cd) $(top_builddir) && pwd` \
415
 
          && cd $(top_srcdir) \
416
 
          && gtags -i $(GTAGS_ARGS) $$here
 
425
          && $(am__cd) $(top_srcdir) \
 
426
          && gtags -i $(GTAGS_ARGS) "$$here"
417
427
 
418
428
distclean-tags:
419
429
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
434
444
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
435
445
          if test -d $$d/$$file; then \
436
446
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
447
            if test -d "$(distdir)/$$file"; then \
 
448
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
449
            fi; \
437
450
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
438
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
451
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
452
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
439
453
            fi; \
440
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
454
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
441
455
          else \
442
 
            test -f $(distdir)/$$file \
443
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
456
            test -f "$(distdir)/$$file" \
 
457
            || cp -p $$d/$$file "$(distdir)/$$file" \
444
458
            || exit 1; \
445
459
          fi; \
446
460
        done
471
485
 
472
486
distclean-generic:
473
487
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
488
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
474
489
 
475
490
maintainer-clean-generic:
476
491
        @echo "This command is intended for maintainers to use"
492
507
 
493
508
html: html-am
494
509
 
 
510
html-am:
 
511
 
495
512
info: info-am
496
513
 
497
514
info-am:
500
517
 
501
518
install-dvi: install-dvi-am
502
519
 
 
520
install-dvi-am:
 
521
 
503
522
install-exec-am:
504
523
 
505
524
install-html: install-html-am
506
525
 
 
526
install-html-am:
 
527
 
507
528
install-info: install-info-am
508
529
 
 
530
install-info-am:
 
531
 
509
532
install-man:
510
533
 
511
534
install-pdf: install-pdf-am
512
535
 
 
536
install-pdf-am:
 
537
 
513
538
install-ps: install-ps-am
514
539
 
 
540
install-ps-am:
 
541
 
515
542
installcheck-am:
516
543
 
517
544
maintainer-clean: maintainer-clean-am
552
579
        tags uninstall uninstall-am \
553
580
        uninstall-nautilus_extensionLTLIBRARIES
554
581
 
 
582
 
555
583
# Tell versions [3.59,3.63) of GNU make to not export all variables.
556
584
# Otherwise a system limit (for SysV at least) may be exceeded.
557
585
.NOEXPORT: