Makefile 23 KB

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