Makefile.in 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. @BUILD_TESTS_TRUE@am__append_1 = tests
  87. subdir = .
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  90. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  91. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  92. $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
  93. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  94. $(ACLOCAL_M4)
  95. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  96. $(am__configure_deps) $(dist_doc_DATA) $(am__DIST_COMMON)
  97. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  98. configure.lineno config.status.lineno
  99. mkinstalldirs = $(install_sh) -d
  100. CONFIG_HEADER = config.h $(top_builddir)/tests/unit-test.h
  101. CONFIG_CLEAN_FILES = src/win32/modbus.dll.manifest libmodbus.pc
  102. CONFIG_CLEAN_VPATH_FILES =
  103. AM_V_P = $(am__v_P_@AM_V@)
  104. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  105. am__v_P_0 = false
  106. am__v_P_1 = :
  107. AM_V_GEN = $(am__v_GEN_@AM_V@)
  108. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  109. am__v_GEN_0 = @echo " GEN " $@;
  110. am__v_GEN_1 =
  111. AM_V_at = $(am__v_at_@AM_V@)
  112. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  113. am__v_at_0 = @
  114. am__v_at_1 =
  115. SOURCES =
  116. DIST_SOURCES =
  117. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  118. ctags-recursive dvi-recursive html-recursive info-recursive \
  119. install-data-recursive install-dvi-recursive \
  120. install-exec-recursive install-html-recursive \
  121. install-info-recursive install-pdf-recursive \
  122. install-ps-recursive install-recursive installcheck-recursive \
  123. installdirs-recursive pdf-recursive ps-recursive \
  124. tags-recursive uninstall-recursive
  125. am__can_run_installinfo = \
  126. case $$AM_UPDATE_INFO_DIR in \
  127. n|no|NO) false;; \
  128. *) (install-info --version) >/dev/null 2>&1;; \
  129. esac
  130. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  131. am__vpath_adj = case $$p in \
  132. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  133. *) f=$$p;; \
  134. esac;
  135. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  136. am__install_max = 40
  137. am__nobase_strip_setup = \
  138. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  139. am__nobase_strip = \
  140. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  141. am__nobase_list = $(am__nobase_strip_setup); \
  142. for p in $$list; do echo "$$p $$p"; done | \
  143. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  144. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  145. if (++n[$$2] == $(am__install_max)) \
  146. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  147. END { for (dir in files) print dir, files[dir] }'
  148. am__base_list = \
  149. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  150. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  151. am__uninstall_files_from_dir = { \
  152. test -z "$$files" \
  153. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  154. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  155. $(am__cd) "$$dir" && rm -f $$files; }; \
  156. }
  157. am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"
  158. DATA = $(dist_doc_DATA) $(pkgconfig_DATA)
  159. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  160. distclean-recursive maintainer-clean-recursive
  161. am__recursive_targets = \
  162. $(RECURSIVE_TARGETS) \
  163. $(RECURSIVE_CLEAN_TARGETS) \
  164. $(am__extra_recursive_targets)
  165. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  166. cscope distdir distdir-am dist dist-all distcheck
  167. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  168. $(LISP)config.h.in
  169. # Read a list of newline-separated strings from the standard input,
  170. # and print each of them once, without duplicates. Input order is
  171. # *not* preserved.
  172. am__uniquify_input = $(AWK) '\
  173. BEGIN { nonempty = 0; } \
  174. { items[$$0] = 1; nonempty = 1; } \
  175. END { if (nonempty) { for (i in items) print i; }; } \
  176. '
  177. # Make sure the list of sources is unique. This is necessary because,
  178. # e.g., the same source file might be shared among _SOURCES variables
  179. # for different programs/libraries.
  180. am__define_uniq_tagged_files = \
  181. list='$(am__tagged_files)'; \
  182. unique=`for i in $$list; do \
  183. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  184. done | $(am__uniquify_input)`
  185. ETAGS = etags
  186. CTAGS = ctags
  187. CSCOPE = cscope
  188. DIST_SUBDIRS = src doc tests
  189. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  190. $(srcdir)/libmodbus.pc.in $(top_srcdir)/build-aux/compile \
  191. $(top_srcdir)/build-aux/config.guess \
  192. $(top_srcdir)/build-aux/config.sub \
  193. $(top_srcdir)/build-aux/install-sh \
  194. $(top_srcdir)/build-aux/ltmain.sh \
  195. $(top_srcdir)/build-aux/missing \
  196. $(top_srcdir)/src/win32/modbus.dll.manifest.in AUTHORS \
  197. COPYING.LESSER NEWS build-aux/compile build-aux/config.guess \
  198. build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh \
  199. build-aux/missing
  200. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  201. distdir = $(PACKAGE)-$(VERSION)
  202. top_distdir = $(distdir)
  203. am__remove_distdir = \
  204. if test -d "$(distdir)"; then \
  205. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  206. && rm -rf "$(distdir)" \
  207. || { sleep 5 && rm -rf "$(distdir)"; }; \
  208. else :; fi
  209. am__post_remove_distdir = $(am__remove_distdir)
  210. am__relativize = \
  211. dir0=`pwd`; \
  212. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  213. sed_rest='s,^[^/]*/*,,'; \
  214. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  215. sed_butlast='s,/*[^/]*$$,,'; \
  216. while test -n "$$dir1"; do \
  217. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  218. if test "$$first" != "."; then \
  219. if test "$$first" = ".."; then \
  220. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  221. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  222. else \
  223. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  224. if test "$$first2" = "$$first"; then \
  225. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  226. else \
  227. dir2="../$$dir2"; \
  228. fi; \
  229. dir0="$$dir0"/"$$first"; \
  230. fi; \
  231. fi; \
  232. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  233. done; \
  234. reldir="$$dir2"
  235. DIST_ARCHIVES = $(distdir).tar.gz
  236. GZIP_ENV = --best
  237. DIST_TARGETS = dist-gzip
  238. distuninstallcheck_listfiles = find . -type f -print
  239. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  240. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  241. distcleancheck_listfiles = find . -type f -print
  242. ACLOCAL = @ACLOCAL@
  243. AMTAR = @AMTAR@
  244. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  245. AR = @AR@
  246. AS = @AS@
  247. AUTOCONF = @AUTOCONF@
  248. AUTOHEADER = @AUTOHEADER@
  249. AUTOMAKE = @AUTOMAKE@
  250. AWK = @AWK@
  251. CC = @CC@
  252. CCDEPMODE = @CCDEPMODE@
  253. CFLAGS = @CFLAGS@
  254. CPP = @CPP@
  255. CPPFLAGS = @CPPFLAGS@
  256. CXX = @CXX@
  257. CXXCPP = @CXXCPP@
  258. CXXDEPMODE = @CXXDEPMODE@
  259. CXXFLAGS = @CXXFLAGS@
  260. CYGPATH_W = @CYGPATH_W@
  261. DEFS = @DEFS@
  262. DEPDIR = @DEPDIR@
  263. DLLTOOL = @DLLTOOL@
  264. DSYMUTIL = @DSYMUTIL@
  265. DUMPBIN = @DUMPBIN@
  266. ECHO_C = @ECHO_C@
  267. ECHO_N = @ECHO_N@
  268. ECHO_T = @ECHO_T@
  269. EGREP = @EGREP@
  270. EXEEXT = @EXEEXT@
  271. FGREP = @FGREP@
  272. GREP = @GREP@
  273. INSTALL = @INSTALL@
  274. INSTALL_DATA = @INSTALL_DATA@
  275. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  276. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  277. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  278. LD = @LD@
  279. LDFLAGS = @LDFLAGS@
  280. LIBMODBUS_LT_VERSION_INFO = @LIBMODBUS_LT_VERSION_INFO@
  281. LIBMODBUS_VERSION = @LIBMODBUS_VERSION@
  282. LIBMODBUS_VERSION_MAJOR = @LIBMODBUS_VERSION_MAJOR@
  283. LIBMODBUS_VERSION_MICRO = @LIBMODBUS_VERSION_MICRO@
  284. LIBMODBUS_VERSION_MINOR = @LIBMODBUS_VERSION_MINOR@
  285. LIBOBJS = @LIBOBJS@
  286. LIBS = @LIBS@
  287. LIBTOOL = @LIBTOOL@
  288. LIPO = @LIPO@
  289. LN_S = @LN_S@
  290. LTLIBOBJS = @LTLIBOBJS@
  291. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  292. MAKEINFO = @MAKEINFO@
  293. MANIFEST_TOOL = @MANIFEST_TOOL@
  294. MKDIR_P = @MKDIR_P@
  295. NM = @NM@
  296. NMEDIT = @NMEDIT@
  297. OBJDUMP = @OBJDUMP@
  298. OBJEXT = @OBJEXT@
  299. OTOOL = @OTOOL@
  300. OTOOL64 = @OTOOL64@
  301. PACKAGE = @PACKAGE@
  302. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  303. PACKAGE_NAME = @PACKAGE_NAME@
  304. PACKAGE_STRING = @PACKAGE_STRING@
  305. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  306. PACKAGE_URL = @PACKAGE_URL@
  307. PACKAGE_VERSION = @PACKAGE_VERSION@
  308. PATH_SEPARATOR = @PATH_SEPARATOR@
  309. RANLIB = @RANLIB@
  310. SED = @SED@
  311. SET_MAKE = @SET_MAKE@
  312. SHELL = @SHELL@
  313. STRIP = @STRIP@
  314. VERSION = @VERSION@
  315. abs_builddir = @abs_builddir@
  316. abs_srcdir = @abs_srcdir@
  317. abs_top_builddir = @abs_top_builddir@
  318. abs_top_srcdir = @abs_top_srcdir@
  319. ac_ct_AR = @ac_ct_AR@
  320. ac_ct_CC = @ac_ct_CC@
  321. ac_ct_CXX = @ac_ct_CXX@
  322. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  323. ac_libmodbus_have_asciidoc = @ac_libmodbus_have_asciidoc@
  324. ac_libmodbus_have_xmlto = @ac_libmodbus_have_xmlto@
  325. am__include = @am__include@
  326. am__leading_dot = @am__leading_dot@
  327. am__quote = @am__quote@
  328. am__tar = @am__tar@
  329. am__untar = @am__untar@
  330. bindir = @bindir@
  331. build = @build@
  332. build_alias = @build_alias@
  333. build_cpu = @build_cpu@
  334. build_os = @build_os@
  335. build_vendor = @build_vendor@
  336. builddir = @builddir@
  337. datadir = @datadir@
  338. datarootdir = @datarootdir@
  339. docdir = @docdir@
  340. dvidir = @dvidir@
  341. exec_prefix = @exec_prefix@
  342. host = @host@
  343. host_alias = @host_alias@
  344. host_cpu = @host_cpu@
  345. host_os = @host_os@
  346. host_vendor = @host_vendor@
  347. htmldir = @htmldir@
  348. includedir = @includedir@
  349. infodir = @infodir@
  350. install_sh = @install_sh@
  351. libdir = @libdir@
  352. libexecdir = @libexecdir@
  353. localedir = @localedir@
  354. localstatedir = @localstatedir@
  355. mandir = @mandir@
  356. mkdir_p = @mkdir_p@
  357. my_CFLAGS = @my_CFLAGS@
  358. oldincludedir = @oldincludedir@
  359. pdfdir = @pdfdir@
  360. prefix = @prefix@
  361. program_transform_name = @program_transform_name@
  362. psdir = @psdir@
  363. sbindir = @sbindir@
  364. sharedstatedir = @sharedstatedir@
  365. srcdir = @srcdir@
  366. sysconfdir = @sysconfdir@
  367. target_alias = @target_alias@
  368. top_build_prefix = @top_build_prefix@
  369. top_builddir = @top_builddir@
  370. top_srcdir = @top_srcdir@
  371. CLEANFILES = libmodbus.pc
  372. ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
  373. AM_MAKEFLAGS = --no-print-directory
  374. pkgconfigdir = $(libdir)/pkgconfig
  375. pkgconfig_DATA = libmodbus.pc
  376. EXTRA_DIST = libmodbus.pc.in
  377. dist_doc_DATA = MIGRATION README.md
  378. SUBDIRS = src doc $(am__append_1)
  379. all: config.h
  380. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  381. .SUFFIXES:
  382. am--refresh: Makefile
  383. @:
  384. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  385. @for dep in $?; do \
  386. case '$(am__configure_deps)' in \
  387. *$$dep*) \
  388. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  389. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  390. && exit 0; \
  391. exit 1;; \
  392. esac; \
  393. done; \
  394. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  395. $(am__cd) $(top_srcdir) && \
  396. $(AUTOMAKE) --foreign Makefile
  397. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  398. @case '$?' in \
  399. *config.status*) \
  400. echo ' $(SHELL) ./config.status'; \
  401. $(SHELL) ./config.status;; \
  402. *) \
  403. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
  404. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
  405. esac;
  406. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  407. $(SHELL) ./config.status --recheck
  408. $(top_srcdir)/configure: $(am__configure_deps)
  409. $(am__cd) $(srcdir) && $(AUTOCONF)
  410. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  411. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  412. $(am__aclocal_m4_deps):
  413. config.h: stamp-h1
  414. @test -f $@ || rm -f stamp-h1
  415. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  416. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  417. @rm -f stamp-h1
  418. cd $(top_builddir) && $(SHELL) ./config.status config.h
  419. $(srcdir)/config.h.in: $(am__configure_deps)
  420. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  421. rm -f stamp-h1
  422. touch $@
  423. distclean-hdr:
  424. -rm -f config.h stamp-h1
  425. src/win32/modbus.dll.manifest: $(top_builddir)/config.status $(top_srcdir)/src/win32/modbus.dll.manifest.in
  426. cd $(top_builddir) && $(SHELL) ./config.status $@
  427. libmodbus.pc: $(top_builddir)/config.status $(srcdir)/libmodbus.pc.in
  428. cd $(top_builddir) && $(SHELL) ./config.status $@
  429. mostlyclean-libtool:
  430. -rm -f *.lo
  431. clean-libtool:
  432. -rm -rf .libs _libs
  433. distclean-libtool:
  434. -rm -f libtool config.lt
  435. install-dist_docDATA: $(dist_doc_DATA)
  436. @$(NORMAL_INSTALL)
  437. @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
  438. if test -n "$$list"; then \
  439. echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
  440. $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
  441. fi; \
  442. for p in $$list; do \
  443. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  444. echo "$$d$$p"; \
  445. done | $(am__base_list) | \
  446. while read files; do \
  447. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
  448. $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
  449. done
  450. uninstall-dist_docDATA:
  451. @$(NORMAL_UNINSTALL)
  452. @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
  453. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  454. dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
  455. install-pkgconfigDATA: $(pkgconfig_DATA)
  456. @$(NORMAL_INSTALL)
  457. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  458. if test -n "$$list"; then \
  459. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  460. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  461. fi; \
  462. for p in $$list; do \
  463. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  464. echo "$$d$$p"; \
  465. done | $(am__base_list) | \
  466. while read files; do \
  467. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  468. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  469. done
  470. uninstall-pkgconfigDATA:
  471. @$(NORMAL_UNINSTALL)
  472. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  473. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  474. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  475. # This directory's subdirectories are mostly independent; you can cd
  476. # into them and run 'make' without going through this Makefile.
  477. # To change the values of 'make' variables: instead of editing Makefiles,
  478. # (1) if the variable is set in 'config.status', edit 'config.status'
  479. # (which will cause the Makefiles to be regenerated when you run 'make');
  480. # (2) otherwise, pass the desired values on the 'make' command line.
  481. $(am__recursive_targets):
  482. @fail=; \
  483. if $(am__make_keepgoing); then \
  484. failcom='fail=yes'; \
  485. else \
  486. failcom='exit 1'; \
  487. fi; \
  488. dot_seen=no; \
  489. target=`echo $@ | sed s/-recursive//`; \
  490. case "$@" in \
  491. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  492. *) list='$(SUBDIRS)' ;; \
  493. esac; \
  494. for subdir in $$list; do \
  495. echo "Making $$target in $$subdir"; \
  496. if test "$$subdir" = "."; then \
  497. dot_seen=yes; \
  498. local_target="$$target-am"; \
  499. else \
  500. local_target="$$target"; \
  501. fi; \
  502. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  503. || eval $$failcom; \
  504. done; \
  505. if test "$$dot_seen" = "no"; then \
  506. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  507. fi; test -z "$$fail"
  508. ID: $(am__tagged_files)
  509. $(am__define_uniq_tagged_files); mkid -fID $$unique
  510. tags: tags-recursive
  511. TAGS: tags
  512. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  513. set x; \
  514. here=`pwd`; \
  515. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  516. include_option=--etags-include; \
  517. empty_fix=.; \
  518. else \
  519. include_option=--include; \
  520. empty_fix=; \
  521. fi; \
  522. list='$(SUBDIRS)'; for subdir in $$list; do \
  523. if test "$$subdir" = .; then :; else \
  524. test ! -f $$subdir/TAGS || \
  525. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  526. fi; \
  527. done; \
  528. $(am__define_uniq_tagged_files); \
  529. shift; \
  530. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  531. test -n "$$unique" || unique=$$empty_fix; \
  532. if test $$# -gt 0; then \
  533. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  534. "$$@" $$unique; \
  535. else \
  536. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  537. $$unique; \
  538. fi; \
  539. fi
  540. ctags: ctags-recursive
  541. CTAGS: ctags
  542. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  543. $(am__define_uniq_tagged_files); \
  544. test -z "$(CTAGS_ARGS)$$unique" \
  545. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  546. $$unique
  547. GTAGS:
  548. here=`$(am__cd) $(top_builddir) && pwd` \
  549. && $(am__cd) $(top_srcdir) \
  550. && gtags -i $(GTAGS_ARGS) "$$here"
  551. cscope: cscope.files
  552. test ! -s cscope.files \
  553. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  554. clean-cscope:
  555. -rm -f cscope.files
  556. cscope.files: clean-cscope cscopelist
  557. cscopelist: cscopelist-recursive
  558. cscopelist-am: $(am__tagged_files)
  559. list='$(am__tagged_files)'; \
  560. case "$(srcdir)" in \
  561. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  562. *) sdir=$(subdir)/$(srcdir) ;; \
  563. esac; \
  564. for i in $$list; do \
  565. if test -f "$$i"; then \
  566. echo "$(subdir)/$$i"; \
  567. else \
  568. echo "$$sdir/$$i"; \
  569. fi; \
  570. done >> $(top_builddir)/cscope.files
  571. distclean-tags:
  572. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  573. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  574. distdir: $(BUILT_SOURCES)
  575. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  576. distdir-am: $(DISTFILES)
  577. @case `sed 15q $(srcdir)/NEWS` in \
  578. *"$(VERSION)"*) : ;; \
  579. *) \
  580. echo "NEWS not updated; not releasing" 1>&2; \
  581. exit 1;; \
  582. esac
  583. $(am__remove_distdir)
  584. test -d "$(distdir)" || mkdir "$(distdir)"
  585. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  586. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  587. list='$(DISTFILES)'; \
  588. dist_files=`for file in $$list; do echo $$file; done | \
  589. sed -e "s|^$$srcdirstrip/||;t" \
  590. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  591. case $$dist_files in \
  592. */*) $(MKDIR_P) `echo "$$dist_files" | \
  593. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  594. sort -u` ;; \
  595. esac; \
  596. for file in $$dist_files; do \
  597. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  598. if test -d $$d/$$file; then \
  599. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  600. if test -d "$(distdir)/$$file"; then \
  601. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  602. fi; \
  603. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  604. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  605. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  606. fi; \
  607. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  608. else \
  609. test -f "$(distdir)/$$file" \
  610. || cp -p $$d/$$file "$(distdir)/$$file" \
  611. || exit 1; \
  612. fi; \
  613. done
  614. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  615. if test "$$subdir" = .; then :; else \
  616. $(am__make_dryrun) \
  617. || test -d "$(distdir)/$$subdir" \
  618. || $(MKDIR_P) "$(distdir)/$$subdir" \
  619. || exit 1; \
  620. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  621. $(am__relativize); \
  622. new_distdir=$$reldir; \
  623. dir1=$$subdir; dir2="$(top_distdir)"; \
  624. $(am__relativize); \
  625. new_top_distdir=$$reldir; \
  626. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  627. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  628. ($(am__cd) $$subdir && \
  629. $(MAKE) $(AM_MAKEFLAGS) \
  630. top_distdir="$$new_top_distdir" \
  631. distdir="$$new_distdir" \
  632. am__remove_distdir=: \
  633. am__skip_length_check=: \
  634. am__skip_mode_fix=: \
  635. distdir) \
  636. || exit 1; \
  637. fi; \
  638. done
  639. -test -n "$(am__skip_mode_fix)" \
  640. || find "$(distdir)" -type d ! -perm -755 \
  641. -exec chmod u+rwx,go+rx {} \; -o \
  642. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  643. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  644. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  645. || chmod -R a+r "$(distdir)"
  646. dist-gzip: distdir
  647. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  648. $(am__post_remove_distdir)
  649. dist-bzip2: distdir
  650. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  651. $(am__post_remove_distdir)
  652. dist-lzip: distdir
  653. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  654. $(am__post_remove_distdir)
  655. dist-xz: distdir
  656. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  657. $(am__post_remove_distdir)
  658. dist-tarZ: distdir
  659. @echo WARNING: "Support for distribution archives compressed with" \
  660. "legacy program 'compress' is deprecated." >&2
  661. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  662. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  663. $(am__post_remove_distdir)
  664. dist-shar: distdir
  665. @echo WARNING: "Support for shar distribution archives is" \
  666. "deprecated." >&2
  667. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  668. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  669. $(am__post_remove_distdir)
  670. dist-zip: distdir
  671. -rm -f $(distdir).zip
  672. zip -rq $(distdir).zip $(distdir)
  673. $(am__post_remove_distdir)
  674. dist dist-all:
  675. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  676. $(am__post_remove_distdir)
  677. # This target untars the dist file and tries a VPATH configuration. Then
  678. # it guarantees that the distribution is self-contained by making another
  679. # tarfile.
  680. distcheck: dist
  681. case '$(DIST_ARCHIVES)' in \
  682. *.tar.gz*) \
  683. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  684. *.tar.bz2*) \
  685. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  686. *.tar.lz*) \
  687. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  688. *.tar.xz*) \
  689. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  690. *.tar.Z*) \
  691. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  692. *.shar.gz*) \
  693. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  694. *.zip*) \
  695. unzip $(distdir).zip ;;\
  696. esac
  697. chmod -R a-w $(distdir)
  698. chmod u+w $(distdir)
  699. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  700. chmod a-w $(distdir)
  701. test -d $(distdir)/_build || exit 0; \
  702. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  703. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  704. && am__cwd=`pwd` \
  705. && $(am__cd) $(distdir)/_build/sub \
  706. && ../../configure \
  707. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  708. $(DISTCHECK_CONFIGURE_FLAGS) \
  709. --srcdir=../.. --prefix="$$dc_install_base" \
  710. && $(MAKE) $(AM_MAKEFLAGS) \
  711. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  712. && $(MAKE) $(AM_MAKEFLAGS) check \
  713. && $(MAKE) $(AM_MAKEFLAGS) install \
  714. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  715. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  716. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  717. distuninstallcheck \
  718. && chmod -R a-w "$$dc_install_base" \
  719. && ({ \
  720. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  721. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  722. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  723. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  724. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  725. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  726. && rm -rf "$$dc_destdir" \
  727. && $(MAKE) $(AM_MAKEFLAGS) dist \
  728. && rm -rf $(DIST_ARCHIVES) \
  729. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  730. && cd "$$am__cwd" \
  731. || exit 1
  732. $(am__post_remove_distdir)
  733. @(echo "$(distdir) archives ready for distribution: "; \
  734. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  735. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  736. distuninstallcheck:
  737. @test -n '$(distuninstallcheck_dir)' || { \
  738. echo 'ERROR: trying to run $@ with an empty' \
  739. '$$(distuninstallcheck_dir)' >&2; \
  740. exit 1; \
  741. }; \
  742. $(am__cd) '$(distuninstallcheck_dir)' || { \
  743. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  744. exit 1; \
  745. }; \
  746. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  747. || { echo "ERROR: files left after uninstall:" ; \
  748. if test -n "$(DESTDIR)"; then \
  749. echo " (check DESTDIR support)"; \
  750. fi ; \
  751. $(distuninstallcheck_listfiles) ; \
  752. exit 1; } >&2
  753. distcleancheck: distclean
  754. @if test '$(srcdir)' = . ; then \
  755. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  756. exit 1 ; \
  757. fi
  758. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  759. || { echo "ERROR: files left in build directory after distclean:" ; \
  760. $(distcleancheck_listfiles) ; \
  761. exit 1; } >&2
  762. check-am: all-am
  763. check: check-recursive
  764. all-am: Makefile $(DATA) config.h
  765. installdirs: installdirs-recursive
  766. installdirs-am:
  767. for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
  768. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  769. done
  770. install: install-recursive
  771. install-exec: install-exec-recursive
  772. install-data: install-data-recursive
  773. uninstall: uninstall-recursive
  774. install-am: all-am
  775. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  776. installcheck: installcheck-recursive
  777. install-strip:
  778. if test -z '$(STRIP)'; then \
  779. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  780. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  781. install; \
  782. else \
  783. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  784. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  785. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  786. fi
  787. mostlyclean-generic:
  788. clean-generic:
  789. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  790. distclean-generic:
  791. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  792. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  793. maintainer-clean-generic:
  794. @echo "This command is intended for maintainers to use"
  795. @echo "it deletes files that may require special tools to rebuild."
  796. clean: clean-recursive
  797. clean-am: clean-generic clean-libtool mostlyclean-am
  798. distclean: distclean-recursive
  799. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  800. -rm -f Makefile
  801. distclean-am: clean-am distclean-generic distclean-hdr \
  802. distclean-libtool distclean-tags
  803. dvi: dvi-recursive
  804. dvi-am:
  805. html: html-recursive
  806. html-am:
  807. info: info-recursive
  808. info-am:
  809. install-data-am: install-dist_docDATA install-pkgconfigDATA
  810. install-dvi: install-dvi-recursive
  811. install-dvi-am:
  812. install-exec-am:
  813. install-html: install-html-recursive
  814. install-html-am:
  815. install-info: install-info-recursive
  816. install-info-am:
  817. install-man:
  818. install-pdf: install-pdf-recursive
  819. install-pdf-am:
  820. install-ps: install-ps-recursive
  821. install-ps-am:
  822. installcheck-am:
  823. maintainer-clean: maintainer-clean-recursive
  824. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  825. -rm -rf $(top_srcdir)/autom4te.cache
  826. -rm -f Makefile
  827. maintainer-clean-am: distclean-am maintainer-clean-generic
  828. mostlyclean: mostlyclean-recursive
  829. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  830. pdf: pdf-recursive
  831. pdf-am:
  832. ps: ps-recursive
  833. ps-am:
  834. uninstall-am: uninstall-dist_docDATA uninstall-pkgconfigDATA
  835. .MAKE: $(am__recursive_targets) all install-am install-strip
  836. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  837. am--refresh check check-am clean clean-cscope clean-generic \
  838. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  839. dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  840. dist-xz dist-zip distcheck distclean distclean-generic \
  841. distclean-hdr distclean-libtool distclean-tags distcleancheck \
  842. distdir distuninstallcheck dvi dvi-am html html-am info \
  843. info-am install install-am install-data install-data-am \
  844. install-dist_docDATA install-dvi install-dvi-am install-exec \
  845. install-exec-am install-html install-html-am install-info \
  846. install-info-am install-man install-pdf install-pdf-am \
  847. install-pkgconfigDATA install-ps install-ps-am install-strip \
  848. installcheck installcheck-am installdirs installdirs-am \
  849. maintainer-clean maintainer-clean-generic mostlyclean \
  850. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  851. tags tags-am uninstall uninstall-am uninstall-dist_docDATA \
  852. uninstall-pkgconfigDATA
  853. .PRECIOUS: Makefile
  854. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  855. # Otherwise a system limit (for SysV at least) may be exceeded.
  856. .NOEXPORT: