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