[599] | 1 | # Makefile.in generated automatically by automake 1.5 from Makefile.am.
|
---|
| 2 |
|
---|
[3613] | 3 | # Copyright 1994-2022 Free Software Foundation, Inc.
|
---|
[599] | 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 |
|
---|
| 17 | SHELL = @SHELL@
|
---|
| 18 |
|
---|
| 19 | PACKAGE = sed
|
---|
| 20 |
|
---|
| 21 | EXTRA_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 |
|
---|
| 26 | subdir = .
|
---|
| 27 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
---|
| 28 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
---|
| 29 | CONFIG_HEADER = config.h
|
---|
| 30 | CONFIG_CLEAN_FILES = bootstrap.sh intl/Makefile
|
---|
| 31 | DIST_SOURCES =
|
---|
| 32 | DATA = $(noinst_DATA)
|
---|
| 33 |
|
---|
| 34 | HEADERS = $(noinst_HEADERS)
|
---|
| 35 |
|
---|
| 36 |
|
---|
| 37 | RECURSIVE_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
|
---|
| 41 | DIST_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
|
---|
| 46 | DIST_SUBDIRS = $(SUBDIRS)
|
---|
| 47 | all: 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
|
---|
| 54 | Makefile: $(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)
|
---|
[3613] | 66 | config.h: stamp-h
|
---|