~ubuntu-branches/ubuntu/natty/gnome-do-plugins/natty

« back to all changes in this revision

Viewing changes to JIRA/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2009-10-14 10:50:09 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091014105009-03n0jtssf6gv89l3
Tags: 0.8.2.1+dfsg-1~ubuntu1
Upload from pkg-cli-apps SVN to get this new bugfix release into Karmic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 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.
20
21
 
21
22
VPATH = @srcdir@
22
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
23
25
pkglibdir = $(libdir)/@PACKAGE@
24
 
pkgincludedir = $(includedir)/@PACKAGE@
 
26
pkglibexecdir = $(libexecdir)/@PACKAGE@
25
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
28
install_sh_DATA = $(install_sh) -c -m 644
27
29
install_sh_PROGRAM = $(install_sh) -c
48
50
        $(ACLOCAL_M4)
49
51
mkinstalldirs = $(install_sh) -d
50
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
51
54
SOURCES =
52
55
DIST_SOURCES =
53
56
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55
58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56
59
    *) f=$$p;; \
57
60
  esac;
58
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
61
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
62
am__install_max = 40
 
63
am__nobase_strip_setup = \
 
64
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
65
am__nobase_strip = \
 
66
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
67
am__nobase_list = $(am__nobase_strip_setup); \
 
68
  for p in $$list; do echo "$$p $$p"; done | \
 
69
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
70
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
71
    if (++n[$$2] == $(am__install_max)) \
 
72
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
73
    END { for (dir in files) print dir, files[dir] }'
 
74
am__base_list = \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
76
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
59
77
am__installdirs = "$(DESTDIR)$(plugindir)"
60
 
pluginDATA_INSTALL = $(INSTALL_DATA)
61
78
DATA = $(plugin_DATA)
62
79
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
63
80
ACLOCAL = @ACLOCAL@
170
187
PACKAGE_NAME = @PACKAGE_NAME@
171
188
PACKAGE_STRING = @PACKAGE_STRING@
172
189
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
190
PACKAGE_URL = @PACKAGE_URL@
173
191
PACKAGE_VERSION = @PACKAGE_VERSION@
174
192
PATH_SEPARATOR = @PATH_SEPARATOR@
175
193
PKG_CONFIG = @PKG_CONFIG@
315
333
              exit 1;; \
316
334
          esac; \
317
335
        done; \
318
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  JIRA/Makefile'; \
319
 
        cd $(top_srcdir) && \
320
 
          $(AUTOMAKE) --foreign  JIRA/Makefile
 
336
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign JIRA/Makefile'; \
 
337
        $(am__cd) $(top_srcdir) && \
 
338
          $(AUTOMAKE) --foreign JIRA/Makefile
321
339
.PRECIOUS: Makefile
322
340
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323
341
        @case '$?' in \
335
353
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336
354
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
337
355
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
356
$(am__aclocal_m4_deps):
338
357
install-pluginDATA: $(plugin_DATA)
339
358
        @$(NORMAL_INSTALL)
340
359
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
341
 
        @list='$(plugin_DATA)'; for p in $$list; do \
 
360
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
361
        for p in $$list; do \
342
362
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
343
 
          f=$(am__strip_dir) \
344
 
          echo " $(pluginDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
345
 
          $(pluginDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
363
          echo "$$d$$p"; \
 
364
        done | $(am__base_list) | \
 
365
        while read files; do \
 
366
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
 
367
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
346
368
        done
347
369
 
348
370
uninstall-pluginDATA:
349
371
        @$(NORMAL_UNINSTALL)
350
 
        @list='$(plugin_DATA)'; for p in $$list; do \
351
 
          f=$(am__strip_dir) \
352
 
          echo " rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
353
 
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
354
 
        done
 
372
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
373
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
374
        test -n "$$files" || exit 0; \
 
375
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
 
376
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
355
377
tags: TAGS
356
378
TAGS:
357
379
 
375
397
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
376
398
          if test -d $$d/$$file; then \
377
399
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
400
            if test -d "$(distdir)/$$file"; then \
 
401
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
402
            fi; \
378
403
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
379
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
404
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
405
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
380
406
            fi; \
381
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
407
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
382
408
          else \
383
 
            test -f $(distdir)/$$file \
384
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
409
            test -f "$(distdir)/$$file" \
 
410
            || cp -p $$d/$$file "$(distdir)/$$file" \
385
411
            || exit 1; \
386
412
          fi; \
387
413
        done
413
439
 
414
440
distclean-generic:
415
441
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
442
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
416
443
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
417
444
 
418
445
maintainer-clean-generic:
433
460
 
434
461
html: html-am
435
462
 
 
463
html-am:
 
464
 
436
465
info: info-am
437
466
 
438
467
info-am:
441
470
 
442
471
install-dvi: install-dvi-am
443
472
 
 
473
install-dvi-am:
 
474
 
444
475
install-exec-am:
445
476
 
446
477
install-html: install-html-am
447
478
 
 
479
install-html-am:
 
480
 
448
481
install-info: install-info-am
449
482
 
 
483
install-info-am:
 
484
 
450
485
install-man:
451
486
 
452
487
install-pdf: install-pdf-am
453
488
 
 
489
install-pdf-am:
 
490
 
454
491
install-ps: install-ps-am
455
492
 
 
493
install-ps-am:
 
494
 
456
495
installcheck-am:
457
496
 
458
497
maintainer-clean: maintainer-clean-am
517
556
 
518
557
$(BUILD_DIR)/$(MA_PACKFILE): $(ASSEMBLY_FILE)
519
558
        cd $(BUILD_DIR) && $(MAUTIL) pack $(ASSEMBLY_FILE)
 
559
 
520
560
# Tell versions [3.59,3.63) of GNU make to not export all variables.
521
561
# Otherwise a system limit (for SysV at least) may be exceeded.
522
562
.NOEXPORT: