Makefile 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. # Makefile.in generated by automake 1.11.3 from Makefile.am.
  2. # src/Makefile. Generated from Makefile.in by configure.
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
  5. # 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. # 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. pkgdatadir = $(datadir)/opcuaserver
  14. pkgincludedir = $(includedir)/opcuaserver
  15. pkglibdir = $(libdir)/opcuaserver
  16. pkglibexecdir = $(libexecdir)/opcuaserver
  17. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  18. install_sh_DATA = $(install_sh) -c -m 644
  19. install_sh_PROGRAM = $(install_sh) -c
  20. install_sh_SCRIPT = $(install_sh) -c
  21. INSTALL_HEADER = $(INSTALL_DATA)
  22. transform = $(program_transform_name)
  23. NORMAL_INSTALL = :
  24. PRE_INSTALL = :
  25. POST_INSTALL = :
  26. NORMAL_UNINSTALL = :
  27. PRE_UNINSTALL = :
  28. POST_UNINSTALL = :
  29. build_triplet = i686-pc-linux-gnu
  30. host_triplet = i686-pc-linux-gnu
  31. target_triplet = i686-pc-linux-gnu
  32. bin_PROGRAMS = a.out$(EXEEXT)
  33. subdir = src
  34. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  35. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  36. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  37. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  38. $(ACLOCAL_M4)
  39. mkinstalldirs = $(install_sh) -d
  40. CONFIG_CLEAN_FILES =
  41. CONFIG_CLEAN_VPATH_FILES =
  42. am__installdirs = "$(DESTDIR)$(bindir)"
  43. PROGRAMS = $(bin_PROGRAMS)
  44. am_a_out_OBJECTS = opcuaServer.$(OBJEXT) opcua_BinaryEncDec.$(OBJEXT)
  45. a_out_OBJECTS = $(am_a_out_OBJECTS)
  46. a_out_LDADD = $(LDADD)
  47. DEFAULT_INCLUDES = -I.
  48. depcomp = $(SHELL) $(top_srcdir)/depcomp
  49. am__depfiles_maybe = depfiles
  50. am__mv = mv -f
  51. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  52. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  53. CCLD = $(CC)
  54. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  55. SOURCES = $(a_out_SOURCES)
  56. DIST_SOURCES = $(a_out_SOURCES)
  57. ETAGS = etags
  58. CTAGS = ctags
  59. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  60. ACLOCAL = ${SHELL} /home/opcua/workspace/OPCUAServer/missing --run aclocal-1.11
  61. AMTAR = $${TAR-tar}
  62. AUTOCONF = ${SHELL} /home/opcua/workspace/OPCUAServer/missing --run autoconf
  63. AUTOHEADER = ${SHELL} /home/opcua/workspace/OPCUAServer/missing --run autoheader
  64. AUTOMAKE = ${SHELL} /home/opcua/workspace/OPCUAServer/missing --run automake-1.11
  65. AWK = mawk
  66. CC = gcc
  67. CCDEPMODE = depmode=gcc3
  68. CFLAGS = -g -O2
  69. CPPFLAGS =
  70. CYGPATH_W = echo
  71. DEFS = -DPACKAGE_NAME=\"OPCUAServer\" -DPACKAGE_TARNAME=\"opcuaserver\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"OPCUAServer\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"opcuaserver\" -DVERSION=\"1.0\"
  72. DEPDIR = .deps
  73. ECHO_C =
  74. ECHO_N = -n
  75. ECHO_T =
  76. EXEEXT =
  77. INSTALL = /usr/bin/install -c
  78. INSTALL_DATA = ${INSTALL} -m 644
  79. INSTALL_PROGRAM = ${INSTALL}
  80. INSTALL_SCRIPT = ${INSTALL}
  81. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  82. LDFLAGS =
  83. LIBOBJS =
  84. LIBS =
  85. LTLIBOBJS =
  86. MAKEINFO = ${SHELL} /home/opcua/workspace/OPCUAServer/missing --run makeinfo
  87. MKDIR_P = /bin/mkdir -p
  88. OBJEXT = o
  89. PACKAGE = opcuaserver
  90. PACKAGE_BUGREPORT =
  91. PACKAGE_NAME = OPCUAServer
  92. PACKAGE_STRING = OPCUAServer 1.0
  93. PACKAGE_TARNAME = opcuaserver
  94. PACKAGE_URL =
  95. PACKAGE_VERSION = 1.0
  96. PATH_SEPARATOR = :
  97. SET_MAKE =
  98. SHELL = /bin/bash
  99. STRIP =
  100. VERSION = 1.0
  101. abs_builddir = /home/opcua/workspace/OPCUAServer/src
  102. abs_srcdir = /home/opcua/workspace/OPCUAServer/src
  103. abs_top_builddir = /home/opcua/workspace/OPCUAServer
  104. abs_top_srcdir = /home/opcua/workspace/OPCUAServer
  105. ac_ct_CC = gcc
  106. am__include = include
  107. am__leading_dot = .
  108. am__quote =
  109. am__tar = $${TAR-tar} chof - "$$tardir"
  110. am__untar = $${TAR-tar} xf -
  111. bindir = ${exec_prefix}/bin
  112. build = i686-pc-linux-gnu
  113. build_alias =
  114. build_cpu = i686
  115. build_os = linux-gnu
  116. build_vendor = pc
  117. builddir = .
  118. datadir = ${datarootdir}
  119. datarootdir = ${prefix}/share
  120. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  121. dvidir = ${docdir}
  122. exec_prefix = ${prefix}
  123. host = i686-pc-linux-gnu
  124. host_alias =
  125. host_cpu = i686
  126. host_os = linux-gnu
  127. host_vendor = pc
  128. htmldir = ${docdir}
  129. includedir = ${prefix}/include
  130. infodir = ${datarootdir}/info
  131. install_sh = ${SHELL} /home/opcua/workspace/OPCUAServer/install-sh
  132. libdir = ${exec_prefix}/lib
  133. libexecdir = ${exec_prefix}/libexec
  134. localedir = ${datarootdir}/locale
  135. localstatedir = ${prefix}/var
  136. mandir = ${datarootdir}/man
  137. mkdir_p = /bin/mkdir -p
  138. oldincludedir = /usr/include
  139. pdfdir = ${docdir}
  140. prefix = /usr/local
  141. program_transform_name = s,x,x,
  142. psdir = ${docdir}
  143. sbindir = ${exec_prefix}/sbin
  144. sharedstatedir = ${prefix}/com
  145. srcdir = .
  146. sysconfdir = ${prefix}/etc
  147. target = i686-pc-linux-gnu
  148. target_alias =
  149. target_cpu = i686
  150. target_os = linux-gnu
  151. target_vendor = pc
  152. top_build_prefix = ../
  153. top_builddir = ..
  154. top_srcdir = ..
  155. a_out_SOURCES = opcuaServer.c opcua_BinaryEncDec.c opcua_BinaryEncDec.h
  156. all: all-am
  157. .SUFFIXES:
  158. .SUFFIXES: .c .o .obj
  159. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  160. @for dep in $?; do \
  161. case '$(am__configure_deps)' in \
  162. *$$dep*) \
  163. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  164. && { if test -f $@; then exit 0; else break; fi; }; \
  165. exit 1;; \
  166. esac; \
  167. done; \
  168. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
  169. $(am__cd) $(top_srcdir) && \
  170. $(AUTOMAKE) --gnu src/Makefile
  171. .PRECIOUS: Makefile
  172. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  173. @case '$?' in \
  174. *config.status*) \
  175. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  176. *) \
  177. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  178. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  179. esac;
  180. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  181. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  182. $(top_srcdir)/configure: $(am__configure_deps)
  183. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  184. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  185. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  186. $(am__aclocal_m4_deps):
  187. install-binPROGRAMS: $(bin_PROGRAMS)
  188. @$(NORMAL_INSTALL)
  189. test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  190. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  191. for p in $$list; do echo "$$p $$p"; done | \
  192. sed 's/$(EXEEXT)$$//' | \
  193. while read p p1; do if test -f $$p; \
  194. then echo "$$p"; echo "$$p"; else :; fi; \
  195. done | \
  196. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  197. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  198. sed 'N;N;N;s,\n, ,g' | \
  199. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  200. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  201. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  202. else { print "f", $$3 "/" $$4, $$1; } } \
  203. END { for (d in files) print "f", d, files[d] }' | \
  204. while read type dir files; do \
  205. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  206. test -z "$$files" || { \
  207. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  208. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  209. } \
  210. ; done
  211. uninstall-binPROGRAMS:
  212. @$(NORMAL_UNINSTALL)
  213. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  214. files=`for p in $$list; do echo "$$p"; done | \
  215. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  216. -e 's/$$/$(EXEEXT)/' `; \
  217. test -n "$$list" || exit 0; \
  218. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  219. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  220. clean-binPROGRAMS:
  221. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  222. a.out$(EXEEXT): $(a_out_OBJECTS) $(a_out_DEPENDENCIES) $(EXTRA_a_out_DEPENDENCIES)
  223. @rm -f a.out$(EXEEXT)
  224. $(LINK) $(a_out_OBJECTS) $(a_out_LDADD) $(LIBS)
  225. mostlyclean-compile:
  226. -rm -f *.$(OBJEXT)
  227. distclean-compile:
  228. -rm -f *.tab.c
  229. include ./$(DEPDIR)/opcuaServer.Po
  230. include ./$(DEPDIR)/opcua_BinaryEncDec.Po
  231. .c.o:
  232. $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  233. $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  234. # source='$<' object='$@' libtool=no \
  235. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  236. # $(COMPILE) -c $<
  237. .c.obj:
  238. $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  239. $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  240. # source='$<' object='$@' libtool=no \
  241. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  242. # $(COMPILE) -c `$(CYGPATH_W) '$<'`
  243. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  244. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  245. unique=`for i in $$list; do \
  246. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  247. done | \
  248. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  249. END { if (nonempty) { for (i in files) print i; }; }'`; \
  250. mkid -fID $$unique
  251. tags: TAGS
  252. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  253. $(TAGS_FILES) $(LISP)
  254. set x; \
  255. here=`pwd`; \
  256. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  257. unique=`for i in $$list; do \
  258. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  259. done | \
  260. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  261. END { if (nonempty) { for (i in files) print i; }; }'`; \
  262. shift; \
  263. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  264. test -n "$$unique" || unique=$$empty_fix; \
  265. if test $$# -gt 0; then \
  266. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  267. "$$@" $$unique; \
  268. else \
  269. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  270. $$unique; \
  271. fi; \
  272. fi
  273. ctags: CTAGS
  274. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  275. $(TAGS_FILES) $(LISP)
  276. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  277. unique=`for i in $$list; do \
  278. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  279. done | \
  280. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  281. END { if (nonempty) { for (i in files) print i; }; }'`; \
  282. test -z "$(CTAGS_ARGS)$$unique" \
  283. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  284. $$unique
  285. GTAGS:
  286. here=`$(am__cd) $(top_builddir) && pwd` \
  287. && $(am__cd) $(top_srcdir) \
  288. && gtags -i $(GTAGS_ARGS) "$$here"
  289. distclean-tags:
  290. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  291. distdir: $(DISTFILES)
  292. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  293. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  294. list='$(DISTFILES)'; \
  295. dist_files=`for file in $$list; do echo $$file; done | \
  296. sed -e "s|^$$srcdirstrip/||;t" \
  297. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  298. case $$dist_files in \
  299. */*) $(MKDIR_P) `echo "$$dist_files" | \
  300. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  301. sort -u` ;; \
  302. esac; \
  303. for file in $$dist_files; do \
  304. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  305. if test -d $$d/$$file; then \
  306. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  307. if test -d "$(distdir)/$$file"; then \
  308. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  309. fi; \
  310. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  311. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  312. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  313. fi; \
  314. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  315. else \
  316. test -f "$(distdir)/$$file" \
  317. || cp -p $$d/$$file "$(distdir)/$$file" \
  318. || exit 1; \
  319. fi; \
  320. done
  321. check-am: all-am
  322. check: check-am
  323. all-am: Makefile $(PROGRAMS)
  324. installdirs:
  325. for dir in "$(DESTDIR)$(bindir)"; do \
  326. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  327. done
  328. install: install-am
  329. install-exec: install-exec-am
  330. install-data: install-data-am
  331. uninstall: uninstall-am
  332. install-am: all-am
  333. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  334. installcheck: installcheck-am
  335. install-strip:
  336. if test -z '$(STRIP)'; then \
  337. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  338. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  339. install; \
  340. else \
  341. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  342. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  343. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  344. fi
  345. mostlyclean-generic:
  346. clean-generic:
  347. distclean-generic:
  348. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  349. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  350. maintainer-clean-generic:
  351. @echo "This command is intended for maintainers to use"
  352. @echo "it deletes files that may require special tools to rebuild."
  353. clean: clean-am
  354. clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  355. distclean: distclean-am
  356. -rm -rf ./$(DEPDIR)
  357. -rm -f Makefile
  358. distclean-am: clean-am distclean-compile distclean-generic \
  359. distclean-tags
  360. dvi: dvi-am
  361. dvi-am:
  362. html: html-am
  363. html-am:
  364. info: info-am
  365. info-am:
  366. install-data-am:
  367. install-dvi: install-dvi-am
  368. install-dvi-am:
  369. install-exec-am: install-binPROGRAMS
  370. install-html: install-html-am
  371. install-html-am:
  372. install-info: install-info-am
  373. install-info-am:
  374. install-man:
  375. install-pdf: install-pdf-am
  376. install-pdf-am:
  377. install-ps: install-ps-am
  378. install-ps-am:
  379. installcheck-am:
  380. maintainer-clean: maintainer-clean-am
  381. -rm -rf ./$(DEPDIR)
  382. -rm -f Makefile
  383. maintainer-clean-am: distclean-am maintainer-clean-generic
  384. mostlyclean: mostlyclean-am
  385. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  386. pdf: pdf-am
  387. pdf-am:
  388. ps: ps-am
  389. ps-am:
  390. uninstall-am: uninstall-binPROGRAMS
  391. .MAKE: install-am install-strip
  392. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
  393. clean-generic ctags distclean distclean-compile \
  394. distclean-generic distclean-tags distdir dvi dvi-am html \
  395. html-am info info-am install install-am install-binPROGRAMS \
  396. install-data install-data-am install-dvi install-dvi-am \
  397. install-exec install-exec-am install-html install-html-am \
  398. install-info install-info-am install-man install-pdf \
  399. install-pdf-am install-ps install-ps-am install-strip \
  400. installcheck installcheck-am installdirs maintainer-clean \
  401. maintainer-clean-generic mostlyclean mostlyclean-compile \
  402. mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  403. uninstall-am uninstall-binPROGRAMS
  404. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  405. # Otherwise a system limit (for SysV at least) may be exceeded.
  406. .NOEXPORT: