xref: /netbsd-src/external/gpl2/grep/dist/lib/posix/Makefile.in (revision a8fa202a6440953be7b92a8960a811bff58203f4)
1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
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.
8
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.
13
14@SET_MAKE@
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ../..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58host_alias = @host_alias@
59host_triplet = @host@
60AMTAR = @AMTAR@
61AWK = @AWK@
62BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
63CATALOGS = @CATALOGS@
64CATOBJEXT = @CATOBJEXT@
65CC = @CC@
66CPP = @CPP@
67DATADIRNAME = @DATADIRNAME@
68DEPDIR = @DEPDIR@
69EXEEXT = @EXEEXT@
70GENCAT = @GENCAT@
71GETCONF = @GETCONF@
72GLIBC21 = @GLIBC21@
73GMOFILES = @GMOFILES@
74GMSGFMT = @GMSGFMT@
75INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76INSTOBJEXT = @INSTOBJEXT@
77INTLBISON = @INTLBISON@
78INTLLIBS = @INTLLIBS@
79INTLOBJS = @INTLOBJS@
80INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
81LIBICONV = @LIBICONV@
82MKINSTALLDIRS = @MKINSTALLDIRS@
83MSGFMT = @MSGFMT@
84OBJEXT = @OBJEXT@
85PACKAGE = @PACKAGE@
86POFILES = @POFILES@
87POSUB = @POSUB@
88RANLIB = @RANLIB@
89SEP = @SEP@
90U = @U@
91USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
92USE_NLS = @USE_NLS@
93VERSION = @VERSION@
94am__include = @am__include@
95am__quote = @am__quote@
96install_sh = @install_sh@
97
98AUTOMAKE_OPTIONS = no-dependencies
99
100EXTRA_DIST = regex.h
101subdir = lib/posix
102mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103CONFIG_HEADER = $(top_builddir)/config.h
104CONFIG_CLEAN_FILES =
105depcomp =
106DIST_SOURCES =
107DIST_COMMON = Makefile.am Makefile.in
108all: all-am
109
110.SUFFIXES:
111$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
112	cd $(top_srcdir) && \
113	  $(AUTOMAKE) --gnu  lib/posix/Makefile
114Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
115	cd $(top_builddir) && \
116	  CONFIG_HEADERS= CONFIG_LINKS= \
117	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
118uninstall-info-am:
119tags: TAGS
120TAGS:
121
122
123DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
124
125top_distdir = ../..
126distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
127
128distdir: $(DISTFILES)
129	@for file in $(DISTFILES); do \
130	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
131	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
132	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
133	    $(mkinstalldirs) "$(distdir)/$$dir"; \
134	  fi; \
135	  if test -d $$d/$$file; then \
136	    cp -pR $$d/$$file $(distdir) \
137	    || exit 1; \
138	  else \
139	    test -f $(distdir)/$$file \
140	    || cp -p $$d/$$file $(distdir)/$$file \
141	    || exit 1; \
142	  fi; \
143	done
144check-am: all-am
145check: check-am
146all-am: Makefile
147
148installdirs:
149
150install: install-am
151install-exec: install-exec-am
152install-data: install-data-am
153uninstall: uninstall-am
154
155install-am: all-am
156	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
157
158installcheck: installcheck-am
159install-strip:
160	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
161	  `test -z '$(STRIP)' || \
162	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
163mostlyclean-generic:
164
165clean-generic:
166
167distclean-generic:
168	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
169
170maintainer-clean-generic:
171	@echo "This command is intended for maintainers to use"
172	@echo "it deletes files that may require special tools to rebuild."
173clean: clean-am
174
175clean-am: clean-generic mostlyclean-am
176
177distclean: distclean-am
178
179distclean-am: clean-am distclean-generic
180
181dvi: dvi-am
182
183dvi-am:
184
185info: info-am
186
187info-am:
188
189install-data-am:
190
191install-exec-am:
192
193install-info: install-info-am
194
195install-man:
196
197installcheck-am:
198
199maintainer-clean: maintainer-clean-am
200
201maintainer-clean-am: distclean-am maintainer-clean-generic
202
203mostlyclean: mostlyclean-am
204
205mostlyclean-am: mostlyclean-generic
206
207uninstall-am: uninstall-info-am
208
209.PHONY: all all-am check check-am clean clean-generic distclean \
210	distclean-generic distdir dvi dvi-am info info-am install \
211	install-am install-data install-data-am install-exec \
212	install-exec-am install-info install-info-am install-man \
213	install-strip installcheck installcheck-am installdirs \
214	maintainer-clean maintainer-clean-generic mostlyclean \
215	mostlyclean-generic uninstall uninstall-am uninstall-info-am
216
217# Tell versions [3.59,3.63) of GNU make to not export all variables.
218# Otherwise a system limit (for SysV at least) may be exceeded.
219.NOEXPORT:
220