source: trunk/third/sed/djgpp/Makefile.in @ 17271

Revision 17271, 4.0 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17270, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3# Copyright (C) 1994, 1995, 1996, 1997, 1998 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# This is just here so that all automake targets will be supported
14# properly at the top-level.
15
16
17SHELL = /bin/sh
18
19srcdir = @srcdir@
20top_srcdir = @top_srcdir@
21VPATH = @srcdir@
22prefix = @prefix@
23exec_prefix = @exec_prefix@
24
25bindir = @bindir@
26sbindir = @sbindir@
27libexecdir = @libexecdir@
28datadir = @datadir@
29sysconfdir = @sysconfdir@
30sharedstatedir = @sharedstatedir@
31localstatedir = @localstatedir@
32libdir = @libdir@
33infodir = @infodir@
34mandir = @mandir@
35includedir = @includedir@
36oldincludedir = /usr/include
37
38DISTDIR =
39
40pkgdatadir = $(datadir)/@PACKAGE@
41pkglibdir = $(libdir)/@PACKAGE@
42pkgincludedir = $(includedir)/@PACKAGE@
43
44top_builddir = ..
45
46ACLOCAL = @ACLOCAL@
47AUTOCONF = @AUTOCONF@
48AUTOMAKE = @AUTOMAKE@
49AUTOHEADER = @AUTOHEADER@
50
51INSTALL = @INSTALL@
52INSTALL_PROGRAM = @INSTALL_PROGRAM@
53INSTALL_DATA = @INSTALL_DATA@
54INSTALL_SCRIPT = @INSTALL_SCRIPT@
55transform = @program_transform_name@
56
57NORMAL_INSTALL = :
58PRE_INSTALL = :
59POST_INSTALL = :
60NORMAL_UNINSTALL = :
61PRE_UNINSTALL = :
62POST_UNINSTALL = :
63CC = @CC@
64MAKEINFO = @MAKEINFO@
65PACKAGE = @PACKAGE@
66RANLIB = @RANLIB@
67VERSION = @VERSION@
68
69EXTRA_DIST = README bootstrap.bat getconf \
70        config.bat config.btm config.sed config.site
71mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
72CONFIG_HEADER = ../config.h
73CONFIG_CLEAN_FILES =
74DIST_COMMON =  README Makefile.am Makefile.in
75
76
77DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
78
79TAR = tar
80GZIP = --best
81all: Makefile
82
83.SUFFIXES:
84$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
85        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps djgpp/Makefile
86
87Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
88        cd $(top_builddir) \
89          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
90
91tags: TAGS
92TAGS:
93
94
95distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
96
97subdir = djgpp
98
99distdir: $(DISTFILES)
100        @for file in $(DISTFILES); do \
101          d=$(srcdir); \
102          test -f $(distdir)/$$file \
103          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
104          || cp -p $$d/$$file $(distdir)/$$file; \
105        done
106info:
107dvi:
108check: all
109        $(MAKE)
110installcheck:
111install-exec:
112        @$(NORMAL_INSTALL)
113
114install-data:
115        @$(NORMAL_INSTALL)
116
117install: install-exec install-data all
118        @:
119
120uninstall:
121
122install-strip:
123        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
124installdirs:
125
126
127mostlyclean-generic:
128        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
129
130clean-generic:
131        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
132
133distclean-generic:
134        -rm -f Makefile $(DISTCLEANFILES)
135        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
136        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
137
138maintainer-clean-generic:
139        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
140        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
141mostlyclean:  mostlyclean-generic
142
143clean:  clean-generic mostlyclean
144
145distclean:  distclean-generic clean
146        -rm -f config.status
147
148maintainer-clean:  maintainer-clean-generic distclean
149        @echo "This command is intended for maintainers to use;"
150        @echo "it deletes files that may require special tools to rebuild."
151
152.PHONY: tags distdir info dvi installcheck install-exec install-data \
153install uninstall all installdirs mostlyclean-generic distclean-generic \
154clean-generic maintainer-clean-generic clean mostlyclean distclean \
155maintainer-clean
156
157
158# Tell versions [3.59,3.63) of GNU make to not export all variables.
159# Otherwise a system limit (for SysV at least) may be exceeded.
160.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.