Makefile 19 KB

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