~ubuntu-branches/ubuntu/raring/nautilus-sendto-universe/raring

« back to all changes in this revision

Viewing changes to src/plugins/nautilus-burn/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-07-30 23:31:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730233120-ut3baoo6lde6q9gk
Tags: 1.1.6-0ubuntu1
* New upstream release. (LP: #377192)
* debian/control
  - Remove libglade2-dev build dependency.
  - Bump version of libgtk2.0-dev build dependency to 2.12.
  - Remove empathy related build dependencies.
  - Update description to remove empathy references.
* debian/nautilus-sendto-universe.install
  - Remove empathy plugin.
* debian/patches/10_fix_empathy_2.26.patch
  - Remove. Not needed anymore.
* debian/README.Debian.
  - Update to remove empathy references.

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)$(plugindir)"
51
 
pluginLTLIBRARIES_INSTALL = $(INSTALL)
52
69
LTLIBRARIES = $(plugin_LTLIBRARIES)
53
70
am__DEPENDENCIES_1 =
54
71
libnstburn_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
61
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
62
79
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
80
am__depfiles_maybe = depfiles
 
81
am__mv = mv -f
64
82
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
83
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
84
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
95
113
CFLAGS = @CFLAGS@
96
114
CPP = @CPP@
97
115
CPPFLAGS = @CPPFLAGS@
98
 
CXX = @CXX@
99
 
CXXCPP = @CXXCPP@
100
 
CXXDEPMODE = @CXXDEPMODE@
101
 
CXXFLAGS = @CXXFLAGS@
102
116
CYGPATH_W = @CYGPATH_W@
103
117
DATADIRNAME = @DATADIRNAME@
104
118
DBUS_CFLAGS = @DBUS_CFLAGS@
108
122
DEPDIR = @DEPDIR@
109
123
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
110
124
DSYMUTIL = @DSYMUTIL@
 
125
DUMPBIN = @DUMPBIN@
111
126
EBOOK_REQUIRED = @EBOOK_REQUIRED@
112
 
ECHO = @ECHO@
113
127
ECHO_C = @ECHO_C@
114
128
ECHO_N = @ECHO_N@
115
129
ECHO_T = @ECHO_T@
121
135
EVOLUTION_CFLAGS = @EVOLUTION_CFLAGS@
122
136
EVOLUTION_LIBS = @EVOLUTION_LIBS@
123
137
EXEEXT = @EXEEXT@
124
 
F77 = @F77@
125
 
FFLAGS = @FFLAGS@
126
 
GAIM_CFLAGS = @GAIM_CFLAGS@
127
 
GAIM_DATADIR = @GAIM_DATADIR@
128
 
GAIM_LIBDIR = @GAIM_LIBDIR@
129
 
GAIM_LIBS = @GAIM_LIBS@
 
138
FGREP = @FGREP@
130
139
GAIM_REQUIRED = @GAIM_REQUIRED@
131
140
GCONFTOOL = @GCONFTOOL@
132
141
GCONF_REQUIRED = @GCONF_REQUIRED@
135
144
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
136
145
GIO_CFLAGS = @GIO_CFLAGS@
137
146
GIO_LIBS = @GIO_LIBS@
138
 
GLADE_REQUIRED = @GLADE_REQUIRED@
139
147
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
140
148
GLIB_REQUIRED = @GLIB_REQUIRED@
141
149
GMOFILES = @GMOFILES@
150
158
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
151
159
INSTOBJEXT = @INSTOBJEXT@
152
160
INTLLIBS = @INTLLIBS@
153
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
154
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
155
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
156
161
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
157
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
158
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
159
162
INTLTOOL_MERGE = @INTLTOOL_MERGE@
160
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
161
163
INTLTOOL_PERL = @INTLTOOL_PERL@
162
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
163
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
164
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
165
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
166
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
167
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
168
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
169
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
170
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
171
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
172
164
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
173
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
174
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
175
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
165
LD = @LD@
176
166
LDFLAGS = @LDFLAGS@
177
167
LIBOBJS = @LIBOBJS@
178
168
LIBS = @LIBS@
179
169
LIBTOOL = @LIBTOOL@
 
170
LIPO = @LIPO@
180
171
LN_S = @LN_S@
181
172
LTLIBOBJS = @LTLIBOBJS@
182
173
MAINT = @MAINT@
192
183
NAUTILUS_EXT_SENDTO_LIBS = @NAUTILUS_EXT_SENDTO_LIBS@
193
184
NAUTILUS_SENDTO_CFLAGS = @NAUTILUS_SENDTO_CFLAGS@
194
185
NAUTILUS_SENDTO_LIBS = @NAUTILUS_SENDTO_LIBS@
 
186
NM = @NM@
195
187
NMEDIT = @NMEDIT@
196
188
NST_EBOOK_CFLAGS = @NST_EBOOK_CFLAGS@
197
189
NST_EBOOK_LIBS = @NST_EBOOK_LIBS@
 
190
OBJDUMP = @OBJDUMP@
198
191
OBJEXT = @OBJEXT@
 
192
OTOOL = @OTOOL@
 
193
OTOOL64 = @OTOOL64@
199
194
PACKAGE = @PACKAGE@
200
195
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
201
196
PACKAGE_NAME = @PACKAGE_NAME@
232
227
abs_top_builddir = @abs_top_builddir@
233
228
abs_top_srcdir = @abs_top_srcdir@
234
229
ac_ct_CC = @ac_ct_CC@
235
 
ac_ct_CXX = @ac_ct_CXX@
236
 
ac_ct_F77 = @ac_ct_F77@
 
230
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
237
231
am__include = @am__include@
238
232
am__leading_dot = @am__leading_dot@
239
233
am__quote = @am__quote@
264
258
libexecdir = @libexecdir@
265
259
localedir = @localedir@
266
260
localstatedir = @localstatedir@
 
261
lt_ECHO = @lt_ECHO@
267
262
mandir = @mandir@
268
263
mkdir_p = @mkdir_p@
269
264
oldincludedir = @oldincludedir@
287
282
        -I$(top_srcdir)/src                     \
288
283
        -I$(top_builddir)                       \
289
284
        -I$(srcdir)/../                         \
290
 
        -DGLADEDIR=\""$(gladedir)"\"            \
291
285
        $(NAUTILUS_SENDTO_CFLAGS)               \
292
286
        $(WARN_CFLAGS)                          \
 
287
        $(DISABLE_DEPRECATED)                   \
293
288
        $(GIO_CFLAGS)
294
289
 
295
290
plugin_LTLIBRARIES = libnstburn.la
304
299
        @for dep in $?; do \
305
300
          case '$(am__configure_deps)' in \
306
301
            *$$dep*) \
307
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
308
 
                && exit 0; \
 
302
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
303
                && { if test -f $@; then exit 0; else break; fi; }; \
309
304
              exit 1;; \
310
305
          esac; \
311
306
        done; \
312
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/plugins/nautilus-burn/Makefile'; \
313
 
        cd $(top_srcdir) && \
314
 
          $(AUTOMAKE) --gnu  src/plugins/nautilus-burn/Makefile
 
307
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/nautilus-burn/Makefile'; \
 
308
        $(am__cd) $(top_srcdir) && \
 
309
          $(AUTOMAKE) --gnu src/plugins/nautilus-burn/Makefile
315
310
.PRECIOUS: Makefile
316
311
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317
312
        @case '$?' in \
329
324
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330
325
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
331
326
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
327
$(am__aclocal_m4_deps):
332
328
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
333
329
        @$(NORMAL_INSTALL)
334
330
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
335
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
331
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
332
        list2=; for p in $$list; do \
336
333
          if test -f $$p; then \
337
 
            f=$(am__strip_dir) \
338
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
339
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
334
            list2="$$list2 $$p"; \
340
335
          else :; fi; \
341
 
        done
 
336
        done; \
 
337
        test -z "$$list2" || { \
 
338
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
339
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
340
        }
342
341
 
343
342
uninstall-pluginLTLIBRARIES:
344
343
        @$(NORMAL_UNINSTALL)
345
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
346
 
          p=$(am__strip_dir) \
347
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
348
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
344
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
345
        for p in $$list; do \
 
346
          $(am__strip_dir) \
 
347
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
348
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
349
349
        done
350
350
 
351
351
clean-pluginLTLIBRARIES:
369
369
 
370
370
.c.o:
371
371
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
372
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
372
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
373
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
374
374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375
375
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
376
376
 
377
377
.c.obj:
378
378
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
379
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
379
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
380
380
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
381
381
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382
382
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
383
383
 
384
384
.c.lo:
385
385
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
386
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
386
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
387
387
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
388
388
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389
389
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
399
399
        unique=`for i in $$list; do \
400
400
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
401
401
          done | \
402
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
402
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
403
403
              END { if (nonempty) { for (i in files) print i; }; }'`; \
404
404
        mkid -fID $$unique
405
405
tags: TAGS
406
406
 
407
407
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
408
408
                $(TAGS_FILES) $(LISP)
409
 
        tags=; \
 
409
        set x; \
410
410
        here=`pwd`; \
411
411
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
412
412
        unique=`for i in $$list; do \
414
414
          done | \
415
415
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416
416
              END { if (nonempty) { for (i in files) print i; }; }'`; \
417
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
417
        shift; \
 
418
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
418
419
          test -n "$$unique" || unique=$$empty_fix; \
419
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
420
 
            $$tags $$unique; \
 
420
          if test $$# -gt 0; then \
 
421
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
422
              "$$@" $$unique; \
 
423
          else \
 
424
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
425
              $$unique; \
 
426
          fi; \
421
427
        fi
422
428
ctags: CTAGS
423
429
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
424
430
                $(TAGS_FILES) $(LISP)
425
 
        tags=; \
426
431
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
427
432
        unique=`for i in $$list; do \
428
433
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429
434
          done | \
430
435
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431
436
              END { if (nonempty) { for (i in files) print i; }; }'`; \
432
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
437
        test -z "$(CTAGS_ARGS)$$unique" \
433
438
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
434
 
             $$tags $$unique
 
439
             $$unique
435
440
 
436
441
GTAGS:
437
442
        here=`$(am__cd) $(top_builddir) && pwd` \
438
 
          && cd $(top_srcdir) \
439
 
          && gtags -i $(GTAGS_ARGS) $$here
 
443
          && $(am__cd) $(top_srcdir) \
 
444
          && gtags -i $(GTAGS_ARGS) "$$here"
440
445
 
441
446
distclean-tags:
442
447
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
457
462
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
458
463
          if test -d $$d/$$file; then \
459
464
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
465
            if test -d "$(distdir)/$$file"; then \
 
466
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
467
            fi; \
460
468
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
461
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
469
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
470
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
462
471
            fi; \
463
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
472
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
464
473
          else \
465
 
            test -f $(distdir)/$$file \
466
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
474
            test -f "$(distdir)/$$file" \
 
475
            || cp -p $$d/$$file "$(distdir)/$$file" \
467
476
            || exit 1; \
468
477
          fi; \
469
478
        done
494
503
 
495
504
distclean-generic:
496
505
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
506
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
497
507
 
498
508
maintainer-clean-generic:
499
509
        @echo "This command is intended for maintainers to use"
515
525
 
516
526
html: html-am
517
527
 
 
528
html-am:
 
529
 
518
530
info: info-am
519
531
 
520
532
info-am:
523
535
 
524
536
install-dvi: install-dvi-am
525
537
 
 
538
install-dvi-am:
 
539
 
526
540
install-exec-am:
527
541
 
528
542
install-html: install-html-am
529
543
 
 
544
install-html-am:
 
545
 
530
546
install-info: install-info-am
531
547
 
 
548
install-info-am:
 
549
 
532
550
install-man:
533
551
 
534
552
install-pdf: install-pdf-am
535
553
 
 
554
install-pdf-am:
 
555
 
536
556
install-ps: install-ps-am
537
557
 
 
558
install-ps-am:
 
559
 
538
560
installcheck-am:
539
561
 
540
562
maintainer-clean: maintainer-clean-am
573
595
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
574
596
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
575
597
 
 
598
 
576
599
# Tell versions [3.59,3.63) of GNU make to not export all variables.
577
600
# Otherwise a system limit (for SysV at least) may be exceeded.
578
601
.NOEXPORT: