~ubuntu-branches/ubuntu/oneiric/gupnp-tools/oneiric

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2009-09-24 16:23:29 UTC
  • mfrom: (1.1.6 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090924162329-nzcsckgx3wmjd0ta
Tags: 0.8-1
New upstream release

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
47
49
CONFIG_HEADER = $(top_builddir)/config.h
48
50
CONFIG_CLEAN_FILES = gupnp-universal-cp.desktop.in \
49
51
        gupnp-av-cp.desktop.in gupnp-network-light.desktop.in
 
52
CONFIG_CLEAN_VPATH_FILES =
50
53
SOURCES =
51
54
DIST_SOURCES =
52
55
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
61
64
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
62
65
    *) f=$$p;; \
63
66
  esac;
64
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
67
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
68
am__install_max = 40
 
69
am__nobase_strip_setup = \
 
70
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
71
am__nobase_strip = \
 
72
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
73
am__nobase_list = $(am__nobase_strip_setup); \
 
74
  for p in $$list; do echo "$$p $$p"; done | \
 
75
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
76
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
77
    if (++n[$$2] == $(am__install_max)) \
 
78
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
79
    END { for (dir in files) print dir, files[dir] }'
 
80
am__base_list = \
 
81
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
82
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
65
83
am__installdirs = "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(shareddir)"
66
 
desktopDATA_INSTALL = $(INSTALL_DATA)
67
84
am__dist_shared_DATA_DIST = gupnp-universal-cp.ui \
68
85
        gupnp-network-light.ui gupnp-av-cp.ui
69
 
dist_sharedDATA_INSTALL = $(INSTALL_DATA)
70
86
DATA = $(desktop_DATA) $(dist_shared_DATA)
71
87
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
72
88
  distclean-recursive maintainer-clean-recursive
 
89
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
90
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
91
        distdir
73
92
ETAGS = etags
74
93
CTAGS = ctags
75
94
DIST_SUBDIRS = $(SUBDIRS)
76
95
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
96
am__relativize = \
 
97
  dir0=`pwd`; \
 
98
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
99
  sed_rest='s,^[^/]*/*,,'; \
 
100
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
101
  sed_butlast='s,/*[^/]*$$,,'; \
 
102
  while test -n "$$dir1"; do \
 
103
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
104
    if test "$$first" != "."; then \
 
105
      if test "$$first" = ".."; then \
 
106
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
107
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
108
      else \
 
109
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
110
        if test "$$first2" = "$$first"; then \
 
111
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
112
        else \
 
113
          dir2="../$$dir2"; \
 
114
        fi; \
 
115
        dir0="$$dir0"/"$$first"; \
 
116
      fi; \
 
117
    fi; \
 
118
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
119
  done; \
 
120
  reldir="$$dir2"
77
121
ACLOCAL = @ACLOCAL@
78
122
AMTAR = @AMTAR@
79
123
AR = @AR@
88
132
CFLAGS = @CFLAGS@
89
133
CPP = @CPP@
90
134
CPPFLAGS = @CPPFLAGS@
91
 
CXX = @CXX@
92
 
CXXCPP = @CXXCPP@
93
 
CXXDEPMODE = @CXXDEPMODE@
94
 
CXXFLAGS = @CXXFLAGS@
95
135
CYGPATH_W = @CYGPATH_W@
96
136
DATADIRNAME = @DATADIRNAME@
97
137
DEFS = @DEFS@
98
138
DEPDIR = @DEPDIR@
99
139
DSYMUTIL = @DSYMUTIL@
100
 
ECHO = @ECHO@
 
140
DUMPBIN = @DUMPBIN@
101
141
ECHO_C = @ECHO_C@
102
142
ECHO_N = @ECHO_N@
103
143
ECHO_T = @ECHO_T@
104
144
EGREP = @EGREP@
105
145
EXEEXT = @EXEEXT@
106
 
F77 = @F77@
107
 
FFLAGS = @FFLAGS@
 
146
FGREP = @FGREP@
108
147
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
109
148
GIO_CFLAGS = @GIO_CFLAGS@
110
149
GIO_LIBS = @GIO_LIBS@
126
165
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
127
166
INSTOBJEXT = @INSTOBJEXT@
128
167
INTLLIBS = @INTLLIBS@
 
168
LD = @LD@
129
169
LDFLAGS = @LDFLAGS@
130
170
LIBGUPNP_AV_CFLAGS = @LIBGUPNP_AV_CFLAGS@
131
171
LIBGUPNP_AV_LIBS = @LIBGUPNP_AV_LIBS@
134
174
LIBOBJS = @LIBOBJS@
135
175
LIBS = @LIBS@
136
176
LIBTOOL = @LIBTOOL@
 
177
LIPO = @LIPO@
137
178
LN_S = @LN_S@
138
179
LTLIBOBJS = @LTLIBOBJS@
139
180
MAINT = @MAINT@
142
183
MKINSTALLDIRS = @MKINSTALLDIRS@
143
184
MSGFMT = @MSGFMT@
144
185
MSGFMT_OPTS = @MSGFMT_OPTS@
 
186
NM = @NM@
145
187
NMEDIT = @NMEDIT@
 
188
OBJDUMP = @OBJDUMP@
146
189
OBJEXT = @OBJEXT@
 
190
OTOOL = @OTOOL@
 
191
OTOOL64 = @OTOOL64@
147
192
PACKAGE = @PACKAGE@
148
193
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
149
194
PACKAGE_NAME = @PACKAGE_NAME@
169
214
abs_top_builddir = @abs_top_builddir@
170
215
abs_top_srcdir = @abs_top_srcdir@
171
216
ac_ct_CC = @ac_ct_CC@
172
 
ac_ct_CXX = @ac_ct_CXX@
173
 
ac_ct_F77 = @ac_ct_F77@
 
217
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
174
218
am__include = @am__include@
175
219
am__leading_dot = @am__leading_dot@
176
220
am__quote = @am__quote@
201
245
libexecdir = @libexecdir@
202
246
localedir = @localedir@
203
247
localstatedir = @localstatedir@
 
248
lt_ECHO = @lt_ECHO@
204
249
mandir = @mandir@
205
250
mkdir_p = @mkdir_p@
206
251
oldincludedir = @oldincludedir@
234
279
        @for dep in $?; do \
235
280
          case '$(am__configure_deps)' in \
236
281
            *$$dep*) \
237
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
238
 
                && exit 0; \
 
282
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
283
                && { if test -f $@; then exit 0; else break; fi; }; \
239
284
              exit 1;; \
240
285
          esac; \
241
286
        done; \
242
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/Makefile'; \
243
 
        cd $(top_srcdir) && \
244
 
          $(AUTOMAKE) --gnu  data/Makefile
 
287
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
 
288
        $(am__cd) $(top_srcdir) && \
 
289
          $(AUTOMAKE) --gnu data/Makefile
245
290
.PRECIOUS: Makefile
246
291
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247
292
        @case '$?' in \
259
304
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
305
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
261
306
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
307
$(am__aclocal_m4_deps):
262
308
gupnp-universal-cp.desktop.in: $(top_builddir)/config.status $(srcdir)/gupnp-universal-cp.desktop.in.in
263
309
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
264
310
gupnp-av-cp.desktop.in: $(top_builddir)/config.status $(srcdir)/gupnp-av-cp.desktop.in.in
274
320
install-desktopDATA: $(desktop_DATA)
275
321
        @$(NORMAL_INSTALL)
276
322
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
277
 
        @list='$(desktop_DATA)'; for p in $$list; do \
 
323
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
324
        for p in $$list; do \
278
325
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
279
 
          f=$(am__strip_dir) \
280
 
          echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
281
 
          $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
 
326
          echo "$$d$$p"; \
 
327
        done | $(am__base_list) | \
 
328
        while read files; do \
 
329
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
 
330
          $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
282
331
        done
283
332
 
284
333
uninstall-desktopDATA:
285
334
        @$(NORMAL_UNINSTALL)
286
 
        @list='$(desktop_DATA)'; for p in $$list; do \
287
 
          f=$(am__strip_dir) \
288
 
          echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
289
 
          rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
290
 
        done
 
335
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
336
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
337
        test -n "$$files" || exit 0; \
 
338
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
 
339
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
291
340
install-dist_sharedDATA: $(dist_shared_DATA)
292
341
        @$(NORMAL_INSTALL)
293
342
        test -z "$(shareddir)" || $(MKDIR_P) "$(DESTDIR)$(shareddir)"
294
 
        @list='$(dist_shared_DATA)'; for p in $$list; do \
 
343
        @list='$(dist_shared_DATA)'; test -n "$(shareddir)" || list=; \
 
344
        for p in $$list; do \
295
345
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
296
 
          f=$(am__strip_dir) \
297
 
          echo " $(dist_sharedDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(shareddir)/$$f'"; \
298
 
          $(dist_sharedDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(shareddir)/$$f"; \
 
346
          echo "$$d$$p"; \
 
347
        done | $(am__base_list) | \
 
348
        while read files; do \
 
349
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shareddir)'"; \
 
350
          $(INSTALL_DATA) $$files "$(DESTDIR)$(shareddir)" || exit $$?; \
299
351
        done
300
352
 
301
353
uninstall-dist_sharedDATA:
302
354
        @$(NORMAL_UNINSTALL)
303
 
        @list='$(dist_shared_DATA)'; for p in $$list; do \
304
 
          f=$(am__strip_dir) \
305
 
          echo " rm -f '$(DESTDIR)$(shareddir)/$$f'"; \
306
 
          rm -f "$(DESTDIR)$(shareddir)/$$f"; \
307
 
        done
 
355
        @list='$(dist_shared_DATA)'; test -n "$(shareddir)" || list=; \
 
356
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
357
        test -n "$$files" || exit 0; \
 
358
        echo " ( cd '$(DESTDIR)$(shareddir)' && rm -f" $$files ")"; \
 
359
        cd "$(DESTDIR)$(shareddir)" && rm -f $$files
308
360
 
309
361
# This directory's subdirectories are mostly independent; you can cd
310
362
# into them and run `make' without going through this Makefile.
330
382
          else \
331
383
            local_target="$$target"; \
332
384
          fi; \
333
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
385
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
334
386
          || eval $$failcom; \
335
387
        done; \
336
388
        if test "$$dot_seen" = "no"; then \
364
416
          else \
365
417
            local_target="$$target"; \
366
418
          fi; \
367
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
419
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
368
420
          || eval $$failcom; \
369
421
        done && test -z "$$fail"
370
422
tags-recursive:
371
423
        list='$(SUBDIRS)'; for subdir in $$list; do \
372
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
424
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
373
425
        done
374
426
ctags-recursive:
375
427
        list='$(SUBDIRS)'; for subdir in $$list; do \
376
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
428
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
377
429
        done
378
430
 
379
431
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
381
433
        unique=`for i in $$list; do \
382
434
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383
435
          done | \
384
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
436
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
385
437
              END { if (nonempty) { for (i in files) print i; }; }'`; \
386
438
        mkid -fID $$unique
387
439
tags: TAGS
388
440
 
389
441
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
390
442
                $(TAGS_FILES) $(LISP)
391
 
        tags=; \
 
443
        set x; \
392
444
        here=`pwd`; \
393
445
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
394
446
          include_option=--etags-include; \
400
452
        list='$(SUBDIRS)'; for subdir in $$list; do \
401
453
          if test "$$subdir" = .; then :; else \
402
454
            test ! -f $$subdir/TAGS || \
403
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
455
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
404
456
          fi; \
405
457
        done; \
406
458
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
409
461
          done | \
410
462
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
411
463
              END { if (nonempty) { for (i in files) print i; }; }'`; \
412
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
464
        shift; \
 
465
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
413
466
          test -n "$$unique" || unique=$$empty_fix; \
414
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
415
 
            $$tags $$unique; \
 
467
          if test $$# -gt 0; then \
 
468
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
469
              "$$@" $$unique; \
 
470
          else \
 
471
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
472
              $$unique; \
 
473
          fi; \
416
474
        fi
417
475
ctags: CTAGS
418
476
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
419
477
                $(TAGS_FILES) $(LISP)
420
 
        tags=; \
421
478
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
422
479
        unique=`for i in $$list; do \
423
480
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424
481
          done | \
425
482
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426
483
              END { if (nonempty) { for (i in files) print i; }; }'`; \
427
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
484
        test -z "$(CTAGS_ARGS)$$unique" \
428
485
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
429
 
             $$tags $$unique
 
486
             $$unique
430
487
 
431
488
GTAGS:
432
489
        here=`$(am__cd) $(top_builddir) && pwd` \
433
 
          && cd $(top_srcdir) \
434
 
          && gtags -i $(GTAGS_ARGS) $$here
 
490
          && $(am__cd) $(top_srcdir) \
 
491
          && gtags -i $(GTAGS_ARGS) "$$here"
435
492
 
436
493
distclean-tags:
437
494
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
452
509
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
453
510
          if test -d $$d/$$file; then \
454
511
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
512
            if test -d "$(distdir)/$$file"; then \
 
513
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
514
            fi; \
455
515
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
456
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
516
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
517
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
457
518
            fi; \
458
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
519
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
459
520
          else \
460
 
            test -f $(distdir)/$$file \
461
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
521
            test -f "$(distdir)/$$file" \
 
522
            || cp -p $$d/$$file "$(distdir)/$$file" \
462
523
            || exit 1; \
463
524
          fi; \
464
525
        done
465
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
526
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
466
527
          if test "$$subdir" = .; then :; else \
467
528
            test -d "$(distdir)/$$subdir" \
468
529
            || $(MKDIR_P) "$(distdir)/$$subdir" \
469
530
            || exit 1; \
470
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
471
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
472
 
            (cd $$subdir && \
 
531
          fi; \
 
532
        done
 
533
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
534
          if test "$$subdir" = .; then :; else \
 
535
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
536
            $(am__relativize); \
 
537
            new_distdir=$$reldir; \
 
538
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
539
            $(am__relativize); \
 
540
            new_top_distdir=$$reldir; \
 
541
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
542
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
543
            ($(am__cd) $$subdir && \
473
544
              $(MAKE) $(AM_MAKEFLAGS) \
474
 
                top_distdir="$$top_distdir" \
475
 
                distdir="$$distdir/$$subdir" \
 
545
                top_distdir="$$new_top_distdir" \
 
546
                distdir="$$new_distdir" \
476
547
                am__remove_distdir=: \
477
548
                am__skip_length_check=: \
 
549
                am__skip_mode_fix=: \
478
550
                distdir) \
479
551
              || exit 1; \
480
552
          fi; \
508
580
 
509
581
distclean-generic:
510
582
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
583
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
511
584
 
512
585
maintainer-clean-generic:
513
586
        @echo "This command is intended for maintainers to use"
527
600
 
528
601
html: html-recursive
529
602
 
 
603
html-am:
 
604
 
530
605
info: info-recursive
531
606
 
532
607
info-am:
535
610
 
536
611
install-dvi: install-dvi-recursive
537
612
 
 
613
install-dvi-am:
 
614
 
538
615
install-exec-am:
539
616
 
540
617
install-html: install-html-recursive
541
618
 
 
619
install-html-am:
 
620
 
542
621
install-info: install-info-recursive
543
622
 
 
623
install-info-am:
 
624
 
544
625
install-man:
545
626
 
546
627
install-pdf: install-pdf-recursive
547
628
 
 
629
install-pdf-am:
 
630
 
548
631
install-ps: install-ps-recursive
549
632
 
 
633
install-ps-am:
 
634
 
550
635
installcheck-am:
551
636
 
552
637
maintainer-clean: maintainer-clean-recursive
567
652
 
568
653
uninstall-am: uninstall-desktopDATA uninstall-dist_sharedDATA
569
654
 
570
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
571
 
        install-strip
 
655
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
656
        install-am install-strip tags-recursive
572
657
 
573
658
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
574
659
        all all-am check check-am clean clean-generic clean-libtool \
590
675
# Rule to create the .desktop files
591
676
$(desktop_DATA): $(desktop_in_files) Makefile
592
677
        @sed -e "s,\$${prefix},${prefix},g" $(@:.desktop=.desktop.in) > $@
 
678
 
593
679
# Tell versions [3.59,3.63) of GNU make to not export all variables.
594
680
# Otherwise a system limit (for SysV at least) may be exceeded.
595
681
.NOEXPORT: