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

Revision 17271, 6.2 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
14SHELL = /bin/sh
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DISTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60CC = @CC@
61MAKEINFO = @MAKEINFO@
62PACKAGE = @PACKAGE@
63RANLIB = @RANLIB@
64VERSION = @VERSION@
65
66noinst_LIBRARIES = libsed.a
67noinst_HEADERS = regex-gnu.h getopt.h
68
69libsed_a_SOURCES = getopt1.c getopt.c
70EXTRA_DIST = memmove.c regex.c strerror.c
71
72libsed_a_LIBADD = @LIBOBJS@ @ALLOCA@
73libsed_a_DEPENDENCIES = $(libsed_a_LIBADD)
74mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
75CONFIG_HEADER = ../config.h
76CONFIG_CLEAN_FILES =
77LIBRARIES =  $(noinst_LIBRARIES)
78
79
80DEFS = @DEFS@ -I. -I$(srcdir) -I..
81CPPFLAGS = @CPPFLAGS@
82LDFLAGS = @LDFLAGS@
83LIBS = @LIBS@
84libsed_a_OBJECTS =  getopt1.o getopt.o
85AR = ar
86CFLAGS = @CFLAGS@
87COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
88LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
89HEADERS =  $(noinst_HEADERS)
90
91DIST_COMMON =  Makefile.am Makefile.in alloca.c memchr.c memcmp.c \
92memmove.c regex.c strerror.c
93
94
95DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
96
97TAR = tar
98GZIP = --best
99SOURCES = $(libsed_a_SOURCES)
100OBJECTS = $(libsed_a_OBJECTS)
101
102all: Makefile $(LIBRARIES) $(HEADERS)
103
104.SUFFIXES:
105.SUFFIXES: .S .c .o .s
106$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/Makefile
108
109Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
110        cd $(top_builddir) \
111          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113
114mostlyclean-noinstLIBRARIES:
115
116clean-noinstLIBRARIES:
117        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
118
119distclean-noinstLIBRARIES:
120
121maintainer-clean-noinstLIBRARIES:
122
123.c.o:
124        $(COMPILE) -c $<
125
126.s.o:
127        $(COMPILE) -c $<
128
129.S.o:
130        $(COMPILE) -c $<
131
132mostlyclean-compile:
133        -rm -f *.o core *.core
134
135clean-compile:
136
137distclean-compile:
138        -rm -f *.tab.c
139
140maintainer-clean-compile:
141
142libsed.a: $(libsed_a_OBJECTS) $(libsed_a_DEPENDENCIES)
143        -rm -f libsed.a
144        $(AR) cru libsed.a $(libsed_a_OBJECTS) $(libsed_a_LIBADD)
145        $(RANLIB) libsed.a
146
147tags: TAGS
148
149ID: $(HEADERS) $(SOURCES) $(LISP)
150        here=`pwd` && cd $(srcdir) \
151          && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
152
153TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
154        tags=; \
155        here=`pwd`; \
156        list='$(SOURCES) $(HEADERS)'; \
157        unique=`for i in $$list; do echo $$i; done | \
158          awk '    { files[$$0] = 1; } \
159               END { for (i in files) print i; }'`; \
160        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
161          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
162
163mostlyclean-tags:
164
165clean-tags:
166
167distclean-tags:
168        -rm -f TAGS ID
169
170maintainer-clean-tags:
171
172distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
173
174subdir = lib
175
176distdir: $(DISTFILES)
177        @for file in $(DISTFILES); do \
178          d=$(srcdir); \
179          test -f $(distdir)/$$file \
180          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
181          || cp -p $$d/$$file $(distdir)/$$file; \
182        done
183getopt.o: getopt.c ../config.h
184getopt1.o: getopt1.c ../config.h getopt.h
185regex.o: regex.c ../config.h regex-gnu.h
186
187info:
188dvi:
189check: all
190        $(MAKE)
191installcheck:
192install-exec:
193        @$(NORMAL_INSTALL)
194
195install-data:
196        @$(NORMAL_INSTALL)
197
198install: install-exec install-data all
199        @:
200
201uninstall:
202
203install-strip:
204        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
205installdirs:
206
207
208mostlyclean-generic:
209        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
210
211clean-generic:
212        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
213
214distclean-generic:
215        -rm -f Makefile $(DISTCLEANFILES)
216        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
217        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
218
219maintainer-clean-generic:
220        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
221        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
222mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
223                mostlyclean-tags mostlyclean-generic
224
225clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
226                mostlyclean
227
228distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
229                distclean-generic clean
230        -rm -f config.status
231
232maintainer-clean:  maintainer-clean-noinstLIBRARIES \
233                maintainer-clean-compile maintainer-clean-tags \
234                maintainer-clean-generic distclean
235        @echo "This command is intended for maintainers to use;"
236        @echo "it deletes files that may require special tools to rebuild."
237
238.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
239clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
240mostlyclean-compile distclean-compile clean-compile \
241maintainer-clean-compile tags mostlyclean-tags distclean-tags \
242clean-tags maintainer-clean-tags distdir info dvi installcheck \
243install-exec install-data install uninstall all installdirs \
244mostlyclean-generic distclean-generic clean-generic \
245maintainer-clean-generic clean mostlyclean distclean maintainer-clean
246
247
248# Tell versions [3.59,3.63) of GNU make to not export all variables.
249# Otherwise a system limit (for SysV at least) may be exceeded.
250.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.