source: trunk/essentials/app-arch/gzip/lib/Makefile.in

Last change on this file was 3325, checked in by bird, 18 years ago

gzip 1.3.11

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