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 | |
---|
14 | SHELL = /bin/sh |
---|
15 | |
---|
16 | srcdir = @srcdir@ |
---|
17 | top_srcdir = @top_srcdir@ |
---|
18 | VPATH = @srcdir@ |
---|
19 | prefix = @prefix@ |
---|
20 | exec_prefix = @exec_prefix@ |
---|
21 | |
---|
22 | bindir = @bindir@ |
---|
23 | sbindir = @sbindir@ |
---|
24 | libexecdir = @libexecdir@ |
---|
25 | datadir = @datadir@ |
---|
26 | sysconfdir = @sysconfdir@ |
---|
27 | sharedstatedir = @sharedstatedir@ |
---|
28 | localstatedir = @localstatedir@ |
---|
29 | libdir = @libdir@ |
---|
30 | infodir = @infodir@ |
---|
31 | mandir = @mandir@ |
---|
32 | includedir = @includedir@ |
---|
33 | oldincludedir = /usr/include |
---|
34 | |
---|
35 | DISTDIR = |
---|
36 | |
---|
37 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
38 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
39 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
40 | |
---|
41 | top_builddir = .. |
---|
42 | |
---|
43 | ACLOCAL = @ACLOCAL@ |
---|
44 | AUTOCONF = @AUTOCONF@ |
---|
45 | AUTOMAKE = @AUTOMAKE@ |
---|
46 | AUTOHEADER = @AUTOHEADER@ |
---|
47 | |
---|
48 | INSTALL = @INSTALL@ |
---|
49 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
50 | INSTALL_DATA = @INSTALL_DATA@ |
---|
51 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
52 | transform = @program_transform_name@ |
---|
53 | |
---|
54 | NORMAL_INSTALL = : |
---|
55 | PRE_INSTALL = : |
---|
56 | POST_INSTALL = : |
---|
57 | NORMAL_UNINSTALL = : |
---|
58 | PRE_UNINSTALL = : |
---|
59 | POST_UNINSTALL = : |
---|
60 | CC = @CC@ |
---|
61 | MAKEINFO = @MAKEINFO@ |
---|
62 | PACKAGE = @PACKAGE@ |
---|
63 | RANLIB = @RANLIB@ |
---|
64 | VERSION = @VERSION@ |
---|
65 | |
---|
66 | noinst_LIBRARIES = libsed.a |
---|
67 | noinst_HEADERS = regex-gnu.h getopt.h |
---|
68 | |
---|
69 | libsed_a_SOURCES = getopt1.c getopt.c |
---|
70 | EXTRA_DIST = memmove.c regex.c strerror.c |
---|
71 | |
---|
72 | libsed_a_LIBADD = @LIBOBJS@ @ALLOCA@ |
---|
73 | libsed_a_DEPENDENCIES = $(libsed_a_LIBADD) |
---|
74 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
75 | CONFIG_HEADER = ../config.h |
---|
76 | CONFIG_CLEAN_FILES = |
---|
77 | LIBRARIES = $(noinst_LIBRARIES) |
---|
78 | |
---|
79 | |
---|
80 | DEFS = @DEFS@ -I. -I$(srcdir) -I.. |
---|
81 | CPPFLAGS = @CPPFLAGS@ |
---|
82 | LDFLAGS = @LDFLAGS@ |
---|
83 | LIBS = @LIBS@ |
---|
84 | libsed_a_OBJECTS = getopt1.o getopt.o |
---|
85 | AR = ar |
---|
86 | CFLAGS = @CFLAGS@ |
---|
87 | COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) |
---|
88 | LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ |
---|
89 | HEADERS = $(noinst_HEADERS) |
---|
90 | |
---|
91 | DIST_COMMON = Makefile.am Makefile.in alloca.c memchr.c memcmp.c \ |
---|
92 | memmove.c regex.c strerror.c |
---|
93 | |
---|
94 | |
---|
95 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
---|
96 | |
---|
97 | TAR = tar |
---|
98 | GZIP = --best |
---|
99 | SOURCES = $(libsed_a_SOURCES) |
---|
100 | OBJECTS = $(libsed_a_OBJECTS) |
---|
101 | |
---|
102 | all: 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 | |
---|
109 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
110 | cd $(top_builddir) \ |
---|
111 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
---|
112 | |
---|
113 | |
---|
114 | mostlyclean-noinstLIBRARIES: |
---|
115 | |
---|
116 | clean-noinstLIBRARIES: |
---|
117 | -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
---|
118 | |
---|
119 | distclean-noinstLIBRARIES: |
---|
120 | |
---|
121 | maintainer-clean-noinstLIBRARIES: |
---|
122 | |
---|
123 | .c.o: |
---|
124 | $(COMPILE) -c $< |
---|
125 | |
---|
126 | .s.o: |
---|
127 | $(COMPILE) -c $< |
---|
128 | |
---|
129 | .S.o: |
---|
130 | $(COMPILE) -c $< |
---|
131 | |
---|
132 | mostlyclean-compile: |
---|
133 | -rm -f *.o core *.core |
---|
134 | |
---|
135 | clean-compile: |
---|
136 | |
---|
137 | distclean-compile: |
---|
138 | -rm -f *.tab.c |
---|
139 | |
---|
140 | maintainer-clean-compile: |
---|
141 | |
---|
142 | libsed.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 | |
---|
147 | tags: TAGS |
---|
148 | |
---|
149 | ID: $(HEADERS) $(SOURCES) $(LISP) |
---|
150 | here=`pwd` && cd $(srcdir) \ |
---|
151 | && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP) |
---|
152 | |
---|
153 | TAGS: $(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 | |
---|
163 | mostlyclean-tags: |
---|
164 | |
---|
165 | clean-tags: |
---|
166 | |
---|
167 | distclean-tags: |
---|
168 | -rm -f TAGS ID |
---|
169 | |
---|
170 | maintainer-clean-tags: |
---|
171 | |
---|
172 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
---|
173 | |
---|
174 | subdir = lib |
---|
175 | |
---|
176 | distdir: $(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 |
---|
183 | getopt.o: getopt.c ../config.h |
---|
184 | getopt1.o: getopt1.c ../config.h getopt.h |
---|
185 | regex.o: regex.c ../config.h regex-gnu.h |
---|
186 | |
---|
187 | info: |
---|
188 | dvi: |
---|
189 | check: all |
---|
190 | $(MAKE) |
---|
191 | installcheck: |
---|
192 | install-exec: |
---|
193 | @$(NORMAL_INSTALL) |
---|
194 | |
---|
195 | install-data: |
---|
196 | @$(NORMAL_INSTALL) |
---|
197 | |
---|
198 | install: install-exec install-data all |
---|
199 | @: |
---|
200 | |
---|
201 | uninstall: |
---|
202 | |
---|
203 | install-strip: |
---|
204 | $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install |
---|
205 | installdirs: |
---|
206 | |
---|
207 | |
---|
208 | mostlyclean-generic: |
---|
209 | -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) |
---|
210 | |
---|
211 | clean-generic: |
---|
212 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
---|
213 | |
---|
214 | distclean-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 | |
---|
219 | maintainer-clean-generic: |
---|
220 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
---|
221 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
---|
222 | mostlyclean: mostlyclean-noinstLIBRARIES mostlyclean-compile \ |
---|
223 | mostlyclean-tags mostlyclean-generic |
---|
224 | |
---|
225 | clean: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \ |
---|
226 | mostlyclean |
---|
227 | |
---|
228 | distclean: distclean-noinstLIBRARIES distclean-compile distclean-tags \ |
---|
229 | distclean-generic clean |
---|
230 | -rm -f config.status |
---|
231 | |
---|
232 | maintainer-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 \ |
---|
239 | clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ |
---|
240 | mostlyclean-compile distclean-compile clean-compile \ |
---|
241 | maintainer-clean-compile tags mostlyclean-tags distclean-tags \ |
---|
242 | clean-tags maintainer-clean-tags distdir info dvi installcheck \ |
---|
243 | install-exec install-data install uninstall all installdirs \ |
---|
244 | mostlyclean-generic distclean-generic clean-generic \ |
---|
245 | maintainer-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: |
---|