~ubuntu-branches/debian/sid/bluefish/sid

« back to all changes in this revision

Viewing changes to src/plugin_charmap/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2015-05-10 11:10:20 UTC
  • mfrom: (17.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20150510111020-4lpgmm1yrtr1mjdh
Tags: 2.2.7-2
* Upload to unstable.
* debian/control (Vcs-Svn, Vcs-Browser): Set back to trunk (unstable).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
 
31
    case $$MAKEFLAGS in \
 
32
      *\\[\ \   ]*) \
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
19
63
pkgdatadir = $(datadir)/@PACKAGE@
20
64
pkgincludedir = $(includedir)/@PACKAGE@
21
65
pkglibdir = $(libdir)/@PACKAGE@
36
80
host_triplet = @host@
37
81
@OS_WIN32_TRUE@am__append_1 = -no-undefined -export-symbols $(srcdir)/charmap.def
38
82
subdir = src/plugin_charmap
39
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(top_srcdir)/depcomp
40
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
86
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
42
87
        $(top_srcdir)/configure.ac
80
125
am_charmap_la_OBJECTS = charmap_la-charmap.lo \
81
126
        charmap_la-charmap_gui.lo
82
127
charmap_la_OBJECTS = $(am_charmap_la_OBJECTS)
83
 
charmap_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
128
AM_V_lt = $(am__v_lt_@AM_V@)
 
129
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
130
am__v_lt_0 = --silent
 
131
am__v_lt_1 = 
 
132
charmap_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
84
133
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(charmap_la_CFLAGS) \
85
134
        $(CFLAGS) $(charmap_la_LDFLAGS) $(LDFLAGS) -o $@
86
135
@ENABLE_CHARMAP_PLUGIN_TRUE@am_charmap_la_rpath = -rpath $(charmapdir)
 
136
AM_V_P = $(am__v_P_@AM_V@)
 
137
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
138
am__v_P_0 = false
 
139
am__v_P_1 = :
 
140
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
141
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
142
am__v_GEN_0 = @echo "  GEN     " $@;
 
143
am__v_GEN_1 = 
 
144
AM_V_at = $(am__v_at_@AM_V@)
 
145
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
146
am__v_at_0 = @
 
147
am__v_at_1 = 
87
148
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
88
149
depcomp = $(SHELL) $(top_srcdir)/depcomp
89
150
am__depfiles_maybe = depfiles
90
151
am__mv = mv -f
91
152
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
92
153
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
95
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
154
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
155
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
156
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
157
        $(AM_CFLAGS) $(CFLAGS)
 
158
AM_V_CC = $(am__v_CC_@AM_V@)
 
159
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
160
am__v_CC_0 = @echo "  CC      " $@;
 
161
am__v_CC_1 = 
96
162
CCLD = $(CC)
97
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
98
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
99
 
        $(LDFLAGS) -o $@
 
163
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
164
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
165
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
166
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
167
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
168
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
169
am__v_CCLD_1 = 
100
170
SOURCES = $(charmap_la_SOURCES)
101
171
DIST_SOURCES = $(charmap_la_SOURCES)
102
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
103
 
        html-recursive info-recursive install-data-recursive \
104
 
        install-dvi-recursive install-exec-recursive \
105
 
        install-html-recursive install-info-recursive \
106
 
        install-pdf-recursive install-ps-recursive install-recursive \
107
 
        installcheck-recursive installdirs-recursive pdf-recursive \
108
 
        ps-recursive uninstall-recursive
 
172
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
173
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
174
        install-data-recursive install-dvi-recursive \
 
175
        install-exec-recursive install-html-recursive \
 
176
        install-info-recursive install-pdf-recursive \
 
177
        install-ps-recursive install-recursive installcheck-recursive \
 
178
        installdirs-recursive pdf-recursive ps-recursive \
 
179
        tags-recursive uninstall-recursive
 
180
am__can_run_installinfo = \
 
181
  case $$AM_UPDATE_INFO_DIR in \
 
182
    n|no|NO) false;; \
 
183
    *) (install-info --version) >/dev/null 2>&1;; \
 
184
  esac
109
185
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
110
186
  distclean-recursive maintainer-clean-recursive
111
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
112
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
187
am__recursive_targets = \
 
188
  $(RECURSIVE_TARGETS) \
 
189
  $(RECURSIVE_CLEAN_TARGETS) \
 
190
  $(am__extra_recursive_targets)
 
191
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
113
192
        distdir
 
193
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
194
# Read a list of newline-separated strings from the standard input,
 
195
# and print each of them once, without duplicates.  Input order is
 
196
# *not* preserved.
 
197
am__uniquify_input = $(AWK) '\
 
198
  BEGIN { nonempty = 0; } \
 
199
  { items[$$0] = 1; nonempty = 1; } \
 
200
  END { if (nonempty) { for (i in items) print i; }; } \
 
201
'
 
202
# Make sure the list of sources is unique.  This is necessary because,
 
203
# e.g., the same source file might be shared among _SOURCES variables
 
204
# for different programs/libraries.
 
205
am__define_uniq_tagged_files = \
 
206
  list='$(am__tagged_files)'; \
 
207
  unique=`for i in $$list; do \
 
208
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
209
  done | $(am__uniquify_input)`
114
210
ETAGS = etags
115
211
CTAGS = ctags
116
212
DIST_SUBDIRS = $(SUBDIRS)
367
463
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
368
464
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369
465
$(am__aclocal_m4_deps):
 
466
 
370
467
install-charmapLTLIBRARIES: $(charmap_LTLIBRARIES)
371
468
        @$(NORMAL_INSTALL)
372
 
        test -z "$(charmapdir)" || $(MKDIR_P) "$(DESTDIR)$(charmapdir)"
373
469
        @list='$(charmap_LTLIBRARIES)'; test -n "$(charmapdir)" || list=; \
374
470
        list2=; for p in $$list; do \
375
471
          if test -f $$p; then \
377
473
          else :; fi; \
378
474
        done; \
379
475
        test -z "$$list2" || { \
 
476
          echo " $(MKDIR_P) '$(DESTDIR)$(charmapdir)'"; \
 
477
          $(MKDIR_P) "$(DESTDIR)$(charmapdir)" || exit 1; \
380
478
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(charmapdir)'"; \
381
479
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(charmapdir)"; \
382
480
        }
392
490
 
393
491
clean-charmapLTLIBRARIES:
394
492
        -test -z "$(charmap_LTLIBRARIES)" || rm -f $(charmap_LTLIBRARIES)
395
 
        @list='$(charmap_LTLIBRARIES)'; for p in $$list; do \
396
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
397
 
          test "$$dir" != "$$p" || dir=.; \
398
 
          echo "rm -f \"$${dir}/so_locations\""; \
399
 
          rm -f "$${dir}/so_locations"; \
400
 
        done
 
493
        @list='$(charmap_LTLIBRARIES)'; \
 
494
        locs=`for p in $$list; do echo $$p; done | \
 
495
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
496
              sort -u`; \
 
497
        test -z "$$locs" || { \
 
498
          echo rm -f $${locs}; \
 
499
          rm -f $${locs}; \
 
500
        }
 
501
 
401
502
charmap.la: $(charmap_la_OBJECTS) $(charmap_la_DEPENDENCIES) $(EXTRA_charmap_la_DEPENDENCIES) 
402
 
        $(charmap_la_LINK) $(am_charmap_la_rpath) $(charmap_la_OBJECTS) $(charmap_la_LIBADD) $(LIBS)
 
503
        $(AM_V_CCLD)$(charmap_la_LINK) $(am_charmap_la_rpath) $(charmap_la_OBJECTS) $(charmap_la_LIBADD) $(LIBS)
403
504
 
404
505
mostlyclean-compile:
405
506
        -rm -f *.$(OBJEXT)
411
512
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charmap_la-charmap_gui.Plo@am__quote@
412
513
 
413
514
.c.o:
414
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
415
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
416
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
515
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
516
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
517
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
417
518
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
519
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
419
520
 
420
521
.c.obj:
421
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
422
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
423
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
522
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
523
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
524
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
424
525
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
526
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
426
527
 
427
528
.c.lo:
428
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
429
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
430
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
529
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
530
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
531
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
431
532
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
533
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
433
534
 
434
535
charmap_la-charmap.lo: charmap.c
435
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(charmap_la_CFLAGS) $(CFLAGS) -MT charmap_la-charmap.lo -MD -MP -MF $(DEPDIR)/charmap_la-charmap.Tpo -c -o charmap_la-charmap.lo `test -f 'charmap.c' || echo '$(srcdir)/'`charmap.c
436
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/charmap_la-charmap.Tpo $(DEPDIR)/charmap_la-charmap.Plo
437
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='charmap.c' object='charmap_la-charmap.lo' libtool=yes @AMDEPBACKSLASH@
 
536
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(charmap_la_CFLAGS) $(CFLAGS) -MT charmap_la-charmap.lo -MD -MP -MF $(DEPDIR)/charmap_la-charmap.Tpo -c -o charmap_la-charmap.lo `test -f 'charmap.c' || echo '$(srcdir)/'`charmap.c
 
537
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/charmap_la-charmap.Tpo $(DEPDIR)/charmap_la-charmap.Plo
 
538
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='charmap.c' object='charmap_la-charmap.lo' libtool=yes @AMDEPBACKSLASH@
438
539
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(charmap_la_CFLAGS) $(CFLAGS) -c -o charmap_la-charmap.lo `test -f 'charmap.c' || echo '$(srcdir)/'`charmap.c
 
540
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(charmap_la_CFLAGS) $(CFLAGS) -c -o charmap_la-charmap.lo `test -f 'charmap.c' || echo '$(srcdir)/'`charmap.c
440
541
 
441
542
charmap_la-charmap_gui.lo: charmap_gui.c
442
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(charmap_la_CFLAGS) $(CFLAGS) -MT charmap_la-charmap_gui.lo -MD -MP -MF $(DEPDIR)/charmap_la-charmap_gui.Tpo -c -o charmap_la-charmap_gui.lo `test -f 'charmap_gui.c' || echo '$(srcdir)/'`charmap_gui.c
443
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/charmap_la-charmap_gui.Tpo $(DEPDIR)/charmap_la-charmap_gui.Plo
444
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='charmap_gui.c' object='charmap_la-charmap_gui.lo' libtool=yes @AMDEPBACKSLASH@
 
543
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(charmap_la_CFLAGS) $(CFLAGS) -MT charmap_la-charmap_gui.lo -MD -MP -MF $(DEPDIR)/charmap_la-charmap_gui.Tpo -c -o charmap_la-charmap_gui.lo `test -f 'charmap_gui.c' || echo '$(srcdir)/'`charmap_gui.c
 
544
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/charmap_la-charmap_gui.Tpo $(DEPDIR)/charmap_la-charmap_gui.Plo
 
545
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='charmap_gui.c' object='charmap_la-charmap_gui.lo' libtool=yes @AMDEPBACKSLASH@
445
546
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(charmap_la_CFLAGS) $(CFLAGS) -c -o charmap_la-charmap_gui.lo `test -f 'charmap_gui.c' || echo '$(srcdir)/'`charmap_gui.c
 
547
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(charmap_la_CFLAGS) $(CFLAGS) -c -o charmap_la-charmap_gui.lo `test -f 'charmap_gui.c' || echo '$(srcdir)/'`charmap_gui.c
447
548
 
448
549
mostlyclean-libtool:
449
550
        -rm -f *.lo
452
553
        -rm -rf .libs _libs
453
554
 
454
555
# This directory's subdirectories are mostly independent; you can cd
455
 
# into them and run `make' without going through this Makefile.
456
 
# To change the values of `make' variables: instead of editing Makefiles,
457
 
# (1) if the variable is set in `config.status', edit `config.status'
458
 
#     (which will cause the Makefiles to be regenerated when you run `make');
459
 
# (2) otherwise, pass the desired values on the `make' command line.
460
 
$(RECURSIVE_TARGETS):
461
 
        @fail= failcom='exit 1'; \
462
 
        for f in x $$MAKEFLAGS; do \
463
 
          case $$f in \
464
 
            *=* | --[!k]*);; \
465
 
            *k*) failcom='fail=yes';; \
466
 
          esac; \
467
 
        done; \
 
556
# into them and run 'make' without going through this Makefile.
 
557
# To change the values of 'make' variables: instead of editing Makefiles,
 
558
# (1) if the variable is set in 'config.status', edit 'config.status'
 
559
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
560
# (2) otherwise, pass the desired values on the 'make' command line.
 
561
$(am__recursive_targets):
 
562
        @fail=; \
 
563
        if $(am__make_keepgoing); then \
 
564
          failcom='fail=yes'; \
 
565
        else \
 
566
          failcom='exit 1'; \
 
567
        fi; \
468
568
        dot_seen=no; \
469
569
        target=`echo $@ | sed s/-recursive//`; \
470
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
570
        case "$@" in \
 
571
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
572
          *) list='$(SUBDIRS)' ;; \
 
573
        esac; \
 
574
        for subdir in $$list; do \
471
575
          echo "Making $$target in $$subdir"; \
472
576
          if test "$$subdir" = "."; then \
473
577
            dot_seen=yes; \
482
586
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
483
587
        fi; test -z "$$fail"
484
588
 
485
 
$(RECURSIVE_CLEAN_TARGETS):
486
 
        @fail= failcom='exit 1'; \
487
 
        for f in x $$MAKEFLAGS; do \
488
 
          case $$f in \
489
 
            *=* | --[!k]*);; \
490
 
            *k*) failcom='fail=yes';; \
491
 
          esac; \
492
 
        done; \
493
 
        dot_seen=no; \
494
 
        case "$@" in \
495
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
496
 
          *) list='$(SUBDIRS)' ;; \
497
 
        esac; \
498
 
        rev=''; for subdir in $$list; do \
499
 
          if test "$$subdir" = "."; then :; else \
500
 
            rev="$$subdir $$rev"; \
501
 
          fi; \
502
 
        done; \
503
 
        rev="$$rev ."; \
504
 
        target=`echo $@ | sed s/-recursive//`; \
505
 
        for subdir in $$rev; do \
506
 
          echo "Making $$target in $$subdir"; \
507
 
          if test "$$subdir" = "."; then \
508
 
            local_target="$$target-am"; \
509
 
          else \
510
 
            local_target="$$target"; \
511
 
          fi; \
512
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
513
 
          || eval $$failcom; \
514
 
        done && test -z "$$fail"
515
 
tags-recursive:
516
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
517
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
518
 
        done
519
 
ctags-recursive:
520
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
521
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
522
 
        done
523
 
 
524
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
525
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
526
 
        unique=`for i in $$list; do \
527
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
528
 
          done | \
529
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
530
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
531
 
        mkid -fID $$unique
532
 
tags: TAGS
533
 
 
534
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
535
 
                $(TAGS_FILES) $(LISP)
 
589
ID: $(am__tagged_files)
 
590
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
591
tags: tags-recursive
 
592
TAGS: tags
 
593
 
 
594
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
536
595
        set x; \
537
596
        here=`pwd`; \
538
597
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
548
607
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
549
608
          fi; \
550
609
        done; \
551
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
552
 
        unique=`for i in $$list; do \
553
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
554
 
          done | \
555
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
556
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
610
        $(am__define_uniq_tagged_files); \
557
611
        shift; \
558
612
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
559
613
          test -n "$$unique" || unique=$$empty_fix; \
565
619
              $$unique; \
566
620
          fi; \
567
621
        fi
568
 
ctags: CTAGS
569
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
570
 
                $(TAGS_FILES) $(LISP)
571
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
572
 
        unique=`for i in $$list; do \
573
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
574
 
          done | \
575
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
576
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
622
ctags: ctags-recursive
 
623
 
 
624
CTAGS: ctags
 
625
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
626
        $(am__define_uniq_tagged_files); \
577
627
        test -z "$(CTAGS_ARGS)$$unique" \
578
628
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
579
629
             $$unique
582
632
        here=`$(am__cd) $(top_builddir) && pwd` \
583
633
          && $(am__cd) $(top_srcdir) \
584
634
          && gtags -i $(GTAGS_ARGS) "$$here"
 
635
cscopelist: cscopelist-recursive
 
636
 
 
637
cscopelist-am: $(am__tagged_files)
 
638
        list='$(am__tagged_files)'; \
 
639
        case "$(srcdir)" in \
 
640
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
641
          *) sdir=$(subdir)/$(srcdir) ;; \
 
642
        esac; \
 
643
        for i in $$list; do \
 
644
          if test -f "$$i"; then \
 
645
            echo "$(subdir)/$$i"; \
 
646
          else \
 
647
            echo "$$sdir/$$i"; \
 
648
          fi; \
 
649
        done >> $(top_builddir)/cscope.files
585
650
 
586
651
distclean-tags:
587
652
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
618
683
        done
619
684
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
620
685
          if test "$$subdir" = .; then :; else \
621
 
            test -d "$(distdir)/$$subdir" \
622
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
623
 
            || exit 1; \
624
 
          fi; \
625
 
        done
626
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
627
 
          if test "$$subdir" = .; then :; else \
 
686
            $(am__make_dryrun) \
 
687
              || test -d "$(distdir)/$$subdir" \
 
688
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
689
              || exit 1; \
628
690
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
629
691
            $(am__relativize); \
630
692
            new_distdir=$$reldir; \
755
817
 
756
818
uninstall-am: uninstall-charmapLTLIBRARIES
757
819
 
758
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
759
 
        install-am install-strip tags-recursive
 
820
.MAKE: $(am__recursive_targets) install-am install-strip
760
821
 
761
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
762
 
        all all-am check check-am clean clean-charmapLTLIBRARIES \
763
 
        clean-generic clean-libtool ctags ctags-recursive distclean \
 
822
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
823
        check-am clean clean-charmapLTLIBRARIES clean-generic \
 
824
        clean-libtool cscopelist-am ctags ctags-am distclean \
764
825
        distclean-compile distclean-generic distclean-libtool \
765
826
        distclean-tags distdir dvi dvi-am html html-am info info-am \
766
827
        install install-am install-charmapLTLIBRARIES install-data \
771
832
        installcheck-am installdirs installdirs-am maintainer-clean \
772
833
        maintainer-clean-generic maintainer-clean-local mostlyclean \
773
834
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
774
 
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
835
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
775
836
        uninstall-charmapLTLIBRARIES
776
837
 
777
838