Makefile 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736
  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 = -g -O0
  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. AM_CFLAGS = -O2
  227. #AM_CFLAGS = -g -O0
  228. #SUBS = src .
  229. SUBS = src . tests .
  230. SUBDIRS = $(SUBS) examples/src
  231. all: all-recursive
  232. .SUFFIXES:
  233. am--refresh: Makefile
  234. @:
  235. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  236. @for dep in $?; do \
  237. case '$(am__configure_deps)' in \
  238. *$$dep*) \
  239. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  240. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  241. && exit 0; \
  242. exit 1;; \
  243. esac; \
  244. done; \
  245. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  246. $(am__cd) $(top_srcdir) && \
  247. $(AUTOMAKE) --gnu Makefile
  248. .PRECIOUS: Makefile
  249. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  250. @case '$?' in \
  251. *config.status*) \
  252. echo ' $(SHELL) ./config.status'; \
  253. $(SHELL) ./config.status;; \
  254. *) \
  255. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  256. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  257. esac;
  258. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  259. $(SHELL) ./config.status --recheck
  260. $(top_srcdir)/configure: $(am__configure_deps)
  261. $(am__cd) $(srcdir) && $(AUTOCONF)
  262. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  263. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  264. $(am__aclocal_m4_deps):
  265. mostlyclean-libtool:
  266. -rm -f *.lo
  267. clean-libtool:
  268. -rm -rf .libs _libs
  269. distclean-libtool:
  270. -rm -f libtool config.lt
  271. # This directory's subdirectories are mostly independent; you can cd
  272. # into them and run `make' without going through this Makefile.
  273. # To change the values of `make' variables: instead of editing Makefiles,
  274. # (1) if the variable is set in `config.status', edit `config.status'
  275. # (which will cause the Makefiles to be regenerated when you run `make');
  276. # (2) otherwise, pass the desired values on the `make' command line.
  277. $(RECURSIVE_TARGETS):
  278. @fail= failcom='exit 1'; \
  279. for f in x $$MAKEFLAGS; do \
  280. case $$f in \
  281. *=* | --[!k]*);; \
  282. *k*) failcom='fail=yes';; \
  283. esac; \
  284. done; \
  285. dot_seen=no; \
  286. target=`echo $@ | sed s/-recursive//`; \
  287. list='$(SUBDIRS)'; for subdir in $$list; do \
  288. echo "Making $$target in $$subdir"; \
  289. if test "$$subdir" = "."; then \
  290. dot_seen=yes; \
  291. local_target="$$target-am"; \
  292. else \
  293. local_target="$$target"; \
  294. fi; \
  295. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  296. || eval $$failcom; \
  297. done; \
  298. if test "$$dot_seen" = "no"; then \
  299. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  300. fi; test -z "$$fail"
  301. $(RECURSIVE_CLEAN_TARGETS):
  302. @fail= failcom='exit 1'; \
  303. for f in x $$MAKEFLAGS; do \
  304. case $$f in \
  305. *=* | --[!k]*);; \
  306. *k*) failcom='fail=yes';; \
  307. esac; \
  308. done; \
  309. dot_seen=no; \
  310. case "$@" in \
  311. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  312. *) list='$(SUBDIRS)' ;; \
  313. esac; \
  314. rev=''; for subdir in $$list; do \
  315. if test "$$subdir" = "."; then :; else \
  316. rev="$$subdir $$rev"; \
  317. fi; \
  318. done; \
  319. rev="$$rev ."; \
  320. target=`echo $@ | sed s/-recursive//`; \
  321. for subdir in $$rev; do \
  322. echo "Making $$target in $$subdir"; \
  323. if test "$$subdir" = "."; then \
  324. local_target="$$target-am"; \
  325. else \
  326. local_target="$$target"; \
  327. fi; \
  328. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  329. || eval $$failcom; \
  330. done && test -z "$$fail"
  331. tags-recursive:
  332. list='$(SUBDIRS)'; for subdir in $$list; do \
  333. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  334. done
  335. ctags-recursive:
  336. list='$(SUBDIRS)'; for subdir in $$list; do \
  337. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  338. done
  339. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  340. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  341. unique=`for i in $$list; do \
  342. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  343. done | \
  344. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  345. END { if (nonempty) { for (i in files) print i; }; }'`; \
  346. mkid -fID $$unique
  347. tags: TAGS
  348. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  349. $(TAGS_FILES) $(LISP)
  350. set x; \
  351. here=`pwd`; \
  352. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  353. include_option=--etags-include; \
  354. empty_fix=.; \
  355. else \
  356. include_option=--include; \
  357. empty_fix=; \
  358. fi; \
  359. list='$(SUBDIRS)'; for subdir in $$list; do \
  360. if test "$$subdir" = .; then :; else \
  361. test ! -f $$subdir/TAGS || \
  362. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  363. fi; \
  364. done; \
  365. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  366. unique=`for i in $$list; do \
  367. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  368. done | \
  369. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  370. END { if (nonempty) { for (i in files) print i; }; }'`; \
  371. shift; \
  372. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  373. test -n "$$unique" || unique=$$empty_fix; \
  374. if test $$# -gt 0; then \
  375. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  376. "$$@" $$unique; \
  377. else \
  378. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  379. $$unique; \
  380. fi; \
  381. fi
  382. ctags: CTAGS
  383. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  384. $(TAGS_FILES) $(LISP)
  385. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  386. unique=`for i in $$list; do \
  387. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  388. done | \
  389. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  390. END { if (nonempty) { for (i in files) print i; }; }'`; \
  391. test -z "$(CTAGS_ARGS)$$unique" \
  392. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  393. $$unique
  394. GTAGS:
  395. here=`$(am__cd) $(top_builddir) && pwd` \
  396. && $(am__cd) $(top_srcdir) \
  397. && gtags -i $(GTAGS_ARGS) "$$here"
  398. distclean-tags:
  399. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  400. distdir: $(DISTFILES)
  401. $(am__remove_distdir)
  402. test -d "$(distdir)" || mkdir "$(distdir)"
  403. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  404. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  405. list='$(DISTFILES)'; \
  406. dist_files=`for file in $$list; do echo $$file; done | \
  407. sed -e "s|^$$srcdirstrip/||;t" \
  408. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  409. case $$dist_files in \
  410. */*) $(MKDIR_P) `echo "$$dist_files" | \
  411. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  412. sort -u` ;; \
  413. esac; \
  414. for file in $$dist_files; do \
  415. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  416. if test -d $$d/$$file; then \
  417. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  418. if test -d "$(distdir)/$$file"; then \
  419. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  420. fi; \
  421. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  422. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  423. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  424. fi; \
  425. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  426. else \
  427. test -f "$(distdir)/$$file" \
  428. || cp -p $$d/$$file "$(distdir)/$$file" \
  429. || exit 1; \
  430. fi; \
  431. done
  432. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  433. if test "$$subdir" = .; then :; else \
  434. test -d "$(distdir)/$$subdir" \
  435. || $(MKDIR_P) "$(distdir)/$$subdir" \
  436. || exit 1; \
  437. fi; \
  438. done
  439. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  440. if test "$$subdir" = .; then :; else \
  441. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  442. $(am__relativize); \
  443. new_distdir=$$reldir; \
  444. dir1=$$subdir; dir2="$(top_distdir)"; \
  445. $(am__relativize); \
  446. new_top_distdir=$$reldir; \
  447. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  448. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  449. ($(am__cd) $$subdir && \
  450. $(MAKE) $(AM_MAKEFLAGS) \
  451. top_distdir="$$new_top_distdir" \
  452. distdir="$$new_distdir" \
  453. am__remove_distdir=: \
  454. am__skip_length_check=: \
  455. am__skip_mode_fix=: \
  456. distdir) \
  457. || exit 1; \
  458. fi; \
  459. done
  460. -test -n "$(am__skip_mode_fix)" \
  461. || find "$(distdir)" -type d ! -perm -755 \
  462. -exec chmod u+rwx,go+rx {} \; -o \
  463. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  464. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  465. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  466. || chmod -R a+r "$(distdir)"
  467. dist-gzip: distdir
  468. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  469. $(am__remove_distdir)
  470. dist-bzip2: distdir
  471. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  472. $(am__remove_distdir)
  473. dist-lzip: distdir
  474. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  475. $(am__remove_distdir)
  476. dist-lzma: distdir
  477. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  478. $(am__remove_distdir)
  479. dist-xz: distdir
  480. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  481. $(am__remove_distdir)
  482. dist-tarZ: distdir
  483. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  484. $(am__remove_distdir)
  485. dist-shar: distdir
  486. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  487. $(am__remove_distdir)
  488. dist-zip: distdir
  489. -rm -f $(distdir).zip
  490. zip -rq $(distdir).zip $(distdir)
  491. $(am__remove_distdir)
  492. dist dist-all: distdir
  493. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  494. $(am__remove_distdir)
  495. # This target untars the dist file and tries a VPATH configuration. Then
  496. # it guarantees that the distribution is self-contained by making another
  497. # tarfile.
  498. distcheck: dist
  499. case '$(DIST_ARCHIVES)' in \
  500. *.tar.gz*) \
  501. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  502. *.tar.bz2*) \
  503. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  504. *.tar.lzma*) \
  505. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  506. *.tar.lz*) \
  507. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  508. *.tar.xz*) \
  509. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  510. *.tar.Z*) \
  511. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  512. *.shar.gz*) \
  513. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  514. *.zip*) \
  515. unzip $(distdir).zip ;;\
  516. esac
  517. chmod -R a-w $(distdir); chmod a+w $(distdir)
  518. mkdir $(distdir)/_build
  519. mkdir $(distdir)/_inst
  520. chmod a-w $(distdir)
  521. test -d $(distdir)/_build || exit 0; \
  522. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  523. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  524. && am__cwd=`pwd` \
  525. && $(am__cd) $(distdir)/_build \
  526. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  527. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  528. $(DISTCHECK_CONFIGURE_FLAGS) \
  529. && $(MAKE) $(AM_MAKEFLAGS) \
  530. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  531. && $(MAKE) $(AM_MAKEFLAGS) check \
  532. && $(MAKE) $(AM_MAKEFLAGS) install \
  533. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  534. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  535. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  536. distuninstallcheck \
  537. && chmod -R a-w "$$dc_install_base" \
  538. && ({ \
  539. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  540. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  541. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  542. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  543. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  544. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  545. && rm -rf "$$dc_destdir" \
  546. && $(MAKE) $(AM_MAKEFLAGS) dist \
  547. && rm -rf $(DIST_ARCHIVES) \
  548. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  549. && cd "$$am__cwd" \
  550. || exit 1
  551. $(am__remove_distdir)
  552. @(echo "$(distdir) archives ready for distribution: "; \
  553. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  554. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  555. distuninstallcheck:
  556. @test -n '$(distuninstallcheck_dir)' || { \
  557. echo 'ERROR: trying to run $@ with an empty' \
  558. '$$(distuninstallcheck_dir)' >&2; \
  559. exit 1; \
  560. }; \
  561. $(am__cd) '$(distuninstallcheck_dir)' || { \
  562. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  563. exit 1; \
  564. }; \
  565. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  566. || { echo "ERROR: files left after uninstall:" ; \
  567. if test -n "$(DESTDIR)"; then \
  568. echo " (check DESTDIR support)"; \
  569. fi ; \
  570. $(distuninstallcheck_listfiles) ; \
  571. exit 1; } >&2
  572. distcleancheck: distclean
  573. @if test '$(srcdir)' = . ; then \
  574. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  575. exit 1 ; \
  576. fi
  577. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  578. || { echo "ERROR: files left in build directory after distclean:" ; \
  579. $(distcleancheck_listfiles) ; \
  580. exit 1; } >&2
  581. check-am: all-am
  582. check: check-recursive
  583. all-am: Makefile
  584. installdirs: installdirs-recursive
  585. installdirs-am:
  586. install: install-recursive
  587. install-exec: install-exec-recursive
  588. install-data: install-data-recursive
  589. uninstall: uninstall-recursive
  590. install-am: all-am
  591. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  592. installcheck: installcheck-recursive
  593. install-strip:
  594. if test -z '$(STRIP)'; then \
  595. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  596. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  597. install; \
  598. else \
  599. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  600. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  601. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  602. fi
  603. mostlyclean-generic:
  604. clean-generic:
  605. distclean-generic:
  606. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  607. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  608. maintainer-clean-generic:
  609. @echo "This command is intended for maintainers to use"
  610. @echo "it deletes files that may require special tools to rebuild."
  611. clean: clean-recursive
  612. clean-am: clean-generic clean-libtool mostlyclean-am
  613. distclean: distclean-recursive
  614. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  615. -rm -f Makefile
  616. distclean-am: clean-am distclean-generic distclean-libtool \
  617. distclean-tags
  618. dvi: dvi-recursive
  619. dvi-am:
  620. html: html-recursive
  621. html-am:
  622. info: info-recursive
  623. info-am:
  624. install-data-am:
  625. install-dvi: install-dvi-recursive
  626. install-dvi-am:
  627. install-exec-am:
  628. install-html: install-html-recursive
  629. install-html-am:
  630. install-info: install-info-recursive
  631. install-info-am:
  632. install-man:
  633. install-pdf: install-pdf-recursive
  634. install-pdf-am:
  635. install-ps: install-ps-recursive
  636. install-ps-am:
  637. installcheck-am:
  638. maintainer-clean: maintainer-clean-recursive
  639. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  640. -rm -rf $(top_srcdir)/autom4te.cache
  641. -rm -f Makefile
  642. maintainer-clean-am: distclean-am maintainer-clean-generic
  643. mostlyclean: mostlyclean-recursive
  644. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  645. pdf: pdf-recursive
  646. pdf-am:
  647. ps: ps-recursive
  648. ps-am:
  649. uninstall-am:
  650. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  651. install-am install-strip tags-recursive
  652. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  653. all all-am am--refresh check check-am clean clean-generic \
  654. clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
  655. dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
  656. dist-zip distcheck distclean distclean-generic \
  657. distclean-libtool distclean-tags distcleancheck distdir \
  658. distuninstallcheck dvi dvi-am html html-am info info-am \
  659. install install-am install-data install-data-am install-dvi \
  660. install-dvi-am install-exec install-exec-am install-html \
  661. install-html-am install-info install-info-am install-man \
  662. install-pdf install-pdf-am install-ps install-ps-am \
  663. install-strip installcheck installcheck-am installdirs \
  664. installdirs-am maintainer-clean maintainer-clean-generic \
  665. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  666. ps ps-am tags tags-recursive uninstall uninstall-am
  667. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  668. # Otherwise a system limit (for SysV at least) may be exceeded.
  669. .NOEXPORT: