root/trunk/src/bindings/scripts/sql/Makefile.in @ 23

Revision 23, 16.2 kB (checked in by yumileroy, 17 years ago)

[svn] * Adjusted all Makefile headers; Updated to GPL v3

Original author: Coldblooded
Date: 2008-10-06 15:30:26-05:00

Line 
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  Free Software Foundation, Inc.
6# 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
15@SET_MAKE@
16
17# Copyright (C) 2008 Trinity <http://www.trinitycore.org/>
18#
19# Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>
20#
21# This program is free software; you can redistribute it and/or modify
22# it under the terms of the GNU General Public License as published by
23# the Free Software Foundation; either version 2 of the License, or
24# (at your option) any later version.
25#
26# This program is distributed in the hope that it will be useful,
27# but WITHOUT ANY WARRANTY; without even the implied warranty of
28# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29# GNU General Public License for more details.
30#
31# You should have received a copy of the GNU General Public License
32# along with this program; if not, write to the Free Software
33# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
34
35srcdir = @srcdir@
36top_srcdir = @top_srcdir@
37VPATH = @srcdir@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40top_builddir = ../../../..
41am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42INSTALL = @INSTALL@
43install_sh_DATA = $(install_sh) -c -m 644
44install_sh_PROGRAM = $(install_sh) -c
45install_sh_SCRIPT = $(install_sh) -c
46INSTALL_HEADER = $(INSTALL_DATA)
47transform = $(program_transform_name)
48NORMAL_INSTALL = :
49PRE_INSTALL = :
50POST_INSTALL = :
51NORMAL_UNINSTALL = :
52PRE_UNINSTALL = :
53POST_UNINSTALL = :
54build_triplet = @build@
55host_triplet = @host@
56subdir = src/bindings/ScriptDev2/sql
57DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59am__aclocal_m4_deps = $(top_srcdir)/configure.ac
60am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61        $(ACLOCAL_M4)
62mkinstalldirs = $(install_sh) -d
63CONFIG_HEADER = $(top_builddir)/config.h
64CONFIG_CLEAN_FILES =
65SOURCES =
66DIST_SOURCES =
67RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68        html-recursive info-recursive install-data-recursive \
69        install-exec-recursive install-info-recursive \
70        install-recursive installcheck-recursive installdirs-recursive \
71        pdf-recursive ps-recursive uninstall-info-recursive \
72        uninstall-recursive
73am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
74am__vpath_adj = case $$p in \
75    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
76    *) f=$$p;; \
77  esac;
78am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
79am__installdirs = "$(DESTDIR)$(pkgdatadir)"
80pkgdataDATA_INSTALL = $(INSTALL_DATA)
81DATA = $(pkgdata_DATA)
82ETAGS = etags
83CTAGS = ctags
84DIST_SUBDIRS = $(SUBDIRS)
85DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86
87#  datadir = scriptdev2/sql
88pkgdatadir = $(datadir)/scriptdev2/sql
89ACLOCAL = @ACLOCAL@
90AMDEP_FALSE = @AMDEP_FALSE@
91AMDEP_TRUE = @AMDEP_TRUE@
92AMTAR = @AMTAR@
93AR = @AR@
94AUTOCONF = @AUTOCONF@
95AUTOHEADER = @AUTOHEADER@
96AUTOMAKE = @AUTOMAKE@
97AWK = @AWK@
98CC = @CC@
99CCDEPMODE = @CCDEPMODE@
100CFLAGS = @CFLAGS@
101COMPATLIB = @COMPATLIB@
102CPP = @CPP@
103CPPFLAGS = @CPPFLAGS@
104CXX = @CXX@
105CXXCPP = @CXXCPP@
106CXXDEPMODE = @CXXDEPMODE@
107CXXFLAGS = @CXXFLAGS@
108CYGPATH_W = @CYGPATH_W@
109DEFS = @DEFS@
110DEPDIR = @DEPDIR@
111DOXYGENPATH = @DOXYGENPATH@
112ECHO = @ECHO@
113ECHO_C = @ECHO_C@
114ECHO_N = @ECHO_N@
115ECHO_T = @ECHO_T@
116EGREP = @EGREP@
117EXEEXT = @EXEEXT@
118F77 = @F77@
119FFLAGS = @FFLAGS@
120GREP = @GREP@
121INSTALL_DATA = @INSTALL_DATA@
122INSTALL_PROGRAM = @INSTALL_PROGRAM@
123INSTALL_SCRIPT = @INSTALL_SCRIPT@
124INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
125LDFLAGS = @LDFLAGS@
126LIBOBJS = @LIBOBJS@
127LIBS = @LIBS@
128LIBTOOL = @LIBTOOL@
129LN_S = @LN_S@
130LTLIBOBJS = @LTLIBOBJS@
131MAINT = @MAINT@
132MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
133MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
134MAKEINFO = @MAKEINFO@
135MANGOSD_DEBUG_INFO = @MANGOSD_DEBUG_INFO@
136MANGOSD_ENABLE_CLI = @MANGOSD_ENABLE_CLI@
137MANGOSD_ENABLE_RA = @MANGOSD_ENABLE_RA@
138MYSQL_CONFIG = @MYSQL_CONFIG@
139MYSQL_INCLUDES = @MYSQL_INCLUDES@
140MYSQL_LIBS = @MYSQL_LIBS@
141OBJEXT = @OBJEXT@
142PACKAGE = @PACKAGE@
143PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
144PACKAGE_NAME = @PACKAGE_NAME@
145PACKAGE_STRING = @PACKAGE_STRING@
146PACKAGE_TARNAME = @PACKAGE_TARNAME@
147PACKAGE_VERSION = @PACKAGE_VERSION@
148PATH_SEPARATOR = @PATH_SEPARATOR@
149RANLIB = @RANLIB@
150SET_MAKE = @SET_MAKE@
151SHELL = @SHELL@
152SSLLIB = @SSLLIB@
153STRIP = @STRIP@
154USE_DOXYGEN_FALSE = @USE_DOXYGEN_FALSE@
155USE_DOXYGEN_TRUE = @USE_DOXYGEN_TRUE@
156VERSION = @VERSION@
157ZLIB = @ZLIB@
158ac_ct_CC = @ac_ct_CC@
159ac_ct_CXX = @ac_ct_CXX@
160ac_ct_F77 = @ac_ct_F77@
161am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
162am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
163am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
164am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
165am__include = @am__include@
166am__leading_dot = @am__leading_dot@
167am__quote = @am__quote@
168am__tar = @am__tar@
169am__untar = @am__untar@
170bindir = @bindir@
171build = @build@
172build_alias = @build_alias@
173build_cpu = @build_cpu@
174build_os = @build_os@
175build_vendor = @build_vendor@
176datadir = @datadir@
177datarootdir = @datarootdir@
178docdir = @docdir@
179dvidir = @dvidir@
180exec_prefix = @exec_prefix@
181host = @host@
182host_alias = @host_alias@
183host_cpu = @host_cpu@
184host_os = @host_os@
185host_vendor = @host_vendor@
186htmldir = @htmldir@
187includedir = @includedir@
188infodir = @infodir@
189install_sh = @install_sh@
190libdir = @libdir@
191libexecdir = @libexecdir@
192localedir = @localedir@
193localstatedir = @localstatedir@
194mandir = @mandir@
195mkdir_p = @mkdir_p@
196oldincludedir = @oldincludedir@
197pdfdir = @pdfdir@
198prefix = @prefix@
199program_transform_name = @program_transform_name@
200psdir = @psdir@
201sbindir = @sbindir@
202sharedstatedir = @sharedstatedir@
203sysconfdir = @sysconfdir@
204target_alias = @target_alias@
205SUBDIRS = Updates
206
207#  Install basic SQL files to datadir
208pkgdata_DATA = \
209        scripts.sql
210
211all: all-recursive
212
213.SUFFIXES:
214$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
215        @for dep in $?; do \
216          case '$(am__configure_deps)' in \
217            *$$dep*) \
218              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
219                && exit 0; \
220              exit 1;; \
221          esac; \
222        done; \
223        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/bindings/ScriptDev2/sql/Makefile'; \
224        cd $(top_srcdir) && \
225          $(AUTOMAKE) --gnu  src/bindings/ScriptDev2/sql/Makefile
226.PRECIOUS: Makefile
227Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
228        @case '$?' in \
229          *config.status*) \
230            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
231          *) \
232            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
233            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
234        esac;
235
236$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
237        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238
239$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
240        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
242        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243
244mostlyclean-libtool:
245        -rm -f *.lo
246
247clean-libtool:
248        -rm -rf .libs _libs
249
250distclean-libtool:
251        -rm -f libtool
252uninstall-info-am:
253install-pkgdataDATA: $(pkgdata_DATA)
254        @$(NORMAL_INSTALL)
255        test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"
256        @list='$(pkgdata_DATA)'; for p in $$list; do \
257          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
258          f=$(am__strip_dir) \
259          echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
260          $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
261        done
262
263uninstall-pkgdataDATA:
264        @$(NORMAL_UNINSTALL)
265        @list='$(pkgdata_DATA)'; for p in $$list; do \
266          f=$(am__strip_dir) \
267          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
268          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
269        done
270
271# This directory's subdirectories are mostly independent; you can cd
272# into them and run `make' without going through this Makefile.
273# To change the values of `make' variables: instead of editing Makefiles,
274# (1) if the variable is set in `config.status', edit `config.status'
275#     (which will cause the Makefiles to be regenerated when you run `make');
276# (2) otherwise, pass the desired values on the `make' command line.
277$(RECURSIVE_TARGETS):
278        @failcom='exit 1'; \
279        for f in x $$MAKEFLAGS; do \
280          case $$f in \
281            *=* | --[!k]*);; \
282            *k*) failcom='fail=yes';; \
283          esac; \
284        done; \
285        dot_seen=no; \
286        target=`echo $@ | sed s/-recursive//`; \
287        list='$(SUBDIRS)'; for subdir in $$list; do \
288          echo "Making $$target in $$subdir"; \
289          if test "$$subdir" = "."; then \
290            dot_seen=yes; \
291            local_target="$$target-am"; \
292          else \
293            local_target="$$target"; \
294          fi; \
295          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
296          || eval $$failcom; \
297        done; \
298        if test "$$dot_seen" = "no"; then \
299          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
300        fi; test -z "$$fail"
301
302mostlyclean-recursive clean-recursive distclean-recursive \
303maintainer-clean-recursive:
304        @failcom='exit 1'; \
305        for f in x $$MAKEFLAGS; do \
306          case $$f in \
307            *=* | --[!k]*);; \
308            *k*) failcom='fail=yes';; \
309          esac; \
310        done; \
311        dot_seen=no; \
312        case "$@" in \
313          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
314          *) list='$(SUBDIRS)' ;; \
315        esac; \
316        rev=''; for subdir in $$list; do \
317          if test "$$subdir" = "."; then :; else \
318            rev="$$subdir $$rev"; \
319          fi; \
320        done; \
321        rev="$$rev ."; \
322        target=`echo $@ | sed s/-recursive//`; \
323        for subdir in $$rev; do \
324          echo "Making $$target in $$subdir"; \
325          if test "$$subdir" = "."; then \
326            local_target="$$target-am"; \
327          else \
328            local_target="$$target"; \
329          fi; \
330          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
331          || eval $$failcom; \
332        done && test -z "$$fail"
333tags-recursive:
334        list='$(SUBDIRS)'; for subdir in $$list; do \
335          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
336        done
337ctags-recursive:
338        list='$(SUBDIRS)'; for subdir in $$list; do \
339          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
340        done
341
342ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
343        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
344        unique=`for i in $$list; do \
345            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346          done | \
347          $(AWK) '    { files[$$0] = 1; } \
348               END { for (i in files) print i; }'`; \
349        mkid -fID $$unique
350tags: TAGS
351
352TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
353                $(TAGS_FILES) $(LISP)
354        tags=; \
355        here=`pwd`; \
356        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
357          include_option=--etags-include; \
358          empty_fix=.; \
359        else \
360          include_option=--include; \
361          empty_fix=; \
362        fi; \
363        list='$(SUBDIRS)'; for subdir in $$list; do \
364          if test "$$subdir" = .; then :; else \
365            test ! -f $$subdir/TAGS || \
366              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
367          fi; \
368        done; \
369        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
370        unique=`for i in $$list; do \
371            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372          done | \
373          $(AWK) '    { files[$$0] = 1; } \
374               END { for (i in files) print i; }'`; \
375        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
376          test -n "$$unique" || unique=$$empty_fix; \
377          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
378            $$tags $$unique; \
379        fi
380ctags: CTAGS
381CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
382                $(TAGS_FILES) $(LISP)
383        tags=; \
384        here=`pwd`; \
385        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
386        unique=`for i in $$list; do \
387            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
388          done | \
389          $(AWK) '    { files[$$0] = 1; } \
390               END { for (i in files) print i; }'`; \
391        test -z "$(CTAGS_ARGS)$$tags$$unique" \
392          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
393             $$tags $$unique
394
395GTAGS:
396        here=`$(am__cd) $(top_builddir) && pwd` \
397          && cd $(top_srcdir) \
398          && gtags -i $(GTAGS_ARGS) $$here
399
400distclean-tags:
401        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
402
403distdir: $(DISTFILES)
404        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
405        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
406        list='$(DISTFILES)'; for file in $$list; do \
407          case $$file in \
408            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
409            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
410          esac; \
411          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
412          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
413          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
414            dir="/$$dir"; \
415            $(mkdir_p) "$(distdir)$$dir"; \
416          else \
417            dir=''; \
418          fi; \
419          if test -d $$d/$$file; then \
420            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
421              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
422            fi; \
423            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
424          else \
425            test -f $(distdir)/$$file \
426            || cp -p $$d/$$file $(distdir)/$$file \
427            || exit 1; \
428          fi; \
429        done
430        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
431          if test "$$subdir" = .; then :; else \
432            test -d "$(distdir)/$$subdir" \
433            || $(mkdir_p) "$(distdir)/$$subdir" \
434            || exit 1; \
435            distdir=`$(am__cd) $(distdir) && pwd`; \
436            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
437            (cd $$subdir && \
438              $(MAKE) $(AM_MAKEFLAGS) \
439                top_distdir="$$top_distdir" \
440                distdir="$$distdir/$$subdir" \
441                distdir) \
442              || exit 1; \
443          fi; \
444        done
445check-am: all-am
446check: check-recursive
447all-am: Makefile $(DATA)
448installdirs: installdirs-recursive
449installdirs-am:
450        for dir in "$(DESTDIR)$(pkgdatadir)"; do \
451          test -z "$$dir" || $(mkdir_p) "$$dir"; \
452        done
453install: install-recursive
454install-exec: install-exec-recursive
455install-data: install-data-recursive
456uninstall: uninstall-recursive
457
458install-am: all-am
459        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
460
461installcheck: installcheck-recursive
462install-strip:
463        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
465          `test -z '$(STRIP)' || \
466            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
467mostlyclean-generic:
468
469clean-generic:
470
471distclean-generic:
472        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
473
474maintainer-clean-generic:
475        @echo "This command is intended for maintainers to use"
476        @echo "it deletes files that may require special tools to rebuild."
477clean: clean-recursive
478
479clean-am: clean-generic clean-libtool mostlyclean-am
480
481distclean: distclean-recursive
482        -rm -f Makefile
483distclean-am: clean-am distclean-generic distclean-libtool \
484        distclean-tags
485
486dvi: dvi-recursive
487
488dvi-am:
489
490html: html-recursive
491
492info: info-recursive
493
494info-am:
495
496install-data-am: install-pkgdataDATA
497
498install-exec-am:
499
500install-info: install-info-recursive
501
502install-man:
503
504installcheck-am:
505
506maintainer-clean: maintainer-clean-recursive
507        -rm -f Makefile
508maintainer-clean-am: distclean-am maintainer-clean-generic
509
510mostlyclean: mostlyclean-recursive
511
512mostlyclean-am: mostlyclean-generic mostlyclean-libtool
513
514pdf: pdf-recursive
515
516pdf-am:
517
518ps: ps-recursive
519
520ps-am:
521
522uninstall-am: uninstall-info-am uninstall-pkgdataDATA
523
524uninstall-info: uninstall-info-recursive
525
526.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
527        clean clean-generic clean-libtool clean-recursive ctags \
528        ctags-recursive distclean distclean-generic distclean-libtool \
529        distclean-recursive distclean-tags distdir dvi dvi-am html \
530        html-am info info-am install install-am install-data \
531        install-data-am install-exec install-exec-am install-info \
532        install-info-am install-man install-pkgdataDATA install-strip \
533        installcheck installcheck-am installdirs installdirs-am \
534        maintainer-clean maintainer-clean-generic \
535        maintainer-clean-recursive mostlyclean mostlyclean-generic \
536        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
537        tags tags-recursive uninstall uninstall-am uninstall-info-am \
538        uninstall-pkgdataDATA
539
540# Tell versions [3.59,3.63) of GNU make to not export all variables.
541# Otherwise a system limit (for SysV at least) may be exceeded.
542.NOEXPORT:
Note: See TracBrowser for help on using the browser.