Makefile 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  1. # Makefile.in generated by automake 1.11.3 from Makefile.am.
  2. # 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. subdir = .
  33. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  34. $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
  35. ChangeLog INSTALL NEWS compile config.guess config.sub depcomp \
  36. install-sh ltmain.sh missing
  37. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  38. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  39. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  40. $(ACLOCAL_M4)
  41. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  42. configure.lineno config.status.lineno
  43. mkinstalldirs = $(install_sh) -d
  44. CONFIG_CLEAN_FILES =
  45. CONFIG_CLEAN_VPATH_FILES =
  46. SOURCES =
  47. DIST_SOURCES =
  48. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  49. html-recursive info-recursive install-data-recursive \
  50. install-dvi-recursive install-exec-recursive \
  51. install-html-recursive install-info-recursive \
  52. install-pdf-recursive install-ps-recursive install-recursive \
  53. installcheck-recursive installdirs-recursive pdf-recursive \
  54. ps-recursive uninstall-recursive
  55. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  56. distclean-recursive maintainer-clean-recursive
  57. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  58. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  59. distdir dist dist-all distcheck
  60. ETAGS = etags
  61. CTAGS = ctags
  62. DIST_SUBDIRS = src . tests examples/src
  63. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  64. distdir = $(PACKAGE)-$(VERSION)
  65. top_distdir = $(distdir)
  66. am__remove_distdir = \
  67. if test -d "$(distdir)"; then \
  68. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  69. && rm -rf "$(distdir)" \
  70. || { sleep 5 && rm -rf "$(distdir)"; }; \
  71. else :; fi
  72. am__relativize = \
  73. dir0=`pwd`; \
  74. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  75. sed_rest='s,^[^/]*/*,,'; \
  76. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  77. sed_butlast='s,/*[^/]*$$,,'; \
  78. while test -n "$$dir1"; do \
  79. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  80. if test "$$first" != "."; then \
  81. if test "$$first" = ".."; then \
  82. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  83. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  84. else \
  85. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  86. if test "$$first2" = "$$first"; then \
  87. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  88. else \
  89. dir2="../$$dir2"; \
  90. fi; \
  91. dir0="$$dir0"/"$$first"; \
  92. fi; \
  93. fi; \
  94. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  95. done; \
  96. reldir="$$dir2"
  97. DIST_ARCHIVES = $(distdir).tar.gz
  98. GZIP_ENV = --best
  99. distuninstallcheck_listfiles = find . -type f -print
  100. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  101. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  102. distcleancheck_listfiles = find . -type f -print
  103. ACLOCAL = ${SHELL} /home/opcua/git/opcUaStack/missing --run aclocal-1.11
  104. AMTAR = $${TAR-tar}
  105. AR = ar
  106. AS = as
  107. AUTOCONF = ${SHELL} /home/opcua/git/opcUaStack/missing --run autoconf
  108. AUTOHEADER = ${SHELL} /home/opcua/git/opcUaStack/missing --run autoheader
  109. AUTOMAKE = ${SHELL} /home/opcua/git/opcUaStack/missing --run automake-1.11
  110. AWK = mawk
  111. CC = gcc
  112. CCDEPMODE = depmode=gcc3
  113. CFLAGS = -O2
  114. CHECK_CFLAGS = -pthread -I/usr/local/include
  115. CHECK_LIBS = -L/usr/local/lib -lcheck
  116. CPP = gcc -E
  117. CPPFLAGS =
  118. CYGPATH_W = echo
  119. 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\" -DHAVE_LIBM=1 -DLINUX=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
  120. DEPDIR = .deps
  121. DLLTOOL = dlltool
  122. DSYMUTIL =
  123. DUMPBIN =
  124. ECHO_C =
  125. ECHO_N = -n
  126. ECHO_T =
  127. EGREP = /bin/grep -E
  128. EXEEXT =
  129. FGREP = /bin/grep -F
  130. GREP = /bin/grep
  131. INSTALL = /usr/bin/install -c
  132. INSTALL_DATA = ${INSTALL} -m 644
  133. INSTALL_PROGRAM = ${INSTALL}
  134. INSTALL_SCRIPT = ${INSTALL}
  135. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  136. LD = /usr/bin/ld
  137. LDFLAGS =
  138. LIBOBJS =
  139. LIBS = -lm
  140. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  141. LIPO =
  142. LN_S = ln -s
  143. LTLIBOBJS =
  144. MAKEINFO = ${SHELL} /home/opcua/git/opcUaStack/missing --run makeinfo
  145. MANIFEST_TOOL = :
  146. MKDIR_P = /bin/mkdir -p
  147. NM = /usr/bin/nm -B
  148. NMEDIT =
  149. OBJDUMP = objdump
  150. OBJEXT = o
  151. OTOOL =
  152. OTOOL64 =
  153. PACKAGE = opcuaserver
  154. PACKAGE_BUGREPORT =
  155. PACKAGE_NAME = OPCUAServer
  156. PACKAGE_STRING = OPCUAServer 1.0
  157. PACKAGE_TARNAME = opcuaserver
  158. PACKAGE_URL =
  159. PACKAGE_VERSION = 1.0
  160. PATH_SEPARATOR = :
  161. PKG_CONFIG = /usr/bin/pkg-config
  162. PKG_CONFIG_LIBDIR =
  163. PKG_CONFIG_PATH =
  164. RANLIB = ranlib
  165. SED = /bin/sed
  166. SET_MAKE =
  167. SHELL = /bin/bash
  168. STRIP = strip
  169. VERSION = 1.0
  170. abs_builddir = /home/opcua/git/opcUaStack
  171. abs_srcdir = /home/opcua/git/opcUaStack
  172. abs_top_builddir = /home/opcua/git/opcUaStack
  173. abs_top_srcdir = /home/opcua/git/opcUaStack
  174. ac_ct_AR = ar
  175. ac_ct_CC = gcc
  176. ac_ct_DUMPBIN =
  177. am__include = include
  178. am__leading_dot = .
  179. am__quote =
  180. am__tar = $${TAR-tar} chof - "$$tardir"
  181. am__untar = $${TAR-tar} xf -
  182. bindir = ${exec_prefix}/bin
  183. build = i686-pc-linux-gnu
  184. build_alias =
  185. build_cpu = i686
  186. build_os = linux-gnu
  187. build_vendor = pc
  188. builddir = .
  189. datadir = ${datarootdir}
  190. datarootdir = ${prefix}/share
  191. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  192. dvidir = ${docdir}
  193. exec_prefix = ${prefix}
  194. host = i686-pc-linux-gnu
  195. host_alias =
  196. host_cpu = i686
  197. host_os = linux-gnu
  198. host_vendor = pc
  199. htmldir = ${docdir}
  200. includedir = ${prefix}/include
  201. infodir = ${datarootdir}/info
  202. install_sh = ${SHELL} /home/opcua/git/opcUaStack/install-sh
  203. libdir = ${exec_prefix}/lib
  204. libexecdir = ${exec_prefix}/libexec
  205. localedir = ${datarootdir}/locale
  206. localstatedir = ${prefix}/var
  207. mandir = ${datarootdir}/man
  208. mkdir_p = /bin/mkdir -p
  209. oldincludedir = /usr/include
  210. pdfdir = ${docdir}
  211. prefix = /usr/local
  212. program_transform_name = s,x,x,
  213. psdir = ${docdir}
  214. sbindir = ${exec_prefix}/sbin
  215. sharedstatedir = ${prefix}/com
  216. srcdir = .
  217. sysconfdir = ${prefix}/etc
  218. target = i686-pc-linux-gnu
  219. target_alias =
  220. target_cpu = i686
  221. target_os = linux-gnu
  222. target_vendor = pc
  223. top_build_prefix =
  224. top_builddir = .
  225. top_srcdir = .
  226. #SUBS = src .
  227. SUBS = src . tests .
  228. SUBDIRS = $(SUBS) examples/src
  229. all: all-recursive
  230. .SUFFIXES:
  231. am--refresh: Makefile
  232. @:
  233. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  234. @for dep in $?; do \
  235. case '$(am__configure_deps)' in \
  236. *$$dep*) \
  237. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  238. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  239. && exit 0; \
  240. exit 1;; \
  241. esac; \
  242. done; \
  243. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  244. $(am__cd) $(top_srcdir) && \
  245. $(AUTOMAKE) --gnu Makefile
  246. .PRECIOUS: Makefile
  247. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  248. @case '$?' in \
  249. *config.status*) \
  250. echo ' $(SHELL) ./config.status'; \
  251. $(SHELL) ./config.status;; \
  252. *) \
  253. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  254. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  255. esac;
  256. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  257. $(SHELL) ./config.status --recheck
  258. $(top_srcdir)/configure: $(am__configure_deps)
  259. $(am__cd) $(srcdir) && $(AUTOCONF)
  260. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  261. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  262. $(am__aclocal_m4_deps):
  263. mostlyclean-libtool:
  264. -rm -f *.lo
  265. clean-libtool:
  266. -rm -rf .libs _libs
  267. distclean-libtool:
  268. -rm -f libtool config.lt
  269. # This directory's subdirectories are mostly independent; you can cd
  270. # into them and run `make' without going through this Makefile.
  271. # To change the values of `make' variables: instead of editing Makefiles,
  272. # (1) if the variable is set in `config.status', edit `config.status'
  273. # (which will cause the Makefiles to be regenerated when you run `make');
  274. # (2) otherwise, pass the desired values on the `make' command line.
  275. $(RECURSIVE_TARGETS):
  276. @fail= failcom='exit 1'; \
  277. for f in x $$MAKEFLAGS; do \
  278. case $$f in \
  279. *=* | --[!k]*);; \
  280. *k*) failcom='fail=yes';; \
  281. esac; \
  282. done; \
  283. dot_seen=no; \
  284. target=`echo $@ | sed s/-recursive//`; \
  285. list='$(SUBDIRS)'; for subdir in $$list; do \
  286. echo "Making $$target in $$subdir"; \
  287. if test "$$subdir" = "."; then \
  288. dot_seen=yes; \
  289. local_target="$$target-am"; \
  290. else \
  291. local_target="$$target"; \
  292. fi; \
  293. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  294. || eval $$failcom; \
  295. done; \
  296. if test "$$dot_seen" = "no"; then \
  297. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  298. fi; test -z "$$fail"
  299. $(RECURSIVE_CLEAN_TARGETS):
  300. @fail= failcom='exit 1'; \
  301. for f in x $$MAKEFLAGS; do \
  302. case $$f in \
  303. *=* | --[!k]*);; \
  304. *k*) failcom='fail=yes';; \
  305. esac; \
  306. done; \
  307. dot_seen=no; \
  308. case "$@" in \
  309. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  310. *) list='$(SUBDIRS)' ;; \
  311. esac; \
  312. rev=''; for subdir in $$list; do \
  313. if test "$$subdir" = "."; then :; else \
  314. rev="$$subdir $$rev"; \
  315. fi; \
  316. done; \
  317. rev="$$rev ."; \
  318. target=`echo $@ | sed s/-recursive//`; \
  319. for subdir in $$rev; do \
  320. echo "Making $$target in $$subdir"; \
  321. if test "$$subdir" = "."; then \
  322. local_target="$$target-am"; \
  323. else \
  324. local_target="$$target"; \
  325. fi; \
  326. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  327. || eval $$failcom; \
  328. done && test -z "$$fail"
  329. tags-recursive:
  330. list='$(SUBDIRS)'; for subdir in $$list; do \
  331. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  332. done
  333. ctags-recursive:
  334. list='$(SUBDIRS)'; for subdir in $$list; do \
  335. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  336. done
  337. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  338. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  339. unique=`for i in $$list; do \
  340. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  341. done | \
  342. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  343. END { if (nonempty) { for (i in files) print i; }; }'`; \
  344. mkid -fID $$unique
  345. tags: TAGS
  346. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  347. $(TAGS_FILES) $(LISP)
  348. set x; \
  349. here=`pwd`; \
  350. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  351. include_option=--etags-include; \
  352. empty_fix=.; \
  353. else \
  354. include_option=--include; \
  355. empty_fix=; \
  356. fi; \
  357. list='$(SUBDIRS)'; for subdir in $$list; do \
  358. if test "$$subdir" = .; then :; else \
  359. test ! -f $$subdir/TAGS || \
  360. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  361. fi; \
  362. done; \
  363. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  364. unique=`for i in $$list; do \
  365. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  366. done | \
  367. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  368. END { if (nonempty) { for (i in files) print i; }; }'`; \
  369. shift; \
  370. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  371. test -n "$$unique" || unique=$$empty_fix; \
  372. if test $$# -gt 0; then \
  373. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  374. "$$@" $$unique; \
  375. else \
  376. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  377. $$unique; \
  378. fi; \
  379. fi
  380. ctags: CTAGS
  381. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  382. $(TAGS_FILES) $(LISP)
  383. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  384. unique=`for i in $$list; do \
  385. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  386. done | \
  387. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  388. END { if (nonempty) { for (i in files) print i; }; }'`; \
  389. test -z "$(CTAGS_ARGS)$$unique" \
  390. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  391. $$unique
  392. GTAGS:
  393. here=`$(am__cd) $(top_builddir) && pwd` \
  394. && $(am__cd) $(top_srcdir) \
  395. && gtags -i $(GTAGS_ARGS) "$$here"
  396. distclean-tags:
  397. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  398. distdir: $(DISTFILES)
  399. $(am__remove_distdir)
  400. test -d "$(distdir)" || mkdir "$(distdir)"
  401. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  402. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  403. list='$(DISTFILES)'; \
  404. dist_files=`for file in $$list; do echo $$file; done | \
  405. sed -e "s|^$$srcdirstrip/||;t" \
  406. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  407. case $$dist_files in \
  408. */*) $(MKDIR_P) `echo "$$dist_files" | \
  409. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  410. sort -u` ;; \
  411. esac; \
  412. for file in $$dist_files; do \
  413. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  414. if test -d $$d/$$file; then \
  415. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  416. if test -d "$(distdir)/$$file"; then \
  417. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  418. fi; \
  419. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  420. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  421. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  422. fi; \
  423. cp -fpR $$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. fi; \
  436. done
  437. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  438. if test "$$subdir" = .; then :; else \
  439. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  440. $(am__relativize); \
  441. new_distdir=$$reldir; \
  442. dir1=$$subdir; dir2="$(top_distdir)"; \
  443. $(am__relativize); \
  444. new_top_distdir=$$reldir; \
  445. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  446. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  447. ($(am__cd) $$subdir && \
  448. $(MAKE) $(AM_MAKEFLAGS) \
  449. top_distdir="$$new_top_distdir" \
  450. distdir="$$new_distdir" \
  451. am__remove_distdir=: \
  452. am__skip_length_check=: \
  453. am__skip_mode_fix=: \
  454. distdir) \
  455. || exit 1; \
  456. fi; \
  457. done
  458. -test -n "$(am__skip_mode_fix)" \
  459. || find "$(distdir)" -type d ! -perm -755 \
  460. -exec chmod u+rwx,go+rx {} \; -o \
  461. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  462. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  463. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  464. || chmod -R a+r "$(distdir)"
  465. dist-gzip: distdir
  466. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  467. $(am__remove_distdir)
  468. dist-bzip2: distdir
  469. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  470. $(am__remove_distdir)
  471. dist-lzip: distdir
  472. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  473. $(am__remove_distdir)
  474. dist-lzma: distdir
  475. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  476. $(am__remove_distdir)
  477. dist-xz: distdir
  478. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  479. $(am__remove_distdir)
  480. dist-tarZ: distdir
  481. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  482. $(am__remove_distdir)
  483. dist-shar: distdir
  484. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  485. $(am__remove_distdir)
  486. dist-zip: distdir
  487. -rm -f $(distdir).zip
  488. zip -rq $(distdir).zip $(distdir)
  489. $(am__remove_distdir)
  490. dist dist-all: distdir
  491. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  492. $(am__remove_distdir)
  493. # This target untars the dist file and tries a VPATH configuration. Then
  494. # it guarantees that the distribution is self-contained by making another
  495. # tarfile.
  496. distcheck: dist
  497. case '$(DIST_ARCHIVES)' in \
  498. *.tar.gz*) \
  499. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  500. *.tar.bz2*) \
  501. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  502. *.tar.lzma*) \
  503. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  504. *.tar.lz*) \
  505. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  506. *.tar.xz*) \
  507. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  508. *.tar.Z*) \
  509. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  510. *.shar.gz*) \
  511. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  512. *.zip*) \
  513. unzip $(distdir).zip ;;\
  514. esac
  515. chmod -R a-w $(distdir); chmod a+w $(distdir)
  516. mkdir $(distdir)/_build
  517. mkdir $(distdir)/_inst
  518. chmod a-w $(distdir)
  519. test -d $(distdir)/_build || exit 0; \
  520. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  521. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  522. && am__cwd=`pwd` \
  523. && $(am__cd) $(distdir)/_build \
  524. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  525. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  526. $(DISTCHECK_CONFIGURE_FLAGS) \
  527. && $(MAKE) $(AM_MAKEFLAGS) \
  528. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  529. && $(MAKE) $(AM_MAKEFLAGS) check \
  530. && $(MAKE) $(AM_MAKEFLAGS) install \
  531. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  532. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  533. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  534. distuninstallcheck \
  535. && chmod -R a-w "$$dc_install_base" \
  536. && ({ \
  537. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  538. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  539. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  540. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  541. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  542. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  543. && rm -rf "$$dc_destdir" \
  544. && $(MAKE) $(AM_MAKEFLAGS) dist \
  545. && rm -rf $(DIST_ARCHIVES) \
  546. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  547. && cd "$$am__cwd" \
  548. || exit 1
  549. $(am__remove_distdir)
  550. @(echo "$(distdir) archives ready for distribution: "; \
  551. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  552. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  553. distuninstallcheck:
  554. @test -n '$(distuninstallcheck_dir)' || { \
  555. echo 'ERROR: trying to run $@ with an empty' \
  556. '$$(distuninstallcheck_dir)' >&2; \
  557. exit 1; \
  558. }; \
  559. $(am__cd) '$(distuninstallcheck_dir)' || { \
  560. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  561. exit 1; \
  562. }; \
  563. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  564. || { echo "ERROR: files left after uninstall:" ; \
  565. if test -n "$(DESTDIR)"; then \
  566. echo " (check DESTDIR support)"; \
  567. fi ; \
  568. $(distuninstallcheck_listfiles) ; \
  569. exit 1; } >&2
  570. distcleancheck: distclean
  571. @if test '$(srcdir)' = . ; then \
  572. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  573. exit 1 ; \
  574. fi
  575. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  576. || { echo "ERROR: files left in build directory after distclean:" ; \
  577. $(distcleancheck_listfiles) ; \
  578. exit 1; } >&2
  579. check-am: all-am
  580. check: check-recursive
  581. all-am: Makefile
  582. installdirs: installdirs-recursive
  583. installdirs-am:
  584. install: install-recursive
  585. install-exec: install-exec-recursive
  586. install-data: install-data-recursive
  587. uninstall: uninstall-recursive
  588. install-am: all-am
  589. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  590. installcheck: installcheck-recursive
  591. install-strip:
  592. if test -z '$(STRIP)'; then \
  593. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  594. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  595. install; \
  596. else \
  597. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  598. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  599. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  600. fi
  601. mostlyclean-generic:
  602. clean-generic:
  603. distclean-generic:
  604. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  605. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  606. maintainer-clean-generic:
  607. @echo "This command is intended for maintainers to use"
  608. @echo "it deletes files that may require special tools to rebuild."
  609. clean: clean-recursive
  610. clean-am: clean-generic clean-libtool mostlyclean-am
  611. distclean: distclean-recursive
  612. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  613. -rm -f Makefile
  614. distclean-am: clean-am distclean-generic distclean-libtool \
  615. distclean-tags
  616. dvi: dvi-recursive
  617. dvi-am:
  618. html: html-recursive
  619. html-am:
  620. info: info-recursive
  621. info-am:
  622. install-data-am:
  623. install-dvi: install-dvi-recursive
  624. install-dvi-am:
  625. install-exec-am:
  626. install-html: install-html-recursive
  627. install-html-am:
  628. install-info: install-info-recursive
  629. install-info-am:
  630. install-man:
  631. install-pdf: install-pdf-recursive
  632. install-pdf-am:
  633. install-ps: install-ps-recursive
  634. install-ps-am:
  635. installcheck-am:
  636. maintainer-clean: maintainer-clean-recursive
  637. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  638. -rm -rf $(top_srcdir)/autom4te.cache
  639. -rm -f Makefile
  640. maintainer-clean-am: distclean-am maintainer-clean-generic
  641. mostlyclean: mostlyclean-recursive
  642. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  643. pdf: pdf-recursive
  644. pdf-am:
  645. ps: ps-recursive
  646. ps-am:
  647. uninstall-am:
  648. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  649. install-am install-strip tags-recursive
  650. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  651. all all-am am--refresh check check-am clean clean-generic \
  652. clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
  653. dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
  654. dist-zip distcheck distclean distclean-generic \
  655. distclean-libtool distclean-tags distcleancheck distdir \
  656. distuninstallcheck dvi dvi-am html html-am info info-am \
  657. install install-am install-data install-data-am install-dvi \
  658. install-dvi-am install-exec install-exec-am install-html \
  659. install-html-am install-info install-info-am install-man \
  660. install-pdf install-pdf-am install-ps install-ps-am \
  661. install-strip installcheck installcheck-am installdirs \
  662. installdirs-am maintainer-clean maintainer-clean-generic \
  663. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  664. ps ps-am tags tags-recursive uninstall uninstall-am
  665. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  666. # Otherwise a system limit (for SysV at least) may be exceeded.
  667. .NOEXPORT: