Makefile 22 KB

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