~ubuntu-branches/ubuntu/precise/gnupg2/precise-proposed

« back to all changes in this revision

Viewing changes to jnlib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2005-04-07 10:13:19 UTC
  • Revision ID: james.westby@ubuntu.com-20050407101319-rgc8m274vudkrfb9
Tags: 1.9.15-6
* Move gpg-protect-tool to the gpgsm package.
  Closes: #303492.
  High urgency because this renders gpgsm unuseable for some people.
* gpg-agent: Override max-cache-ttl if a higher default is set.
  Closes: #302692.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# Copyright (C) 1999, 2000, 2001, 2004 Feee Software Soundation, Inc.
 
18
 
19
# This file is part of GnuPG
 
20
 
21
# GnuPG is free software; you can redistribute it and/or modify
 
22
# it under the terms of the GNU General Public License as published by
 
23
# the Free Software Foundation; either version 2 of the License, or
 
24
# (at your option) any later version.
 
25
 
26
# GnuPG is distributed in the hope that it will be useful,
 
27
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
28
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
29
# GNU General Public License for more details.
 
30
 
31
# You should have received a copy of the GNU General Public License
 
32
# along with this program; if not, write to the Free Software
 
33
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 
34
 
 
35
srcdir = @srcdir@
 
36
top_srcdir = @top_srcdir@
 
37
VPATH = @srcdir@
 
38
pkgdatadir = $(datadir)/@PACKAGE@
 
39
pkglibdir = $(libdir)/@PACKAGE@
 
40
pkgincludedir = $(includedir)/@PACKAGE@
 
41
top_builddir = ..
 
42
 
 
43
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
44
INSTALL = @INSTALL@
 
45
install_sh_DATA = $(install_sh) -c -m 644
 
46
install_sh_PROGRAM = $(install_sh) -c
 
47
install_sh_SCRIPT = $(install_sh) -c
 
48
INSTALL_HEADER = $(INSTALL_DATA)
 
49
transform = $(program_transform_name)
 
50
NORMAL_INSTALL = :
 
51
PRE_INSTALL = :
 
52
POST_INSTALL = :
 
53
NORMAL_UNINSTALL = :
 
54
PRE_UNINSTALL = :
 
55
POST_UNINSTALL = :
 
56
host_triplet = @host@
 
57
ACLOCAL = @ACLOCAL@
 
58
ALLOCA = @ALLOCA@
 
59
AMDEP_FALSE = @AMDEP_FALSE@
 
60
AMDEP_TRUE = @AMDEP_TRUE@
 
61
AMTAR = @AMTAR@
 
62
AR = @AR@
 
63
AUTOCONF = @AUTOCONF@
 
64
AUTOHEADER = @AUTOHEADER@
 
65
AUTOMAKE = @AUTOMAKE@
 
66
AWK = @AWK@
 
67
BUILD_AGENT_FALSE = @BUILD_AGENT_FALSE@
 
68
BUILD_AGENT_TRUE = @BUILD_AGENT_TRUE@
 
69
BUILD_GPGSM_FALSE = @BUILD_GPGSM_FALSE@
 
70
BUILD_GPGSM_TRUE = @BUILD_GPGSM_TRUE@
 
71
BUILD_GPG_FALSE = @BUILD_GPG_FALSE@
 
72
BUILD_GPG_TRUE = @BUILD_GPG_TRUE@
 
73
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
74
BUILD_SCDAEMON_FALSE = @BUILD_SCDAEMON_FALSE@
 
75
BUILD_SCDAEMON_TRUE = @BUILD_SCDAEMON_TRUE@
 
76
CAPLIBS = @CAPLIBS@
 
77
CATOBJEXT = @CATOBJEXT@
 
78
CC = @CC@
 
79
CCDEPMODE = @CCDEPMODE@
 
80
CFLAGS = @CFLAGS@
 
81
CPP = @CPP@
 
82
CPPFLAGS = @CPPFLAGS@
 
83
CROSS_COMPILING_FALSE = @CROSS_COMPILING_FALSE@
 
84
CROSS_COMPILING_TRUE = @CROSS_COMPILING_TRUE@
 
85
CYGPATH_W = @CYGPATH_W@
 
86
DATADIRNAME = @DATADIRNAME@
 
87
DEFS = @DEFS@
 
88
DEPDIR = @DEPDIR@
 
89
DL_LIBS = @DL_LIBS@
 
90
DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
 
91
DOCBOOK_TO_TEXI = @DOCBOOK_TO_TEXI@
 
92
ECHO_C = @ECHO_C@
 
93
ECHO_N = @ECHO_N@
 
94
ECHO_T = @ECHO_T@
 
95
EGREP = @EGREP@
 
96
EXEEXT = @EXEEXT@
 
97
FAQPROG = @FAQPROG@
 
98
GENCAT = @GENCAT@
 
99
GLIBC21 = @GLIBC21@
 
100
GMSGFMT = @GMSGFMT@
 
101
GNUPG_AGENT_PGM = @GNUPG_AGENT_PGM@
 
102
GNUPG_AGENT_PGM_FALSE = @GNUPG_AGENT_PGM_FALSE@
 
103
GNUPG_AGENT_PGM_TRUE = @GNUPG_AGENT_PGM_TRUE@
 
104
GNUPG_DIRMNGR_PGM = @GNUPG_DIRMNGR_PGM@
 
105
GNUPG_DIRMNGR_PGM_FALSE = @GNUPG_DIRMNGR_PGM_FALSE@
 
106
GNUPG_DIRMNGR_PGM_TRUE = @GNUPG_DIRMNGR_PGM_TRUE@
 
107
GNUPG_PINENTRY_PGM = @GNUPG_PINENTRY_PGM@
 
108
GNUPG_PINENTRY_PGM_FALSE = @GNUPG_PINENTRY_PGM_FALSE@
 
109
GNUPG_PINENTRY_PGM_TRUE = @GNUPG_PINENTRY_PGM_TRUE@
 
110
GNUPG_PROTECT_TOOL_PGM = @GNUPG_PROTECT_TOOL_PGM@
 
111
GNUPG_PROTECT_TOOL_PGM_FALSE = @GNUPG_PROTECT_TOOL_PGM_FALSE@
 
112
GNUPG_PROTECT_TOOL_PGM_TRUE = @GNUPG_PROTECT_TOOL_PGM_TRUE@
 
113
GNUPG_SCDAEMON_PGM = @GNUPG_SCDAEMON_PGM@
 
114
GNUPG_SCDAEMON_PGM_FALSE = @GNUPG_SCDAEMON_PGM_FALSE@
 
115
GNUPG_SCDAEMON_PGM_TRUE = @GNUPG_SCDAEMON_PGM_TRUE@
 
116
GPGKEYS_HKP = @GPGKEYS_HKP@
 
117
GPGKEYS_LDAP = @GPGKEYS_LDAP@
 
118
GPGKEYS_MAILTO = @GPGKEYS_MAILTO@
 
119
GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
 
120
GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
 
121
GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
 
122
HAVE_ASPRINTF = @HAVE_ASPRINTF@
 
123
HAVE_DOCBOOK_TO_MAN_FALSE = @HAVE_DOCBOOK_TO_MAN_FALSE@
 
124
HAVE_DOCBOOK_TO_MAN_TRUE = @HAVE_DOCBOOK_TO_MAN_TRUE@
 
125
HAVE_DOCBOOK_TO_TEXI_FALSE = @HAVE_DOCBOOK_TO_TEXI_FALSE@
 
126
HAVE_DOCBOOK_TO_TEXI_TRUE = @HAVE_DOCBOOK_TO_TEXI_TRUE@
 
127
HAVE_DOSISH_SYSTEM_FALSE = @HAVE_DOSISH_SYSTEM_FALSE@
 
128
HAVE_DOSISH_SYSTEM_TRUE = @HAVE_DOSISH_SYSTEM_TRUE@
 
129
HAVE_OPENSC_FALSE = @HAVE_OPENSC_FALSE@
 
130
HAVE_OPENSC_TRUE = @HAVE_OPENSC_TRUE@
 
131
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
 
132
HAVE_SNPRINTF = @HAVE_SNPRINTF@
 
133
HAVE_W32_SYSTEM_FALSE = @HAVE_W32_SYSTEM_FALSE@
 
134
HAVE_W32_SYSTEM_TRUE = @HAVE_W32_SYSTEM_TRUE@
 
135
HAVE_WPRINTF = @HAVE_WPRINTF@
 
136
INSTALL_DATA = @INSTALL_DATA@
 
137
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
138
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
139
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
140
INSTOBJEXT = @INSTOBJEXT@
 
141
INTLBISON = @INTLBISON@
 
142
INTLLIBS = @INTLLIBS@
 
143
INTLOBJS = @INTLOBJS@
 
144
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
145
KSBA_CFLAGS = @KSBA_CFLAGS@
 
146
KSBA_CONFIG = @KSBA_CONFIG@
 
147
KSBA_LIBS = @KSBA_LIBS@
 
148
LDAPLIBS = @LDAPLIBS@
 
149
LDFLAGS = @LDFLAGS@
 
150
LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
 
151
LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
 
152
LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
 
153
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
 
154
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
 
155
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
 
156
LIBICONV = @LIBICONV@
 
157
LIBINTL = @LIBINTL@
 
158
LIBOBJS = @LIBOBJS@
 
159
LIBS = @LIBS@
 
160
LIBUSB_LIBS = @LIBUSB_LIBS@
 
161
LN_S = @LN_S@
 
162
LTLIBICONV = @LTLIBICONV@
 
163
LTLIBINTL = @LTLIBINTL@
 
164
LTLIBOBJS = @LTLIBOBJS@
 
165
MAINT = @MAINT@
 
166
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
167
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
168
MAKEINFO = @MAKEINFO@
 
169
MKINSTALLDIRS = @MKINSTALLDIRS@
 
170
MSGFMT = @MSGFMT@
 
171
MSGMERGE = @MSGMERGE@
 
172
NETLIBS = @NETLIBS@
 
173
OBJEXT = @OBJEXT@
 
174
OPENSC_CFLAGS = @OPENSC_CFLAGS@
 
175
OPENSC_CONFIG = @OPENSC_CONFIG@
 
176
OPENSC_LIBS = @OPENSC_LIBS@
 
177
PACKAGE = @PACKAGE@
 
178
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
179
PACKAGE_GT = @PACKAGE_GT@
 
180
PACKAGE_NAME = @PACKAGE_NAME@
 
181
PACKAGE_STRING = @PACKAGE_STRING@
 
182
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
183
PACKAGE_VERSION = @PACKAGE_VERSION@
 
184
PATH_SEPARATOR = @PATH_SEPARATOR@
 
185
PERL = @PERL@
 
186
POSUB = @POSUB@
 
187
PTH_CFLAGS = @PTH_CFLAGS@
 
188
PTH_CONFIG = @PTH_CONFIG@
 
189
PTH_LIBS = @PTH_LIBS@
 
190
RANLIB = @RANLIB@
 
191
REGEX_O = @REGEX_O@
 
192
RUN_PKITS_TESTS_FALSE = @RUN_PKITS_TESTS_FALSE@
 
193
RUN_PKITS_TESTS_TRUE = @RUN_PKITS_TESTS_TRUE@
 
194
SENDMAIL = @SENDMAIL@
 
195
SET_MAKE = @SET_MAKE@
 
196
SHA512_O = @SHA512_O@
 
197
SHELL = @SHELL@
 
198
SRVLIBS = @SRVLIBS@
 
199
STRIP = @STRIP@
 
200
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
201
USE_NLS = @USE_NLS@
 
202
VERSION = @VERSION@
 
203
W32LIBS = @W32LIBS@
 
204
WORKING_FAQPROG_FALSE = @WORKING_FAQPROG_FALSE@
 
205
WORKING_FAQPROG_TRUE = @WORKING_FAQPROG_TRUE@
 
206
XGETTEXT = @XGETTEXT@
 
207
ac_ct_AR = @ac_ct_AR@
 
208
ac_ct_CC = @ac_ct_CC@
 
209
ac_ct_RANLIB = @ac_ct_RANLIB@
 
210
ac_ct_STRIP = @ac_ct_STRIP@
 
211
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
212
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
213
am__include = @am__include@
 
214
am__leading_dot = @am__leading_dot@
 
215
am__quote = @am__quote@
 
216
bindir = @bindir@
 
217
build = @build@
 
218
build_alias = @build_alias@
 
219
build_cpu = @build_cpu@
 
220
build_os = @build_os@
 
221
build_vendor = @build_vendor@
 
222
datadir = @datadir@
 
223
exec_prefix = @exec_prefix@
 
224
host = @host@
 
225
host_alias = @host_alias@
 
226
host_cpu = @host_cpu@
 
227
host_os = @host_os@
 
228
host_vendor = @host_vendor@
 
229
includedir = @includedir@
 
230
infodir = @infodir@
 
231
install_sh = @install_sh@
 
232
libdir = @libdir@
 
233
libexecdir = @libexecdir@
 
234
localstatedir = @localstatedir@
 
235
mandir = @mandir@
 
236
oldincludedir = @oldincludedir@
 
237
prefix = @prefix@
 
238
program_transform_name = @program_transform_name@
 
239
sbindir = @sbindir@
 
240
sharedstatedir = @sharedstatedir@
 
241
sysconfdir = @sysconfdir@
 
242
target = @target@
 
243
target_alias = @target_alias@
 
244
target_cpu = @target_cpu@
 
245
target_os = @target_os@
 
246
target_vendor = @target_vendor@
 
247
 
 
248
EXTRA_DIST = README
 
249
 
 
250
AM_CPPFLAGS = -I$(top_srcdir)/intl
 
251
 
 
252
# We need libgcrypt because libjnlib-config includes gcrypt.h
 
253
AM_CFLAGS = $(LIBGCRYPT_CFLAGS)
 
254
 
 
255
noinst_LIBRARIES = libjnlib.a
 
256
 
 
257
INCLUDES = -I../include
 
258
 
 
259
#libjnlib_a_LDFLAGS =
 
260
libjnlib_a_SOURCES = \
 
261
        libjnlib-config.h \
 
262
        stringhelp.c stringhelp.h \
 
263
        strlist.c strlist.h \
 
264
        utf8conv.c utf8conv.h \
 
265
        argparse.c argparse.h \
 
266
        logging.c logging.h  \
 
267
        dotlock.c dotlock.h  \
 
268
        types.h mischelp.h \
 
269
        w32-pth.c w32-pth.h \
 
270
        w32-afunix.c w32-afunix.h 
 
271
 
 
272
subdir = jnlib
 
273
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
274
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
 
275
CONFIG_HEADER = $(top_builddir)/config.h
 
276
CONFIG_CLEAN_FILES =
 
277
LIBRARIES = $(noinst_LIBRARIES)
 
278
 
 
279
libjnlib_a_AR = $(AR) cru
 
280
libjnlib_a_LIBADD =
 
281
am_libjnlib_a_OBJECTS = stringhelp.$(OBJEXT) strlist.$(OBJEXT) \
 
282
        utf8conv.$(OBJEXT) argparse.$(OBJEXT) logging.$(OBJEXT) \
 
283
        dotlock.$(OBJEXT) w32-pth.$(OBJEXT) w32-afunix.$(OBJEXT)
 
284
libjnlib_a_OBJECTS = $(am_libjnlib_a_OBJECTS)
 
285
 
 
286
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
287
depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
 
288
am__depfiles_maybe = depfiles
 
289
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/argparse.Po ./$(DEPDIR)/dotlock.Po \
 
290
@AMDEP_TRUE@    ./$(DEPDIR)/logging.Po ./$(DEPDIR)/stringhelp.Po \
 
291
@AMDEP_TRUE@    ./$(DEPDIR)/strlist.Po ./$(DEPDIR)/utf8conv.Po \
 
292
@AMDEP_TRUE@    ./$(DEPDIR)/w32-afunix.Po ./$(DEPDIR)/w32-pth.Po
 
293
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
294
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
295
CCLD = $(CC)
 
296
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
297
DIST_SOURCES = $(libjnlib_a_SOURCES)
 
298
DIST_COMMON = README $(srcdir)/Makefile.in ChangeLog Makefile.am
 
299
SOURCES = $(libjnlib_a_SOURCES)
 
300
 
 
301
all: all-am
 
302
 
 
303
.SUFFIXES:
 
304
.SUFFIXES: .c .o .obj
 
305
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
306
        cd $(top_srcdir) && \
 
307
          $(AUTOMAKE) --gnu  jnlib/Makefile
 
308
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
309
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
310
 
 
311
clean-noinstLIBRARIES:
 
312
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
313
libjnlib.a: $(libjnlib_a_OBJECTS) $(libjnlib_a_DEPENDENCIES) 
 
314
        -rm -f libjnlib.a
 
315
        $(libjnlib_a_AR) libjnlib.a $(libjnlib_a_OBJECTS) $(libjnlib_a_LIBADD)
 
316
        $(RANLIB) libjnlib.a
 
317
 
 
318
mostlyclean-compile:
 
319
        -rm -f *.$(OBJEXT) core *.core
 
320
 
 
321
distclean-compile:
 
322
        -rm -f *.tab.c
 
323
 
 
324
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argparse.Po@am__quote@
 
325
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dotlock.Po@am__quote@
 
326
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logging.Po@am__quote@
 
327
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringhelp.Po@am__quote@
 
328
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlist.Po@am__quote@
 
329
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8conv.Po@am__quote@
 
330
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w32-afunix.Po@am__quote@
 
331
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w32-pth.Po@am__quote@
 
332
 
 
333
.c.o:
 
334
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
335
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
336
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
337
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
338
@am__fastdepCC_TRUE@    fi
 
339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
341
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
342
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
343
 
 
344
.c.obj:
 
345
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
346
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
 
347
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
348
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
349
@am__fastdepCC_TRUE@    fi
 
350
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
351
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
352
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
353
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
354
uninstall-info-am:
 
355
 
 
356
ETAGS = etags
 
357
ETAGSFLAGS =
 
358
 
 
359
CTAGS = ctags
 
360
CTAGSFLAGS =
 
361
 
 
362
tags: TAGS
 
363
 
 
364
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
365
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
366
        unique=`for i in $$list; do \
 
367
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
368
          done | \
 
369
          $(AWK) '    { files[$$0] = 1; } \
 
370
               END { for (i in files) print i; }'`; \
 
371
        mkid -fID $$unique
 
372
 
 
373
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
374
                $(TAGS_FILES) $(LISP)
 
375
        tags=; \
 
376
        here=`pwd`; \
 
377
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
378
        unique=`for i in $$list; do \
 
379
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
380
          done | \
 
381
          $(AWK) '    { files[$$0] = 1; } \
 
382
               END { for (i in files) print i; }'`; \
 
383
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
384
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
385
             $$tags $$unique
 
386
 
 
387
ctags: CTAGS
 
388
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
389
                $(TAGS_FILES) $(LISP)
 
390
        tags=; \
 
391
        here=`pwd`; \
 
392
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
393
        unique=`for i in $$list; do \
 
394
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
395
          done | \
 
396
          $(AWK) '    { files[$$0] = 1; } \
 
397
               END { for (i in files) print i; }'`; \
 
398
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
399
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
400
             $$tags $$unique
 
401
 
 
402
GTAGS:
 
403
        here=`$(am__cd) $(top_builddir) && pwd` \
 
404
          && cd $(top_srcdir) \
 
405
          && gtags -i $(GTAGS_ARGS) $$here
 
406
 
 
407
distclean-tags:
 
408
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
409
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
410
 
 
411
top_distdir = ..
 
412
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
413
 
 
414
distdir: $(DISTFILES)
 
415
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
416
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
417
        list='$(DISTFILES)'; for file in $$list; do \
 
418
          case $$file in \
 
419
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
420
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
421
          esac; \
 
422
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
423
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
424
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
425
            dir="/$$dir"; \
 
426
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
427
          else \
 
428
            dir=''; \
 
429
          fi; \
 
430
          if test -d $$d/$$file; then \
 
431
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
432
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
433
            fi; \
 
434
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
435
          else \
 
436
            test -f $(distdir)/$$file \
 
437
            || cp -p $$d/$$file $(distdir)/$$file \
 
438
            || exit 1; \
 
439
          fi; \
 
440
        done
 
441
check-am: all-am
 
442
check: check-am
 
443
all-am: Makefile $(LIBRARIES)
 
444
 
 
445
installdirs:
 
446
install: install-am
 
447
install-exec: install-exec-am
 
448
install-data: install-data-am
 
449
uninstall: uninstall-am
 
450
 
 
451
install-am: all-am
 
452
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
453
 
 
454
installcheck: installcheck-am
 
455
install-strip:
 
456
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
457
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
458
          `test -z '$(STRIP)' || \
 
459
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
460
mostlyclean-generic:
 
461
 
 
462
clean-generic:
 
463
 
 
464
distclean-generic:
 
465
        -rm -f $(CONFIG_CLEAN_FILES)
 
466
 
 
467
maintainer-clean-generic:
 
468
        @echo "This command is intended for maintainers to use"
 
469
        @echo "it deletes files that may require special tools to rebuild."
 
470
clean: clean-am
 
471
 
 
472
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
 
473
 
 
474
distclean: distclean-am
 
475
        -rm -rf ./$(DEPDIR)
 
476
        -rm -f Makefile
 
477
distclean-am: clean-am distclean-compile distclean-generic \
 
478
        distclean-tags
 
479
 
 
480
dvi: dvi-am
 
481
 
 
482
dvi-am:
 
483
 
 
484
info: info-am
 
485
 
 
486
info-am:
 
487
 
 
488
install-data-am:
 
489
 
 
490
install-exec-am:
 
491
 
 
492
install-info: install-info-am
 
493
 
 
494
install-man:
 
495
 
 
496
installcheck-am:
 
497
 
 
498
maintainer-clean: maintainer-clean-am
 
499
        -rm -rf ./$(DEPDIR)
 
500
        -rm -f Makefile
 
501
maintainer-clean-am: distclean-am maintainer-clean-generic
 
502
 
 
503
mostlyclean: mostlyclean-am
 
504
 
 
505
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
506
 
 
507
pdf: pdf-am
 
508
 
 
509
pdf-am:
 
510
 
 
511
ps: ps-am
 
512
 
 
513
ps-am:
 
514
 
 
515
uninstall-am: uninstall-info-am
 
516
 
 
517
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
518
        clean-noinstLIBRARIES ctags distclean distclean-compile \
 
519
        distclean-generic distclean-tags distdir dvi dvi-am info \
 
520
        info-am install install-am install-data install-data-am \
 
521
        install-exec install-exec-am install-info install-info-am \
 
522
        install-man install-strip installcheck installcheck-am \
 
523
        installdirs maintainer-clean maintainer-clean-generic \
 
524
        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
 
525
        ps ps-am tags uninstall uninstall-am uninstall-info-am
 
526
 
 
527
 
 
528
#                    xmalloc.c xmalloc.h       
 
529
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
530
# Otherwise a system limit (for SysV at least) may be exceeded.
 
531
.NOEXPORT: