]> git.cworth.org Git - gzip/blob - lib/Makefile.in
Imported Debian patch 1.3.9-1
[gzip] / lib / Makefile.in
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  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 # Make gzip/lib                         -*-Makefile-*-
18
19 # Copyright (C) 2006 Free Software Foundation, Inc.
20
21 # This program 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 # This program 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 along
32 # with this program; if not, write to the Free Software Foundation, Inc.,
33 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
34
35 # Copyright (C) 2004-2006 Free Software Foundation, Inc.
36 #
37 # This file is free software, distributed under the terms of the GNU
38 # General Public License.  As a special exception to the GNU General
39 # Public License, this file may be distributed as part of a program
40 # that contains a configuration script generated by Autoconf, under
41 # the same distribution terms as the rest of that program.
42 #
43 # Generated by gnulib-tool.
44 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libgzip --source-base=.#bootmp/lib --m4-base=.#bootmp/m4 --doc-base=.#bootmp/doc --aux-dir=.#bootmp/build-aux --avoid=getline --avoid=rpmatch --no-libtool --macro-prefix=gl fcntl fcntl-safer fdl getopt stat-time sys_stat utimens xalloc yesno
45
46
47
48 VPATH = @srcdir@
49 pkgdatadir = $(datadir)/@PACKAGE@
50 pkglibdir = $(libdir)/@PACKAGE@
51 pkgincludedir = $(includedir)/@PACKAGE@
52 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
53 install_sh_DATA = $(install_sh) -c -m 644
54 install_sh_PROGRAM = $(install_sh) -c
55 install_sh_SCRIPT = $(install_sh) -c
56 INSTALL_HEADER = $(INSTALL_DATA)
57 transform = $(program_transform_name)
58 NORMAL_INSTALL = :
59 PRE_INSTALL = :
60 POST_INSTALL = :
61 NORMAL_UNINSTALL = :
62 PRE_UNINSTALL = :
63 POST_UNINSTALL = :
64 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
65         $(srcdir)/Makefile.in $(srcdir)/config.hin $(srcdir)/gnulib.mk \
66         match.c
67 subdir = lib
68 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69 am__aclocal_m4_deps = $(top_srcdir)/m4/absolute-header.m4 \
70         $(top_srcdir)/m4/error.m4 $(top_srcdir)/m4/exitfail.m4 \
71         $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
72         $(top_srcdir)/m4/fcntl_h.m4 $(top_srcdir)/m4/getopt.m4 \
73         $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/inline.m4 \
74         $(top_srcdir)/m4/shell.m4 $(top_srcdir)/m4/stat-time.m4 \
75         $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/sys_stat_h.m4 \
76         $(top_srcdir)/m4/timespec.m4 $(top_srcdir)/m4/unistd-safer.m4 \
77         $(top_srcdir)/m4/unistd_h.m4 $(top_srcdir)/m4/utimbuf.m4 \
78         $(top_srcdir)/m4/utimens.m4 $(top_srcdir)/m4/utimes.m4 \
79         $(top_srcdir)/m4/xalloc.m4 $(top_srcdir)/m4/yesno.m4 \
80         $(top_srcdir)/configure.ac
81 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
82         $(ACLOCAL_M4)
83 mkinstalldirs = $(install_sh) -d
84 CONFIG_HEADER = config.h
85 CONFIG_CLEAN_FILES =
86 LIBRARIES = $(noinst_LIBRARIES)
87 AR = ar
88 ARFLAGS = cru
89 libgzip_a_AR = $(AR) $(ARFLAGS)
90 am__DEPENDENCIES_1 =
91 am_libgzip_a_OBJECTS = xalloc-die.$(OBJEXT)
92 libgzip_a_OBJECTS = $(am_libgzip_a_OBJECTS)
93 LTLIBRARIES = $(noinst_LTLIBRARIES)
94 DEFAULT_INCLUDES = -I.@am__isrc@
95 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
96 am__depfiles_maybe = depfiles
97 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99 CCLD = $(CC)
100 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
101 SOURCES = $(libgzip_a_SOURCES) $(EXTRA_libgzip_a_SOURCES)
102 DIST_SOURCES = $(libgzip_a_SOURCES) $(EXTRA_libgzip_a_SOURCES)
103 HEADERS = $(noinst_HEADERS)
104 ETAGS = etags
105 CTAGS = ctags
106 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107 ABSOLUTE_FCNTL_H = @ABSOLUTE_FCNTL_H@
108 ABSOLUTE_SYS_STAT_H = @ABSOLUTE_SYS_STAT_H@
109 ACLOCAL = @ACLOCAL@
110 AMTAR = @AMTAR@
111 ASCPPFLAGS = @ASCPPFLAGS@
112 ASCPPPOST = @ASCPPPOST@
113 ASFLAGS_config = @ASFLAGS_config@
114 AUTOCONF = @AUTOCONF@
115 AUTOHEADER = @AUTOHEADER@
116 AUTOMAKE = @AUTOMAKE@
117 AWK = @AWK@
118 CC = @CC@
119 CCDEPMODE = @CCDEPMODE@
120 CFLAGS = @CFLAGS@
121 CPP = @CPP@
122 CPPFLAGS = @CPPFLAGS@
123 CYGPATH_W = @CYGPATH_W@
124 DEFS = @DEFS@
125 DEPDIR = @DEPDIR@
126 ECHO_C = @ECHO_C@
127 ECHO_N = @ECHO_N@
128 ECHO_T = @ECHO_T@
129 EGREP = @EGREP@
130 EXEEXT = @EXEEXT@
131 FCNTL_H = @FCNTL_H@
132 GETOPT_H = @GETOPT_H@
133 GREP = @GREP@
134 HAVE__BOOL = @HAVE__BOOL@
135 INSTALL = @INSTALL@
136 INSTALL_DATA = @INSTALL_DATA@
137 INSTALL_PROGRAM = @INSTALL_PROGRAM@
138 INSTALL_SCRIPT = @INSTALL_SCRIPT@
139 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
140 LDFLAGS = @LDFLAGS@
141 LIBGZIP_LIBDEPS = @LIBGZIP_LIBDEPS@
142 LIBGZIP_LTLIBDEPS = @LIBGZIP_LTLIBDEPS@
143 LIBOBJS = @LIBOBJS@
144 LIBS = @LIBS@
145 LN_S = @LN_S@
146 LTLIBOBJS = @LTLIBOBJS@
147 MAKEINFO = @MAKEINFO@
148 MKDIR_P = @MKDIR_P@
149 NM = @NM@
150 OBJEXT = @OBJEXT@
151 PACKAGE = @PACKAGE@
152 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153 PACKAGE_NAME = @PACKAGE_NAME@
154 PACKAGE_STRING = @PACKAGE_STRING@
155 PACKAGE_TARNAME = @PACKAGE_TARNAME@
156 PACKAGE_VERSION = @PACKAGE_VERSION@
157 PATH_SEPARATOR = @PATH_SEPARATOR@
158 RANLIB = @RANLIB@
159 SET_MAKE = @SET_MAKE@
160 SHELL = @SHELL@
161 STDBOOL_H = @STDBOOL_H@
162 STRIP = @STRIP@
163 SYS_STAT_H = @SYS_STAT_H@
164 UNISTD_H = @UNISTD_H@
165 VERSION = @VERSION@
166 abs_builddir = @abs_builddir@
167 abs_srcdir = @abs_srcdir@
168 abs_top_builddir = @abs_top_builddir@
169 abs_top_srcdir = @abs_top_srcdir@
170 ac_ct_CC = @ac_ct_CC@
171 ac_prefix_program = @ac_prefix_program@
172 am__include = @am__include@
173 am__leading_dot = @am__leading_dot@
174 am__quote = @am__quote@
175 am__tar = @am__tar@
176 am__untar = @am__untar@
177 bindir = @bindir@
178 build_alias = @build_alias@
179 builddir = @builddir@
180 datadir = @datadir@
181 datarootdir = @datarootdir@
182 docdir = @docdir@
183 dvidir = @dvidir@
184 exec_prefix = @exec_prefix@
185 gl_LIBOBJS = @gl_LIBOBJS@
186 gl_LTLIBOBJS = @gl_LTLIBOBJS@
187 host_alias = @host_alias@
188 htmldir = @htmldir@
189 includedir = @includedir@
190 infodir = @infodir@
191 install_sh = @install_sh@
192 libdir = @libdir@
193 libexecdir = @libexecdir@
194 localedir = @localedir@
195 localstatedir = @localstatedir@
196 mandir = @mandir@
197 mkdir_p = @mkdir_p@
198 oldincludedir = @oldincludedir@
199 pdfdir = @pdfdir@
200 prefix = @prefix@
201 program_transform_name = @program_transform_name@
202 psdir = @psdir@
203 sbindir = @sbindir@
204 sharedstatedir = @sharedstatedir@
205 srcdir = @srcdir@
206 sysconfdir = @sysconfdir@
207 target_alias = @target_alias@
208 top_builddir = @top_builddir@
209 top_srcdir = @top_srcdir@
210 AUTOMAKE_OPTIONS = 1.5 gnits
211 noinst_HEADERS = 
212 noinst_LIBRARIES = libgzip.a
213 noinst_LTLIBRARIES = 
214 EXTRA_DIST = error.c error.h exitfail.c exitfail.h fcntl_.h \
215         creat-safer.c fcntl--.h fcntl-safer.h open-safer.c getopt.c \
216         getopt1.c getopt_.h getopt_int.h stat-time.h stdbool_.h \
217         stat_.h timespec.h dup-safer.c fd-safer.c pipe-safer.c \
218         unistd--.h unistd-safer.h utimens.c utimens.h xalloc.h \
219         xmalloc.c yesno.c yesno.h
220 BUILT_SOURCES = $(FCNTL_H) $(GETOPT_H) $(STDBOOL_H) $(SYS_STAT_H) \
221         $(UNISTD_H)
222 SUFFIXES = 
223 MOSTLYCLEANFILES = core *.stackdump fcntl.h fcntl.h-t getopt.h \
224         getopt.h-t stdbool.h stdbool.h-t sys/stat.h sys/stat.h-t \
225         unistd.h _match.S _match.i match_.s
226 MOSTLYCLEANDIRS = sys
227 CLEANFILES = 
228 DISTCLEANFILES = 
229 MAINTAINERCLEANFILES = 
230 AM_CPPFLAGS = 
231 libgzip_a_SOURCES = exit.h gettext.h xalloc-die.c
232 libgzip_a_LIBADD = $(gl_LIBOBJS) $(LIBOBJS)
233 libgzip_a_DEPENDENCIES = $(gl_LIBOBJS) $(LIBOBJS)
234 EXTRA_libgzip_a_SOURCES = error.c exitfail.c creat-safer.c \
235         open-safer.c getopt.c getopt1.c dup-safer.c fd-safer.c \
236         pipe-safer.c utimens.c xmalloc.c yesno.c
237 all: $(BUILT_SOURCES) config.h
238         $(MAKE) $(AM_MAKEFLAGS) all-am
239
240 .SUFFIXES:
241 .SUFFIXES: .c .o .obj
242 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/gnulib.mk $(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                 && exit 0; \
248               exit 1;; \
249           esac; \
250         done; \
251         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  lib/Makefile'; \
252         cd $(top_srcdir) && \
253           $(AUTOMAKE) --gnits  lib/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 config.h: stamp-h1
273         @if test ! -f $@; then \
274           rm -f stamp-h1; \
275           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
276         else :; fi
277
278 stamp-h1: $(srcdir)/config.hin $(top_builddir)/config.status
279         @rm -f stamp-h1
280         cd $(top_builddir) && $(SHELL) ./config.status lib/config.h
281 $(srcdir)/config.hin:  $(am__configure_deps) 
282         cd $(top_srcdir) && $(AUTOHEADER)
283         rm -f stamp-h1
284         touch $@
285
286 distclean-hdr:
287         -rm -f config.h stamp-h1
288
289 clean-noinstLIBRARIES:
290         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
291 libgzip.a: $(libgzip_a_OBJECTS) $(libgzip_a_DEPENDENCIES) 
292         -rm -f libgzip.a
293         $(libgzip_a_AR) libgzip.a $(libgzip_a_OBJECTS) $(libgzip_a_LIBADD)
294         $(RANLIB) libgzip.a
295
296 clean-noinstLTLIBRARIES:
297         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
298         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
299           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
300           test "$$dir" != "$$p" || dir=.; \
301           echo "rm -f \"$${dir}/so_locations\""; \
302           rm -f "$${dir}/so_locations"; \
303         done
304
305 mostlyclean-compile:
306         -rm -f *.$(OBJEXT)
307
308 distclean-compile:
309         -rm -f *.tab.c
310
311 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/match.Po@am__quote@
312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/creat-safer.Po@am__quote@
313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup-safer.Po@am__quote@
314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@
315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exitfail.Po@am__quote@
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd-safer.Po@am__quote@
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open-safer.Po@am__quote@
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipe-safer.Po@am__quote@
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utimens.Po@am__quote@
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Po@am__quote@
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yesno.Po@am__quote@
325
326 .c.o:
327 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
328 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
329 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
332
333 .c.obj:
334 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
335 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
336 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
339
340 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
341         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
342         unique=`for i in $$list; do \
343             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344           done | \
345           $(AWK) '    { files[$$0] = 1; } \
346                END { for (i in files) print i; }'`; \
347         mkid -fID $$unique
348 tags: TAGS
349
350 TAGS:  $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
351                 $(TAGS_FILES) $(LISP)
352         tags=; \
353         here=`pwd`; \
354         list='$(SOURCES) $(HEADERS) config.hin $(LISP) $(TAGS_FILES)'; \
355         unique=`for i in $$list; do \
356             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357           done | \
358           $(AWK) '    { files[$$0] = 1; } \
359                END { for (i in files) print i; }'`; \
360         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
361           test -n "$$unique" || unique=$$empty_fix; \
362           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
363             $$tags $$unique; \
364         fi
365 ctags: CTAGS
366 CTAGS:  $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
367                 $(TAGS_FILES) $(LISP)
368         tags=; \
369         here=`pwd`; \
370         list='$(SOURCES) $(HEADERS) config.hin $(LISP) $(TAGS_FILES)'; \
371         unique=`for i in $$list; do \
372             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373           done | \
374           $(AWK) '    { files[$$0] = 1; } \
375                END { for (i in files) print i; }'`; \
376         test -z "$(CTAGS_ARGS)$$tags$$unique" \
377           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
378              $$tags $$unique
379
380 GTAGS:
381         here=`$(am__cd) $(top_builddir) && pwd` \
382           && cd $(top_srcdir) \
383           && gtags -i $(GTAGS_ARGS) $$here
384
385 distclean-tags:
386         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
387
388 distdir: $(DISTFILES)
389         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
390         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
391         list='$(DISTFILES)'; \
392           dist_files=`for file in $$list; do echo $$file; done | \
393           sed -e "s|^$$srcdirstrip/||;t" \
394               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
395         case $$dist_files in \
396           */*) $(MKDIR_P) `echo "$$dist_files" | \
397                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
398                            sort -u` ;; \
399         esac; \
400         for file in $$dist_files; do \
401           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
402           if test -d $$d/$$file; then \
403             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
404             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
405               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
406             fi; \
407             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
408           else \
409             test -f $(distdir)/$$file \
410             || cp -p $$d/$$file $(distdir)/$$file \
411             || exit 1; \
412           fi; \
413         done
414 check-am: all-am
415 check: $(BUILT_SOURCES)
416         $(MAKE) $(AM_MAKEFLAGS) check-am
417 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) config.h
418 installdirs:
419 install: $(BUILT_SOURCES)
420         $(MAKE) $(AM_MAKEFLAGS) install-am
421 install-exec: install-exec-am
422 install-data: install-data-am
423 uninstall: uninstall-am
424
425 install-am: all-am
426         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
427
428 installcheck: installcheck-am
429 install-strip:
430         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
431           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
432           `test -z '$(STRIP)' || \
433             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
434 mostlyclean-generic:
435         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
436
437 clean-generic:
438         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
439
440 distclean-generic:
441         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
442         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
443
444 maintainer-clean-generic:
445         @echo "This command is intended for maintainers to use"
446         @echo "it deletes files that may require special tools to rebuild."
447         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
448         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
449 clean: clean-am
450
451 clean-am: clean-generic clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
452         mostlyclean-am
453
454 distclean: distclean-am
455         -rm -rf $(DEPDIR) ./$(DEPDIR)
456         -rm -f Makefile
457 distclean-am: clean-am distclean-compile distclean-generic \
458         distclean-hdr distclean-tags
459
460 dvi: dvi-am
461
462 dvi-am:
463
464 html: html-am
465
466 info: info-am
467
468 info-am:
469
470 install-data-am:
471
472 install-dvi: install-dvi-am
473
474 install-exec-am:
475
476 install-html: install-html-am
477
478 install-info: install-info-am
479
480 install-man:
481
482 install-pdf: install-pdf-am
483
484 install-ps: install-ps-am
485
486 installcheck-am:
487
488 maintainer-clean: maintainer-clean-am
489         -rm -rf $(DEPDIR) ./$(DEPDIR)
490         -rm -f Makefile
491 maintainer-clean-am: distclean-am maintainer-clean-generic
492
493 mostlyclean: mostlyclean-am
494
495 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
496         mostlyclean-local
497
498 pdf: pdf-am
499
500 pdf-am:
501
502 ps: ps-am
503
504 ps-am:
505
506 uninstall-am:
507
508 .MAKE: install-am install-strip
509
510 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
511         clean-noinstLIBRARIES clean-noinstLTLIBRARIES ctags distclean \
512         distclean-compile distclean-generic distclean-hdr \
513         distclean-tags distdir dvi dvi-am html html-am info info-am \
514         install install-am install-data install-data-am install-dvi \
515         install-dvi-am install-exec install-exec-am install-html \
516         install-html-am install-info install-info-am install-man \
517         install-pdf install-pdf-am install-ps install-ps-am \
518         install-strip installcheck installcheck-am installdirs \
519         maintainer-clean maintainer-clean-generic mostlyclean \
520         mostlyclean-compile mostlyclean-generic mostlyclean-local pdf \
521         pdf-am ps ps-am tags uninstall uninstall-am
522
523
524 # We need the following in order to create <fcntl.h> when the system
525 # doesn't have one that works with the given compiler.
526 fcntl.h: fcntl_.h
527         rm -f $@-t $@
528         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
529           sed -e 's|@''ABSOLUTE_FCNTL_H''@|$(ABSOLUTE_FCNTL_H)|g' \
530               < $(srcdir)/fcntl_.h; \
531         } > $@-t
532         mv $@-t $@
533
534 # We need the following in order to create <getopt.h> when the system
535 # doesn't have one that works with the given compiler.
536 getopt.h: getopt_.h
537         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
538           cat $(srcdir)/getopt_.h; \
539         } > $@-t
540         mv -f $@-t $@
541
542 # We need the following in order to create <stdbool.h> when the system
543 # doesn't have one that works.
544 stdbool.h: stdbool_.h
545         rm -f $@-t $@
546         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
547           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h; \
548         } > $@-t
549         mv $@-t $@
550
551 # We need the following in order to create <sys/stat.h> when the system
552 # has one that is incomplete.
553 sys/stat.h: stat_.h
554         test -d sys || mkdir sys
555         rm -f $@-t $@
556         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
557           sed -e 's|@''ABSOLUTE_SYS_STAT_H''@|$(ABSOLUTE_SYS_STAT_H)|g' \
558               < $(srcdir)/stat_.h; \
559         } > $@-t
560         mv $@-t $@
561
562 # We need the following in order to create an empty placeholder for
563 # <unistd.h> when the system doesn't have one.
564 unistd.h:
565         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
566           echo '/* Empty placeholder for $@.  */'; \
567         } > $@
568
569 mostlyclean-local: mostlyclean-generic
570         @for dir in '' $(MOSTLYCLEANDIRS); do \
571           if test -n "$$dir" && test -d $$dir; then \
572             echo "rmdir $$dir"; rmdir $$dir; \
573           fi; \
574         done
575
576 match.$(OBJEXT): match.c
577         cp $(srcdir)/match.c _match.S
578         $(CPP) $(CPPFLAGS) $(ASCPPFLAGS) _match.S > _match.i
579         @ASCPPPOST@ < _match.i > match_.s
580         $(CC) $(CPPFLAGS) $(CFLAGS) $(ASFLAGS_config) -c match_.s
581         mv match_.$(OBJEXT) $@
582         rm -f _match.S _match.i match_.s
583 # Tell versions [3.59,3.63) of GNU make to not export all variables.
584 # Otherwise a system limit (for SysV at least) may be exceeded.
585 .NOEXPORT: