Makefile 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614
  1. # Makefile.in generated by automake 1.11.3 from Makefile.am.
  2. # src/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. #__top_builddir__bin_stackTest_out_SOURCES = opcuaServer.c\
  14. # opcua_builtInDatatypes.c\
  15. # opcua_binaryEncDec.c\
  16. # opcua_transportLayer.c\
  17. # opcua_builtInDatatypes.h\
  18. # opcua_binaryEncDec.h\
  19. # opcua_transportLayer.h\
  20. # opcua_advancedDatatypes.h\
  21. # opcua_types.h\
  22. # opcua_connectionHelper.h\
  23. # tcp_layer.h
  24. VPATH = /home/opcua/git/opcUaStack/OPCUAServer/src
  25. pkgdatadir = $(datadir)/opcuaserver
  26. pkgincludedir = $(includedir)/opcuaserver
  27. pkglibdir = $(libdir)/opcuaserver
  28. pkglibexecdir = $(libexecdir)/opcuaserver
  29. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  30. install_sh_DATA = $(install_sh) -c -m 644
  31. install_sh_PROGRAM = $(install_sh) -c
  32. install_sh_SCRIPT = $(install_sh) -c
  33. INSTALL_HEADER = $(INSTALL_DATA)
  34. transform = $(program_transform_name)
  35. NORMAL_INSTALL = :
  36. PRE_INSTALL = :
  37. POST_INSTALL = :
  38. NORMAL_UNINSTALL = :
  39. PRE_UNINSTALL = :
  40. POST_UNINSTALL = :
  41. build_triplet = i686-pc-linux-gnu
  42. host_triplet = i686-pc-linux-gnu
  43. target_triplet = i686-pc-linux-gnu
  44. subdir = src
  45. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  46. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  47. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  48. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  49. $(ACLOCAL_M4)
  50. mkinstalldirs = $(install_sh) -d
  51. CONFIG_CLEAN_FILES =
  52. CONFIG_CLEAN_VPATH_FILES =
  53. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  54. am__vpath_adj = case $$p in \
  55. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  56. *) f=$$p;; \
  57. esac;
  58. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  59. am__install_max = 40
  60. am__nobase_strip_setup = \
  61. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  62. am__nobase_strip = \
  63. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  64. am__nobase_list = $(am__nobase_strip_setup); \
  65. for p in $$list; do echo "$$p $$p"; done | \
  66. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  67. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  68. if (++n[$$2] == $(am__install_max)) \
  69. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  70. END { for (dir in files) print dir, files[dir] }'
  71. am__base_list = \
  72. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  73. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  74. am__uninstall_files_from_dir = { \
  75. test -z "$$files" \
  76. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  77. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  78. $(am__cd) "$$dir" && rm -f $$files; }; \
  79. }
  80. am__installdirs = "$(DESTDIR)$(libdir)"
  81. LTLIBRARIES = $(lib_LTLIBRARIES)
  82. libopen62541_la_LIBADD =
  83. am_libopen62541_la_OBJECTS = opcua_builtInDatatypes.lo \
  84. opcua_binaryEncDec.lo opcua_transportLayer.lo \
  85. opcua_encodingLayer.lo opcua_secureChannelLayer.lo \
  86. opcua_memory.lo opcua_time.lo
  87. libopen62541_la_OBJECTS = $(am_libopen62541_la_OBJECTS)
  88. libopen62541_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
  89. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  90. $(libopen62541_la_LDFLAGS) $(LDFLAGS) -o $@
  91. DEFAULT_INCLUDES = -I. -I$(srcdir)
  92. depcomp = $(SHELL) $(top_srcdir)/depcomp
  93. am__depfiles_maybe = depfiles
  94. am__mv = mv -f
  95. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  96. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  97. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  98. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  99. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  100. CCLD = $(CC)
  101. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  102. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  103. $(LDFLAGS) -o $@
  104. SOURCES = $(libopen62541_la_SOURCES)
  105. DIST_SOURCES = $(libopen62541_la_SOURCES)
  106. ETAGS = etags
  107. CTAGS = ctags
  108. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  109. ACLOCAL = ${SHELL} /home/opcua/git/opcUaStack/OPCUAServer/missing --run aclocal-1.11
  110. AMTAR = $${TAR-tar}
  111. AR = ar
  112. AS = as
  113. AUTOCONF = ${SHELL} /home/opcua/git/opcUaStack/OPCUAServer/missing --run autoconf
  114. AUTOHEADER = ${SHELL} /home/opcua/git/opcUaStack/OPCUAServer/missing --run autoheader
  115. AUTOMAKE = ${SHELL} /home/opcua/git/opcUaStack/OPCUAServer/missing --run automake-1.11
  116. AWK = mawk
  117. CC = gcc
  118. CCDEPMODE = depmode=gcc3
  119. CFLAGS = -O2
  120. CHECK_CFLAGS = -pthread -I/usr/local/include
  121. CHECK_LIBS = -L/usr/local/lib -lcheck
  122. CPP = gcc -E
  123. CPPFLAGS =
  124. CYGPATH_W = echo
  125. 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/\"
  126. DEPDIR = .deps
  127. DLLTOOL = dlltool
  128. DSYMUTIL =
  129. DUMPBIN =
  130. ECHO_C =
  131. ECHO_N = -n
  132. ECHO_T =
  133. EGREP = /bin/grep -E
  134. EXEEXT =
  135. FGREP = /bin/grep -F
  136. GREP = /bin/grep
  137. INSTALL = /usr/bin/install -c
  138. INSTALL_DATA = ${INSTALL} -m 644
  139. INSTALL_PROGRAM = ${INSTALL}
  140. INSTALL_SCRIPT = ${INSTALL}
  141. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  142. LD = /usr/bin/ld
  143. LDFLAGS =
  144. LIBOBJS =
  145. LIBS = -lm
  146. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  147. LIPO =
  148. LN_S = ln -s
  149. LTLIBOBJS =
  150. MAKEINFO = ${SHELL} /home/opcua/git/opcUaStack/OPCUAServer/missing --run makeinfo
  151. MANIFEST_TOOL = :
  152. MKDIR_P = /bin/mkdir -p
  153. NM = /usr/bin/nm -B
  154. NMEDIT =
  155. OBJDUMP = objdump
  156. OBJEXT = o
  157. OTOOL =
  158. OTOOL64 =
  159. PACKAGE = opcuaserver
  160. PACKAGE_BUGREPORT =
  161. PACKAGE_NAME = OPCUAServer
  162. PACKAGE_STRING = OPCUAServer 1.0
  163. PACKAGE_TARNAME = opcuaserver
  164. PACKAGE_URL =
  165. PACKAGE_VERSION = 1.0
  166. PATH_SEPARATOR = :
  167. PKG_CONFIG = /usr/bin/pkg-config
  168. PKG_CONFIG_LIBDIR =
  169. PKG_CONFIG_PATH =
  170. RANLIB = ranlib
  171. SED = /bin/sed
  172. SET_MAKE =
  173. SHELL = /bin/bash
  174. STRIP = strip
  175. VERSION = 1.0
  176. abs_builddir = /home/opcua/git/opcUaStack/OPCUAServer/build-test/src
  177. abs_srcdir = /home/opcua/git/opcUaStack/OPCUAServer/src
  178. abs_top_builddir = /home/opcua/git/opcUaStack/OPCUAServer/build-test
  179. abs_top_srcdir = /home/opcua/git/opcUaStack/OPCUAServer
  180. ac_ct_AR = ar
  181. ac_ct_CC = gcc
  182. ac_ct_DUMPBIN =
  183. am__include = include
  184. am__leading_dot = .
  185. am__quote =
  186. am__tar = $${TAR-tar} chof - "$$tardir"
  187. am__untar = $${TAR-tar} xf -
  188. bindir = ${exec_prefix}/bin
  189. build = i686-pc-linux-gnu
  190. build_alias =
  191. build_cpu = i686
  192. build_os = linux-gnu
  193. build_vendor = pc
  194. builddir = .
  195. datadir = ${datarootdir}
  196. datarootdir = ${prefix}/share
  197. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  198. dvidir = ${docdir}
  199. exec_prefix = ${prefix}
  200. host = i686-pc-linux-gnu
  201. host_alias =
  202. host_cpu = i686
  203. host_os = linux-gnu
  204. host_vendor = pc
  205. htmldir = ${docdir}
  206. includedir = ${prefix}/include
  207. infodir = ${datarootdir}/info
  208. install_sh = ${SHELL} /home/opcua/git/opcUaStack/OPCUAServer/install-sh
  209. libdir = ${exec_prefix}/lib
  210. libexecdir = ${exec_prefix}/libexec
  211. localedir = ${datarootdir}/locale
  212. localstatedir = ${prefix}/var
  213. mandir = ${datarootdir}/man
  214. mkdir_p = /bin/mkdir -p
  215. oldincludedir = /usr/include
  216. pdfdir = ${docdir}
  217. prefix = /usr/local
  218. program_transform_name = s,x,x,
  219. psdir = ${docdir}
  220. sbindir = ${exec_prefix}/sbin
  221. sharedstatedir = ${prefix}/com
  222. srcdir = /home/opcua/git/opcUaStack/OPCUAServer/src
  223. sysconfdir = ${prefix}/etc
  224. target = i686-pc-linux-gnu
  225. target_alias =
  226. target_cpu = i686
  227. target_os = linux-gnu
  228. target_vendor = pc
  229. top_build_prefix = ../
  230. top_builddir = ..
  231. top_srcdir = /home/opcua/git/opcUaStack/OPCUAServer
  232. #lib_LTLIBRARIES = libstack.la
  233. #libstack_la_SOURCES = opcua_transportLayer.c\
  234. # opcua_transportLayer.h\
  235. # opcua_advancedDatatypes.h\
  236. # opcua_connectionHelper.h
  237. lib_LTLIBRARIES = libopen62541.la
  238. libopen62541_la_LDFLAGS = -avoid-version -no-undefined
  239. libopen62541_la_SOURCES = opcua_builtInDatatypes.c\
  240. opcua_binaryEncDec.c\
  241. opcua_transportLayer.c\
  242. opcua_encodingLayer.c\
  243. opcua_secureChannelLayer.c\
  244. opcua_memory.c\
  245. opcua_time.c\
  246. opcua_builtInDatatypes.h\
  247. opcua_binaryEncDec.h\
  248. opcua_transportLayer.h\
  249. opcua_advancedDatatypes.h\
  250. opcua_types.h\
  251. opcua_connectionHelper.h\
  252. opcua_encodingLayer.h\
  253. opcua_secureChannelLayer.h\
  254. opcua_memory.h\
  255. opcua_time.h\
  256. tcp_layer.h
  257. all: all-am
  258. .SUFFIXES:
  259. .SUFFIXES: .c .lo .o .obj
  260. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  261. @for dep in $?; do \
  262. case '$(am__configure_deps)' in \
  263. *$$dep*) \
  264. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  265. && { if test -f $@; then exit 0; else break; fi; }; \
  266. exit 1;; \
  267. esac; \
  268. done; \
  269. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
  270. $(am__cd) $(top_srcdir) && \
  271. $(AUTOMAKE) --gnu src/Makefile
  272. .PRECIOUS: Makefile
  273. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  274. @case '$?' in \
  275. *config.status*) \
  276. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  277. *) \
  278. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  279. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  280. esac;
  281. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  282. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  283. $(top_srcdir)/configure: $(am__configure_deps)
  284. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  285. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  286. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  287. $(am__aclocal_m4_deps):
  288. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  289. @$(NORMAL_INSTALL)
  290. test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  291. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  292. list2=; for p in $$list; do \
  293. if test -f $$p; then \
  294. list2="$$list2 $$p"; \
  295. else :; fi; \
  296. done; \
  297. test -z "$$list2" || { \
  298. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  299. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  300. }
  301. uninstall-libLTLIBRARIES:
  302. @$(NORMAL_UNINSTALL)
  303. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  304. for p in $$list; do \
  305. $(am__strip_dir) \
  306. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  307. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  308. done
  309. clean-libLTLIBRARIES:
  310. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  311. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  312. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  313. test "$$dir" != "$$p" || dir=.; \
  314. echo "rm -f \"$${dir}/so_locations\""; \
  315. rm -f "$${dir}/so_locations"; \
  316. done
  317. libopen62541.la: $(libopen62541_la_OBJECTS) $(libopen62541_la_DEPENDENCIES) $(EXTRA_libopen62541_la_DEPENDENCIES)
  318. $(libopen62541_la_LINK) -rpath $(libdir) $(libopen62541_la_OBJECTS) $(libopen62541_la_LIBADD) $(LIBS)
  319. mostlyclean-compile:
  320. -rm -f *.$(OBJEXT)
  321. distclean-compile:
  322. -rm -f *.tab.c
  323. include ./$(DEPDIR)/opcua_binaryEncDec.Plo
  324. include ./$(DEPDIR)/opcua_builtInDatatypes.Plo
  325. include ./$(DEPDIR)/opcua_encodingLayer.Plo
  326. include ./$(DEPDIR)/opcua_memory.Plo
  327. include ./$(DEPDIR)/opcua_secureChannelLayer.Plo
  328. include ./$(DEPDIR)/opcua_time.Plo
  329. include ./$(DEPDIR)/opcua_transportLayer.Plo
  330. .c.o:
  331. $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  332. $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  333. # source='$<' object='$@' libtool=no \
  334. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  335. # $(COMPILE) -c $<
  336. .c.obj:
  337. $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  338. $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  339. # source='$<' object='$@' libtool=no \
  340. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  341. # $(COMPILE) -c `$(CYGPATH_W) '$<'`
  342. .c.lo:
  343. $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  344. $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  345. # source='$<' object='$@' libtool=yes \
  346. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  347. # $(LTCOMPILE) -c -o $@ $<
  348. mostlyclean-libtool:
  349. -rm -f *.lo
  350. clean-libtool:
  351. -rm -rf .libs _libs
  352. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  353. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  354. unique=`for i in $$list; do \
  355. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  356. done | \
  357. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  358. END { if (nonempty) { for (i in files) print i; }; }'`; \
  359. mkid -fID $$unique
  360. tags: TAGS
  361. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  362. $(TAGS_FILES) $(LISP)
  363. set x; \
  364. here=`pwd`; \
  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: $(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. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  402. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  403. list='$(DISTFILES)'; \
  404. dist_files=`for file in $$list; do echo $$file; done | \
  405. sed -e "s|^$$srcdirstrip/||;t" \
  406. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  407. case $$dist_files in \
  408. */*) $(MKDIR_P) `echo "$$dist_files" | \
  409. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  410. sort -u` ;; \
  411. esac; \
  412. for file in $$dist_files; do \
  413. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  414. if test -d $$d/$$file; then \
  415. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  416. if test -d "$(distdir)/$$file"; then \
  417. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  418. fi; \
  419. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  420. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  421. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  422. fi; \
  423. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  424. else \
  425. test -f "$(distdir)/$$file" \
  426. || cp -p $$d/$$file "$(distdir)/$$file" \
  427. || exit 1; \
  428. fi; \
  429. done
  430. check-am: all-am
  431. check: check-am
  432. all-am: Makefile $(LTLIBRARIES) all-local
  433. installdirs:
  434. for dir in "$(DESTDIR)$(libdir)"; do \
  435. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  436. done
  437. install: install-am
  438. install-exec: install-exec-am
  439. install-data: install-data-am
  440. uninstall: uninstall-am
  441. install-am: all-am
  442. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  443. installcheck: installcheck-am
  444. install-strip:
  445. if test -z '$(STRIP)'; then \
  446. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  447. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  448. install; \
  449. else \
  450. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  451. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  452. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  453. fi
  454. mostlyclean-generic:
  455. clean-generic:
  456. distclean-generic:
  457. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  458. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  459. maintainer-clean-generic:
  460. @echo "This command is intended for maintainers to use"
  461. @echo "it deletes files that may require special tools to rebuild."
  462. clean: clean-am
  463. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
  464. mostlyclean-am
  465. distclean: distclean-am
  466. -rm -rf ./$(DEPDIR)
  467. -rm -f Makefile
  468. distclean-am: clean-am distclean-compile distclean-generic \
  469. distclean-tags
  470. dvi: dvi-am
  471. dvi-am:
  472. html: html-am
  473. html-am:
  474. info: info-am
  475. info-am:
  476. install-data-am:
  477. install-dvi: install-dvi-am
  478. install-dvi-am:
  479. install-exec-am: install-libLTLIBRARIES
  480. install-html: install-html-am
  481. install-html-am:
  482. install-info: install-info-am
  483. install-info-am:
  484. install-man:
  485. install-pdf: install-pdf-am
  486. install-pdf-am:
  487. install-ps: install-ps-am
  488. install-ps-am:
  489. installcheck-am:
  490. maintainer-clean: maintainer-clean-am
  491. -rm -rf ./$(DEPDIR)
  492. -rm -f Makefile
  493. maintainer-clean-am: distclean-am maintainer-clean-generic
  494. mostlyclean: mostlyclean-am
  495. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  496. mostlyclean-libtool
  497. pdf: pdf-am
  498. pdf-am:
  499. ps: ps-am
  500. ps-am:
  501. uninstall-am: uninstall-libLTLIBRARIES
  502. .MAKE: install-am install-strip
  503. .PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
  504. clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
  505. ctags distclean distclean-compile distclean-generic \
  506. distclean-libtool distclean-tags distdir dvi dvi-am html \
  507. html-am info info-am install install-am install-data \
  508. install-data-am install-dvi install-dvi-am install-exec \
  509. install-exec-am install-html install-html-am install-info \
  510. install-info-am install-libLTLIBRARIES install-man install-pdf \
  511. install-pdf-am install-ps install-ps-am install-strip \
  512. installcheck installcheck-am installdirs maintainer-clean \
  513. maintainer-clean-generic mostlyclean mostlyclean-compile \
  514. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  515. tags uninstall uninstall-am uninstall-libLTLIBRARIES
  516. #bin_PROGRAMS= $(top_builddir)/bin/open62541.out
  517. #__top_builddir__bin_libOpen62541_out_SOURCES = opcuaServer.c
  518. #libOpen62541_la_LIBADD = ../lib/libOpen62541.la
  519. .PHONY: convenience-link clean-convenience-link
  520. convenience-link: $(lib_LTLIBRARIES)
  521. @test -e $(top_builddir)/lib || mkdir $(top_builddir)/lib
  522. @for soname in `echo | $(EGREP) "^dlname=" $^ | $(SED) -e "s|^dlname='\(.*\)'|\1|"`; do \
  523. echo "$$soname: creating convenience link from $(abs_builddir)/.libs to $(top_builddir)/lib"; \
  524. rm -f $(top_builddir)/lib/$$soname ; \
  525. test -e $(abs_builddir)/.libs/$$soname && \
  526. cd $(top_builddir)/lib && \
  527. $(LN_S) $(abs_builddir)/.libs/$$soname $$soname || true;\
  528. done
  529. @for aname in `echo | $(EGREP) "^dlname=" $^ | $(SED) -e "s|^dlname='\(.*\)\.\(.*\)'|\1\.a|"`; do \
  530. echo "$$aname: creating convenience link from $(abs_builddir)/.libs to $(top_builddir)/lib"; \
  531. rm -f $(top_builddir)/lib/$$aname ; \
  532. test -e $(abs_builddir)/.libs/$$aname && \
  533. cd $(top_builddir)/lib && \
  534. $(LN_S) $(abs_builddir)/.libs/$$aname $$aname || true;\
  535. done
  536. clean-convenience-link:
  537. rm -rf $(top_builddir)/lib/ || true;
  538. all-local: convenience-link
  539. clean-local: clean-convenience-link
  540. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  541. # Otherwise a system limit (for SysV at least) may be exceeded.
  542. .NOEXPORT: