~ubuntu-branches/ubuntu/vivid/parted/vivid

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-07-30 13:16:15 UTC
  • mfrom: (7.2.34 sid)
  • Revision ID: package-import@ubuntu.com-20140730131615-6uy87mosal6722s6
Tags: 3.2-1
* New upstream release.
* Drop currently-unused build-dependency on po4a (thanks, Johannes
  Schauer).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11a 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.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    am__dry=no; \
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
21
30
    case $$MAKEFLAGS in \
22
31
      *\\[\ \   ]*) \
23
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
 
      *) \
26
 
        for am__flg in $$MAKEFLAGS; do \
27
 
          case $$am__flg in \
28
 
            *=*|--*) ;; \
29
 
            *n*) am__dry=yes; break;; \
30
 
          esac; \
31
 
        done;; \
32
 
    esac; \
33
 
    test $$am__dry = yes; \
34
 
  }
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35
62
pkgdatadir = $(datadir)/@PACKAGE@
36
63
pkgincludedir = $(includedir)/@PACKAGE@
37
64
pkglibdir = $(libdir)/@PACKAGE@
50
77
build_triplet = @build@
51
78
host_triplet = @host@
52
79
subdir = include
53
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
80
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
54
81
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
82
am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
56
 
        $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/assert.m4 \
57
 
        $(top_srcdir)/m4/btowc.m4 $(top_srcdir)/m4/calloc.m4 \
58
 
        $(top_srcdir)/m4/canonicalize.m4 \
 
83
        $(top_srcdir)/m4/absolute-header.m4 $(top_srcdir)/m4/alloca.m4 \
 
84
        $(top_srcdir)/m4/assert.m4 $(top_srcdir)/m4/btowc.m4 \
 
85
        $(top_srcdir)/m4/calloc.m4 $(top_srcdir)/m4/canonicalize.m4 \
59
86
        $(top_srcdir)/m4/close-stream.m4 $(top_srcdir)/m4/close.m4 \
60
87
        $(top_srcdir)/m4/closeout.m4 $(top_srcdir)/m4/codeset.m4 \
61
88
        $(top_srcdir)/m4/config-h.m4 $(top_srcdir)/m4/configmake.m4 \
63
90
        $(top_srcdir)/m4/double-slash-root.m4 $(top_srcdir)/m4/dup2.m4 \
64
91
        $(top_srcdir)/m4/eealloc.m4 $(top_srcdir)/m4/environ.m4 \
65
92
        $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \
66
 
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fchdir.m4 \
67
 
        $(top_srcdir)/m4/fcntl-o.m4 $(top_srcdir)/m4/fcntl_h.m4 \
68
 
        $(top_srcdir)/m4/fdopen.m4 $(top_srcdir)/m4/fpending.m4 \
69
 
        $(top_srcdir)/m4/fstat.m4 $(top_srcdir)/m4/fsync.m4 \
70
 
        $(top_srcdir)/m4/getcwd.m4 $(top_srcdir)/m4/getopt.m4 \
 
93
        $(top_srcdir)/m4/extensions.m4 \
 
94
        $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \
 
95
        $(top_srcdir)/m4/fcntl_h.m4 $(top_srcdir)/m4/fdopen.m4 \
 
96
        $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/fstat.m4 \
 
97
        $(top_srcdir)/m4/fsync.m4 $(top_srcdir)/m4/getcwd.m4 \
 
98
        $(top_srcdir)/m4/getdtablesize.m4 $(top_srcdir)/m4/getopt.m4 \
71
99
        $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/gettext.m4 \
72
100
        $(top_srcdir)/m4/gettimeofday.m4 $(top_srcdir)/m4/glibc21.m4 \
73
101
        $(top_srcdir)/m4/gnulib-common.m4 \
74
102
        $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/iconv.m4 \
75
 
        $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inline.m4 \
 
103
        $(top_srcdir)/m4/include_next.m4 \
76
104
        $(top_srcdir)/m4/intlmacosx.m4 \
77
105
        $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \
78
106
        $(top_srcdir)/m4/langinfo_h.m4 $(top_srcdir)/m4/largefile.m4 \
82
110
        $(top_srcdir)/m4/localcharset.m4 $(top_srcdir)/m4/locale-fr.m4 \
83
111
        $(top_srcdir)/m4/locale-ja.m4 $(top_srcdir)/m4/locale-tr.m4 \
84
112
        $(top_srcdir)/m4/locale-zh.m4 $(top_srcdir)/m4/locale_h.m4 \
85
 
        $(top_srcdir)/m4/localename.m4 $(top_srcdir)/m4/lock.m4 \
86
 
        $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/lseek.m4 \
87
 
        $(top_srcdir)/m4/lstat.m4 $(top_srcdir)/m4/ltoptions.m4 \
88
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
89
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/malloc.m4 \
90
 
        $(top_srcdir)/m4/malloca.m4 $(top_srcdir)/m4/manywarnings.m4 \
91
 
        $(top_srcdir)/m4/mbrtowc.m4 $(top_srcdir)/m4/mbsinit.m4 \
92
 
        $(top_srcdir)/m4/mbstate_t.m4 $(top_srcdir)/m4/mbtowc.m4 \
93
 
        $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/mmap-anon.m4 \
94
 
        $(top_srcdir)/m4/mode_t.m4 $(top_srcdir)/m4/msvc-inval.m4 \
 
113
        $(top_srcdir)/m4/localeconv.m4 $(top_srcdir)/m4/localename.m4 \
 
114
        $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \
 
115
        $(top_srcdir)/m4/lseek.m4 $(top_srcdir)/m4/lstat.m4 \
 
116
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
117
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
118
        $(top_srcdir)/m4/malloc.m4 $(top_srcdir)/m4/malloca.m4 \
 
119
        $(top_srcdir)/m4/manywarnings.m4 $(top_srcdir)/m4/mbrtowc.m4 \
 
120
        $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \
 
121
        $(top_srcdir)/m4/mbtowc.m4 $(top_srcdir)/m4/mkstemp.m4 \
 
122
        $(top_srcdir)/m4/mmap-anon.m4 $(top_srcdir)/m4/mode_t.m4 \
 
123
        $(top_srcdir)/m4/msvc-inval.m4 \
95
124
        $(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \
96
125
        $(top_srcdir)/m4/nl_langinfo.m4 $(top_srcdir)/m4/nls.m4 \
97
126
        $(top_srcdir)/m4/nocrash.m4 $(top_srcdir)/m4/o-direct.m4 \
98
 
        $(top_srcdir)/m4/open.m4 $(top_srcdir)/m4/pathmax.m4 \
99
 
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/priv-set.m4 \
100
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/putenv.m4 \
101
 
        $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \
102
 
        $(top_srcdir)/m4/read.m4 $(top_srcdir)/m4/readlink.m4 \
103
 
        $(top_srcdir)/m4/realloc.m4 $(top_srcdir)/m4/regex.m4 \
104
 
        $(top_srcdir)/m4/rpmatch.m4 $(top_srcdir)/m4/safe-read.m4 \
105
 
        $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \
106
 
        $(top_srcdir)/m4/sleep.m4 $(top_srcdir)/m4/ssize_t.m4 \
107
 
        $(top_srcdir)/m4/stat.m4 $(top_srcdir)/m4/stdarg.m4 \
108
 
        $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stddef_h.m4 \
109
 
        $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdio_h.m4 \
110
 
        $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strcase.m4 \
 
127
        $(top_srcdir)/m4/off_t.m4 $(top_srcdir)/m4/open.m4 \
 
128
        $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/po.m4 \
 
129
        $(top_srcdir)/m4/priv-set.m4 $(top_srcdir)/m4/progtest.m4 \
 
130
        $(top_srcdir)/m4/putenv.m4 $(top_srcdir)/m4/quote.m4 \
 
131
        $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/read.m4 \
 
132
        $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/realloc.m4 \
 
133
        $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/rpmatch.m4 \
 
134
        $(top_srcdir)/m4/safe-read.m4 \
 
135
        $(top_srcdir)/m4/secure_getenv.m4 $(top_srcdir)/m4/setenv.m4 \
 
136
        $(top_srcdir)/m4/setlocale.m4 $(top_srcdir)/m4/sleep.m4 \
 
137
        $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stat.m4 \
 
138
        $(top_srcdir)/m4/stdarg.m4 $(top_srcdir)/m4/stdbool.m4 \
 
139
        $(top_srcdir)/m4/stddef_h.m4 $(top_srcdir)/m4/stdint.m4 \
 
140
        $(top_srcdir)/m4/stdio_h.m4 $(top_srcdir)/m4/stdlib_h.m4 \
111
141
        $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
112
 
        $(top_srcdir)/m4/strerror_r.m4 $(top_srcdir)/m4/string_h.m4 \
113
 
        $(top_srcdir)/m4/strings_h.m4 $(top_srcdir)/m4/strndup.m4 \
 
142
        $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strndup.m4 \
114
143
        $(top_srcdir)/m4/strnlen.m4 $(top_srcdir)/m4/strtoll.m4 \
115
144
        $(top_srcdir)/m4/strtoull.m4 $(top_srcdir)/m4/symlink.m4 \
116
145
        $(top_srcdir)/m4/sys_socket_h.m4 \
133
162
CONFIG_HEADER = $(top_builddir)/lib/config.h
134
163
CONFIG_CLEAN_FILES =
135
164
CONFIG_CLEAN_VPATH_FILES =
 
165
AM_V_P = $(am__v_P_@AM_V@)
 
166
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
167
am__v_P_0 = false
 
168
am__v_P_1 = :
136
169
AM_V_GEN = $(am__v_GEN_@AM_V@)
137
170
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
138
171
am__v_GEN_0 = @echo "  GEN     " $@;
 
172
am__v_GEN_1 = 
139
173
AM_V_at = $(am__v_at_@AM_V@)
140
174
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
141
175
am__v_at_0 = @
 
176
am__v_at_1 = 
142
177
SOURCES =
143
178
DIST_SOURCES =
144
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
145
 
        html-recursive info-recursive install-data-recursive \
146
 
        install-dvi-recursive install-exec-recursive \
147
 
        install-html-recursive install-info-recursive \
148
 
        install-pdf-recursive install-ps-recursive install-recursive \
149
 
        installcheck-recursive installdirs-recursive pdf-recursive \
150
 
        ps-recursive uninstall-recursive
 
179
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
180
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
181
        install-data-recursive install-dvi-recursive \
 
182
        install-exec-recursive install-html-recursive \
 
183
        install-info-recursive install-pdf-recursive \
 
184
        install-ps-recursive install-recursive installcheck-recursive \
 
185
        installdirs-recursive pdf-recursive ps-recursive \
 
186
        tags-recursive uninstall-recursive
 
187
am__can_run_installinfo = \
 
188
  case $$AM_UPDATE_INFO_DIR in \
 
189
    n|no|NO) false;; \
 
190
    *) (install-info --version) >/dev/null 2>&1;; \
 
191
  esac
151
192
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
152
193
  distclean-recursive maintainer-clean-recursive
153
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
154
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
194
am__recursive_targets = \
 
195
  $(RECURSIVE_TARGETS) \
 
196
  $(RECURSIVE_CLEAN_TARGETS) \
 
197
  $(am__extra_recursive_targets)
 
198
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
155
199
        distdir
 
200
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
201
# Read a list of newline-separated strings from the standard input,
 
202
# and print each of them once, without duplicates.  Input order is
 
203
# *not* preserved.
 
204
am__uniquify_input = $(AWK) '\
 
205
  BEGIN { nonempty = 0; } \
 
206
  { items[$$0] = 1; nonempty = 1; } \
 
207
  END { if (nonempty) { for (i in items) print i; }; } \
 
208
'
 
209
# Make sure the list of sources is unique.  This is necessary because,
 
210
# e.g., the same source file might be shared among _SOURCES variables
 
211
# for different programs/libraries.
 
212
am__define_uniq_tagged_files = \
 
213
  list='$(am__tagged_files)'; \
 
214
  unique=`for i in $$list; do \
 
215
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
216
  done | $(am__uniquify_input)`
156
217
ETAGS = etags
157
218
CTAGS = ctags
158
219
DIST_SUBDIRS = $(SUBDIRS)
260
321
GNULIB_FDATASYNC = @GNULIB_FDATASYNC@
261
322
GNULIB_FDOPEN = @GNULIB_FDOPEN@
262
323
GNULIB_FFLUSH = @GNULIB_FFLUSH@
263
 
GNULIB_FFS = @GNULIB_FFS@
264
324
GNULIB_FFSL = @GNULIB_FFSL@
265
325
GNULIB_FFSLL = @GNULIB_FFSLL@
266
326
GNULIB_FGETC = @GNULIB_FGETC@
297
357
GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
298
358
GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
299
359
GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
300
 
GNULIB_GETS = @GNULIB_GETS@
301
360
GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
302
361
GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@
303
362
GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
313
372
GNULIB_LCHOWN = @GNULIB_LCHOWN@
314
373
GNULIB_LINK = @GNULIB_LINK@
315
374
GNULIB_LINKAT = @GNULIB_LINKAT@
 
375
GNULIB_LOCALECONV = @GNULIB_LOCALECONV@
316
376
GNULIB_LSEEK = @GNULIB_LSEEK@
317
377
GNULIB_LSTAT = @GNULIB_LSTAT@
318
378
GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
388
448
GNULIB_RMDIR = @GNULIB_RMDIR@
389
449
GNULIB_RPMATCH = @GNULIB_RPMATCH@
390
450
GNULIB_SCANF = @GNULIB_SCANF@
 
451
GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@
391
452
GNULIB_SETENV = @GNULIB_SETENV@
392
453
GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@
393
454
GNULIB_SETLOCALE = @GNULIB_SETLOCALE@
512
573
HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
513
574
HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
514
575
HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
515
 
HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@
516
576
HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
517
577
HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
518
578
HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
536
596
HAVE_FCNTL = @HAVE_FCNTL@
537
597
HAVE_FDATASYNC = @HAVE_FDATASYNC@
538
598
HAVE_FEATURES_H = @HAVE_FEATURES_H@
539
 
HAVE_FFS = @HAVE_FFS@
540
599
HAVE_FFSL = @HAVE_FFSL@
541
600
HAVE_FFSLL = @HAVE_FFSLL@
542
601
HAVE_FSEEKO = @HAVE_FSEEKO@
610
669
HAVE_REALPATH = @HAVE_REALPATH@
611
670
HAVE_RENAMEAT = @HAVE_RENAMEAT@
612
671
HAVE_RPMATCH = @HAVE_RPMATCH@
 
672
HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@
613
673
HAVE_SETENV = @HAVE_SETENV@
614
674
HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
615
675
HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
619
679
HAVE_STDINT_H = @HAVE_STDINT_H@
620
680
HAVE_STPCPY = @HAVE_STPCPY@
621
681
HAVE_STPNCPY = @HAVE_STPNCPY@
622
 
HAVE_STRCASECMP = @HAVE_STRCASECMP@
623
682
HAVE_STRCASESTR = @HAVE_STRCASESTR@
624
683
HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
625
 
HAVE_STRINGS_H = @HAVE_STRINGS_H@
626
684
HAVE_STRPBRK = @HAVE_STRPBRK@
627
685
HAVE_STRPTIME = @HAVE_STRPTIME@
628
686
HAVE_STRSEP = @HAVE_STRSEP@
752
810
NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
753
811
NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@
754
812
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
755
 
NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = @NEXT_AS_FIRST_DIRECTIVE_STRINGS_H@
756
813
NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
757
814
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@
758
815
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@
772
829
NEXT_STDINT_H = @NEXT_STDINT_H@
773
830
NEXT_STDIO_H = @NEXT_STDIO_H@
774
831
NEXT_STDLIB_H = @NEXT_STDLIB_H@
775
 
NEXT_STRINGS_H = @NEXT_STRINGS_H@
776
832
NEXT_STRING_H = @NEXT_STRING_H@
777
833
NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
778
834
NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
836
892
REPLACE_FSTATAT = @REPLACE_FSTATAT@
837
893
REPLACE_FTELL = @REPLACE_FTELL@
838
894
REPLACE_FTELLO = @REPLACE_FTELLO@
 
895
REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@
839
896
REPLACE_FUTIMENS = @REPLACE_FUTIMENS@
840
897
REPLACE_GETCWD = @REPLACE_GETCWD@
841
898
REPLACE_GETDELIM = @REPLACE_GETDELIM@
842
899
REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
 
900
REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@
843
901
REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
844
902
REPLACE_GETLINE = @REPLACE_GETLINE@
845
903
REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
846
904
REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
847
905
REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
 
906
REPLACE_GMTIME = @REPLACE_GMTIME@
848
907
REPLACE_ISATTY = @REPLACE_ISATTY@
849
908
REPLACE_ISWBLANK = @REPLACE_ISWBLANK@
850
909
REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
851
910
REPLACE_LCHOWN = @REPLACE_LCHOWN@
852
911
REPLACE_LINK = @REPLACE_LINK@
853
912
REPLACE_LINKAT = @REPLACE_LINKAT@
 
913
REPLACE_LOCALECONV = @REPLACE_LOCALECONV@
 
914
REPLACE_LOCALTIME = @REPLACE_LOCALTIME@
854
915
REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
855
916
REPLACE_LSEEK = @REPLACE_LSEEK@
856
917
REPLACE_LSTAT = @REPLACE_LSTAT@
879
940
REPLACE_POPEN = @REPLACE_POPEN@
880
941
REPLACE_PREAD = @REPLACE_PREAD@
881
942
REPLACE_PRINTF = @REPLACE_PRINTF@
 
943
REPLACE_PTSNAME = @REPLACE_PTSNAME@
882
944
REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@
883
945
REPLACE_PUTENV = @REPLACE_PUTENV@
884
946
REPLACE_PWRITE = @REPLACE_PWRITE@
913
975
REPLACE_STRTOD = @REPLACE_STRTOD@
914
976
REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@
915
977
REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
 
978
REPLACE_STRTOUMAX = @REPLACE_STRTOUMAX@
 
979
REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@
916
980
REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@
917
981
REPLACE_SYMLINK = @REPLACE_SYMLINK@
918
982
REPLACE_TIMEGM = @REPLACE_TIMEGM@
962
1026
WARN_CFLAGS = @WARN_CFLAGS@
963
1027
WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
964
1028
WERROR_CFLAGS = @WERROR_CFLAGS@
 
1029
WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
 
1030
WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@
965
1031
WINT_T_SUFFIX = @WINT_T_SUFFIX@
966
1032
XGETTEXT = @XGETTEXT@
967
1033
XGETTEXT_015 = @XGETTEXT_015@
1018
1084
prefix = @prefix@
1019
1085
program_transform_name = @program_transform_name@
1020
1086
psdir = @psdir@
 
1087
runstatedir = @runstatedir@
1021
1088
sbindir = @sbindir@
1022
1089
sharedstatedir = @sharedstatedir@
1023
1090
srcdir = @srcdir@
1073
1140
# (1) if the variable is set in 'config.status', edit 'config.status'
1074
1141
#     (which will cause the Makefiles to be regenerated when you run 'make');
1075
1142
# (2) otherwise, pass the desired values on the 'make' command line.
1076
 
$(RECURSIVE_TARGETS):
1077
 
        @fail= failcom='exit 1'; \
1078
 
        for f in x $$MAKEFLAGS; do \
1079
 
          case $$f in \
1080
 
            *=* | --[!k]*);; \
1081
 
            *k*) failcom='fail=yes';; \
1082
 
          esac; \
1083
 
        done; \
 
1143
$(am__recursive_targets):
 
1144
        @fail=; \
 
1145
        if $(am__make_keepgoing); then \
 
1146
          failcom='fail=yes'; \
 
1147
        else \
 
1148
          failcom='exit 1'; \
 
1149
        fi; \
1084
1150
        dot_seen=no; \
1085
1151
        target=`echo $@ | sed s/-recursive//`; \
1086
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
1152
        case "$@" in \
 
1153
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
1154
          *) list='$(SUBDIRS)' ;; \
 
1155
        esac; \
 
1156
        for subdir in $$list; do \
1087
1157
          echo "Making $$target in $$subdir"; \
1088
1158
          if test "$$subdir" = "."; then \
1089
1159
            dot_seen=yes; \
1098
1168
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1099
1169
        fi; test -z "$$fail"
1100
1170
 
1101
 
$(RECURSIVE_CLEAN_TARGETS):
1102
 
        @fail= failcom='exit 1'; \
1103
 
        for f in x $$MAKEFLAGS; do \
1104
 
          case $$f in \
1105
 
            *=* | --[!k]*);; \
1106
 
            *k*) failcom='fail=yes';; \
1107
 
          esac; \
1108
 
        done; \
1109
 
        dot_seen=no; \
1110
 
        case "$@" in \
1111
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1112
 
          *) list='$(SUBDIRS)' ;; \
1113
 
        esac; \
1114
 
        rev=''; for subdir in $$list; do \
1115
 
          if test "$$subdir" = "."; then :; else \
1116
 
            rev="$$subdir $$rev"; \
1117
 
          fi; \
1118
 
        done; \
1119
 
        rev="$$rev ."; \
1120
 
        target=`echo $@ | sed s/-recursive//`; \
1121
 
        for subdir in $$rev; do \
1122
 
          echo "Making $$target in $$subdir"; \
1123
 
          if test "$$subdir" = "."; then \
1124
 
            local_target="$$target-am"; \
1125
 
          else \
1126
 
            local_target="$$target"; \
1127
 
          fi; \
1128
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1129
 
          || eval $$failcom; \
1130
 
        done && test -z "$$fail"
1131
 
tags-recursive:
1132
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
1133
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1134
 
        done
1135
 
ctags-recursive:
1136
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
1137
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1138
 
        done
1139
 
cscopelist-recursive:
1140
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
1141
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
1142
 
        done
1143
 
 
1144
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1145
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1146
 
        unique=`for i in $$list; do \
1147
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1148
 
          done | \
1149
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1150
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1151
 
        mkid -fID $$unique
1152
 
tags: TAGS
1153
 
 
1154
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1155
 
                $(TAGS_FILES) $(LISP)
 
1171
ID: $(am__tagged_files)
 
1172
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
1173
tags: tags-recursive
 
1174
TAGS: tags
 
1175
 
 
1176
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1156
1177
        set x; \
1157
1178
        here=`pwd`; \
1158
1179
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1168
1189
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1169
1190
          fi; \
1170
1191
        done; \
1171
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1172
 
        unique=`for i in $$list; do \
1173
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1174
 
          done | \
1175
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1176
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1192
        $(am__define_uniq_tagged_files); \
1177
1193
        shift; \
1178
1194
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1179
1195
          test -n "$$unique" || unique=$$empty_fix; \
1185
1201
              $$unique; \
1186
1202
          fi; \
1187
1203
        fi
1188
 
ctags: CTAGS
1189
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1190
 
                $(TAGS_FILES) $(LISP)
1191
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1192
 
        unique=`for i in $$list; do \
1193
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1194
 
          done | \
1195
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1196
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1204
ctags: ctags-recursive
 
1205
 
 
1206
CTAGS: ctags
 
1207
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
1208
        $(am__define_uniq_tagged_files); \
1197
1209
        test -z "$(CTAGS_ARGS)$$unique" \
1198
1210
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1199
1211
             $$unique
1202
1214
        here=`$(am__cd) $(top_builddir) && pwd` \
1203
1215
          && $(am__cd) $(top_srcdir) \
1204
1216
          && gtags -i $(GTAGS_ARGS) "$$here"
 
1217
cscopelist: cscopelist-recursive
1205
1218
 
1206
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
1207
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
1219
cscopelist-am: $(am__tagged_files)
 
1220
        list='$(am__tagged_files)'; \
1208
1221
        case "$(srcdir)" in \
1209
1222
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1210
1223
          *) sdir=$(subdir)/$(srcdir) ;; \
1376
1389
 
1377
1390
uninstall-am:
1378
1391
 
1379
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
1380
 
        cscopelist-recursive ctags-recursive install-am install-strip \
1381
 
        tags-recursive
 
1392
.MAKE: $(am__recursive_targets) install-am install-strip
1382
1393
 
1383
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1384
 
        all all-am check check-am clean clean-generic clean-libtool \
1385
 
        cscopelist cscopelist-recursive ctags ctags-recursive \
1386
 
        distclean distclean-generic distclean-libtool distclean-tags \
1387
 
        distdir dvi dvi-am html html-am info info-am install \
1388
 
        install-am install-data install-data-am install-dvi \
 
1394
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
1395
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
1396
        ctags-am distclean distclean-generic distclean-libtool \
 
1397
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
1398
        install install-am install-data install-data-am install-dvi \
1389
1399
        install-dvi-am install-exec install-exec-am install-html \
1390
1400
        install-html-am install-info install-info-am install-man \
1391
1401
        install-pdf install-pdf-am install-ps install-ps-am \
1392
1402
        install-strip installcheck installcheck-am installdirs \
1393
1403
        installdirs-am maintainer-clean maintainer-clean-generic \
1394
1404
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1395
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
1405
        ps ps-am tags tags-am uninstall uninstall-am
1396
1406
 
1397
1407
 
1398
1408
# Tell versions [3.59,3.63) of GNU make to not export all variables.