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 |
|
---|
16 | # Automake requirements
|
---|
17 |
|
---|
18 | SHELL = @SHELL@
|
---|
19 |
|
---|
20 | PACKAGE = sed
|
---|
21 |
|
---|
22 | EXTRA_DIST = BUGS THANKS README.boot bootstrap.sh dc.sed autogen \
|
---|
23 | m4/codeset.m4 m4/gettext.m4 m4/iconv.m4 m4/lcmessage.m4 \
|
---|
24 | m4/getline.m4 m4/glibc21.m4 m4/isc-posix.m4 m4/progtest.m4 \
|
---|
25 | m4/obstack.m4
|
---|
26 |
|
---|
27 | subdir = .
|
---|
28 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
---|
29 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
---|
30 | CONFIG_HEADER = config.h
|
---|
31 | CONFIG_CLEAN_FILES = bootstrap.sh intl/Makefile
|
---|
32 | DIST_SOURCES =
|
---|
33 | DATA = $(noinst_DATA)
|
---|
34 |
|
---|
35 | HEADERS = $(noinst_HEADERS)
|
---|
36 |
|
---|
37 |
|
---|
38 | RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
|
---|
39 | uninstall-info-recursive all-recursive install-data-recursive \
|
---|
40 | install-exec-recursive installdirs-recursive install-recursive \
|
---|
41 | uninstall-recursive check-recursive installcheck-recursive
|
---|
42 | DIST_COMMON = README $(noinst_HEADERS) ./stamp-h.in ABOUT-NLS AUTHORS \
|
---|
43 | COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS THANKS \
|
---|
44 | TODO acconfig.h aclocal.m4 bootstrap.sh.in config.guess \
|
---|
45 | config.sub config_h.in configure configure.ac depcomp \
|
---|
46 | install-sh missing mkinstalldirs
|
---|
47 | DIST_SUBDIRS = $(SUBDIRS)
|
---|
48 | all: config.h
|
---|
49 | $(MAKE) $(AM_MAKEFLAGS) all-recursive
|
---|
50 |
|
---|
51 | .SUFFIXES:
|
---|
52 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
---|
53 | cd $(top_srcdir) && \
|
---|
54 | $(AUTOMAKE) --gnu Makefile
|
---|
55 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
---|
56 | cd $(top_builddir) && \
|
---|
57 | CONFIG_HEADERS= CONFIG_LINKS= \
|
---|
58 | CONFIG_FILES=$@ $(SHELL) ./config.status
|
---|
59 |
|
---|
60 | $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
---|
61 | $(SHELL) ./config.status --recheck
|
---|
62 | $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
---|
63 | cd $(srcdir) && $(AUTOCONF)
|
---|
64 |
|
---|
65 | $(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
|
---|
66 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
---|
67 | config.h: stamp-h
|
---|