|
@@ -6,64 +6,64 @@ TOOL_DIR = ../tool
|
|
#__top_builddir__bin_stackTest_out_SOURCES = opcuaServer.c\
|
|
#__top_builddir__bin_stackTest_out_SOURCES = opcuaServer.c\
|
|
# opcua_builtInDatatypes.c\
|
|
# opcua_builtInDatatypes.c\
|
|
# opcua_binaryEncDec.c\
|
|
# opcua_binaryEncDec.c\
|
|
-# opcua_transportLayer.c\
|
|
|
|
|
|
+# ua_transportLayer.c\
|
|
# opcua_builtInDatatypes.h\
|
|
# opcua_builtInDatatypes.h\
|
|
# opcua_binaryEncDec.h\
|
|
# opcua_binaryEncDec.h\
|
|
-# opcua_transportLayer.h\
|
|
|
|
|
|
+# ua_transportLayer.h\
|
|
# opcua_advancedDatatypes.h\
|
|
# opcua_advancedDatatypes.h\
|
|
# opcua_types.h\
|
|
# opcua_types.h\
|
|
# opcua_connectionHelper.h\
|
|
# opcua_connectionHelper.h\
|
|
# tcp_layer.h
|
|
# tcp_layer.h
|
|
|
|
|
|
#lib_LTLIBRARIES = libstack.la
|
|
#lib_LTLIBRARIES = libstack.la
|
|
-#libstack_la_SOURCES = opcua_transportLayer.c\
|
|
|
|
-# opcua_transportLayer.h\
|
|
|
|
|
|
+#libstack_la_SOURCES = ua_transportLayer.c\
|
|
|
|
+# ua_transportLayer.h\
|
|
# opcua_advancedDatatypes.h\
|
|
# opcua_advancedDatatypes.h\
|
|
# opcua_connectionHelper.h
|
|
# opcua_connectionHelper.h
|
|
lib_LTLIBRARIES = libopen62541.la
|
|
lib_LTLIBRARIES = libopen62541.la
|
|
libopen62541_la_LDFLAGS = -avoid-version -no-undefined
|
|
libopen62541_la_LDFLAGS = -avoid-version -no-undefined
|
|
#libopen62541_la_SOURCES = opcua.c\
|
|
#libopen62541_la_SOURCES = opcua.c\
|
|
-# opcua_basictypes.c\
|
|
|
|
-# opcua_namespace_0.c\
|
|
|
|
-# opcua_transportLayer.c\
|
|
|
|
-# opcua_secureLayer.c\
|
|
|
|
|
|
+# ua_basictypes.c\
|
|
|
|
+# ua_namespace_0.c\
|
|
|
|
+# ua_transportLayer.c\
|
|
|
|
+# ua_secureLayer.c\
|
|
# tcp_layer.c\
|
|
# tcp_layer.c\
|
|
-# opcua_transportLayer.h\
|
|
|
|
|
|
+# ua_transportLayer.h\
|
|
# opcua_connectionHelper.h\
|
|
# opcua_connectionHelper.h\
|
|
# opcua_encodingLayer.h\
|
|
# opcua_encodingLayer.h\
|
|
-# opcua_secureLayer.h\
|
|
|
|
|
|
+# ua_secureLayer.h\
|
|
# tcp_layer.h\
|
|
# tcp_layer.h\
|
|
-# util/UA_list.c\
|
|
|
|
-# util/UA_indexedList.c\
|
|
|
|
-# UA_stackInternalTypes.c\
|
|
|
|
-# opcua_namespace.h\
|
|
|
|
-# opcua_namespace.c
|
|
|
|
|
|
+# util/ua_list.c\
|
|
|
|
+# util/ua_indexedList.c\
|
|
|
|
+# ua_stackInternalTypes.c\
|
|
|
|
+# ua_namespace.h\
|
|
|
|
+# ua_namespace.c
|
|
|
|
|
|
#libopen62541_ladir = $(top_builddir)/include . $(top_builddir)/src . $(top_builddir)/src/util
|
|
#libopen62541_ladir = $(top_builddir)/include . $(top_builddir)/src . $(top_builddir)/src/util
|
|
|
|
|
|
#libopen62541_la_HEADERS = opcua.h\
|
|
#libopen62541_la_HEADERS = opcua.h\
|
|
-# opcua_basictypes.h\
|
|
|
|
-# opcua_namespace.h\
|
|
|
|
-# opcua_transportLayer.h\
|
|
|
|
|
|
+# ua_basictypes.h\
|
|
|
|
+# ua_namespace.h\
|
|
|
|
+# ua_transportLayer.h\
|
|
# opcua_connectionHelper.h\
|
|
# opcua_connectionHelper.h\
|
|
# opcua_encodingLayer.h\
|
|
# opcua_encodingLayer.h\
|
|
-# opcua_secureLayer.h\
|
|
|
|
-# opcua_namespace.h\
|
|
|
|
-# UA_connection.h\
|
|
|
|
-# UA_stackInternalTypes.h\
|
|
|
|
-# UA_list.h\
|
|
|
|
-# UA_indexedList.h
|
|
|
|
|
|
+# ua_secureLayer.h\
|
|
|
|
+# ua_namespace.h\
|
|
|
|
+# ua_connection.h\
|
|
|
|
+# ua_stackInternalTypes.h\
|
|
|
|
+# ua_list.h\
|
|
|
|
+# ua_indexedList.h
|
|
|
|
|
|
libopen62541_la_SOURCES = opcua.c\
|
|
libopen62541_la_SOURCES = opcua.c\
|
|
- opcua_basictypes.c\
|
|
|
|
- opcua_namespace_0.c\
|
|
|
|
- UA_stackInternalTypes.c\
|
|
|
|
- opcua_transportLayer.c\
|
|
|
|
- opcua_secureLayer.c\
|
|
|
|
- util/UA_list.c\
|
|
|
|
- util/UA_indexedList.c\
|
|
|
|
- opcua_namespace.c\
|
|
|
|
- UA_stack.c
|
|
|
|
|
|
+ ua_basictypes.c\
|
|
|
|
+ ua_namespace_0.c\
|
|
|
|
+ ua_stackInternalTypes.c\
|
|
|
|
+ ua_transportLayer.c\
|
|
|
|
+ ua_secureLayer.c\
|
|
|
|
+ util/ua_list.c\
|
|
|
|
+ util/ua_indexedList.c\
|
|
|
|
+ ua_namespace.c\
|
|
|
|
+ ua_stack.c
|
|
|
|
|
|
|
|
|
|
|
|
|