source: trunk/src/sed/testsuite/xemacs.inp@ 3670

Last change on this file since 3670 was 3613, checked in by bird, 10 months ago

src/sed: Merged in changes between 4.1.5 and 4.9 from the vendor branch. (svn merge /vendor/sed/4.1.5 /vendor/sed/current .)

File size: 2.4 KB
Line 
1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994-2022 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13@SET_MAKE@
14
15# Automake requirements
16
17SHELL = @SHELL@
18
19PACKAGE = sed
20
21EXTRA_DIST = BUGS THANKS README.boot bootstrap.sh dc.sed autogen \
22 m4/codeset.m4 m4/gettext.m4 m4/iconv.m4 m4/lcmessage.m4 \
23 m4/getline.m4 m4/glibc21.m4 m4/isc-posix.m4 m4/progtest.m4 \
24 m4/obstack.m4
25
26subdir = .
27ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
28mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
29CONFIG_HEADER = config.h
30CONFIG_CLEAN_FILES = bootstrap.sh intl/Makefile
31DIST_SOURCES =
32DATA = $(noinst_DATA)
33
34HEADERS = $(noinst_HEADERS)
35
36
37RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
38 uninstall-info-recursive all-recursive install-data-recursive \
39 install-exec-recursive installdirs-recursive install-recursive \
40 uninstall-recursive check-recursive installcheck-recursive
41DIST_COMMON = README $(noinst_HEADERS) ./stamp-h.in ABOUT-NLS AUTHORS \
42 COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS THANKS \
43 TODO acconfig.h aclocal.m4 bootstrap.sh.in config.guess \
44 config.sub config_h.in configure configure.ac depcomp \
45 install-sh missing mkinstalldirs
46DIST_SUBDIRS = $(SUBDIRS)
47all: config.h
48 $(MAKE) $(AM_MAKEFLAGS) all-recursive
49
50.SUFFIXES:
51$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
52 cd $(top_srcdir) && \
53 $(AUTOMAKE) --gnu Makefile
54Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
55 cd $(top_builddir) && \
56 CONFIG_HEADERS= CONFIG_LINKS= \
57 CONFIG_FILES=$@ $(SHELL) ./config.status
58
59$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
60 $(SHELL) ./config.status --recheck
61$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
62 cd $(srcdir) && $(AUTOCONF)
63
64$(ACLOCAL_M4): configure.ac m4/codeset.m4 m4/getline.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/obstack.m4 m4/progtest.m4
65 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
66config.h: stamp-h
Note: See TracBrowser for help on using the repository browser.