files created by new automake/autoconf.
[findutils.git] / lib / posix / Makefile.in
blobcf0464368eec354e74d203436f7fdd8e3aef98cb
1 # Makefile.in generated automatically by automake 1.4f from Makefile.am.
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
14 @SET_MAKE@
16 SHELL = @SHELL@
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ../..
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 host_alias = @host_alias@
59 host_triplet = @host@
60 AMTAR = @AMTAR@
61 AWK = @AWK@
62 CATALOGS = @CATALOGS@
63 CATOBJEXT = @CATOBJEXT@
64 CC = @CC@
65 CPP = @CPP@
66 DATADIRNAME = @DATADIRNAME@
67 DEPDIR = @DEPDIR@
68 DF_PROG = @DF_PROG@
69 GENCAT = @GENCAT@
70 GLIBC21 = @GLIBC21@
71 GMOFILES = @GMOFILES@
72 GMSGFMT = @GMSGFMT@
73 GNU_PACKAGE = @GNU_PACKAGE@
74 GT_NO = @GT_NO@
75 GT_YES = @GT_YES@
76 INCLUDES = @INCLUDES@
77 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
78 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79 INSTOBJEXT = @INSTOBJEXT@
80 INTLDEPS = @INTLDEPS@
81 INTLLIBS = @INTLLIBS@
82 INTLOBJS = @INTLOBJS@
83 LIBICONV = @LIBICONV@
84 LIBOBJS = @LIBOBJS@
85 MAN = @MAN@
86 MKINSTALLDIRS = @MKINSTALLDIRS@
87 MSGFMT = @MSGFMT@
88 OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
89 OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
90 PACKAGE = @PACKAGE@
91 POFILES = @POFILES@
92 POSUB = @POSUB@
93 RANLIB = @RANLIB@
94 U = @U@
95 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
96 USE_NLS = @USE_NLS@
97 VERSION = @VERSION@
98 _am_include = @_am_include@
99 _am_quote = @_am_quote@
100 install_sh = @install_sh@
101 l = @l@
103 AUTOMAKE_OPTIONS = no-dependencies
105 EXTRA_DIST = regex.h
106 EXEEXT =
107 OBJEXT = o
108 subdir = lib/posix
109 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110 CONFIG_HEADER = $(top_builddir)/config.h
111 CONFIG_CLEAN_FILES =
112 depcomp =
113 DIST_SOURCES =
114 DIST_COMMON = Makefile.am Makefile.in
115 all: all-am
117 .SUFFIXES:
118 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
119 cd $(top_srcdir) && \
120 $(AUTOMAKE) --gnu lib/posix/Makefile
121 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
122 cd $(top_builddir) && \
123 CONFIG_HEADERS= CONFIG_LINKS= \
124 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
125 uninstall-info-am:
126 tags: TAGS
127 TAGS:
130 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
132 top_distdir = ../..
133 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
135 distdir: $(DISTFILES)
136 @for file in $(DISTFILES); do \
137 if test -f $$file; then d=.; else d=$(srcdir); fi; \
138 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
139 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
140 $(mkinstalldirs) "$(distdir)/$$dir"; \
141 fi; \
142 if test -d $$d/$$file; then \
143 cp -pR $$d/$$file $(distdir) \
144 || exit 1; \
145 else \
146 test -f $(distdir)/$$file \
147 || cp -p $$d/$$file $(distdir)/$$file \
148 || exit 1; \
149 fi; \
150 done
151 check-am: all-am
152 check: check-am
153 all-am: Makefile
155 installdirs:
157 install: install-am
158 install-exec: install-exec-am
159 install-data: install-data-am
160 uninstall: uninstall-am
162 install-am: all-am
163 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
165 installcheck: installcheck-am
166 install-strip:
167 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
168 `test -z '$(STRIP)' || \
169 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
170 mostlyclean-generic:
172 clean-generic:
174 distclean-generic:
175 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
177 maintainer-clean-generic:
178 @echo "This command is intended for maintainers to use"
179 @echo "it deletes files that may require special tools to rebuild."
180 clean: clean-am
182 clean-am: clean-generic mostlyclean-am
184 distclean: distclean-am
186 distclean-am: clean-am distclean-generic
188 dvi: dvi-am
190 dvi-am:
192 info: info-am
194 info-am:
196 install-data-am:
198 install-exec-am:
200 install-info: install-info-am
202 install-man:
204 installcheck-am:
206 maintainer-clean: maintainer-clean-am
208 maintainer-clean-am: distclean-am maintainer-clean-generic
210 mostlyclean: mostlyclean-am
212 mostlyclean-am: mostlyclean-generic
214 uninstall-am: uninstall-info-am
216 uninstall-info: uninstall-info-am
218 .PHONY: all all-am check check-am clean clean-generic distclean \
219 distclean-generic distdir dvi dvi-am info info-am install \
220 install-am install-data install-data-am install-exec \
221 install-exec-am install-info install-info-am install-man \
222 install-strip installcheck installcheck-am installdirs \
223 maintainer-clean maintainer-clean-generic mostlyclean \
224 mostlyclean-generic uninstall uninstall-am uninstall-info-am
226 # Tell versions [3.59,3.63) of GNU make to not export all variables.
227 # Otherwise a system limit (for SysV at least) may be exceeded.
228 .NOEXPORT: