aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/edje/utils/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/edje/utils/Makefile.in')
-rw-r--r--libraries/edje/utils/Makefile.in497
1 files changed, 497 insertions, 0 deletions
diff --git a/libraries/edje/utils/Makefile.in b/libraries/edje/utils/Makefile.in
new file mode 100644
index 0000000..4c05fe5
--- /dev/null
+++ b/libraries/edje/utils/Makefile.in
@@ -0,0 +1,497 @@
1# 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@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = utils
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/m4/ac_attribute.m4 \
41 $(top_srcdir)/m4/efl_binary.m4 \
42 $(top_srcdir)/m4/efl_coverage.m4 \
43 $(top_srcdir)/m4/efl_doxygen.m4 \
44 $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/efl_tests.m4 \
45 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
46 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
47 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
48am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49 $(ACLOCAL_M4)
50mkinstalldirs = $(install_sh) -d
51CONFIG_HEADER = $(top_builddir)/config.h
52CONFIG_CLEAN_FILES =
53CONFIG_CLEAN_VPATH_FILES =
54am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55am__vpath_adj = case $$p in \
56 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
57 *) f=$$p;; \
58 esac;
59am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
60am__install_max = 40
61am__nobase_strip_setup = \
62 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
63am__nobase_strip = \
64 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
65am__nobase_list = $(am__nobase_strip_setup); \
66 for p in $$list; do echo "$$p $$p"; done | \
67 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
68 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
69 if (++n[$$2] == $(am__install_max)) \
70 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
71 END { for (dir in files) print dir, files[dir] }'
72am__base_list = \
73 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
74 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
75am__installdirs = "$(DESTDIR)$(bindir)"
76SCRIPTS = $(bin_SCRIPTS)
77AM_V_GEN = $(am__v_GEN_$(V))
78am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
79am__v_GEN_0 = @echo " GEN " $@;
80AM_V_at = $(am__v_at_$(V))
81am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
82am__v_at_0 = @
83SOURCES =
84DIST_SOURCES =
85DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86ACLOCAL = @ACLOCAL@
87ALLOCA = @ALLOCA@
88ALSA_CFLAGS = @ALSA_CFLAGS@
89ALSA_LIBS = @ALSA_LIBS@
90AMTAR = @AMTAR@
91AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
92AR = @AR@
93AS = @AS@
94AUTOCONF = @AUTOCONF@
95AUTOHEADER = @AUTOHEADER@
96AUTOMAKE = @AUTOMAKE@
97AWK = @AWK@
98CC = @CC@
99CCDEPMODE = @CCDEPMODE@
100CFLAGS = @CFLAGS@
101CHECK_CFLAGS = @CHECK_CFLAGS@
102CHECK_LIBS = @CHECK_LIBS@
103CPP = @CPP@
104CPPFLAGS = @CPPFLAGS@
105CYGPATH_W = @CYGPATH_W@
106DEFS = @DEFS@
107DEPDIR = @DEPDIR@
108DLLTOOL = @DLLTOOL@
109DSYMUTIL = @DSYMUTIL@
110DUMPBIN = @DUMPBIN@
111ECHO_C = @ECHO_C@
112ECHO_N = @ECHO_N@
113ECHO_T = @ECHO_T@
114ECORE_IMF_CFLAGS = @ECORE_IMF_CFLAGS@
115ECORE_IMF_LIBS = @ECORE_IMF_LIBS@
116EDJE_CC_CFLAGS = @EDJE_CC_CFLAGS@
117EDJE_CC_LIBS = @EDJE_CC_LIBS@
118EDJE_CC_PRG = @EDJE_CC_PRG@
119EDJE_CFLAGS = @EDJE_CFLAGS@
120EDJE_DECC_CFLAGS = @EDJE_DECC_CFLAGS@
121EDJE_DECC_LIBS = @EDJE_DECC_LIBS@
122EDJE_DECC_PRG = @EDJE_DECC_PRG@
123EDJE_EXTERNAL_INSPECTOR_CFLAGS = @EDJE_EXTERNAL_INSPECTOR_CFLAGS@
124EDJE_EXTERNAL_INSPECTOR_LIBS = @EDJE_EXTERNAL_INSPECTOR_LIBS@
125EDJE_EXTERNAL_INSPECTOR_PRG = @EDJE_EXTERNAL_INSPECTOR_PRG@
126EDJE_INSPECTOR_CFLAGS = @EDJE_INSPECTOR_CFLAGS@
127EDJE_INSPECTOR_LIBS = @EDJE_INSPECTOR_LIBS@
128EDJE_INSPECTOR_PRG = @EDJE_INSPECTOR_PRG@
129EDJE_LIBS = @EDJE_LIBS@
130EDJE_PLAYER_CFLAGS = @EDJE_PLAYER_CFLAGS@
131EDJE_PLAYER_LIBS = @EDJE_PLAYER_LIBS@
132EDJE_PLAYER_PRG = @EDJE_PLAYER_PRG@
133EDJE_RECC_PRG = @EDJE_RECC_PRG@
134EFL_COVERAGE_CFLAGS = @EFL_COVERAGE_CFLAGS@
135EFL_COVERAGE_LIBS = @EFL_COVERAGE_LIBS@
136EFL_EDJE_BUILD = @EFL_EDJE_BUILD@
137EGREP = @EGREP@
138EVIL_CFLAGS = @EVIL_CFLAGS@
139EVIL_LIBS = @EVIL_LIBS@
140EXEEXT = @EXEEXT@
141FGREP = @FGREP@
142FLAC_CFLAGS = @FLAC_CFLAGS@
143FLAC_LIBS = @FLAC_LIBS@
144GREP = @GREP@
145INSTALL = @INSTALL@
146INSTALL_DATA = @INSTALL_DATA@
147INSTALL_PROGRAM = @INSTALL_PROGRAM@
148INSTALL_SCRIPT = @INSTALL_SCRIPT@
149INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
150LD = @LD@
151LDFLAGS = @LDFLAGS@
152LIBOBJS = @LIBOBJS@
153LIBS = @LIBS@
154LIBTOOL = @LIBTOOL@
155LIPO = @LIPO@
156LN_S = @LN_S@
157LTLIBOBJS = @LTLIBOBJS@
158LUA_CFLAGS = @LUA_CFLAGS@
159LUA_LIBS = @LUA_LIBS@
160MAKEINFO = @MAKEINFO@
161MINIMAL_CFLAGS = @MINIMAL_CFLAGS@
162MINIMAL_LIBS = @MINIMAL_LIBS@
163MKDIR_P = @MKDIR_P@
164MODULE_ARCH = @MODULE_ARCH@
165NM = @NM@
166NMEDIT = @NMEDIT@
167OBJDUMP = @OBJDUMP@
168OBJEXT = @OBJEXT@
169OTOOL = @OTOOL@
170OTOOL64 = @OTOOL64@
171PACKAGE = @PACKAGE@
172PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173PACKAGE_NAME = @PACKAGE_NAME@
174PACKAGE_STRING = @PACKAGE_STRING@
175PACKAGE_TARNAME = @PACKAGE_TARNAME@
176PACKAGE_URL = @PACKAGE_URL@
177PACKAGE_VERSION = @PACKAGE_VERSION@
178PATH_SEPARATOR = @PATH_SEPARATOR@
179PKG_CONFIG = @PKG_CONFIG@
180PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
181PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
182PYTHON = @PYTHON@
183PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
184PYTHON_PLATFORM = @PYTHON_PLATFORM@
185PYTHON_PREFIX = @PYTHON_PREFIX@
186PYTHON_VERSION = @PYTHON_VERSION@
187RANLIB = @RANLIB@
188REMIX_CFLAGS = @REMIX_CFLAGS@
189REMIX_LIBS = @REMIX_LIBS@
190REMIX_PLUGIN_DIR = @REMIX_PLUGIN_DIR@
191SED = @SED@
192SET_MAKE = @SET_MAKE@
193SHELL = @SHELL@
194SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
195SNDFILE_LIBS = @SNDFILE_LIBS@
196STRIP = @STRIP@
197VERSION = @VERSION@
198VMAJ = @VMAJ@
199VORBISENC_CFLAGS = @VORBISENC_CFLAGS@
200VORBISENC_LIBS = @VORBISENC_LIBS@
201abs_builddir = @abs_builddir@
202abs_srcdir = @abs_srcdir@
203abs_top_builddir = @abs_top_builddir@
204abs_top_srcdir = @abs_top_srcdir@
205ac_ct_CC = @ac_ct_CC@
206ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
207am__include = @am__include@
208am__leading_dot = @am__leading_dot@
209am__quote = @am__quote@
210am__tar = @am__tar@
211am__untar = @am__untar@
212bindir = @bindir@
213build = @build@
214build_alias = @build_alias@
215build_cpu = @build_cpu@
216build_os = @build_os@
217build_vendor = @build_vendor@
218builddir = @builddir@
219datadir = @datadir@
220datarootdir = @datarootdir@
221docdir = @docdir@
222dvidir = @dvidir@
223edje_cc = @edje_cc@
224efl_doxygen = @efl_doxygen@
225efl_have_doxygen = @efl_have_doxygen@
226exec_prefix = @exec_prefix@
227have_lcov = @have_lcov@
228host = @host@
229host_alias = @host_alias@
230host_cpu = @host_cpu@
231host_os = @host_os@
232host_vendor = @host_vendor@
233htmldir = @htmldir@
234includedir = @includedir@
235infodir = @infodir@
236install_sh = @install_sh@
237libdir = @libdir@
238libexecdir = @libexecdir@
239localedir = @localedir@
240localstatedir = @localstatedir@
241lt_ECHO = @lt_ECHO@
242lt_enable_auto_import = @lt_enable_auto_import@
243lua_libs = @lua_libs@
244mandir = @mandir@
245mkdir_p = @mkdir_p@
246oldincludedir = @oldincludedir@
247pdfdir = @pdfdir@
248pkgconfig_requires_private = @pkgconfig_requires_private@
249pkgpyexecdir = @pkgpyexecdir@
250pkgpythondir = @pkgpythondir@
251prefix = @prefix@
252program_transform_name = @program_transform_name@
253psdir = @psdir@
254pyexecdir = @pyexecdir@
255pythondir = @pythondir@
256release_info = @release_info@
257requirement_edje = @requirement_edje@
258sbindir = @sbindir@
259sharedstatedir = @sharedstatedir@
260srcdir = @srcdir@
261sysconfdir = @sysconfdir@
262target_alias = @target_alias@
263top_build_prefix = @top_build_prefix@
264top_builddir = @top_builddir@
265top_srcdir = @top_srcdir@
266version_info = @version_info@
267vimdir = @vimdir@
268MAINTAINERCLEANFILES = Makefile.in
269@HAVE_PYTHON_TRUE@bin_SCRIPTS = inkscape2edc
270EXTRA_DIST = gimp-edje-export.py inkscape2edc
271all: all-am
272
273.SUFFIXES:
274$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
275 @for dep in $?; do \
276 case '$(am__configure_deps)' in \
277 *$$dep*) \
278 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
279 && { if test -f $@; then exit 0; else break; fi; }; \
280 exit 1;; \
281 esac; \
282 done; \
283 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu utils/Makefile'; \
284 $(am__cd) $(top_srcdir) && \
285 $(AUTOMAKE) --gnu utils/Makefile
286.PRECIOUS: Makefile
287Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288 @case '$?' in \
289 *config.status*) \
290 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
291 *) \
292 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
293 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
294 esac;
295
296$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
297 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
299$(top_srcdir)/configure: $(am__configure_deps)
300 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301$(ACLOCAL_M4): $(am__aclocal_m4_deps)
302 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303$(am__aclocal_m4_deps):
304install-binSCRIPTS: $(bin_SCRIPTS)
305 @$(NORMAL_INSTALL)
306 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
307 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
308 for p in $$list; do \
309 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
310 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
311 done | \
312 sed -e 'p;s,.*/,,;n' \
313 -e 'h;s|.*|.|' \
314 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
315 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
316 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
317 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
318 if (++n[d] == $(am__install_max)) { \
319 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
320 else { print "f", d "/" $$4, $$1 } } \
321 END { for (d in files) print "f", d, files[d] }' | \
322 while read type dir files; do \
323 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
324 test -z "$$files" || { \
325 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
326 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
327 } \
328 ; done
329
330uninstall-binSCRIPTS:
331 @$(NORMAL_UNINSTALL)
332 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
333 files=`for p in $$list; do echo "$$p"; done | \
334 sed -e 's,.*/,,;$(transform)'`; \
335 test -n "$$list" || exit 0; \
336 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
337 cd "$(DESTDIR)$(bindir)" && rm -f $$files
338
339mostlyclean-libtool:
340 -rm -f *.lo
341
342clean-libtool:
343 -rm -rf .libs _libs
344tags: TAGS
345TAGS:
346
347ctags: CTAGS
348CTAGS:
349
350
351distdir: $(DISTFILES)
352 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
353 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
354 list='$(DISTFILES)'; \
355 dist_files=`for file in $$list; do echo $$file; done | \
356 sed -e "s|^$$srcdirstrip/||;t" \
357 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
358 case $$dist_files in \
359 */*) $(MKDIR_P) `echo "$$dist_files" | \
360 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
361 sort -u` ;; \
362 esac; \
363 for file in $$dist_files; do \
364 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
365 if test -d $$d/$$file; then \
366 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
367 if test -d "$(distdir)/$$file"; then \
368 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
369 fi; \
370 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
371 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
372 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
373 fi; \
374 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
375 else \
376 test -f "$(distdir)/$$file" \
377 || cp -p $$d/$$file "$(distdir)/$$file" \
378 || exit 1; \
379 fi; \
380 done
381check-am: all-am
382check: check-am
383all-am: Makefile $(SCRIPTS)
384installdirs:
385 for dir in "$(DESTDIR)$(bindir)"; do \
386 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
387 done
388install: install-am
389install-exec: install-exec-am
390install-data: install-data-am
391uninstall: uninstall-am
392
393install-am: all-am
394 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
395
396installcheck: installcheck-am
397install-strip:
398 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
399 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
400 `test -z '$(STRIP)' || \
401 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
402mostlyclean-generic:
403
404clean-generic:
405
406distclean-generic:
407 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
408 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
409
410maintainer-clean-generic:
411 @echo "This command is intended for maintainers to use"
412 @echo "it deletes files that may require special tools to rebuild."
413 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
414clean: clean-am
415
416clean-am: clean-generic clean-libtool mostlyclean-am
417
418distclean: distclean-am
419 -rm -f Makefile
420distclean-am: clean-am distclean-generic
421
422dvi: dvi-am
423
424dvi-am:
425
426html: html-am
427
428html-am:
429
430info: info-am
431
432info-am:
433
434install-data-am:
435
436install-dvi: install-dvi-am
437
438install-dvi-am:
439
440install-exec-am: install-binSCRIPTS
441
442install-html: install-html-am
443
444install-html-am:
445
446install-info: install-info-am
447
448install-info-am:
449
450install-man:
451
452install-pdf: install-pdf-am
453
454install-pdf-am:
455
456install-ps: install-ps-am
457
458install-ps-am:
459
460installcheck-am:
461
462maintainer-clean: maintainer-clean-am
463 -rm -f Makefile
464maintainer-clean-am: distclean-am maintainer-clean-generic
465
466mostlyclean: mostlyclean-am
467
468mostlyclean-am: mostlyclean-generic mostlyclean-libtool
469
470pdf: pdf-am
471
472pdf-am:
473
474ps: ps-am
475
476ps-am:
477
478uninstall-am: uninstall-binSCRIPTS
479
480.MAKE: install-am install-strip
481
482.PHONY: all all-am check check-am clean clean-generic clean-libtool \
483 distclean distclean-generic distclean-libtool distdir dvi \
484 dvi-am html html-am info info-am install install-am \
485 install-binSCRIPTS install-data install-data-am install-dvi \
486 install-dvi-am install-exec install-exec-am install-html \
487 install-html-am install-info install-info-am install-man \
488 install-pdf install-pdf-am install-ps install-ps-am \
489 install-strip installcheck installcheck-am installdirs \
490 maintainer-clean maintainer-clean-generic mostlyclean \
491 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
492 uninstall uninstall-am uninstall-binSCRIPTS
493
494
495# Tell versions [3.59,3.63) of GNU make to not export all variables.
496# Otherwise a system limit (for SysV at least) may be exceeded.
497.NOEXPORT: