No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / diffutils / lib / posix / Makefile.in
blob47d8ee893503486f55774388d0d931510819f392
1 # Makefile.in generated by automake 1.6 from Makefile.am.
2 # @configure_input@
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # 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.
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.
15 @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 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 INSTALL_SCRIPT = @INSTALL_SCRIPT@
53 INSTALL_HEADER = $(INSTALL_DATA)
54 transform = @program_transform_name@
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 host_alias = @host_alias@
62 host_triplet = @host@
64 EXEEXT = @EXEEXT@
65 OBJEXT = @OBJEXT@
66 PATH_SEPARATOR = @PATH_SEPARATOR@
67 AMTAR = @AMTAR@
68 AWK = @AWK@
69 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
70 CATOBJEXT = @CATOBJEXT@
71 CC = @CC@
72 CPP = @CPP@
73 DATADIRNAME = @DATADIRNAME@
74 DEPDIR = @DEPDIR@
75 GENCAT = @GENCAT@
76 GLIBC21 = @GLIBC21@
77 GMSGFMT = @GMSGFMT@
78 HAVE_LIB = @HAVE_LIB@
79 HELP2MAN = @HELP2MAN@
80 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
81 INSTOBJEXT = @INSTOBJEXT@
82 INTLBISON = @INTLBISON@
83 INTLLIBS = @INTLLIBS@
84 INTLOBJS = @INTLOBJS@
85 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
86 LIB = @LIB@
87 LIBICONV = @LIBICONV@
88 LIBINTL = @LIBINTL@
89 LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
90 LTLIB = @LTLIB@
91 LTLIBICONV = @LTLIBICONV@
92 LTLIBINTL = @LTLIBINTL@
93 MKINSTALLDIRS = @MKINSTALLDIRS@
94 PACKAGE = @PACKAGE@
95 POSUB = @POSUB@
96 PR_PROGRAM = @PR_PROGRAM@
97 RANLIB = @RANLIB@
98 STRIP = @STRIP@
99 U = @U@
100 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
101 USE_NLS = @USE_NLS@
102 VERSION = @VERSION@
103 am__include = @am__include@
104 am__quote = @am__quote@
105 install_sh = @install_sh@
106 AUTOMAKE_OPTIONS = no-dependencies
108 EXTRA_DIST = regex.h
109 subdir = lib/posix
110 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
111 CONFIG_HEADER = $(top_builddir)/config.h
112 CONFIG_CLEAN_FILES =
113 depcomp =
114 am__depfiles_maybe =
115 DIST_SOURCES =
116 DIST_COMMON = Makefile.am Makefile.in
117 all: all-am
119 .SUFFIXES:
120 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
121 cd $(top_srcdir) && \
122 $(AUTOMAKE) --gnits lib/posix/Makefile
123 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
124 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
125 uninstall-info-am:
126 tags: TAGS
127 TAGS:
129 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
131 top_distdir = ../..
132 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
134 distdir: $(DISTFILES)
135 @for file in $(DISTFILES); do \
136 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
137 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
138 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
139 dir="/$$dir"; \
140 $(mkinstalldirs) "$(distdir)$$dir"; \
141 else \
142 dir=''; \
143 fi; \
144 if test -d $$d/$$file; then \
145 cp -pR $$d/$$file $(distdir)$$dir \
146 || exit 1; \
147 else \
148 test -f $(distdir)/$$file \
149 || cp -p $$d/$$file $(distdir)/$$file \
150 || exit 1; \
151 fi; \
152 done
153 check-am: all-am
154 check: check-am
155 all-am: Makefile
157 installdirs:
159 install: install-am
160 install-exec: install-exec-am
161 install-data: install-data-am
162 uninstall: uninstall-am
164 install-am: all-am
165 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
167 installcheck: installcheck-am
168 install-strip:
169 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
170 INSTALL_STRIP_FLAG=-s \
171 `test -z '$(STRIP)' || \
172 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
173 mostlyclean-generic:
175 clean-generic:
177 distclean-generic:
178 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
180 maintainer-clean-generic:
181 @echo "This command is intended for maintainers to use"
182 @echo "it deletes files that may require special tools to rebuild."
183 clean: clean-am
185 clean-am: clean-generic mostlyclean-am
187 distclean: distclean-am
189 distclean-am: clean-am distclean-generic
191 dvi: dvi-am
193 dvi-am:
195 info: info-am
197 info-am:
199 install-data-am:
201 install-exec-am:
203 install-info: install-info-am
205 install-man:
207 installcheck-am:
209 maintainer-clean: maintainer-clean-am
211 maintainer-clean-am: distclean-am maintainer-clean-generic
213 mostlyclean: mostlyclean-am
215 mostlyclean-am: mostlyclean-generic
217 uninstall-am: uninstall-info-am
219 .PHONY: all all-am check check-am clean clean-generic distclean \
220 distclean-generic distdir dvi dvi-am info info-am install \
221 install-am install-data install-data-am install-exec \
222 install-exec-am install-info install-info-am install-man \
223 install-strip installcheck installcheck-am installdirs \
224 maintainer-clean maintainer-clean-generic mostlyclean \
225 mostlyclean-generic uninstall uninstall-am uninstall-info-am
227 # Tell versions [3.59,3.63) of GNU make to not export all variables.
228 # Otherwise a system limit (for SysV at least) may be exceeded.
229 .NOEXPORT: