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 | SHELL = @SHELL@ |
---|
17 | |
---|
18 | srcdir = @srcdir@ |
---|
19 | top_srcdir = @top_srcdir@ |
---|
20 | VPATH = @srcdir@ |
---|
21 | prefix = @prefix@ |
---|
22 | exec_prefix = @exec_prefix@ |
---|
23 | |
---|
24 | bindir = @bindir@ |
---|
25 | sbindir = @sbindir@ |
---|
26 | libexecdir = @libexecdir@ |
---|
27 | datadir = @datadir@ |
---|
28 | sysconfdir = @sysconfdir@ |
---|
29 | sharedstatedir = @sharedstatedir@ |
---|
30 | localstatedir = @localstatedir@ |
---|
31 | libdir = @libdir@ |
---|
32 | infodir = @infodir@ |
---|
33 | mandir = @mandir@ |
---|
34 | includedir = @includedir@ |
---|
35 | oldincludedir = /usr/include |
---|
36 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
37 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
38 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
39 | top_builddir = . |
---|
40 | |
---|
41 | ACLOCAL = @ACLOCAL@ |
---|
42 | AUTOCONF = @AUTOCONF@ |
---|
43 | AUTOMAKE = @AUTOMAKE@ |
---|
44 | AUTOHEADER = @AUTOHEADER@ |
---|
45 | |
---|
46 | INSTALL = @INSTALL@ |
---|
47 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
48 | INSTALL_DATA = @INSTALL_DATA@ |
---|
49 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
50 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
51 | transform = @program_transform_name@ |
---|
52 | NORMAL_INSTALL = : |
---|
53 | PRE_INSTALL = : |
---|
54 | POST_INSTALL = : |
---|
55 | NORMAL_UNINSTALL = : |
---|
56 | PRE_UNINSTALL = : |
---|
57 | POST_UNINSTALL = : |
---|
58 | host_alias = @host_alias@ |
---|
59 | host_triplet = @host@ |
---|
60 | ADD_INCLS = @ADD_INCLS@ |
---|
61 | ADD_LDFLAGS = @ADD_LDFLAGS@ |
---|
62 | ADD_LIBS = @ADD_LIBS@ |
---|
63 | AMTAR = @AMTAR@ |
---|
64 | AR = @AR@ |
---|
65 | AS = @AS@ |
---|
66 | AWK = @AWK@ |
---|
67 | CC = @CC@ |
---|
68 | CXX = @CXX@ |
---|
69 | CXXCPP = @CXXCPP@ |
---|
70 | DEPDIR = @DEPDIR@ |
---|
71 | DLLTOOL = @DLLTOOL@ |
---|
72 | ECHO = @ECHO@ |
---|
73 | EGREP = @EGREP@ |
---|
74 | EXEEXT = @EXEEXT@ |
---|
75 | F77 = @F77@ |
---|
76 | GCJ = @GCJ@ |
---|
77 | GCJFLAGS = @GCJFLAGS@ |
---|
78 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
79 | LIBTOOL = @LIBTOOL@ |
---|
80 | LN_S = @LN_S@ |
---|
81 | OBJDUMP = @OBJDUMP@ |
---|
82 | OBJEXT = @OBJEXT@ |
---|
83 | PACKAGE = @PACKAGE@ |
---|
84 | RANLIB = @RANLIB@ |
---|
85 | RC = @RC@ |
---|
86 | STRIP = @STRIP@ |
---|
87 | VERSION = @VERSION@ |
---|
88 | am__include = @am__include@ |
---|
89 | am__quote = @am__quote@ |
---|
90 | install_sh = @install_sh@ |
---|
91 | |
---|
92 | SUBDIRS = lib |
---|
93 | EXTRA_DIST = examples docs |
---|
94 | subdir = . |
---|
95 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
96 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
97 | CONFIG_HEADER = config.h |
---|
98 | CONFIG_CLEAN_FILES = |
---|
99 | DIST_SOURCES = |
---|
100 | |
---|
101 | RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ |
---|
102 | uninstall-info-recursive all-recursive install-data-recursive \ |
---|
103 | install-exec-recursive installdirs-recursive install-recursive \ |
---|
104 | uninstall-recursive check-recursive installcheck-recursive |
---|
105 | DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ |
---|
106 | Makefile.am Makefile.in NEWS aclocal.m4 compile config.guess \ |
---|
107 | config.h.in config.sub configure configure.in depcomp \ |
---|
108 | install-sh ltmain.sh missing mkinstalldirs |
---|
109 | DIST_SUBDIRS = $(SUBDIRS) |
---|
110 | all: config.h |
---|
111 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
---|
112 | |
---|
113 | .SUFFIXES: |
---|
114 | |
---|
115 | mostlyclean-libtool: |
---|
116 | -rm -f *.lo |
---|
117 | |
---|
118 | clean-libtool: |
---|
119 | -rm -rf .libs _libs |
---|
120 | |
---|
121 | distclean-libtool: |
---|
122 | -rm -f libtool |
---|
123 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
---|
124 | cd $(top_srcdir) && \ |
---|
125 | $(AUTOMAKE) --gnu Makefile |
---|
126 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
127 | cd $(top_builddir) && \ |
---|
128 | CONFIG_HEADERS= CONFIG_LINKS= \ |
---|
129 | CONFIG_FILES=$@ $(SHELL) ./config.status |
---|
130 | |
---|
131 | $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
132 | $(SHELL) ./config.status --recheck |
---|
133 | $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) |
---|
134 | cd $(srcdir) && $(AUTOCONF) |
---|
135 | |
---|
136 | $(ACLOCAL_M4): configure.in |
---|
137 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
---|
138 | config.h: stamp-h |
---|
139 | @if test ! -f $@; then \ |
---|
140 | rm -f stamp-h; \ |
---|
141 | $(MAKE) stamp-h; \ |
---|
142 | else :; fi |
---|
143 | stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status |
---|
144 | @rm -f stamp-h stamp-hT |
---|
145 | @echo timestamp > stamp-hT 2> /dev/null |
---|
146 | cd $(top_builddir) \ |
---|
147 | && CONFIG_FILES= CONFIG_HEADERS=config.h \ |
---|
148 | $(SHELL) ./config.status |
---|
149 | @mv stamp-hT stamp-h |
---|
150 | $(srcdir)/config.h.in: $(srcdir)/./stamp-h.in |
---|
151 | @if test ! -f $@; then \ |
---|
152 | rm -f $(srcdir)/./stamp-h.in; \ |
---|
153 | $(MAKE) $(srcdir)/./stamp-h.in; \ |
---|
154 | else :; fi |
---|
155 | $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) |
---|
156 | @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT |
---|
157 | @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null |
---|
158 | cd $(top_srcdir) && $(AUTOHEADER) |
---|
159 | @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in |
---|
160 | |
---|
161 | distclean-hdr: |
---|
162 | -rm -f config.h |
---|
163 | uninstall-info-am: |
---|
164 | |
---|
165 | # This directory's subdirectories are mostly independent; you can cd |
---|
166 | # into them and run `make' without going through this Makefile. |
---|
167 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
168 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
169 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
170 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
171 | $(RECURSIVE_TARGETS): |
---|
172 | @set fnord $(MAKEFLAGS); amf=$$2; \ |
---|
173 | dot_seen=no; \ |
---|
174 | target=`echo $@ | sed s/-recursive//`; \ |
---|
175 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
176 | echo "Making $$target in $$subdir"; \ |
---|
177 | if test "$$subdir" = "."; then \ |
---|
178 | dot_seen=yes; \ |
---|
179 | local_target="$$target-am"; \ |
---|
180 | else \ |
---|
181 | local_target="$$target"; \ |
---|
182 | fi; \ |
---|
183 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
184 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
185 | done; \ |
---|
186 | if test "$$dot_seen" = "no"; then \ |
---|
187 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
188 | fi; test -z "$$fail" |
---|
189 | |
---|
190 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
191 | maintainer-clean-recursive: |
---|
192 | @set fnord $(MAKEFLAGS); amf=$$2; \ |
---|
193 | dot_seen=no; \ |
---|
194 | case "$@" in \ |
---|
195 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
196 | *) list='$(SUBDIRS)' ;; \ |
---|
197 | esac; \ |
---|
198 | rev=''; for subdir in $$list; do \ |
---|
199 | if test "$$subdir" = "."; then :; else \ |
---|
200 | rev="$$subdir $$rev"; \ |
---|
201 | fi; \ |
---|
202 | done; \ |
---|
203 | rev="$$rev ."; \ |
---|
204 | target=`echo $@ | sed s/-recursive//`; \ |
---|
205 | for subdir in $$rev; do \ |
---|
206 | echo "Making $$target in $$subdir"; \ |
---|
207 | if test "$$subdir" = "."; then \ |
---|
208 | local_target="$$target-am"; \ |
---|
209 | else \ |
---|
210 | local_target="$$target"; \ |
---|
211 | fi; \ |
---|
212 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
213 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
214 | done && test -z "$$fail" |
---|
215 | tags-recursive: |
---|
216 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
217 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
218 | done |
---|
219 | |
---|
220 | tags: TAGS |
---|
221 | |
---|
222 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
223 | list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ |
---|
224 | unique=`for i in $$list; do \ |
---|
225 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
226 | done | \ |
---|
227 | $(AWK) ' { files[$$0] = 1; } \ |
---|
228 | END { for (i in files) print i; }'`; \ |
---|
229 | mkid -fID $$unique $(LISP) |
---|
230 | |
---|
231 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
---|
232 | $(TAGS_FILES) $(LISP) |
---|
233 | tags=; \ |
---|
234 | here=`pwd`; \ |
---|
235 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
236 | if test "$$subdir" = .; then :; else \ |
---|
237 | test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ |
---|
238 | fi; \ |
---|
239 | done; \ |
---|
240 | list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ |
---|
241 | unique=`for i in $$list; do \ |
---|
242 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
243 | done | \ |
---|
244 | $(AWK) ' { files[$$0] = 1; } \ |
---|
245 | END { for (i in files) print i; }'`; \ |
---|
246 | test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ |
---|
247 | || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) |
---|
248 | |
---|
249 | GTAGS: |
---|
250 | here=`CDPATH=: && cd $(top_builddir) && pwd` \ |
---|
251 | && cd $(top_srcdir) \ |
---|
252 | && gtags -i $(GTAGS_ARGS) $$here |
---|
253 | |
---|
254 | distclean-tags: |
---|
255 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH |
---|
256 | |
---|
257 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
258 | |
---|
259 | top_distdir = . |
---|
260 | # Avoid unsightly `./'. |
---|
261 | distdir = $(PACKAGE)-$(VERSION) |
---|
262 | |
---|
263 | GZIP_ENV = --best |
---|
264 | |
---|
265 | distdir: $(DISTFILES) |
---|
266 | -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) |
---|
267 | mkdir $(distdir) |
---|
268 | @for file in $(DISTFILES); do \ |
---|
269 | if test -f $$file; then d=.; else d=$(srcdir); fi; \ |
---|
270 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
271 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
272 | $(mkinstalldirs) "$(distdir)/$$dir"; \ |
---|
273 | fi; \ |
---|
274 | if test -d $$d/$$file; then \ |
---|
275 | cp -pR $$d/$$file $(distdir) \ |
---|
276 | || exit 1; \ |
---|
277 | else \ |
---|
278 | test -f $(distdir)/$$file \ |
---|
279 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
280 | || exit 1; \ |
---|
281 | fi; \ |
---|
282 | done |
---|
283 | for subdir in $(SUBDIRS); do \ |
---|
284 | if test "$$subdir" = .; then :; else \ |
---|
285 | test -d $(distdir)/$$subdir \ |
---|
286 | || mkdir $(distdir)/$$subdir \ |
---|
287 | || exit 1; \ |
---|
288 | (cd $$subdir && \ |
---|
289 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
290 | top_distdir="$(top_distdir)" \ |
---|
291 | distdir=../$(distdir)/$$subdir \ |
---|
292 | distdir) \ |
---|
293 | || exit 1; \ |
---|
294 | fi; \ |
---|
295 | done |
---|
296 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
---|
297 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
---|
298 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
---|
299 | ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ |
---|
300 | || chmod -R a+r $(distdir) |
---|
301 | dist: distdir |
---|
302 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
303 | -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) |
---|
304 | |
---|
305 | # This target untars the dist file and tries a VPATH configuration. Then |
---|
306 | # it guarantees that the distribution is self-contained by making another |
---|
307 | # tarfile. |
---|
308 | distcheck: dist |
---|
309 | -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir) |
---|
310 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - |
---|
311 | chmod -R a-w $(distdir); chmod a+w $(distdir) |
---|
312 | mkdir $(distdir)/=build |
---|
313 | mkdir $(distdir)/=inst |
---|
314 | chmod a-w $(distdir) |
---|
315 | dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \ |
---|
316 | && cd $(distdir)/=build \ |
---|
317 | && ../configure --srcdir=.. --prefix=$$dc_install_base \ |
---|
318 | && $(MAKE) $(AM_MAKEFLAGS) \ |
---|
319 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
---|
320 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
---|
321 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
---|
322 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
---|
323 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
---|
324 | && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \ |
---|
325 | || (echo "Error: files left after uninstall" 1>&2; \ |
---|
326 | exit 1) ) \ |
---|
327 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
---|
328 | && $(MAKE) $(AM_MAKEFLAGS) distclean \ |
---|
329 | && rm -f $(distdir).tar.gz \ |
---|
330 | && (test `find . -type f -print | wc -l` -eq 0 \ |
---|
331 | || (echo "Error: files left after distclean" 1>&2; \ |
---|
332 | exit 1) ) |
---|
333 | -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir) |
---|
334 | @echo "$(distdir).tar.gz is ready for distribution" | \ |
---|
335 | sed 'h;s/./=/g;p;x;p;x' |
---|
336 | check-am: all-am |
---|
337 | check: check-recursive |
---|
338 | all-am: Makefile config.h |
---|
339 | installdirs: installdirs-recursive |
---|
340 | installdirs-am: |
---|
341 | |
---|
342 | install: install-recursive |
---|
343 | install-exec: install-exec-recursive |
---|
344 | install-data: install-data-recursive |
---|
345 | uninstall: uninstall-recursive |
---|
346 | |
---|
347 | install-am: all-am |
---|
348 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
349 | |
---|
350 | installcheck: installcheck-recursive |
---|
351 | install-strip: |
---|
352 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
353 | `test -z '$(STRIP)' || \ |
---|
354 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
355 | mostlyclean-generic: |
---|
356 | |
---|
357 | clean-generic: |
---|
358 | |
---|
359 | distclean-generic: |
---|
360 | -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* |
---|
361 | |
---|
362 | maintainer-clean-generic: |
---|
363 | @echo "This command is intended for maintainers to use" |
---|
364 | @echo "it deletes files that may require special tools to rebuild." |
---|
365 | clean: clean-recursive |
---|
366 | |
---|
367 | clean-am: clean-generic clean-libtool mostlyclean-am |
---|
368 | |
---|
369 | dist-all: distdir |
---|
370 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
371 | -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) |
---|
372 | distclean: distclean-recursive |
---|
373 | -rm -f config.status config.cache config.log |
---|
374 | distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \ |
---|
375 | distclean-tags |
---|
376 | |
---|
377 | dvi: dvi-recursive |
---|
378 | |
---|
379 | dvi-am: |
---|
380 | |
---|
381 | info: info-recursive |
---|
382 | |
---|
383 | info-am: |
---|
384 | |
---|
385 | install-data-am: |
---|
386 | |
---|
387 | install-exec-am: |
---|
388 | |
---|
389 | install-info: install-info-recursive |
---|
390 | |
---|
391 | install-man: |
---|
392 | |
---|
393 | installcheck-am: |
---|
394 | |
---|
395 | maintainer-clean: maintainer-clean-recursive |
---|
396 | |
---|
397 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
398 | |
---|
399 | mostlyclean: mostlyclean-recursive |
---|
400 | |
---|
401 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
---|
402 | |
---|
403 | uninstall-am: uninstall-info-am |
---|
404 | |
---|
405 | uninstall-info: uninstall-info-recursive |
---|
406 | |
---|
407 | .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \ |
---|
408 | clean-generic clean-libtool clean-recursive dist dist-all \ |
---|
409 | distcheck distclean distclean-generic distclean-hdr \ |
---|
410 | distclean-libtool distclean-recursive distclean-tags distdir \ |
---|
411 | dvi dvi-am dvi-recursive info info-am info-recursive install \ |
---|
412 | install-am install-data install-data-am install-data-recursive \ |
---|
413 | install-exec install-exec-am install-exec-recursive \ |
---|
414 | install-info install-info-am install-info-recursive install-man \ |
---|
415 | install-recursive install-strip installcheck installcheck-am \ |
---|
416 | installdirs installdirs-am installdirs-recursive \ |
---|
417 | maintainer-clean maintainer-clean-generic \ |
---|
418 | maintainer-clean-recursive mostlyclean mostlyclean-generic \ |
---|
419 | mostlyclean-libtool mostlyclean-recursive tags tags-recursive \ |
---|
420 | uninstall uninstall-am uninstall-info-am \ |
---|
421 | uninstall-info-recursive uninstall-recursive |
---|
422 | |
---|
423 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
424 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
425 | .NOEXPORT: |
---|