~ubuntu-branches/ubuntu/lucid/dpkg/lucid

« back to all changes in this revision

Viewing changes to lib/dpkg/test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Guillem Jover, Guillem Jover, Raphael Hertzog, Modestas Vainius, Updated dpkg translations, Updated dselect translations, Updated man page translations, Updated scripts translations
  • Date: 2009-09-06 09:37:45 UTC
  • mto: (1.4.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: james.westby@ubuntu.com-20090906093745-orb3im04ozfxypis
Tags: 1.15.4
[ Guillem Jover ]
* Call _g instead of g_ in dpkg-name.
* Fix inverted logic when deciding to assume the architecture in dpkg-name
  when the package didn't have such field.
* Do not take into account Revision and Package_Revision fields in dpkg-name
  and dpkg-scanpackages as they have been handled already by “dpkg-deb -I”.
* Switch dpkg-scansources to use Dpkg::Cdata instead of duplicating the
  .dsc parsing code. As a side effect it now handles properly bogus files.
* Do not remap obsolete fields in dpkg-scanpackages as they have been
  handled already by “dpkg-deb -I”.
* Properly mark packages being purged for disappearance from the database.
  This will make the status database not be left behind with traces of old
  not-installed packages. Closes: #472208
* On parse mark not-installed leftover packages for automatic removal from
  the database on next dump. This obsoletes the --forget-old-unavail option,
  thus making it now a no-op. Closes: #33394, #429262
* Document “hold” under package selection states instead of flags in dpkg(1).
* Remove trailing ‘/’ and ‘/.’ from the directory name to be used as the
  package name on “dpkg-deb -b”. Closes: #218018, #373602
* Remove obsolete ‘hold’ and ‘hold-reinstreq’ internal status flags.
* Add fakeroot to dpkg-dev Recommends. Closes: #536821
* Fix an always false test when trying to decide which package to deselect
  to resolve a dependency problem in dselect.
* Add uClibc Linux support to ostable and triplettable. Closes: #455501
* Add uClinux support to ostable and triplettable.
  Thanks to Simon Richter <sjr@debian.org>.
* When aborting due to file conflicts print the version of the conflicted
  package. Closes: #540019
* Remove double slash in database path visible to the user in some error
  conditions.
* Stop macthing sparc64-*-* GNU triplets with sparc Debian architecture.
* Add support for config.d style directories in dpkg and dselect,
  (/etc/dpkg/dpkg.cfg.d and /etc/dpkg/dselect.cfg.d respectively).
* Define DPKG_MAINTSCRIPT_ARCH on the maintainer script environment to the
  architecture the package got built for.
* Document DPKG_MAINTSCRIPT_PACKAGE maintainer script environment variable
  in dpkg man page.
* Document DPKG_RUNNING_VERSION maintainer script environment variable
  in dpkg man page.
* Change po4a usage to not create unwated changes depending if doing out or
  in-tree builds.
* Use po4a “--previous” support when updating the man pages.
  Suggested by Christian Perrier <bubulle@debian.org>.
* On configuration error print file name and line number.
* Allow quoting values in configuration file options.
* Add new --pre-invoke and --post-invoke hooks in dpkg.
* Add new --control-path command to dpkg-query.
* Use ohshit on bad version syntax in --compare-versions.
* Add Multi-Arch to the list of known binary package fields for dpkg-dev.
  Thanks to Steve Langasek <vorlon@debian.org>.

[ Raphael Hertzog ]
* Replace install-info by a wrapper around GNU's install-info. The wrapper
  will be dropped in squeeze+1. dpkg now Breaks: old versions of
  info-browsers that do not depend on the new install-info package
  that provides the real functionality. Closes: #9771, #523980
  See http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo for details.
* Fix dpkg's preinst in case /var/lib/dpkg/alternatives contains unexpected
  sub-directories. Closes: #535138
  And also when one of the file doesn't contain correct alternatives
  information (improper number of lines). Closes: #537558
* Upgrade Standards-Version to 3.8.2 (no changes).
* Update deb-substvars(5) to list fields that do not support substvars.
  Closes: #535353
* Fix dpkg-parsechangelog to include all entries with -v0 parameter.
  Closes: #537800
* Fix update-alternatives to mention the correct slave link that can't
  be installed due to a conflicting file instead of quoting the master link.
* Add support for extra override file in dpkg-scanpackages. Thanks to Robert
  Millan for the patch. Closes: #537559
* Add support for extra override file in dpkg-scansources.
* Document format of extra override file in a new manual page
  deb-extra-override(5).
* Update sample in dpkg-gensymbols(1) to give an accurate listing of
  64 bit arches. Thanks to Julien Cristau for the patch. Closes: #540382
* Create /etc/cron.daily/dpkg to handle the backup of
  /var/lib/dpkg/status in /var/backups. This is taken out of the cron
  package and need no conflicts/breaks as the code does nothing if
  the current status file is already backupped. Thanks to Leo 'costela'
  Antunes <costela@debian.org> for the patch. Closes: #541412
* Change behaviour of dpkg --merge-avail to not update a package's
  information if the version provided is older than the one already listed
  in the available file. Thanks to Ian Jackson
  <ian@davenant.greenend.org.uk> for the patch. Closes: #496114
* dpkg-architecture can now export DEB_{HOST,BUILD}_ARCH_{BITS,ENDIAN}
  (pointer size and endianness):
  - cputable (in dpkg) modified to contain those information
  - dpkg-dev depends on dpkg (>= 1.15.4) to ensure that we have an updated
    cputable (and so that a versioned build-dependency on dpkg-dev is enough
    to use this new feature)
  Closes: #531307
* Split overly long Binary: field values over multiple lines. This is
  allowed since policy 3.8.3. Closes: #494714
* Improve performance of dpkg-shlibdeps by caching minimal version
  associated to each library in Dpkg::Shlib::SymbolFile. Thanks to
  Jiří Paleček <jpalecek@web.de> for the patch.
* Slightly improve dpkg-source(1) by giving the section name that we're
  referring to. Closes: #544037
* Fix translation error in german manpage of dpkg-buildpackage. Thanks
  to Joachim Breitner <nomeata@debian.org>. Closes: #541829

[ Modestas Vainius ]
* Provide a meaningful label for dpkg-gensymbols diff.

[ Updated dpkg translations ]
* Asturian (Marcos Alvarez Costales). Closes: #535327
* French (Christian Perrier).
* German (Sven Joachim).
* Italian (Milo Casagrande). Closes: #536538
* Russian (Yuri Kozlov). Closes: #542254
* Slovak (Ivan Masár). Closes: #537742
* Swedish (Peter Krefting).

[ Updated dselect translations ]
* Russian (Yuri Kozlov). Closes: #542254
* Slovak (Ivan Masár). Closes: #537741

[ Updated man page translations ]
* French (Christian Perrier).
* German (Helge Kreutzmann), proofread by Jens Seidel.
* Swedish (Peter Krefting).

[ Updated scripts translations ]
* French completed (Christian Perrier).
* German (Helge Kreutzmann).
* Russian (Yuri Kozlov). Closes: #542254
* Swedish (Peter Krefting).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
check_PROGRAMS = t-test$(EXEEXT) t-macros$(EXEEXT) t-string$(EXEEXT) \
 
37
        t-path$(EXEEXT) t-varbuf$(EXEEXT) t-version$(EXEEXT) \
 
38
        t-pkginfo$(EXEEXT)
 
39
subdir = lib/dpkg/test
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/m4/arch.m4 \
 
43
        $(top_srcdir)/m4/compiler.m4 $(top_srcdir)/m4/funcs.m4 \
 
44
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
 
45
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
46
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libs.m4 \
 
47
        $(top_srcdir)/m4/linker.m4 $(top_srcdir)/m4/nls.m4 \
 
48
        $(top_srcdir)/m4/perl.m4 $(top_srcdir)/m4/po.m4 \
 
49
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/types.m4 \
 
50
        $(top_srcdir)/configure.ac
 
51
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
52
        $(ACLOCAL_M4)
 
53
mkinstalldirs = $(install_sh) -d
 
54
CONFIG_HEADER = $(top_builddir)/config.h
 
55
CONFIG_CLEAN_FILES =
 
56
CONFIG_CLEAN_VPATH_FILES =
 
57
t_macros_SOURCES = t-macros.c
 
58
t_macros_OBJECTS = t-macros.$(OBJEXT)
 
59
t_macros_DEPENDENCIES = $(CHECK_LDADD)
 
60
t_path_SOURCES = t-path.c
 
61
t_path_OBJECTS = t-path.$(OBJEXT)
 
62
t_path_DEPENDENCIES = $(CHECK_LDADD)
 
63
t_pkginfo_SOURCES = t-pkginfo.c
 
64
t_pkginfo_OBJECTS = t-pkginfo.$(OBJEXT)
 
65
t_pkginfo_DEPENDENCIES = $(CHECK_LDADD)
 
66
t_string_SOURCES = t-string.c
 
67
t_string_OBJECTS = t-string.$(OBJEXT)
 
68
t_string_DEPENDENCIES = $(CHECK_LDADD)
 
69
t_test_SOURCES = t-test.c
 
70
t_test_OBJECTS = t-test.$(OBJEXT)
 
71
t_test_DEPENDENCIES = $(CHECK_LDADD)
 
72
t_varbuf_SOURCES = t-varbuf.c
 
73
t_varbuf_OBJECTS = t-varbuf.$(OBJEXT)
 
74
t_varbuf_DEPENDENCIES = $(CHECK_LDADD)
 
75
t_version_SOURCES = t-version.c
 
76
t_version_OBJECTS = t-version.$(OBJEXT)
 
77
t_version_DEPENDENCIES = $(CHECK_LDADD)
 
78
DEFAULT_INCLUDES = 
 
79
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 
80
am__depfiles_maybe = depfiles
 
81
am__mv = mv -f
 
82
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
83
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
84
CCLD = $(CC)
 
85
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
86
SOURCES = t-macros.c t-path.c t-pkginfo.c t-string.c t-test.c \
 
87
        t-varbuf.c t-version.c
 
88
DIST_SOURCES = t-macros.c t-path.c t-pkginfo.c t-string.c t-test.c \
 
89
        t-varbuf.c t-version.c
 
90
ETAGS = etags
 
91
CTAGS = ctags
 
92
am__tty_colors = \
 
93
red=; grn=; lgn=; blu=; std=
 
94
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
95
ACLOCAL = @ACLOCAL@
 
96
AMTAR = @AMTAR@
 
97
AUTOCONF = @AUTOCONF@
 
98
AUTOHEADER = @AUTOHEADER@
 
99
AUTOMAKE = @AUTOMAKE@
 
100
AWK = @AWK@
 
101
BZ2_LIBS = @BZ2_LIBS@
 
102
CC = @CC@
 
103
CCDEPMODE = @CCDEPMODE@
 
104
CFLAGS = @CFLAGS@
 
105
CPP = @CPP@
 
106
CPPFLAGS = @CPPFLAGS@
 
107
CURSES_LIBS = @CURSES_LIBS@
 
108
CXX = @CXX@
 
109
CXXDEPMODE = @CXXDEPMODE@
 
110
CXXFLAGS = @CXXFLAGS@
 
111
CYGPATH_W = @CYGPATH_W@
 
112
DEFS = @DEFS@
 
113
DEPDIR = @DEPDIR@
 
114
ECHO_C = @ECHO_C@
 
115
ECHO_N = @ECHO_N@
 
116
ECHO_T = @ECHO_T@
 
117
EGREP = @EGREP@
 
118
EXEEXT = @EXEEXT@
 
119
GMSGFMT = @GMSGFMT@
 
120
GMSGFMT_015 = @GMSGFMT_015@
 
121
GREP = @GREP@
 
122
INSTALL = @INSTALL@
 
123
INSTALL_DATA = @INSTALL_DATA@
 
124
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
125
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
126
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
127
INTLLIBS = @INTLLIBS@
 
128
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
129
LDFLAGS = @LDFLAGS@
 
130
LEX = @LEX@
 
131
LEXLIB = @LEXLIB@
 
132
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
133
LIBICONV = @LIBICONV@
 
134
LIBINTL = @LIBINTL@
 
135
LIBOBJS = @LIBOBJS@
 
136
LIBS = @LIBS@
 
137
LTLIBICONV = @LTLIBICONV@
 
138
LTLIBINTL = @LTLIBINTL@
 
139
LTLIBOBJS = @LTLIBOBJS@
 
140
MAKEINFO = @MAKEINFO@
 
141
MKDIR_P = @MKDIR_P@
 
142
MSGFMT = @MSGFMT@
 
143
MSGFMT_015 = @MSGFMT_015@
 
144
MSGMERGE = @MSGMERGE@
 
145
OBJEXT = @OBJEXT@
 
146
PACKAGE = @PACKAGE@
 
147
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
148
PACKAGE_NAME = @PACKAGE_NAME@
 
149
PACKAGE_STRING = @PACKAGE_STRING@
 
150
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
151
PACKAGE_URL = @PACKAGE_URL@
 
152
PACKAGE_VERSION = @PACKAGE_VERSION@
 
153
PATH_SEPARATOR = @PATH_SEPARATOR@
 
154
PERL = @PERL@
 
155
PERL_LIBDIR = @PERL_LIBDIR@
 
156
POSUB = @POSUB@
 
157
RANLIB = @RANLIB@
 
158
SELINUX_LIBS = @SELINUX_LIBS@
 
159
SET_MAKE = @SET_MAKE@
 
160
SHELL = @SHELL@
 
161
SSD_LIBS = @SSD_LIBS@
 
162
STRIP = @STRIP@
 
163
USE_NLS = @USE_NLS@
 
164
VERSION = @VERSION@
 
165
XGETTEXT = @XGETTEXT@
 
166
XGETTEXT_015 = @XGETTEXT_015@
 
167
ZLIB_LIBS = @ZLIB_LIBS@
 
168
abs_builddir = @abs_builddir@
 
169
abs_srcdir = @abs_srcdir@
 
170
abs_top_builddir = @abs_top_builddir@
 
171
abs_top_srcdir = @abs_top_srcdir@
 
172
ac_ct_CC = @ac_ct_CC@
 
173
ac_ct_CXX = @ac_ct_CXX@
 
174
admindir = @admindir@
 
175
am__include = @am__include@
 
176
am__leading_dot = @am__leading_dot@
 
177
am__quote = @am__quote@
 
178
am__tar = @am__tar@
 
179
am__untar = @am__untar@
 
180
bindir = @bindir@
 
181
build = @build@
 
182
build_alias = @build_alias@
 
183
build_cpu = @build_cpu@
 
184
build_os = @build_os@
 
185
build_vendor = @build_vendor@
 
186
builddir = @builddir@
 
187
datadir = @datadir@
 
188
datarootdir = @datarootdir@
 
189
docdir = @docdir@
 
190
dvidir = @dvidir@
 
191
exec_prefix = @exec_prefix@
 
192
host = @host@
 
193
host_alias = @host_alias@
 
194
host_cpu = @host_cpu@
 
195
host_os = @host_os@
 
196
host_vendor = @host_vendor@
 
197
htmldir = @htmldir@
 
198
includedir = @includedir@
 
199
infodir = @infodir@
 
200
install_sh = @install_sh@
 
201
libdir = @libdir@
 
202
libexecdir = @libexecdir@
 
203
localedir = @localedir@
 
204
localstatedir = @localstatedir@
 
205
mandir = @mandir@
 
206
mkdir_p = @mkdir_p@
 
207
oldincludedir = @oldincludedir@
 
208
pdfdir = @pdfdir@
 
209
prefix = @prefix@
 
210
program_transform_name = @program_transform_name@
 
211
psdir = @psdir@
 
212
sbindir = @sbindir@
 
213
sharedstatedir = @sharedstatedir@
 
214
srcdir = @srcdir@
 
215
sysconfdir = @sysconfdir@
 
216
target_alias = @target_alias@
 
217
top_build_prefix = @top_build_prefix@
 
218
top_builddir = @top_builddir@
 
219
top_srcdir = @top_srcdir@
 
220
AM_CPPFLAGS = \
 
221
        -idirafter $(top_srcdir)/lib/compat \
 
222
        -I$(top_builddir) \
 
223
        -I$(top_srcdir)/lib
 
224
 
 
225
CHECK_LDADD = ../libdpkg.a
 
226
t_macros_LDADD = $(CHECK_LDADD)
 
227
t_path_LDADD = $(CHECK_LDADD)
 
228
t_pkginfo_LDADD = $(CHECK_LDADD)
 
229
t_string_LDADD = $(CHECK_LDADD)
 
230
t_test_LDADD = $(CHECK_LDADD)
 
231
t_varbuf_LDADD = $(CHECK_LDADD)
 
232
t_version_LDADD = $(CHECK_LDADD)
 
233
TESTS = $(check_PROGRAMS)
 
234
all: all-am
 
235
 
 
236
.SUFFIXES:
 
237
.SUFFIXES: .c .o .obj
 
238
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
239
        @for dep in $?; do \
 
240
          case '$(am__configure_deps)' in \
 
241
            *$$dep*) \
 
242
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
243
                && { if test -f $@; then exit 0; else break; fi; }; \
 
244
              exit 1;; \
 
245
          esac; \
 
246
        done; \
 
247
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/dpkg/test/Makefile'; \
 
248
        $(am__cd) $(top_srcdir) && \
 
249
          $(AUTOMAKE) --gnu lib/dpkg/test/Makefile
 
250
.PRECIOUS: Makefile
 
251
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
252
        @case '$?' in \
 
253
          *config.status*) \
 
254
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
255
          *) \
 
256
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
257
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
258
        esac;
 
259
 
 
260
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
261
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
262
 
 
263
$(top_srcdir)/configure:  $(am__configure_deps)
 
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
265
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
266
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
267
$(am__aclocal_m4_deps):
 
268
 
 
269
clean-checkPROGRAMS:
 
270
        -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
 
271
t-macros$(EXEEXT): $(t_macros_OBJECTS) $(t_macros_DEPENDENCIES) 
 
272
        @rm -f t-macros$(EXEEXT)
 
273
        $(LINK) $(t_macros_OBJECTS) $(t_macros_LDADD) $(LIBS)
 
274
t-path$(EXEEXT): $(t_path_OBJECTS) $(t_path_DEPENDENCIES) 
 
275
        @rm -f t-path$(EXEEXT)
 
276
        $(LINK) $(t_path_OBJECTS) $(t_path_LDADD) $(LIBS)
 
277
t-pkginfo$(EXEEXT): $(t_pkginfo_OBJECTS) $(t_pkginfo_DEPENDENCIES) 
 
278
        @rm -f t-pkginfo$(EXEEXT)
 
279
        $(LINK) $(t_pkginfo_OBJECTS) $(t_pkginfo_LDADD) $(LIBS)
 
280
t-string$(EXEEXT): $(t_string_OBJECTS) $(t_string_DEPENDENCIES) 
 
281
        @rm -f t-string$(EXEEXT)
 
282
        $(LINK) $(t_string_OBJECTS) $(t_string_LDADD) $(LIBS)
 
283
t-test$(EXEEXT): $(t_test_OBJECTS) $(t_test_DEPENDENCIES) 
 
284
        @rm -f t-test$(EXEEXT)
 
285
        $(LINK) $(t_test_OBJECTS) $(t_test_LDADD) $(LIBS)
 
286
t-varbuf$(EXEEXT): $(t_varbuf_OBJECTS) $(t_varbuf_DEPENDENCIES) 
 
287
        @rm -f t-varbuf$(EXEEXT)
 
288
        $(LINK) $(t_varbuf_OBJECTS) $(t_varbuf_LDADD) $(LIBS)
 
289
t-version$(EXEEXT): $(t_version_OBJECTS) $(t_version_DEPENDENCIES) 
 
290
        @rm -f t-version$(EXEEXT)
 
291
        $(LINK) $(t_version_OBJECTS) $(t_version_LDADD) $(LIBS)
 
292
 
 
293
mostlyclean-compile:
 
294
        -rm -f *.$(OBJEXT)
 
295
 
 
296
distclean-compile:
 
297
        -rm -f *.tab.c
 
298
 
 
299
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-macros.Po@am__quote@
 
300
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-path.Po@am__quote@
 
301
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-pkginfo.Po@am__quote@
 
302
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-string.Po@am__quote@
 
303
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-test.Po@am__quote@
 
304
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-varbuf.Po@am__quote@
 
305
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-version.Po@am__quote@
 
306
 
 
307
.c.o:
 
308
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
309
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
310
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
311
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
312
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
313
 
 
314
.c.obj:
 
315
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
316
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
317
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
318
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
319
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
320
 
 
321
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
322
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
323
        unique=`for i in $$list; do \
 
324
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
325
          done | \
 
326
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
327
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
328
        mkid -fID $$unique
 
329
tags: TAGS
 
330
 
 
331
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
332
                $(TAGS_FILES) $(LISP)
 
333
        set x; \
 
334
        here=`pwd`; \
 
335
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
336
        unique=`for i in $$list; do \
 
337
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
338
          done | \
 
339
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
340
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
341
        shift; \
 
342
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
343
          test -n "$$unique" || unique=$$empty_fix; \
 
344
          if test $$# -gt 0; then \
 
345
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
346
              "$$@" $$unique; \
 
347
          else \
 
348
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
349
              $$unique; \
 
350
          fi; \
 
351
        fi
 
352
ctags: CTAGS
 
353
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
354
                $(TAGS_FILES) $(LISP)
 
355
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
356
        unique=`for i in $$list; do \
 
357
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
358
          done | \
 
359
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
360
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
361
        test -z "$(CTAGS_ARGS)$$unique" \
 
362
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
363
             $$unique
 
364
 
 
365
GTAGS:
 
366
        here=`$(am__cd) $(top_builddir) && pwd` \
 
367
          && $(am__cd) $(top_srcdir) \
 
368
          && gtags -i $(GTAGS_ARGS) "$$here"
 
369
 
 
370
distclean-tags:
 
371
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
372
 
 
373
check-TESTS: $(TESTS)
 
374
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
375
        srcdir=$(srcdir); export srcdir; \
 
376
        list=' $(TESTS) '; \
 
377
        $(am__tty_colors); \
 
378
        if test -n "$$list"; then \
 
379
          for tst in $$list; do \
 
380
            if test -f ./$$tst; then dir=./; \
 
381
            elif test -f $$tst; then dir=; \
 
382
            else dir="$(srcdir)/"; fi; \
 
383
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
384
              all=`expr $$all + 1`; \
 
385
              case " $(XFAIL_TESTS) " in \
 
386
              *[\ \     ]$$tst[\ \      ]*) \
 
387
                xpass=`expr $$xpass + 1`; \
 
388
                failed=`expr $$failed + 1`; \
 
389
                col=$$red; res=XPASS; \
 
390
              ;; \
 
391
              *) \
 
392
                col=$$grn; res=PASS; \
 
393
              ;; \
 
394
              esac; \
 
395
            elif test $$? -ne 77; then \
 
396
              all=`expr $$all + 1`; \
 
397
              case " $(XFAIL_TESTS) " in \
 
398
              *[\ \     ]$$tst[\ \      ]*) \
 
399
                xfail=`expr $$xfail + 1`; \
 
400
                col=$$lgn; res=XFAIL; \
 
401
              ;; \
 
402
              *) \
 
403
                failed=`expr $$failed + 1`; \
 
404
                col=$$red; res=FAIL; \
 
405
              ;; \
 
406
              esac; \
 
407
            else \
 
408
              skip=`expr $$skip + 1`; \
 
409
              col=$$blu; res=SKIP; \
 
410
            fi; \
 
411
            echo "$${col}$$res$${std}: $$tst"; \
 
412
          done; \
 
413
          if test "$$all" -eq 1; then \
 
414
            tests="test"; \
 
415
            All=""; \
 
416
          else \
 
417
            tests="tests"; \
 
418
            All="All "; \
 
419
          fi; \
 
420
          if test "$$failed" -eq 0; then \
 
421
            if test "$$xfail" -eq 0; then \
 
422
              banner="$$All$$all $$tests passed"; \
 
423
            else \
 
424
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
425
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
426
            fi; \
 
427
          else \
 
428
            if test "$$xpass" -eq 0; then \
 
429
              banner="$$failed of $$all $$tests failed"; \
 
430
            else \
 
431
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
432
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
433
            fi; \
 
434
          fi; \
 
435
          dashes="$$banner"; \
 
436
          skipped=""; \
 
437
          if test "$$skip" -ne 0; then \
 
438
            if test "$$skip" -eq 1; then \
 
439
              skipped="($$skip test was not run)"; \
 
440
            else \
 
441
              skipped="($$skip tests were not run)"; \
 
442
            fi; \
 
443
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
444
              dashes="$$skipped"; \
 
445
          fi; \
 
446
          report=""; \
 
447
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
448
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
449
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
450
              dashes="$$report"; \
 
451
          fi; \
 
452
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
453
          if test "$$failed" -eq 0; then \
 
454
            echo "$$grn$$dashes"; \
 
455
          else \
 
456
            echo "$$red$$dashes"; \
 
457
          fi; \
 
458
          echo "$$banner"; \
 
459
          test -z "$$skipped" || echo "$$skipped"; \
 
460
          test -z "$$report" || echo "$$report"; \
 
461
          echo "$$dashes$$std"; \
 
462
          test "$$failed" -eq 0; \
 
463
        else :; fi
 
464
 
 
465
distdir: $(DISTFILES)
 
466
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
467
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
468
        list='$(DISTFILES)'; \
 
469
          dist_files=`for file in $$list; do echo $$file; done | \
 
470
          sed -e "s|^$$srcdirstrip/||;t" \
 
471
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
472
        case $$dist_files in \
 
473
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
474
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
475
                           sort -u` ;; \
 
476
        esac; \
 
477
        for file in $$dist_files; do \
 
478
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
479
          if test -d $$d/$$file; then \
 
480
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
481
            if test -d "$(distdir)/$$file"; then \
 
482
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
483
            fi; \
 
484
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
485
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
486
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
487
            fi; \
 
488
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
489
          else \
 
490
            test -f "$(distdir)/$$file" \
 
491
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
492
            || exit 1; \
 
493
          fi; \
 
494
        done
 
495
check-am: all-am
 
496
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
497
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
498
check: check-am
 
499
all-am: Makefile
 
500
installdirs:
 
501
install: install-am
 
502
install-exec: install-exec-am
 
503
install-data: install-data-am
 
504
uninstall: uninstall-am
 
505
 
 
506
install-am: all-am
 
507
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
508
 
 
509
installcheck: installcheck-am
 
510
install-strip:
 
511
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
512
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
513
          `test -z '$(STRIP)' || \
 
514
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
515
mostlyclean-generic:
 
516
 
 
517
clean-generic:
 
518
 
 
519
distclean-generic:
 
520
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
521
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
522
 
 
523
maintainer-clean-generic:
 
524
        @echo "This command is intended for maintainers to use"
 
525
        @echo "it deletes files that may require special tools to rebuild."
 
526
clean: clean-am
 
527
 
 
528
clean-am: clean-checkPROGRAMS clean-generic mostlyclean-am
 
529
 
 
530
distclean: distclean-am
 
531
        -rm -rf ./$(DEPDIR)
 
532
        -rm -f Makefile
 
533
distclean-am: clean-am distclean-compile distclean-generic \
 
534
        distclean-tags
 
535
 
 
536
dvi: dvi-am
 
537
 
 
538
dvi-am:
 
539
 
 
540
html: html-am
 
541
 
 
542
html-am:
 
543
 
 
544
info: info-am
 
545
 
 
546
info-am:
 
547
 
 
548
install-data-am:
 
549
 
 
550
install-dvi: install-dvi-am
 
551
 
 
552
install-dvi-am:
 
553
 
 
554
install-exec-am:
 
555
 
 
556
install-html: install-html-am
 
557
 
 
558
install-html-am:
 
559
 
 
560
install-info: install-info-am
 
561
 
 
562
install-info-am:
 
563
 
 
564
install-man:
 
565
 
 
566
install-pdf: install-pdf-am
 
567
 
 
568
install-pdf-am:
 
569
 
 
570
install-ps: install-ps-am
 
571
 
 
572
install-ps-am:
 
573
 
 
574
installcheck-am:
 
575
 
 
576
maintainer-clean: maintainer-clean-am
 
577
        -rm -rf ./$(DEPDIR)
 
578
        -rm -f Makefile
 
579
maintainer-clean-am: distclean-am maintainer-clean-generic
 
580
 
 
581
mostlyclean: mostlyclean-am
 
582
 
 
583
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
584
 
 
585
pdf: pdf-am
 
586
 
 
587
pdf-am:
 
588
 
 
589
ps: ps-am
 
590
 
 
591
ps-am:
 
592
 
 
593
uninstall-am:
 
594
 
 
595
.MAKE: check-am install-am install-strip
 
596
 
 
597
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 
598
        clean-checkPROGRAMS clean-generic ctags distclean \
 
599
        distclean-compile distclean-generic distclean-tags distdir dvi \
 
600
        dvi-am html html-am info info-am install install-am \
 
601
        install-data install-data-am install-dvi install-dvi-am \
 
602
        install-exec install-exec-am install-html install-html-am \
 
603
        install-info install-info-am install-man install-pdf \
 
604
        install-pdf-am install-ps install-ps-am install-strip \
 
605
        installcheck installcheck-am installdirs maintainer-clean \
 
606
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
607
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
608
        uninstall-am
 
609
 
 
610
 
 
611
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
612
# Otherwise a system limit (for SysV at least) may be exceeded.
 
613
.NOEXPORT: