~sir-rainbow/+junk/scribes-on-win

« back to all changes in this revision

Viewing changes to SCRIBES/EncodingSystem/SupportedEncodings/Makefile.in

  • Committer: lateef
  • Date: 2009-11-07 22:21:32 UTC
  • Revision ID: teef@submission-20091107222132-sfz2ji4nzk130wth
Customize preferences based on source code type. Press F12 to show the new preferences GUI.

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.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
39
41
        $(ACLOCAL_M4)
40
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
41
43
CONFIG_CLEAN_FILES =
 
44
CONFIG_CLEAN_VPATH_FILES =
42
45
SOURCES =
43
46
DIST_SOURCES =
44
47
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53
56
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54
57
    *) f=$$p;; \
55
58
  esac;
56
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
59
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
60
am__install_max = 40
 
61
am__nobase_strip_setup = \
 
62
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
63
am__nobase_strip = \
 
64
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
65
am__nobase_list = $(am__nobase_strip_setup); \
 
66
  for p in $$list; do echo "$$p $$p"; done | \
 
67
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
68
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
69
    if (++n[$$2] == $(am__install_max)) \
 
70
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
71
    END { for (dir in files) print dir, files[dir] }'
 
72
am__base_list = \
 
73
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
74
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
57
75
am__installdirs = "$(DESTDIR)$(supportedencodingsdir)"
58
 
supportedencodingsPYTHON_INSTALL = $(INSTALL_DATA)
59
76
py_compile = $(top_srcdir)/py-compile
60
77
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
61
78
  distclean-recursive maintainer-clean-recursive
 
79
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
80
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
81
        distdir
62
82
ETAGS = etags
63
83
CTAGS = ctags
64
84
DIST_SUBDIRS = $(SUBDIRS)
65
85
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
86
am__relativize = \
 
87
  dir0=`pwd`; \
 
88
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
89
  sed_rest='s,^[^/]*/*,,'; \
 
90
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
91
  sed_butlast='s,/*[^/]*$$,,'; \
 
92
  while test -n "$$dir1"; do \
 
93
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
94
    if test "$$first" != "."; then \
 
95
      if test "$$first" = ".."; then \
 
96
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
97
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
98
      else \
 
99
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
100
        if test "$$first2" = "$$first"; then \
 
101
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
102
        else \
 
103
          dir2="../$$dir2"; \
 
104
        fi; \
 
105
        dir0="$$dir0"/"$$first"; \
 
106
      fi; \
 
107
    fi; \
 
108
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
109
  done; \
 
110
  reldir="$$dir2"
66
111
ACLOCAL = @ACLOCAL@
67
112
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
68
113
ALL_LINGUAS = @ALL_LINGUAS@
124
169
PACKAGE_NAME = @PACKAGE_NAME@
125
170
PACKAGE_STRING = @PACKAGE_STRING@
126
171
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
172
PACKAGE_URL = @PACKAGE_URL@
127
173
PACKAGE_VERSION = @PACKAGE_VERSION@
128
174
PATH_SEPARATOR = @PATH_SEPARATOR@
129
175
PKG_CONFIG = @PKG_CONFIG@
214
260
              exit 1;; \
215
261
          esac; \
216
262
        done; \
217
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  SCRIBES/EncodingSystem/SupportedEncodings/Makefile'; \
218
 
        cd $(top_srcdir) && \
219
 
          $(AUTOMAKE) --gnu  SCRIBES/EncodingSystem/SupportedEncodings/Makefile
 
263
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu SCRIBES/EncodingSystem/SupportedEncodings/Makefile'; \
 
264
        $(am__cd) $(top_srcdir) && \
 
265
          $(AUTOMAKE) --gnu SCRIBES/EncodingSystem/SupportedEncodings/Makefile
220
266
.PRECIOUS: Makefile
221
267
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
222
268
        @case '$?' in \
234
280
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
235
281
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
236
282
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
283
$(am__aclocal_m4_deps):
237
284
install-supportedencodingsPYTHON: $(supportedencodings_PYTHON)
238
285
        @$(NORMAL_INSTALL)
239
286
        test -z "$(supportedencodingsdir)" || $(MKDIR_P) "$(DESTDIR)$(supportedencodingsdir)"
240
 
        @list='$(supportedencodings_PYTHON)'; dlist=''; for p in $$list; do\
 
287
        @list='$(supportedencodings_PYTHON)'; dlist=; list2=; test -n "$(supportedencodingsdir)" || list=; \
 
288
        for p in $$list; do \
241
289
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
242
290
          if test -f $$b$$p; then \
243
 
            f=$(am__strip_dir) \
 
291
            $(am__strip_dir) \
244
292
            dlist="$$dlist $$f"; \
245
 
            echo " $(supportedencodingsPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(supportedencodingsdir)/$$f'"; \
246
 
            $(supportedencodingsPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(supportedencodingsdir)/$$f"; \
 
293
            list2="$$list2 $$b$$p"; \
247
294
          else :; fi; \
248
295
        done; \
 
296
        for file in $$list2; do echo $$file; done | $(am__base_list) | \
 
297
        while read files; do \
 
298
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(supportedencodingsdir)'"; \
 
299
          $(INSTALL_DATA) $$files "$(DESTDIR)$(supportedencodingsdir)" || exit $$?; \
 
300
        done || exit $$?; \
249
301
        if test -n "$$dlist"; then \
250
302
          if test -z "$(DESTDIR)"; then \
251
303
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(supportedencodingsdir)" $$dlist; \
256
308
 
257
309
uninstall-supportedencodingsPYTHON:
258
310
        @$(NORMAL_UNINSTALL)
259
 
        @list='$(supportedencodings_PYTHON)'; dlist=''; for p in $$list; do\
260
 
          f=$(am__strip_dir) \
261
 
          rm -f "$(DESTDIR)$(supportedencodingsdir)/$$f"; \
262
 
          rm -f "$(DESTDIR)$(supportedencodingsdir)/$${f}c"; \
263
 
          rm -f "$(DESTDIR)$(supportedencodingsdir)/$${f}o"; \
264
 
        done
 
311
        @list='$(supportedencodings_PYTHON)'; test -n "$(supportedencodingsdir)" || list=; \
 
312
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
313
        test -n "$$files" || exit 0; \
 
314
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
 
315
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
 
316
        echo " ( cd '$(DESTDIR)$(supportedencodingsdir)' && rm -f" $$files ")"; \
 
317
        cd "$(DESTDIR)$(supportedencodingsdir)" && rm -f $$files || exit $$?; \
 
318
        echo " ( cd '$(DESTDIR)$(supportedencodingsdir)' && rm -f" $$filesc ")"; \
 
319
        cd "$(DESTDIR)$(supportedencodingsdir)" && rm -f $$filesc || exit $$?; \
 
320
        echo " ( cd '$(DESTDIR)$(supportedencodingsdir)' && rm -f" $$fileso ")"; \
 
321
        cd "$(DESTDIR)$(supportedencodingsdir)" && rm -f $$fileso
265
322
 
266
323
# This directory's subdirectories are mostly independent; you can cd
267
324
# into them and run `make' without going through this Makefile.
287
344
          else \
288
345
            local_target="$$target"; \
289
346
          fi; \
290
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
347
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
291
348
          || eval $$failcom; \
292
349
        done; \
293
350
        if test "$$dot_seen" = "no"; then \
321
378
          else \
322
379
            local_target="$$target"; \
323
380
          fi; \
324
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
381
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
325
382
          || eval $$failcom; \
326
383
        done && test -z "$$fail"
327
384
tags-recursive:
328
385
        list='$(SUBDIRS)'; for subdir in $$list; do \
329
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
386
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
330
387
        done
331
388
ctags-recursive:
332
389
        list='$(SUBDIRS)'; for subdir in $$list; do \
333
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
390
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
334
391
        done
335
392
 
336
393
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
345
402
 
346
403
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
347
404
                $(TAGS_FILES) $(LISP)
348
 
        tags=; \
 
405
        set x; \
349
406
        here=`pwd`; \
350
407
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
351
408
          include_option=--etags-include; \
357
414
        list='$(SUBDIRS)'; for subdir in $$list; do \
358
415
          if test "$$subdir" = .; then :; else \
359
416
            test ! -f $$subdir/TAGS || \
360
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
417
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
361
418
          fi; \
362
419
        done; \
363
420
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
366
423
          done | \
367
424
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368
425
              END { if (nonempty) { for (i in files) print i; }; }'`; \
369
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
426
        shift; \
 
427
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
370
428
          test -n "$$unique" || unique=$$empty_fix; \
371
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
372
 
            $$tags $$unique; \
 
429
          if test $$# -gt 0; then \
 
430
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
431
              "$$@" $$unique; \
 
432
          else \
 
433
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
434
              $$unique; \
 
435
          fi; \
373
436
        fi
374
437
ctags: CTAGS
375
438
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
376
439
                $(TAGS_FILES) $(LISP)
377
 
        tags=; \
378
440
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
379
441
        unique=`for i in $$list; do \
380
442
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381
443
          done | \
382
444
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383
445
              END { if (nonempty) { for (i in files) print i; }; }'`; \
384
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
446
        test -z "$(CTAGS_ARGS)$$unique" \
385
447
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
386
 
             $$tags $$unique
 
448
             $$unique
387
449
 
388
450
GTAGS:
389
451
        here=`$(am__cd) $(top_builddir) && pwd` \
390
 
          && cd $(top_srcdir) \
391
 
          && gtags -i $(GTAGS_ARGS) $$here
 
452
          && $(am__cd) $(top_srcdir) \
 
453
          && gtags -i $(GTAGS_ARGS) "$$here"
392
454
 
393
455
distclean-tags:
394
456
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
409
471
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
410
472
          if test -d $$d/$$file; then \
411
473
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
474
            if test -d "$(distdir)/$$file"; then \
 
475
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
476
            fi; \
412
477
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
413
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
478
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
479
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
414
480
            fi; \
415
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
481
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
416
482
          else \
417
 
            test -f $(distdir)/$$file \
418
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
483
            test -f "$(distdir)/$$file" \
 
484
            || cp -p $$d/$$file "$(distdir)/$$file" \
419
485
            || exit 1; \
420
486
          fi; \
421
487
        done
422
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
488
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
423
489
          if test "$$subdir" = .; then :; else \
424
490
            test -d "$(distdir)/$$subdir" \
425
491
            || $(MKDIR_P) "$(distdir)/$$subdir" \
426
492
            || exit 1; \
427
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
428
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
429
 
            (cd $$subdir && \
 
493
          fi; \
 
494
        done
 
495
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
496
          if test "$$subdir" = .; then :; else \
 
497
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
498
            $(am__relativize); \
 
499
            new_distdir=$$reldir; \
 
500
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
501
            $(am__relativize); \
 
502
            new_top_distdir=$$reldir; \
 
503
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
504
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
505
            ($(am__cd) $$subdir && \
430
506
              $(MAKE) $(AM_MAKEFLAGS) \
431
 
                top_distdir="$$top_distdir" \
432
 
                distdir="$$distdir/$$subdir" \
 
507
                top_distdir="$$new_top_distdir" \
 
508
                distdir="$$new_distdir" \
433
509
                am__remove_distdir=: \
434
510
                am__skip_length_check=: \
 
511
                am__skip_mode_fix=: \
435
512
                distdir) \
436
513
              || exit 1; \
437
514
          fi; \
464
541
 
465
542
distclean-generic:
466
543
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
544
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
467
545
 
468
546
maintainer-clean-generic:
469
547
        @echo "This command is intended for maintainers to use"
482
560
 
483
561
html: html-recursive
484
562
 
 
563
html-am:
 
564
 
485
565
info: info-recursive
486
566
 
487
567
info-am:
490
570
 
491
571
install-dvi: install-dvi-recursive
492
572
 
 
573
install-dvi-am:
 
574
 
493
575
install-exec-am:
494
576
 
495
577
install-html: install-html-recursive
496
578
 
 
579
install-html-am:
 
580
 
497
581
install-info: install-info-recursive
498
582
 
 
583
install-info-am:
 
584
 
499
585
install-man:
500
586
 
501
587
install-pdf: install-pdf-recursive
502
588
 
 
589
install-pdf-am:
 
590
 
503
591
install-ps: install-ps-recursive
504
592
 
 
593
install-ps-am:
 
594
 
505
595
installcheck-am:
506
596
 
507
597
maintainer-clean: maintainer-clean-recursive
522
612
 
523
613
uninstall-am: uninstall-supportedencodingsPYTHON
524
614
 
525
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
526
 
        install-strip
 
615
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
616
        install-am install-strip tags-recursive
527
617
 
528
618
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
529
619
        all all-am check check-am clean clean-generic clean-local \
542
632
 
543
633
clean-local:
544
634
        rm -rf *.pyc *.pyo
 
635
 
545
636
# Tell versions [3.59,3.63) of GNU make to not export all variables.
546
637
# Otherwise a system limit (for SysV at least) may be exceeded.
547
638
.NOEXPORT: