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

« back to all changes in this revision

Viewing changes to libcompat/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.10.2 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  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
 
VPATH = @srcdir@
18
 
pkgdatadir = $(datadir)/@PACKAGE@
19
 
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
 
install_sh_DATA = $(install_sh) -c -m 644
23
 
install_sh_PROGRAM = $(install_sh) -c
24
 
install_sh_SCRIPT = $(install_sh) -c
25
 
INSTALL_HEADER = $(INSTALL_DATA)
26
 
transform = $(program_transform_name)
27
 
NORMAL_INSTALL = :
28
 
PRE_INSTALL = :
29
 
POST_INSTALL = :
30
 
NORMAL_UNINSTALL = :
31
 
PRE_UNINSTALL = :
32
 
POST_UNINSTALL = :
33
 
build_triplet = @build@
34
 
host_triplet = @host@
35
 
target_triplet = @target@
36
 
@HAVE_GETOPT_FALSE@am__append_1 = getopt.c getopt.h
37
 
@HAVE_GETOPT_LONG_FALSE@am__append_2 = getopt1.c
38
 
@HAVE_OBSTACK_FREE_FALSE@am__append_3 = obstack.c obstack.h
39
 
@HAVE_STRNLEN_FALSE@am__append_4 = strnlen.c strnlen.h
40
 
@HAVE_STRERROR_FALSE@am__append_5 = strerror.c
41
 
@HAVE_STRSIGNAL_FALSE@am__append_6 = strsignal.c
42
 
@HAVE_SNPRINTF_FALSE@am__append_7 = snprintf.c
43
 
@HAVE_VSNPRINTF_FALSE@am__append_8 = vsnprintf.c
44
 
@HAVE_ALPHASORT_FALSE@am__append_9 = alphasort.c
45
 
@HAVE_SCANDIR_FALSE@am__append_10 = scandir.c
46
 
@HAVE_UNSETENV_FALSE@am__append_11 = unsetenv.c
47
 
subdir = libcompat
48
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
49
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50
 
am__aclocal_m4_deps = $(top_srcdir)/m4/arch.m4 \
51
 
        $(top_srcdir)/m4/compiler.m4 $(top_srcdir)/m4/funcs.m4 \
52
 
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
53
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
54
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libs.m4 \
55
 
        $(top_srcdir)/m4/linker.m4 $(top_srcdir)/m4/nls.m4 \
56
 
        $(top_srcdir)/m4/perl.m4 $(top_srcdir)/m4/po.m4 \
57
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/types.m4 \
58
 
        $(top_srcdir)/configure.ac
59
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60
 
        $(ACLOCAL_M4)
61
 
mkinstalldirs = $(install_sh) -d
62
 
CONFIG_HEADER = $(top_builddir)/config.h
63
 
CONFIG_CLEAN_FILES =
64
 
LIBRARIES = $(noinst_LIBRARIES)
65
 
AR = ar
66
 
ARFLAGS = cru
67
 
libcompat_a_AR = $(AR) $(ARFLAGS)
68
 
libcompat_a_LIBADD =
69
 
am__libcompat_a_SOURCES_DIST = compat.h gettext.h getopt.c getopt.h \
70
 
        getopt1.c obstack.c obstack.h strnlen.c strnlen.h strerror.c \
71
 
        strsignal.c snprintf.c vsnprintf.c alphasort.c scandir.c \
72
 
        unsetenv.c
73
 
@HAVE_GETOPT_FALSE@am__objects_1 = getopt.$(OBJEXT)
74
 
@HAVE_GETOPT_LONG_FALSE@am__objects_2 = getopt1.$(OBJEXT)
75
 
@HAVE_OBSTACK_FREE_FALSE@am__objects_3 = obstack.$(OBJEXT)
76
 
@HAVE_STRNLEN_FALSE@am__objects_4 = strnlen.$(OBJEXT)
77
 
@HAVE_STRERROR_FALSE@am__objects_5 = strerror.$(OBJEXT)
78
 
@HAVE_STRSIGNAL_FALSE@am__objects_6 = strsignal.$(OBJEXT)
79
 
@HAVE_SNPRINTF_FALSE@am__objects_7 = snprintf.$(OBJEXT)
80
 
@HAVE_VSNPRINTF_FALSE@am__objects_8 = vsnprintf.$(OBJEXT)
81
 
@HAVE_ALPHASORT_FALSE@am__objects_9 = alphasort.$(OBJEXT)
82
 
@HAVE_SCANDIR_FALSE@am__objects_10 = scandir.$(OBJEXT)
83
 
@HAVE_UNSETENV_FALSE@am__objects_11 = unsetenv.$(OBJEXT)
84
 
am_libcompat_a_OBJECTS = $(am__objects_1) $(am__objects_2) \
85
 
        $(am__objects_3) $(am__objects_4) $(am__objects_5) \
86
 
        $(am__objects_6) $(am__objects_7) $(am__objects_8) \
87
 
        $(am__objects_9) $(am__objects_10) $(am__objects_11)
88
 
libcompat_a_OBJECTS = $(am_libcompat_a_OBJECTS)
89
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
90
 
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
91
 
am__depfiles_maybe = depfiles
92
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94
 
CCLD = $(CC)
95
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
96
 
SOURCES = $(libcompat_a_SOURCES)
97
 
DIST_SOURCES = $(am__libcompat_a_SOURCES_DIST)
98
 
ETAGS = etags
99
 
CTAGS = ctags
100
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101
 
ACLOCAL = @ACLOCAL@
102
 
AMTAR = @AMTAR@
103
 
AUTOCONF = @AUTOCONF@
104
 
AUTOHEADER = @AUTOHEADER@
105
 
AUTOMAKE = @AUTOMAKE@
106
 
AWK = @AWK@
107
 
BZ2_LIBS = @BZ2_LIBS@
108
 
CC = @CC@
109
 
CCDEPMODE = @CCDEPMODE@
110
 
CFLAGS = @CFLAGS@
111
 
CPP = @CPP@
112
 
CPPFLAGS = @CPPFLAGS@
113
 
CURSES_LIBS = @CURSES_LIBS@
114
 
CXX = @CXX@
115
 
CXXDEPMODE = @CXXDEPMODE@
116
 
CXXFLAGS = @CXXFLAGS@
117
 
CYGPATH_W = @CYGPATH_W@
118
 
DEFS = @DEFS@
119
 
DEPDIR = @DEPDIR@
120
 
ECHO_C = @ECHO_C@
121
 
ECHO_N = @ECHO_N@
122
 
ECHO_T = @ECHO_T@
123
 
EGREP = @EGREP@
124
 
EXEEXT = @EXEEXT@
125
 
GMSGFMT = @GMSGFMT@
126
 
GMSGFMT_015 = @GMSGFMT_015@
127
 
GREP = @GREP@
128
 
INSTALL = @INSTALL@
129
 
INSTALL_DATA = @INSTALL_DATA@
130
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
131
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
132
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133
 
INTLLIBS = @INTLLIBS@
134
 
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
135
 
LDFLAGS = @LDFLAGS@
136
 
LEX = @LEX@
137
 
LEXLIB = @LEXLIB@
138
 
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
139
 
LIBICONV = @LIBICONV@
140
 
LIBINTL = @LIBINTL@
141
 
LIBOBJS = @LIBOBJS@
142
 
LIBS = @LIBS@
143
 
LTLIBICONV = @LTLIBICONV@
144
 
LTLIBINTL = @LTLIBINTL@
145
 
LTLIBOBJS = @LTLIBOBJS@
146
 
MAKEINFO = @MAKEINFO@
147
 
MKDIR_P = @MKDIR_P@
148
 
MSGFMT = @MSGFMT@
149
 
MSGFMT_015 = @MSGFMT_015@
150
 
MSGMERGE = @MSGMERGE@
151
 
OBJEXT = @OBJEXT@
152
 
PACKAGE = @PACKAGE@
153
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154
 
PACKAGE_NAME = @PACKAGE_NAME@
155
 
PACKAGE_STRING = @PACKAGE_STRING@
156
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
157
 
PACKAGE_VERSION = @PACKAGE_VERSION@
158
 
PATH_SEPARATOR = @PATH_SEPARATOR@
159
 
PERL = @PERL@
160
 
PERL_LIBDIR = @PERL_LIBDIR@
161
 
POSUB = @POSUB@
162
 
RANLIB = @RANLIB@
163
 
SELINUX_LIBS = @SELINUX_LIBS@
164
 
SET_MAKE = @SET_MAKE@
165
 
SHELL = @SHELL@
166
 
SSD_LIBS = @SSD_LIBS@
167
 
STRIP = @STRIP@
168
 
USE_NLS = @USE_NLS@
169
 
VERSION = @VERSION@
170
 
XGETTEXT = @XGETTEXT@
171
 
XGETTEXT_015 = @XGETTEXT_015@
172
 
ZLIB_LIBS = @ZLIB_LIBS@
173
 
abs_builddir = @abs_builddir@
174
 
abs_srcdir = @abs_srcdir@
175
 
abs_top_builddir = @abs_top_builddir@
176
 
abs_top_srcdir = @abs_top_srcdir@
177
 
ac_ct_CC = @ac_ct_CC@
178
 
ac_ct_CXX = @ac_ct_CXX@
179
 
admindir = @admindir@
180
 
am__include = @am__include@
181
 
am__leading_dot = @am__leading_dot@
182
 
am__quote = @am__quote@
183
 
am__tar = @am__tar@
184
 
am__untar = @am__untar@
185
 
bindir = @bindir@
186
 
build = @build@
187
 
build_alias = @build_alias@
188
 
build_cpu = @build_cpu@
189
 
build_os = @build_os@
190
 
build_vendor = @build_vendor@
191
 
builddir = @builddir@
192
 
datadir = @datadir@
193
 
datarootdir = @datarootdir@
194
 
docdir = @docdir@
195
 
dvidir = @dvidir@
196
 
exec_prefix = @exec_prefix@
197
 
host = @host@
198
 
host_alias = @host_alias@
199
 
host_cpu = @host_cpu@
200
 
host_os = @host_os@
201
 
host_vendor = @host_vendor@
202
 
htmldir = @htmldir@
203
 
includedir = @includedir@
204
 
infodir = @infodir@
205
 
install_sh = @install_sh@
206
 
libdir = @libdir@
207
 
libexecdir = @libexecdir@
208
 
localedir = @localedir@
209
 
localstatedir = @localstatedir@
210
 
mandir = @mandir@
211
 
mkdir_p = @mkdir_p@
212
 
oldincludedir = @oldincludedir@
213
 
pdfdir = @pdfdir@
214
 
prefix = @prefix@
215
 
program_transform_name = @program_transform_name@
216
 
psdir = @psdir@
217
 
sbindir = @sbindir@
218
 
sharedstatedir = @sharedstatedir@
219
 
srcdir = @srcdir@
220
 
sysconfdir = @sysconfdir@
221
 
target = @target@
222
 
target_alias = @target_alias@
223
 
target_cpu = @target_cpu@
224
 
target_os = @target_os@
225
 
target_vendor = @target_vendor@
226
 
top_build_prefix = @top_build_prefix@
227
 
top_builddir = @top_builddir@
228
 
top_srcdir = @top_srcdir@
229
 
INCLUDES = \
230
 
        -idirafter $(top_srcdir)/libcompat
231
 
 
232
 
noinst_LIBRARIES = libcompat.a
233
 
libcompat_a_SOURCES = compat.h gettext.h $(am__append_1) \
234
 
        $(am__append_2) $(am__append_3) $(am__append_4) \
235
 
        $(am__append_5) $(am__append_6) $(am__append_7) \
236
 
        $(am__append_8) $(am__append_9) $(am__append_10) \
237
 
        $(am__append_11)
238
 
all: all-am
239
 
 
240
 
.SUFFIXES:
241
 
.SUFFIXES: .c .o .obj
242
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
243
 
        @for dep in $?; do \
244
 
          case '$(am__configure_deps)' in \
245
 
            *$$dep*) \
246
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
247
 
                && { if test -f $@; then exit 0; else break; fi; }; \
248
 
              exit 1;; \
249
 
          esac; \
250
 
        done; \
251
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libcompat/Makefile'; \
252
 
        cd $(top_srcdir) && \
253
 
          $(AUTOMAKE) --gnu  libcompat/Makefile
254
 
.PRECIOUS: Makefile
255
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
256
 
        @case '$?' in \
257
 
          *config.status*) \
258
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
259
 
          *) \
260
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
261
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
262
 
        esac;
263
 
 
264
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
265
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
 
 
267
 
$(top_srcdir)/configure:  $(am__configure_deps)
268
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
270
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271
 
 
272
 
clean-noinstLIBRARIES:
273
 
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
274
 
libcompat.a: $(libcompat_a_OBJECTS) $(libcompat_a_DEPENDENCIES) 
275
 
        -rm -f libcompat.a
276
 
        $(libcompat_a_AR) libcompat.a $(libcompat_a_OBJECTS) $(libcompat_a_LIBADD)
277
 
        $(RANLIB) libcompat.a
278
 
 
279
 
mostlyclean-compile:
280
 
        -rm -f *.$(OBJEXT)
281
 
 
282
 
distclean-compile:
283
 
        -rm -f *.tab.c
284
 
 
285
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alphasort.Po@am__quote@
286
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
287
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
288
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obstack.Po@am__quote@
289
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scandir.Po@am__quote@
290
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf.Po@am__quote@
291
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Po@am__quote@
292
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen.Po@am__quote@
293
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strsignal.Po@am__quote@
294
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unsetenv.Po@am__quote@
295
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf.Po@am__quote@
296
 
 
297
 
.c.o:
298
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
299
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
300
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
301
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
302
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
303
 
 
304
 
.c.obj:
305
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
306
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
307
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
308
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
310
 
 
311
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
312
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313
 
        unique=`for i in $$list; do \
314
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315
 
          done | \
316
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
317
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
318
 
        mkid -fID $$unique
319
 
tags: TAGS
320
 
 
321
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
322
 
                $(TAGS_FILES) $(LISP)
323
 
        tags=; \
324
 
        here=`pwd`; \
325
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
326
 
        unique=`for i in $$list; do \
327
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328
 
          done | \
329
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
330
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
331
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
332
 
          test -n "$$unique" || unique=$$empty_fix; \
333
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334
 
            $$tags $$unique; \
335
 
        fi
336
 
ctags: CTAGS
337
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338
 
                $(TAGS_FILES) $(LISP)
339
 
        tags=; \
340
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
341
 
        unique=`for i in $$list; do \
342
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343
 
          done | \
344
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
346
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
347
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
348
 
             $$tags $$unique
349
 
 
350
 
GTAGS:
351
 
        here=`$(am__cd) $(top_builddir) && pwd` \
352
 
          && cd $(top_srcdir) \
353
 
          && gtags -i $(GTAGS_ARGS) $$here
354
 
 
355
 
distclean-tags:
356
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
357
 
 
358
 
distdir: $(DISTFILES)
359
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
360
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
361
 
        list='$(DISTFILES)'; \
362
 
          dist_files=`for file in $$list; do echo $$file; done | \
363
 
          sed -e "s|^$$srcdirstrip/||;t" \
364
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
365
 
        case $$dist_files in \
366
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
367
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
368
 
                           sort -u` ;; \
369
 
        esac; \
370
 
        for file in $$dist_files; do \
371
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
372
 
          if test -d $$d/$$file; then \
373
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
374
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
375
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
376
 
            fi; \
377
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
378
 
          else \
379
 
            test -f $(distdir)/$$file \
380
 
            || cp -p $$d/$$file $(distdir)/$$file \
381
 
            || exit 1; \
382
 
          fi; \
383
 
        done
384
 
check-am: all-am
385
 
check: check-am
386
 
all-am: Makefile $(LIBRARIES)
387
 
installdirs:
388
 
install: install-am
389
 
install-exec: install-exec-am
390
 
install-data: install-data-am
391
 
uninstall: uninstall-am
392
 
 
393
 
install-am: all-am
394
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
395
 
 
396
 
installcheck: installcheck-am
397
 
install-strip:
398
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
399
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
400
 
          `test -z '$(STRIP)' || \
401
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
402
 
mostlyclean-generic:
403
 
 
404
 
clean-generic:
405
 
 
406
 
distclean-generic:
407
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
408
 
 
409
 
maintainer-clean-generic:
410
 
        @echo "This command is intended for maintainers to use"
411
 
        @echo "it deletes files that may require special tools to rebuild."
412
 
clean: clean-am
413
 
 
414
 
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
415
 
 
416
 
distclean: distclean-am
417
 
        -rm -rf ./$(DEPDIR)
418
 
        -rm -f Makefile
419
 
distclean-am: clean-am distclean-compile distclean-generic \
420
 
        distclean-tags
421
 
 
422
 
dvi: dvi-am
423
 
 
424
 
dvi-am:
425
 
 
426
 
html: html-am
427
 
 
428
 
info: info-am
429
 
 
430
 
info-am:
431
 
 
432
 
install-data-am:
433
 
 
434
 
install-dvi: install-dvi-am
435
 
 
436
 
install-exec-am:
437
 
 
438
 
install-html: install-html-am
439
 
 
440
 
install-info: install-info-am
441
 
 
442
 
install-man:
443
 
 
444
 
install-pdf: install-pdf-am
445
 
 
446
 
install-ps: install-ps-am
447
 
 
448
 
installcheck-am:
449
 
 
450
 
maintainer-clean: maintainer-clean-am
451
 
        -rm -rf ./$(DEPDIR)
452
 
        -rm -f Makefile
453
 
maintainer-clean-am: distclean-am maintainer-clean-generic
454
 
 
455
 
mostlyclean: mostlyclean-am
456
 
 
457
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
458
 
 
459
 
pdf: pdf-am
460
 
 
461
 
pdf-am:
462
 
 
463
 
ps: ps-am
464
 
 
465
 
ps-am:
466
 
 
467
 
uninstall-am:
468
 
 
469
 
.MAKE: install-am install-strip
470
 
 
471
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
472
 
        clean-noinstLIBRARIES ctags distclean distclean-compile \
473
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
474
 
        html-am info info-am install install-am install-data \
475
 
        install-data-am install-dvi install-dvi-am install-exec \
476
 
        install-exec-am install-html install-html-am install-info \
477
 
        install-info-am install-man install-pdf install-pdf-am \
478
 
        install-ps install-ps-am install-strip installcheck \
479
 
        installcheck-am installdirs maintainer-clean \
480
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
481
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
482
 
        uninstall-am
483
 
 
484
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
485
 
# Otherwise a system limit (for SysV at least) may be exceeded.
486
 
.NOEXPORT: