blob: 8734dea2b17a6e00d801cae4bf664f010bea7012 [file] [log] [blame]
jjako286bc982003-01-28 23:17:50 +00001# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# @configure_input@
jjako52c24142002-12-16 13:33:51 +00003
jjako286bc982003-01-28 23:17:50 +00004# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# Free Software Foundation, Inc.
jjako52c24142002-12-16 13:33:51 +00006# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
jjako286bc982003-01-28 23:17:50 +000015@SET_MAKE@
jjako52c24142002-12-16 13:33:51 +000016SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
jjako52c24142002-12-16 13:33:51 +000036pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
jjako52c24142002-12-16 13:33:51 +000039top_builddir = .
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
jjako286bc982003-01-28 23:17:50 +000046am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
jjako52c24142002-12-16 13:33:51 +000047INSTALL = @INSTALL@
jjako286bc982003-01-28 23:17:50 +000048INSTALL_PROGRAM = @INSTALL_PROGRAM@
jjako52c24142002-12-16 13:33:51 +000049INSTALL_DATA = @INSTALL_DATA@
jjako286bc982003-01-28 23:17:50 +000050install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
jjako52c24142002-12-16 13:33:51 +000053INSTALL_SCRIPT = @INSTALL_SCRIPT@
jjako286bc982003-01-28 23:17:50 +000054INSTALL_HEADER = $(INSTALL_DATA)
jjako52c24142002-12-16 13:33:51 +000055transform = @program_transform_name@
jjako52c24142002-12-16 13:33:51 +000056NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
jjako286bc982003-01-28 23:17:50 +000064
65EXEEXT = @EXEEXT@
66OBJEXT = @OBJEXT@
67PATH_SEPARATOR = @PATH_SEPARATOR@
68AMTAR = @AMTAR@
jjako52c24142002-12-16 13:33:51 +000069AS = @AS@
70AWK = @AWK@
71CC = @CC@
jjako286bc982003-01-28 23:17:50 +000072CPP = @CPP@
73CXX = @CXX@
74DEPDIR = @DEPDIR@
jjako52c24142002-12-16 13:33:51 +000075DLLTOOL = @DLLTOOL@
jjako286bc982003-01-28 23:17:50 +000076ECHO = @ECHO@
77INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
jjako52c24142002-12-16 13:33:51 +000078LIBTOOL = @LIBTOOL@
79LN_S = @LN_S@
jjako52c24142002-12-16 13:33:51 +000080OBJDUMP = @OBJDUMP@
81PACKAGE = @PACKAGE@
82RANLIB = @RANLIB@
jjako286bc982003-01-28 23:17:50 +000083STRIP = @STRIP@
jjako52c24142002-12-16 13:33:51 +000084VERSION = @VERSION@
jjako286bc982003-01-28 23:17:50 +000085am__include = @am__include@
86am__quote = @am__quote@
87install_sh = @install_sh@
jjako52c24142002-12-16 13:33:51 +000088SUBDIRS = gtp ggsn sgsnemu
jjako286bc982003-01-28 23:17:50 +000089subdir = .
jjako52c24142002-12-16 13:33:51 +000090ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
jjako286bc982003-01-28 23:17:50 +000092CONFIG_HEADER = config.h
93CONFIG_CLEAN_FILES = doc/Makefile intl/Makefile po/Makefile src/Makefile \
94 tests/Makefile
95DIST_SOURCES =
jjako52c24142002-12-16 13:33:51 +000096
jjako286bc982003-01-28 23:17:50 +000097RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
98 uninstall-info-recursive all-recursive install-data-recursive \
99 install-exec-recursive installdirs-recursive install-recursive \
100 uninstall-recursive check-recursive installcheck-recursive
101DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
102 Makefile.in NEWS aclocal.m4 config.guess config.h.in config.sub \
103 configure configure.in depcomp install-sh ltmain.sh missing \
104 mkinstalldirs
105DIST_SUBDIRS = $(SUBDIRS)
106all: config.h
107 $(MAKE) $(AM_MAKEFLAGS) all-recursive
jjako52c24142002-12-16 13:33:51 +0000108
jjako52c24142002-12-16 13:33:51 +0000109.SUFFIXES:
jjako52c24142002-12-16 13:33:51 +0000110
jjako286bc982003-01-28 23:17:50 +0000111am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
112 configure.lineno
113$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
114 cd $(top_srcdir) && \
115 $(AUTOMAKE) --gnu Makefile
116Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
117 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
118
119$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
120 $(SHELL) ./config.status --recheck
121$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
122 cd $(srcdir) && $(AUTOCONF)
jjako52c24142002-12-16 13:33:51 +0000123
124$(ACLOCAL_M4): configure.in
jjako286bc982003-01-28 23:17:50 +0000125 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
jjako52c24142002-12-16 13:33:51 +0000126
jjako286bc982003-01-28 23:17:50 +0000127config.h: stamp-h1
128 @if test ! -f $@; then \
129 rm -f stamp-h1; \
130 $(MAKE) stamp-h1; \
131 else :; fi
132
133stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
134 @rm -f stamp-h1
135 cd $(top_builddir) && $(SHELL) ./config.status config.h
136
137$(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
138 cd $(top_srcdir) && $(AUTOHEADER)
139 touch $(srcdir)/config.h.in
140
141distclean-hdr:
142 -rm -f config.h stamp-h1
143doc/Makefile: $(top_builddir)/config.status $(top_srcdir)/doc/Makefile.in
144 cd $(top_builddir) && $(SHELL) ./config.status $@
145intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
146 cd $(top_builddir) && $(SHELL) ./config.status $@
147po/Makefile: $(top_builddir)/config.status $(top_srcdir)/po/Makefile.in
148 cd $(top_builddir) && $(SHELL) ./config.status $@
149src/Makefile: $(top_builddir)/config.status $(top_srcdir)/src/Makefile.in
150 cd $(top_builddir) && $(SHELL) ./config.status $@
151tests/Makefile: $(top_builddir)/config.status $(top_srcdir)/tests/Makefile.in
152 cd $(top_builddir) && $(SHELL) ./config.status $@
153
154mostlyclean-libtool:
155 -rm -f *.lo
156
157clean-libtool:
158 -rm -rf .libs _libs
159
160distclean-libtool:
161 -rm -f libtool
162uninstall-info-am:
jjako52c24142002-12-16 13:33:51 +0000163
164# This directory's subdirectories are mostly independent; you can cd
165# into them and run `make' without going through this Makefile.
166# To change the values of `make' variables: instead of editing Makefiles,
167# (1) if the variable is set in `config.status', edit `config.status'
168# (which will cause the Makefiles to be regenerated when you run `make');
169# (2) otherwise, pass the desired values on the `make' command line.
jjako286bc982003-01-28 23:17:50 +0000170$(RECURSIVE_TARGETS):
171 @set fnord $$MAKEFLAGS; amf=$$2; \
jjako52c24142002-12-16 13:33:51 +0000172 dot_seen=no; \
173 target=`echo $@ | sed s/-recursive//`; \
174 list='$(SUBDIRS)'; for subdir in $$list; do \
175 echo "Making $$target in $$subdir"; \
176 if test "$$subdir" = "."; then \
177 dot_seen=yes; \
178 local_target="$$target-am"; \
179 else \
180 local_target="$$target"; \
181 fi; \
182 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
183 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
184 done; \
185 if test "$$dot_seen" = "no"; then \
186 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
187 fi; test -z "$$fail"
188
189mostlyclean-recursive clean-recursive distclean-recursive \
190maintainer-clean-recursive:
jjako286bc982003-01-28 23:17:50 +0000191 @set fnord $$MAKEFLAGS; amf=$$2; \
jjako52c24142002-12-16 13:33:51 +0000192 dot_seen=no; \
jjako286bc982003-01-28 23:17:50 +0000193 case "$@" in \
194 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
195 *) list='$(SUBDIRS)' ;; \
196 esac; \
197 rev=''; for subdir in $$list; do \
198 if test "$$subdir" = "."; then :; else \
199 rev="$$subdir $$rev"; \
200 fi; \
jjako52c24142002-12-16 13:33:51 +0000201 done; \
jjako286bc982003-01-28 23:17:50 +0000202 rev="$$rev ."; \
jjako52c24142002-12-16 13:33:51 +0000203 target=`echo $@ | sed s/-recursive//`; \
204 for subdir in $$rev; do \
205 echo "Making $$target in $$subdir"; \
206 if test "$$subdir" = "."; then \
207 local_target="$$target-am"; \
208 else \
209 local_target="$$target"; \
210 fi; \
211 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
212 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
213 done && test -z "$$fail"
214tags-recursive:
215 list='$(SUBDIRS)'; for subdir in $$list; do \
216 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
217 done
218
jjako286bc982003-01-28 23:17:50 +0000219ETAGS = etags
220ETAGSFLAGS =
221
jjako52c24142002-12-16 13:33:51 +0000222tags: TAGS
223
jjako286bc982003-01-28 23:17:50 +0000224ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
225 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
226 unique=`for i in $$list; do \
227 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
228 done | \
229 $(AWK) ' { files[$$0] = 1; } \
jjako52c24142002-12-16 13:33:51 +0000230 END { for (i in files) print i; }'`; \
jjako286bc982003-01-28 23:17:50 +0000231 mkid -fID $$unique
jjako52c24142002-12-16 13:33:51 +0000232
jjako286bc982003-01-28 23:17:50 +0000233TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
234 $(TAGS_FILES) $(LISP)
jjako52c24142002-12-16 13:33:51 +0000235 tags=; \
236 here=`pwd`; \
237 list='$(SUBDIRS)'; for subdir in $$list; do \
jjako286bc982003-01-28 23:17:50 +0000238 if test "$$subdir" = .; then :; else \
jjako52c24142002-12-16 13:33:51 +0000239 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
jjako286bc982003-01-28 23:17:50 +0000240 fi; \
jjako52c24142002-12-16 13:33:51 +0000241 done; \
jjako286bc982003-01-28 23:17:50 +0000242 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
243 unique=`for i in $$list; do \
244 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
245 done | \
246 $(AWK) ' { files[$$0] = 1; } \
jjako52c24142002-12-16 13:33:51 +0000247 END { for (i in files) print i; }'`; \
jjako286bc982003-01-28 23:17:50 +0000248 test -z "$(ETAGS_ARGS)$$tags$$unique" \
249 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
250 $$tags $$unique
jjako52c24142002-12-16 13:33:51 +0000251
jjako286bc982003-01-28 23:17:50 +0000252GTAGS:
253 here=`$(am__cd) $(top_builddir) && pwd` \
254 && cd $(top_srcdir) \
255 && gtags -i $(GTAGS_ARGS) $$here
jjako52c24142002-12-16 13:33:51 +0000256
257distclean-tags:
jjako286bc982003-01-28 23:17:50 +0000258 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
259DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
jjako52c24142002-12-16 13:33:51 +0000260
jjako286bc982003-01-28 23:17:50 +0000261top_distdir = .
jjako52c24142002-12-16 13:33:51 +0000262distdir = $(PACKAGE)-$(VERSION)
jjako286bc982003-01-28 23:17:50 +0000263
264am__remove_distdir = \
265 { test ! -d $(distdir) \
266 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
267 && rm -fr $(distdir); }; }
268
269GZIP_ENV = --best
270distcleancheck_listfiles = find . -type f -print
271
272distdir: $(DISTFILES)
273 $(am__remove_distdir)
274 mkdir $(distdir)
275 $(mkinstalldirs) $(distdir)/doc $(distdir)/intl $(distdir)/po $(distdir)/src $(distdir)/tests
276 @list='$(DISTFILES)'; for file in $$list; do \
277 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
278 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
279 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
280 dir="/$$dir"; \
281 $(mkinstalldirs) "$(distdir)$$dir"; \
282 else \
283 dir=''; \
284 fi; \
285 if test -d $$d/$$file; then \
286 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
287 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
288 fi; \
289 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
290 else \
291 test -f $(distdir)/$$file \
292 || cp -p $$d/$$file $(distdir)/$$file \
293 || exit 1; \
294 fi; \
295 done
296 list='$(SUBDIRS)'; for subdir in $$list; do \
297 if test "$$subdir" = .; then :; else \
298 test -d $(distdir)/$$subdir \
299 || mkdir $(distdir)/$$subdir \
300 || exit 1; \
301 (cd $$subdir && \
302 $(MAKE) $(AM_MAKEFLAGS) \
303 top_distdir="$(top_distdir)" \
304 distdir=../$(distdir)/$$subdir \
305 distdir) \
306 || exit 1; \
307 fi; \
308 done
309 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
310 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
311 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
312 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
313 || chmod -R a+r $(distdir)
314dist-gzip: distdir
315 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
316 $(am__remove_distdir)
317
318dist dist-all: distdir
319 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
320 $(am__remove_distdir)
jjako52c24142002-12-16 13:33:51 +0000321
322# This target untars the dist file and tries a VPATH configuration. Then
323# it guarantees that the distribution is self-contained by making another
324# tarfile.
325distcheck: dist
jjako286bc982003-01-28 23:17:50 +0000326 $(am__remove_distdir)
327 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
328 chmod -R a-w $(distdir); chmod a+w $(distdir)
jjako52c24142002-12-16 13:33:51 +0000329 mkdir $(distdir)/=build
330 mkdir $(distdir)/=inst
jjako286bc982003-01-28 23:17:50 +0000331 chmod a-w $(distdir)
332 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
333 && cd $(distdir)/=build \
jjako52c24142002-12-16 13:33:51 +0000334 && ../configure --srcdir=.. --prefix=$$dc_install_base \
jjako286bc982003-01-28 23:17:50 +0000335 $(DISTCHECK_CONFIGURE_FLAGS) \
jjako52c24142002-12-16 13:33:51 +0000336 && $(MAKE) $(AM_MAKEFLAGS) \
337 && $(MAKE) $(AM_MAKEFLAGS) dvi \
338 && $(MAKE) $(AM_MAKEFLAGS) check \
339 && $(MAKE) $(AM_MAKEFLAGS) install \
340 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
jjako286bc982003-01-28 23:17:50 +0000341 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
342 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
343 || { echo "ERROR: files left after uninstall:" ; \
344 find $$dc_install_base -type f -print ; \
345 exit 1; } >&2 ) \
346 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
347 && rm -f $(distdir).tar.gz \
348 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
349 $(am__remove_distdir)
350 @echo "$(distdir).tar.gz is ready for distribution" | \
351 sed 'h;s/./=/g;p;x;p;x'
352distcleancheck: distclean
353 if test '$(srcdir)' = . ; then \
354 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
355 exit 1 ; \
356 fi
357 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
358 || { echo "ERROR: files left after distclean:" ; \
359 $(distcleancheck_listfiles) ; \
360 exit 1; } >&2
jjako52c24142002-12-16 13:33:51 +0000361check-am: all-am
362check: check-recursive
jjako286bc982003-01-28 23:17:50 +0000363all-am: Makefile config.h
jjako52c24142002-12-16 13:33:51 +0000364installdirs: installdirs-recursive
365installdirs-am:
366
jjako286bc982003-01-28 23:17:50 +0000367install: install-recursive
368install-exec: install-exec-recursive
369install-data: install-data-recursive
370uninstall: uninstall-recursive
jjako52c24142002-12-16 13:33:51 +0000371
jjako286bc982003-01-28 23:17:50 +0000372install-am: all-am
373 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
374
375installcheck: installcheck-recursive
376install-strip:
377 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
378 INSTALL_STRIP_FLAG=-s \
379 `test -z '$(STRIP)' || \
380 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
jjako52c24142002-12-16 13:33:51 +0000381mostlyclean-generic:
382
383clean-generic:
384
385distclean-generic:
386 -rm -f Makefile $(CONFIG_CLEAN_FILES)
jjako52c24142002-12-16 13:33:51 +0000387
388maintainer-clean-generic:
jjako286bc982003-01-28 23:17:50 +0000389 @echo "This command is intended for maintainers to use"
390 @echo "it deletes files that may require special tools to rebuild."
391clean: clean-recursive
392
393clean-am: clean-generic clean-libtool mostlyclean-am
394
395distclean: distclean-recursive
396 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
397distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
398 distclean-tags
399
400dvi: dvi-recursive
401
402dvi-am:
403
404info: info-recursive
405
406info-am:
407
408install-data-am:
409
410install-exec-am:
411
412install-info: install-info-recursive
413
414install-man:
415
416installcheck-am:
417
418maintainer-clean: maintainer-clean-recursive
419 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
420 -rm -rf autom4te.cache
421maintainer-clean-am: distclean-am maintainer-clean-generic
jjako52c24142002-12-16 13:33:51 +0000422
423mostlyclean: mostlyclean-recursive
424
jjako286bc982003-01-28 23:17:50 +0000425mostlyclean-am: mostlyclean-generic mostlyclean-libtool
jjako52c24142002-12-16 13:33:51 +0000426
jjako286bc982003-01-28 23:17:50 +0000427uninstall-am: uninstall-info-am
jjako52c24142002-12-16 13:33:51 +0000428
jjako286bc982003-01-28 23:17:50 +0000429uninstall-info: uninstall-info-recursive
jjako52c24142002-12-16 13:33:51 +0000430
jjako286bc982003-01-28 23:17:50 +0000431.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
432 clean-generic clean-libtool clean-recursive dist dist-all \
433 dist-gzip distcheck distclean distclean-generic distclean-hdr \
434 distclean-libtool distclean-recursive distclean-tags \
435 distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
436 info-recursive install install-am install-data install-data-am \
437 install-data-recursive install-exec install-exec-am \
438 install-exec-recursive install-info install-info-am \
439 install-info-recursive install-man install-recursive \
440 install-strip installcheck installcheck-am installdirs \
441 installdirs-am installdirs-recursive maintainer-clean \
442 maintainer-clean-generic maintainer-clean-recursive mostlyclean \
443 mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
444 tags tags-recursive uninstall uninstall-am uninstall-info-am \
445 uninstall-info-recursive uninstall-recursive
jjako52c24142002-12-16 13:33:51 +0000446
447# Tell versions [3.59,3.63) of GNU make to not export all variables.
448# Otherwise a system limit (for SysV at least) may be exceeded.
449.NOEXPORT: