Makefile.in 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # 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. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. target_triplet = @target@
  34. bin_PROGRAMS = $(top_builddir)/bin/exampleServer$(EXEEXT)
  35. subdir = examples/src
  36. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  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. mkinstalldirs = $(install_sh) -d
  42. CONFIG_CLEAN_FILES =
  43. CONFIG_CLEAN_VPATH_FILES =
  44. am__installdirs = "$(DESTDIR)$(bindir)"
  45. PROGRAMS = $(bin_PROGRAMS)
  46. am___top_builddir__bin_exampleServer_OBJECTS = opcuaServer.$(OBJEXT)
  47. __top_builddir__bin_exampleServer_OBJECTS = \
  48. $(am___top_builddir__bin_exampleServer_OBJECTS)
  49. __top_builddir__bin_exampleServer_DEPENDENCIES = \
  50. ../../lib/libopen62541.a
  51. __top_builddir__bin_exampleServer_LINK = $(LIBTOOL) --tag=CC \
  52. $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  53. $(AM_CFLAGS) $(CFLAGS) \
  54. $(__top_builddir__bin_exampleServer_LDFLAGS) $(LDFLAGS) -o $@
  55. am__dirstamp = $(am__leading_dot)dirstamp
  56. DEFAULT_INCLUDES = -I.@am__isrc@
  57. depcomp = $(SHELL) $(top_srcdir)/depcomp
  58. am__depfiles_maybe = depfiles
  59. am__mv = mv -f
  60. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  61. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  62. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  63. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  64. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  65. CCLD = $(CC)
  66. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  67. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  68. $(LDFLAGS) -o $@
  69. SOURCES = $(__top_builddir__bin_exampleServer_SOURCES)
  70. DIST_SOURCES = $(__top_builddir__bin_exampleServer_SOURCES)
  71. ETAGS = etags
  72. CTAGS = ctags
  73. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  74. ACLOCAL = @ACLOCAL@
  75. AMTAR = @AMTAR@
  76. AR = @AR@
  77. AS = @AS@
  78. AUTOCONF = @AUTOCONF@
  79. AUTOHEADER = @AUTOHEADER@
  80. AUTOMAKE = @AUTOMAKE@
  81. AWK = @AWK@
  82. CC = @CC@
  83. CCDEPMODE = @CCDEPMODE@
  84. CFLAGS = @CFLAGS@
  85. CHECK_CFLAGS = @CHECK_CFLAGS@
  86. CHECK_LIBS = @CHECK_LIBS@
  87. CPP = @CPP@
  88. CPPFLAGS = @CPPFLAGS@
  89. CYGPATH_W = @CYGPATH_W@
  90. DEFS = @DEFS@
  91. DEPDIR = @DEPDIR@
  92. DLLTOOL = @DLLTOOL@
  93. DSYMUTIL = @DSYMUTIL@
  94. DUMPBIN = @DUMPBIN@
  95. ECHO_C = @ECHO_C@
  96. ECHO_N = @ECHO_N@
  97. ECHO_T = @ECHO_T@
  98. EGREP = @EGREP@
  99. EXEEXT = @EXEEXT@
  100. FGREP = @FGREP@
  101. GREP = @GREP@
  102. INSTALL = @INSTALL@
  103. INSTALL_DATA = @INSTALL_DATA@
  104. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  105. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  106. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  107. LD = @LD@
  108. LDFLAGS = @LDFLAGS@
  109. LIBOBJS = @LIBOBJS@
  110. LIBS = @LIBS@
  111. LIBTOOL = @LIBTOOL@
  112. LIPO = @LIPO@
  113. LN_S = @LN_S@
  114. LTLIBOBJS = @LTLIBOBJS@
  115. MAKEINFO = @MAKEINFO@
  116. MANIFEST_TOOL = @MANIFEST_TOOL@
  117. MKDIR_P = @MKDIR_P@
  118. NM = @NM@
  119. NMEDIT = @NMEDIT@
  120. OBJDUMP = @OBJDUMP@
  121. OBJEXT = @OBJEXT@
  122. OTOOL = @OTOOL@
  123. OTOOL64 = @OTOOL64@
  124. PACKAGE = @PACKAGE@
  125. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  126. PACKAGE_NAME = @PACKAGE_NAME@
  127. PACKAGE_STRING = @PACKAGE_STRING@
  128. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  129. PACKAGE_URL = @PACKAGE_URL@
  130. PACKAGE_VERSION = @PACKAGE_VERSION@
  131. PATH_SEPARATOR = @PATH_SEPARATOR@
  132. PKG_CONFIG = @PKG_CONFIG@
  133. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  134. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  135. RANLIB = @RANLIB@
  136. SED = @SED@
  137. SET_MAKE = @SET_MAKE@
  138. SHELL = @SHELL@
  139. STRIP = @STRIP@
  140. VERSION = @VERSION@
  141. abs_builddir = @abs_builddir@
  142. abs_srcdir = @abs_srcdir@
  143. abs_top_builddir = @abs_top_builddir@
  144. abs_top_srcdir = @abs_top_srcdir@
  145. ac_ct_AR = @ac_ct_AR@
  146. ac_ct_CC = @ac_ct_CC@
  147. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  148. am__include = @am__include@
  149. am__leading_dot = @am__leading_dot@
  150. am__quote = @am__quote@
  151. am__tar = @am__tar@
  152. am__untar = @am__untar@
  153. bindir = @bindir@
  154. build = @build@
  155. build_alias = @build_alias@
  156. build_cpu = @build_cpu@
  157. build_os = @build_os@
  158. build_vendor = @build_vendor@
  159. builddir = @builddir@
  160. datadir = @datadir@
  161. datarootdir = @datarootdir@
  162. docdir = @docdir@
  163. dvidir = @dvidir@
  164. exec_prefix = @exec_prefix@
  165. host = @host@
  166. host_alias = @host_alias@
  167. host_cpu = @host_cpu@
  168. host_os = @host_os@
  169. host_vendor = @host_vendor@
  170. htmldir = @htmldir@
  171. includedir = @includedir@
  172. infodir = @infodir@
  173. install_sh = @install_sh@
  174. libdir = @libdir@
  175. libexecdir = @libexecdir@
  176. localedir = @localedir@
  177. localstatedir = @localstatedir@
  178. mandir = @mandir@
  179. mkdir_p = @mkdir_p@
  180. oldincludedir = @oldincludedir@
  181. pdfdir = @pdfdir@
  182. prefix = @prefix@
  183. program_transform_name = @program_transform_name@
  184. psdir = @psdir@
  185. sbindir = @sbindir@
  186. sharedstatedir = @sharedstatedir@
  187. srcdir = @srcdir@
  188. sysconfdir = @sysconfdir@
  189. target = @target@
  190. target_alias = @target_alias@
  191. target_cpu = @target_cpu@
  192. target_os = @target_os@
  193. target_vendor = @target_vendor@
  194. top_build_prefix = @top_build_prefix@
  195. top_builddir = @top_builddir@
  196. top_srcdir = @top_srcdir@
  197. __top_builddir__bin_exampleServer_LDFLAGS = -all-static
  198. __top_builddir__bin_exampleServer_SOURCES = opcuaServer.c
  199. __top_builddir__bin_exampleServer_LDADD = ../../lib/libopen62541.a
  200. all: all-am
  201. .SUFFIXES:
  202. .SUFFIXES: .c .lo .o .obj
  203. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  204. @for dep in $?; do \
  205. case '$(am__configure_deps)' in \
  206. *$$dep*) \
  207. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  208. && { if test -f $@; then exit 0; else break; fi; }; \
  209. exit 1;; \
  210. esac; \
  211. done; \
  212. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/src/Makefile'; \
  213. $(am__cd) $(top_srcdir) && \
  214. $(AUTOMAKE) --gnu examples/src/Makefile
  215. .PRECIOUS: Makefile
  216. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  217. @case '$?' in \
  218. *config.status*) \
  219. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  220. *) \
  221. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  222. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  223. esac;
  224. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  225. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  226. $(top_srcdir)/configure: $(am__configure_deps)
  227. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  228. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  229. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  230. $(am__aclocal_m4_deps):
  231. install-binPROGRAMS: $(bin_PROGRAMS)
  232. @$(NORMAL_INSTALL)
  233. test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  234. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  235. for p in $$list; do echo "$$p $$p"; done | \
  236. sed 's/$(EXEEXT)$$//' | \
  237. while read p p1; do if test -f $$p || test -f $$p1; \
  238. then echo "$$p"; echo "$$p"; else :; fi; \
  239. done | \
  240. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  241. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  242. sed 'N;N;N;s,\n, ,g' | \
  243. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  244. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  245. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  246. else { print "f", $$3 "/" $$4, $$1; } } \
  247. END { for (d in files) print "f", d, files[d] }' | \
  248. while read type dir files; do \
  249. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  250. test -z "$$files" || { \
  251. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  252. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  253. } \
  254. ; done
  255. uninstall-binPROGRAMS:
  256. @$(NORMAL_UNINSTALL)
  257. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  258. files=`for p in $$list; do echo "$$p"; done | \
  259. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  260. -e 's/$$/$(EXEEXT)/' `; \
  261. test -n "$$list" || exit 0; \
  262. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  263. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  264. clean-binPROGRAMS:
  265. @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  266. echo " rm -f" $$list; \
  267. rm -f $$list || exit $$?; \
  268. test -n "$(EXEEXT)" || exit 0; \
  269. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  270. echo " rm -f" $$list; \
  271. rm -f $$list
  272. $(top_builddir)/bin/$(am__dirstamp):
  273. @$(MKDIR_P) $(top_builddir)/bin
  274. @: > $(top_builddir)/bin/$(am__dirstamp)
  275. $(top_builddir)/bin/exampleServer$(EXEEXT): $(__top_builddir__bin_exampleServer_OBJECTS) $(__top_builddir__bin_exampleServer_DEPENDENCIES) $(top_builddir)/bin/$(am__dirstamp)
  276. @rm -f $(top_builddir)/bin/exampleServer$(EXEEXT)
  277. $(__top_builddir__bin_exampleServer_LINK) $(__top_builddir__bin_exampleServer_OBJECTS) $(__top_builddir__bin_exampleServer_LDADD) $(LIBS)
  278. mostlyclean-compile:
  279. -rm -f *.$(OBJEXT)
  280. distclean-compile:
  281. -rm -f *.tab.c
  282. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opcuaServer.Po@am__quote@
  283. .c.o:
  284. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  285. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  286. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  287. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  288. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  289. .c.obj:
  290. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  291. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  292. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  293. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  294. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  295. .c.lo:
  296. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  297. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  298. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  299. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  300. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  301. mostlyclean-libtool:
  302. -rm -f *.lo
  303. clean-libtool:
  304. -rm -rf $(top_builddir)/bin/.libs $(top_builddir)/bin/_libs
  305. -rm -rf .libs _libs
  306. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  307. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  308. unique=`for i in $$list; do \
  309. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  310. done | \
  311. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  312. END { if (nonempty) { for (i in files) print i; }; }'`; \
  313. mkid -fID $$unique
  314. tags: TAGS
  315. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  316. $(TAGS_FILES) $(LISP)
  317. set x; \
  318. here=`pwd`; \
  319. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  320. unique=`for i in $$list; do \
  321. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  322. done | \
  323. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  324. END { if (nonempty) { for (i in files) print i; }; }'`; \
  325. shift; \
  326. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  327. test -n "$$unique" || unique=$$empty_fix; \
  328. if test $$# -gt 0; then \
  329. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  330. "$$@" $$unique; \
  331. else \
  332. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  333. $$unique; \
  334. fi; \
  335. fi
  336. ctags: CTAGS
  337. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  338. $(TAGS_FILES) $(LISP)
  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. test -z "$(CTAGS_ARGS)$$unique" \
  346. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  347. $$unique
  348. GTAGS:
  349. here=`$(am__cd) $(top_builddir) && pwd` \
  350. && $(am__cd) $(top_srcdir) \
  351. && gtags -i $(GTAGS_ARGS) "$$here"
  352. distclean-tags:
  353. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  354. distdir: $(DISTFILES)
  355. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  356. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  357. list='$(DISTFILES)'; \
  358. dist_files=`for file in $$list; do echo $$file; done | \
  359. sed -e "s|^$$srcdirstrip/||;t" \
  360. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  361. case $$dist_files in \
  362. */*) $(MKDIR_P) `echo "$$dist_files" | \
  363. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  364. sort -u` ;; \
  365. esac; \
  366. for file in $$dist_files; do \
  367. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  368. if test -d $$d/$$file; then \
  369. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  370. if test -d "$(distdir)/$$file"; then \
  371. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  372. fi; \
  373. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  374. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  375. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  376. fi; \
  377. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  378. else \
  379. test -f "$(distdir)/$$file" \
  380. || cp -p $$d/$$file "$(distdir)/$$file" \
  381. || exit 1; \
  382. fi; \
  383. done
  384. check-am: all-am
  385. check: check-am
  386. all-am: Makefile $(PROGRAMS)
  387. installdirs:
  388. for dir in "$(DESTDIR)$(bindir)"; do \
  389. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  390. done
  391. install: install-am
  392. install-exec: install-exec-am
  393. install-data: install-data-am
  394. uninstall: uninstall-am
  395. install-am: all-am
  396. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  397. installcheck: installcheck-am
  398. install-strip:
  399. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  400. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  401. `test -z '$(STRIP)' || \
  402. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  403. mostlyclean-generic:
  404. clean-generic:
  405. distclean-generic:
  406. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  407. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  408. -test -z "$(top_builddir)/bin/$(am__dirstamp)" || rm -f $(top_builddir)/bin/$(am__dirstamp)
  409. maintainer-clean-generic:
  410. @echo "This command is intended for maintainers to use"
  411. @echo "it deletes files that may require special tools to rebuild."
  412. clean: clean-am
  413. clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
  414. distclean: distclean-am
  415. -rm -rf ./$(DEPDIR)
  416. -rm -f Makefile
  417. distclean-am: clean-am distclean-compile distclean-generic \
  418. distclean-tags
  419. dvi: dvi-am
  420. dvi-am:
  421. html: html-am
  422. html-am:
  423. info: info-am
  424. info-am:
  425. install-data-am:
  426. install-dvi: install-dvi-am
  427. install-dvi-am:
  428. install-exec-am: install-binPROGRAMS
  429. install-html: install-html-am
  430. install-html-am:
  431. install-info: install-info-am
  432. install-info-am:
  433. install-man:
  434. install-pdf: install-pdf-am
  435. install-pdf-am:
  436. install-ps: install-ps-am
  437. install-ps-am:
  438. installcheck-am:
  439. maintainer-clean: maintainer-clean-am
  440. -rm -rf ./$(DEPDIR)
  441. -rm -f Makefile
  442. maintainer-clean-am: distclean-am maintainer-clean-generic
  443. mostlyclean: mostlyclean-am
  444. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  445. mostlyclean-libtool
  446. pdf: pdf-am
  447. pdf-am:
  448. ps: ps-am
  449. ps-am:
  450. uninstall-am: uninstall-binPROGRAMS
  451. .MAKE: install-am install-strip
  452. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
  453. clean-generic clean-libtool ctags distclean distclean-compile \
  454. distclean-generic distclean-libtool distclean-tags distdir dvi \
  455. dvi-am html html-am info info-am install install-am \
  456. install-binPROGRAMS install-data install-data-am install-dvi \
  457. install-dvi-am install-exec install-exec-am install-html \
  458. install-html-am install-info install-info-am install-man \
  459. install-pdf install-pdf-am install-ps install-ps-am \
  460. install-strip installcheck installcheck-am installdirs \
  461. maintainer-clean maintainer-clean-generic mostlyclean \
  462. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  463. pdf pdf-am ps ps-am tags uninstall uninstall-am \
  464. uninstall-binPROGRAMS
  465. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  466. # Otherwise a system limit (for SysV at least) may be exceeded.
  467. .NOEXPORT: