Makefile.in.orig 21 KB

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