blob: 116ab92fc03c5d1a9fd86628633e226f090563c4 [file] [log] [blame]
Jonathan Santos03fd8d02011-05-25 13:54:02 -04001# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34@BUILD_NAT_TRUE@am__append_1 = bsc-nat
35subdir = tests
36DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Jonathan Santos5a45b152011-08-17 15:33:57 -040038am__aclocal_m4_deps = $(top_srcdir)/configure.ac
Jonathan Santos03fd8d02011-05-25 13:54:02 -040039am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40 $(ACLOCAL_M4)
41mkinstalldirs = $(install_sh) -d
42CONFIG_HEADER = $(top_builddir)/bscconfig.h
43CONFIG_CLEAN_FILES =
44CONFIG_CLEAN_VPATH_FILES =
45AM_V_GEN = $(am__v_GEN_$(V))
46am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
47am__v_GEN_0 = @echo " GEN " $@;
48AM_V_at = $(am__v_at_$(V))
49am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
50am__v_at_0 = @
51SOURCES =
52DIST_SOURCES =
53RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54 html-recursive info-recursive install-data-recursive \
55 install-dvi-recursive install-exec-recursive \
56 install-html-recursive install-info-recursive \
57 install-pdf-recursive install-ps-recursive install-recursive \
58 installcheck-recursive installdirs-recursive pdf-recursive \
59 ps-recursive uninstall-recursive
60RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
61 distclean-recursive maintainer-clean-recursive
62AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
63 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
64 distdir
65ETAGS = etags
66CTAGS = ctags
67DIST_SUBDIRS = debug gsm0408 db channel mgcp bsc-nat
68DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69am__relativize = \
70 dir0=`pwd`; \
71 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
72 sed_rest='s,^[^/]*/*,,'; \
73 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
74 sed_butlast='s,/*[^/]*$$,,'; \
75 while test -n "$$dir1"; do \
76 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
77 if test "$$first" != "."; then \
78 if test "$$first" = ".."; then \
79 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
80 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
81 else \
82 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
83 if test "$$first2" = "$$first"; then \
84 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
85 else \
86 dir2="../$$dir2"; \
87 fi; \
88 dir0="$$dir0"/"$$first"; \
89 fi; \
90 fi; \
91 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
92 done; \
93 reldir="$$dir2"
94ACLOCAL = @ACLOCAL@
95AMTAR = @AMTAR@
96AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
97AUTOCONF = @AUTOCONF@
98AUTOHEADER = @AUTOHEADER@
99AUTOMAKE = @AUTOMAKE@
100AWK = @AWK@
101CC = @CC@
102CCDEPMODE = @CCDEPMODE@
103CFLAGS = @CFLAGS@
104COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
105COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
106CPP = @CPP@
107CPPFLAGS = @CPPFLAGS@
108CYGPATH_W = @CYGPATH_W@
109DEFS = @DEFS@
110DEPDIR = @DEPDIR@
111ECHO_C = @ECHO_C@
112ECHO_N = @ECHO_N@
113ECHO_T = @ECHO_T@
114EGREP = @EGREP@
115EXEEXT = @EXEEXT@
116GPRS_LIBGTP = @GPRS_LIBGTP@
117GREP = @GREP@
118INSTALL = @INSTALL@
119INSTALL_DATA = @INSTALL_DATA@
120INSTALL_PROGRAM = @INSTALL_PROGRAM@
121INSTALL_SCRIPT = @INSTALL_SCRIPT@
122INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
123LDFLAGS = @LDFLAGS@
124LIBOBJS = @LIBOBJS@
125LIBOSMOCORE_CFLAGS = @LIBOSMOCORE_CFLAGS@
126LIBOSMOCORE_LIBS = @LIBOSMOCORE_LIBS@
Jonathan Santos5a45b152011-08-17 15:33:57 -0400127LIBOSMOGSM_CFLAGS = @LIBOSMOGSM_CFLAGS@
128LIBOSMOGSM_LIBS = @LIBOSMOGSM_LIBS@
Jonathan Santos03fd8d02011-05-25 13:54:02 -0400129LIBOSMOSCCP_CFLAGS = @LIBOSMOSCCP_CFLAGS@
130LIBOSMOSCCP_LIBS = @LIBOSMOSCCP_LIBS@
131LIBOSMOVTY_CFLAGS = @LIBOSMOVTY_CFLAGS@
132LIBOSMOVTY_LIBS = @LIBOSMOVTY_LIBS@
133LIBS = @LIBS@
134LTLIBOBJS = @LTLIBOBJS@
135MAKEINFO = @MAKEINFO@
136MKDIR_P = @MKDIR_P@
137OBJEXT = @OBJEXT@
138PACKAGE = @PACKAGE@
139PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
140PACKAGE_NAME = @PACKAGE_NAME@
141PACKAGE_STRING = @PACKAGE_STRING@
142PACKAGE_TARNAME = @PACKAGE_TARNAME@
143PACKAGE_URL = @PACKAGE_URL@
144PACKAGE_VERSION = @PACKAGE_VERSION@
145PATH_SEPARATOR = @PATH_SEPARATOR@
146PKG_CONFIG = @PKG_CONFIG@
147PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
148PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
149RANLIB = @RANLIB@
150SET_MAKE = @SET_MAKE@
151SHELL = @SHELL@
152STRIP = @STRIP@
153SYMBOL_VISIBILITY = @SYMBOL_VISIBILITY@
154VERSION = @VERSION@
155abs_builddir = @abs_builddir@
156abs_srcdir = @abs_srcdir@
157abs_top_builddir = @abs_top_builddir@
158abs_top_srcdir = @abs_top_srcdir@
159ac_ct_CC = @ac_ct_CC@
160am__include = @am__include@
161am__leading_dot = @am__leading_dot@
162am__quote = @am__quote@
163am__tar = @am__tar@
164am__untar = @am__untar@
165bindir = @bindir@
166build_alias = @build_alias@
167builddir = @builddir@
168datadir = @datadir@
169datarootdir = @datarootdir@
170docdir = @docdir@
171dvidir = @dvidir@
172exec_prefix = @exec_prefix@
173host_alias = @host_alias@
174htmldir = @htmldir@
175includedir = @includedir@
176infodir = @infodir@
177install_sh = @install_sh@
178libdir = @libdir@
179libexecdir = @libexecdir@
180localedir = @localedir@
181localstatedir = @localstatedir@
182mandir = @mandir@
183mkdir_p = @mkdir_p@
184oldincludedir = @oldincludedir@
185pdfdir = @pdfdir@
186prefix = @prefix@
187program_transform_name = @program_transform_name@
188psdir = @psdir@
189sbindir = @sbindir@
190sharedstatedir = @sharedstatedir@
191srcdir = @srcdir@
192sysconfdir = @sysconfdir@
193target_alias = @target_alias@
194top_build_prefix = @top_build_prefix@
195top_builddir = @top_builddir@
196top_srcdir = @top_srcdir@
197SUBDIRS = debug gsm0408 db channel mgcp $(am__append_1)
198all: all-recursive
199
200.SUFFIXES:
201$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
202 @for dep in $?; do \
203 case '$(am__configure_deps)' in \
204 *$$dep*) \
205 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
206 && { if test -f $@; then exit 0; else break; fi; }; \
207 exit 1;; \
208 esac; \
209 done; \
210 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
211 $(am__cd) $(top_srcdir) && \
212 $(AUTOMAKE) --gnu tests/Makefile
213.PRECIOUS: Makefile
214Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
215 @case '$?' in \
216 *config.status*) \
217 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
218 *) \
219 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
220 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
221 esac;
222
223$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
224 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225
226$(top_srcdir)/configure: $(am__configure_deps)
227 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228$(ACLOCAL_M4): $(am__aclocal_m4_deps)
229 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230$(am__aclocal_m4_deps):
231
232# This directory's subdirectories are mostly independent; you can cd
233# into them and run `make' without going through this Makefile.
234# To change the values of `make' variables: instead of editing Makefiles,
235# (1) if the variable is set in `config.status', edit `config.status'
236# (which will cause the Makefiles to be regenerated when you run `make');
237# (2) otherwise, pass the desired values on the `make' command line.
238$(RECURSIVE_TARGETS):
239 @fail= failcom='exit 1'; \
240 for f in x $$MAKEFLAGS; do \
241 case $$f in \
242 *=* | --[!k]*);; \
243 *k*) failcom='fail=yes';; \
244 esac; \
245 done; \
246 dot_seen=no; \
247 target=`echo $@ | sed s/-recursive//`; \
248 list='$(SUBDIRS)'; for subdir in $$list; do \
249 echo "Making $$target in $$subdir"; \
250 if test "$$subdir" = "."; then \
251 dot_seen=yes; \
252 local_target="$$target-am"; \
253 else \
254 local_target="$$target"; \
255 fi; \
256 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
257 || eval $$failcom; \
258 done; \
259 if test "$$dot_seen" = "no"; then \
260 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
261 fi; test -z "$$fail"
262
263$(RECURSIVE_CLEAN_TARGETS):
264 @fail= failcom='exit 1'; \
265 for f in x $$MAKEFLAGS; do \
266 case $$f in \
267 *=* | --[!k]*);; \
268 *k*) failcom='fail=yes';; \
269 esac; \
270 done; \
271 dot_seen=no; \
272 case "$@" in \
273 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
274 *) list='$(SUBDIRS)' ;; \
275 esac; \
276 rev=''; for subdir in $$list; do \
277 if test "$$subdir" = "."; then :; else \
278 rev="$$subdir $$rev"; \
279 fi; \
280 done; \
281 rev="$$rev ."; \
282 target=`echo $@ | sed s/-recursive//`; \
283 for subdir in $$rev; do \
284 echo "Making $$target in $$subdir"; \
285 if test "$$subdir" = "."; then \
286 local_target="$$target-am"; \
287 else \
288 local_target="$$target"; \
289 fi; \
290 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
291 || eval $$failcom; \
292 done && test -z "$$fail"
293tags-recursive:
294 list='$(SUBDIRS)'; for subdir in $$list; do \
295 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
296 done
297ctags-recursive:
298 list='$(SUBDIRS)'; for subdir in $$list; do \
299 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
300 done
301
302ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
303 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
304 unique=`for i in $$list; do \
305 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306 done | \
307 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
308 END { if (nonempty) { for (i in files) print i; }; }'`; \
309 mkid -fID $$unique
310tags: TAGS
311
312TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
313 $(TAGS_FILES) $(LISP)
314 set x; \
315 here=`pwd`; \
316 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
317 include_option=--etags-include; \
318 empty_fix=.; \
319 else \
320 include_option=--include; \
321 empty_fix=; \
322 fi; \
323 list='$(SUBDIRS)'; for subdir in $$list; do \
324 if test "$$subdir" = .; then :; else \
325 test ! -f $$subdir/TAGS || \
326 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
327 fi; \
328 done; \
329 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
330 unique=`for i in $$list; do \
331 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
332 done | \
333 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
334 END { if (nonempty) { for (i in files) print i; }; }'`; \
335 shift; \
336 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
337 test -n "$$unique" || unique=$$empty_fix; \
338 if test $$# -gt 0; then \
339 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
340 "$$@" $$unique; \
341 else \
342 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
343 $$unique; \
344 fi; \
345 fi
346ctags: CTAGS
347CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
348 $(TAGS_FILES) $(LISP)
349 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
350 unique=`for i in $$list; do \
351 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352 done | \
353 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
354 END { if (nonempty) { for (i in files) print i; }; }'`; \
355 test -z "$(CTAGS_ARGS)$$unique" \
356 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
357 $$unique
358
359GTAGS:
360 here=`$(am__cd) $(top_builddir) && pwd` \
361 && $(am__cd) $(top_srcdir) \
362 && gtags -i $(GTAGS_ARGS) "$$here"
363
364distclean-tags:
365 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
366
367distdir: $(DISTFILES)
368 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
369 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
370 list='$(DISTFILES)'; \
371 dist_files=`for file in $$list; do echo $$file; done | \
372 sed -e "s|^$$srcdirstrip/||;t" \
373 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
374 case $$dist_files in \
375 */*) $(MKDIR_P) `echo "$$dist_files" | \
376 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
377 sort -u` ;; \
378 esac; \
379 for file in $$dist_files; do \
380 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
381 if test -d $$d/$$file; then \
382 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
383 if test -d "$(distdir)/$$file"; then \
384 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
385 fi; \
386 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
387 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
388 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
389 fi; \
390 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
391 else \
392 test -f "$(distdir)/$$file" \
393 || cp -p $$d/$$file "$(distdir)/$$file" \
394 || exit 1; \
395 fi; \
396 done
397 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
398 if test "$$subdir" = .; then :; else \
399 test -d "$(distdir)/$$subdir" \
400 || $(MKDIR_P) "$(distdir)/$$subdir" \
401 || exit 1; \
402 fi; \
403 done
404 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
405 if test "$$subdir" = .; then :; else \
406 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
407 $(am__relativize); \
408 new_distdir=$$reldir; \
409 dir1=$$subdir; dir2="$(top_distdir)"; \
410 $(am__relativize); \
411 new_top_distdir=$$reldir; \
412 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
413 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
414 ($(am__cd) $$subdir && \
415 $(MAKE) $(AM_MAKEFLAGS) \
416 top_distdir="$$new_top_distdir" \
417 distdir="$$new_distdir" \
418 am__remove_distdir=: \
419 am__skip_length_check=: \
420 am__skip_mode_fix=: \
421 distdir) \
422 || exit 1; \
423 fi; \
424 done
425check-am: all-am
426check: check-recursive
427all-am: Makefile
428installdirs: installdirs-recursive
429installdirs-am:
430install: install-recursive
431install-exec: install-exec-recursive
432install-data: install-data-recursive
433uninstall: uninstall-recursive
434
435install-am: all-am
436 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
437
438installcheck: installcheck-recursive
439install-strip:
440 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
441 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
442 `test -z '$(STRIP)' || \
443 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
444mostlyclean-generic:
445
446clean-generic:
447
448distclean-generic:
449 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
450 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
451
452maintainer-clean-generic:
453 @echo "This command is intended for maintainers to use"
454 @echo "it deletes files that may require special tools to rebuild."
455clean: clean-recursive
456
457clean-am: clean-generic mostlyclean-am
458
459distclean: distclean-recursive
460 -rm -f Makefile
461distclean-am: clean-am distclean-generic distclean-tags
462
463dvi: dvi-recursive
464
465dvi-am:
466
467html: html-recursive
468
469html-am:
470
471info: info-recursive
472
473info-am:
474
475install-data-am:
476
477install-dvi: install-dvi-recursive
478
479install-dvi-am:
480
481install-exec-am:
482
483install-html: install-html-recursive
484
485install-html-am:
486
487install-info: install-info-recursive
488
489install-info-am:
490
491install-man:
492
493install-pdf: install-pdf-recursive
494
495install-pdf-am:
496
497install-ps: install-ps-recursive
498
499install-ps-am:
500
501installcheck-am:
502
503maintainer-clean: maintainer-clean-recursive
504 -rm -f Makefile
505maintainer-clean-am: distclean-am maintainer-clean-generic
506
507mostlyclean: mostlyclean-recursive
508
509mostlyclean-am: mostlyclean-generic
510
511pdf: pdf-recursive
512
513pdf-am:
514
515ps: ps-recursive
516
517ps-am:
518
519uninstall-am:
520
521.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
522 install-am install-strip tags-recursive
523
524.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
525 all all-am check check-am clean clean-generic ctags \
526 ctags-recursive distclean distclean-generic distclean-tags \
527 distdir dvi dvi-am html html-am info info-am install \
528 install-am install-data install-data-am install-dvi \
529 install-dvi-am install-exec install-exec-am install-html \
530 install-html-am install-info install-info-am install-man \
531 install-pdf install-pdf-am install-ps install-ps-am \
532 install-strip installcheck installcheck-am installdirs \
533 installdirs-am maintainer-clean maintainer-clean-generic \
534 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
535 tags-recursive uninstall uninstall-am
536
537
538# Tell versions [3.59,3.63) of GNU make to not export all variables.
539# Otherwise a system limit (for SysV at least) may be exceeded.
540.NOEXPORT: