瀏覽代碼

changed .gitignore again

FlorianPalm 11 年之前
父節點
當前提交
9310d323c9
共有 35 個文件被更改,包括 45 次插入8770 次删除
  1. 2 3
      .gitignore
  2. 1 1
      LICENSE
  3. 10 10
      Makefile
  4. 二進制
      bin/exampleServer
  5. 0 1530
      config.guess
  6. 0 656
      config.log
  7. 0 661
      config.log.orig
  8. 0 1945
      config.status
  9. 0 1931
      config.status.orig
  10. 0 1773
      config.sub
  11. 10 10
      examples/src/Makefile
  12. 1 1
      lib/libopen62541.a
  13. 1 1
      lib/libopen62541.so
  14. 二進制
      src/.libs/libopen62541.a
  15. 二進制
      src/.libs/libopen62541.so
  16. 二進制
      src/.libs/opcua_builtInDatatypes.o
  17. 二進制
      src/.libs/opcua_encodingLayer.o
  18. 二進制
      src/.libs/opcua_memory.o
  19. 二進制
      src/.libs/opcua_secureChannelLayer.o
  20. 二進制
      src/.libs/opcua_time.o
  21. 二進制
      src/.libs/opcua_transportLayer.o
  22. 二進制
      src/.libs/tcp_layer.o
  23. 10 10
      src/Makefile
  24. 二進制
      src/opcua_builtInDatatypes.o
  25. 二進制
      src/opcua_encodingLayer.o
  26. 二進制
      src/opcua_memory.o
  27. 二進制
      src/opcua_secureChannelLayer.o
  28. 二進制
      src/opcua_time.o
  29. 二進制
      src/opcua_transportLayer.o
  30. 二進制
      src/tcp_layer.o
  31. 二進制
      tests/.libs/check_stack
  32. 二進制
      tests/.libs/lt-check_stack
  33. 10 10
      tests/Makefile
  34. 0 228
      tests/check_stack
  35. 二進制
      tests/check_stack-check_stack.o

+ 2 - 3
.gitignore

@@ -3,7 +3,6 @@ tignore
     .log
     .guess
     .in
+    .sub
+    .status
     Makefile
-    !/foo
-    /foo/*
-    !/foo/bar

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-s a special exception to the GNU Lesser General Public License, you
+As a special exception to the GNU Lesser General Public License, you
 may link, statically or dynamically, a "work that uses the Library"
 with a publicly distributed version of the Library to produce an
 executable file containing portions of the Library, and distribute

+ 10 - 10
Makefile

@@ -105,13 +105,13 @@ distuninstallcheck_listfiles = find . -type f -print
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 distcleancheck_listfiles = find . -type f -print
-ACLOCAL = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run aclocal-1.11
+ACLOCAL = ${SHELL} /home/opcua/git/opcUaStack/missing --run aclocal-1.11
 AMTAR = $${TAR-tar}
 AR = ar
 AS = as
-AUTOCONF = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run automake-1.11
+AUTOCONF = ${SHELL} /home/opcua/git/opcUaStack/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/opcua/git/opcUaStack/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/opcua/git/opcUaStack/missing --run automake-1.11
 AWK = mawk
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -146,7 +146,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool
 LIPO = 
 LN_S = ln -s
 LTLIBOBJS = 
-MAKEINFO = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run makeinfo
+MAKEINFO = ${SHELL} /home/opcua/git/opcUaStack/missing --run makeinfo
 MANIFEST_TOOL = :
 MKDIR_P = /bin/mkdir -p
 NM = /usr/bin/nm -B
@@ -172,10 +172,10 @@ SET_MAKE =
 SHELL = /bin/bash
 STRIP = strip
 VERSION = 1.0
-abs_builddir = /home/opcua/git/opcUaStack/open62541Stack
-abs_srcdir = /home/opcua/git/opcUaStack/open62541Stack
-abs_top_builddir = /home/opcua/git/opcUaStack/open62541Stack
-abs_top_srcdir = /home/opcua/git/opcUaStack/open62541Stack
+abs_builddir = /home/opcua/git/opcUaStack
+abs_srcdir = /home/opcua/git/opcUaStack
+abs_top_builddir = /home/opcua/git/opcUaStack
+abs_top_srcdir = /home/opcua/git/opcUaStack
 ac_ct_AR = ar
 ac_ct_CC = gcc
 ac_ct_DUMPBIN = 
@@ -204,7 +204,7 @@ host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/install-sh
+install_sh = ${SHELL} /home/opcua/git/opcUaStack/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale

二進制
bin/exampleServer


File diff suppressed because it is too large
+ 0 - 1530
config.guess


File diff suppressed because it is too large
+ 0 - 656
config.log


File diff suppressed because it is too large
+ 0 - 661
config.log.orig


File diff suppressed because it is too large
+ 0 - 1945
config.status


File diff suppressed because it is too large
+ 0 - 1931
config.status.orig


File diff suppressed because it is too large
+ 0 - 1773
config.sub


+ 10 - 10
examples/src/Makefile

@@ -75,13 +75,13 @@ DIST_SOURCES = $(__top_builddir__bin_exampleServer_SOURCES)
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run aclocal-1.11
+ACLOCAL = ${SHELL} /home/opcua/git/opcUaStack/missing --run aclocal-1.11
 AMTAR = $${TAR-tar}
 AR = ar
 AS = as
-AUTOCONF = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run automake-1.11
+AUTOCONF = ${SHELL} /home/opcua/git/opcUaStack/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/opcua/git/opcUaStack/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/opcua/git/opcUaStack/missing --run automake-1.11
 AWK = mawk
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -116,7 +116,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool
 LIPO = 
 LN_S = ln -s
 LTLIBOBJS = 
-MAKEINFO = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run makeinfo
+MAKEINFO = ${SHELL} /home/opcua/git/opcUaStack/missing --run makeinfo
 MANIFEST_TOOL = :
 MKDIR_P = /bin/mkdir -p
 NM = /usr/bin/nm -B
@@ -142,10 +142,10 @@ SET_MAKE =
 SHELL = /bin/bash
 STRIP = strip
 VERSION = 1.0
-abs_builddir = /home/opcua/git/opcUaStack/open62541Stack/examples/src
-abs_srcdir = /home/opcua/git/opcUaStack/open62541Stack/examples/src
-abs_top_builddir = /home/opcua/git/opcUaStack/open62541Stack
-abs_top_srcdir = /home/opcua/git/opcUaStack/open62541Stack
+abs_builddir = /home/opcua/git/opcUaStack/examples/src
+abs_srcdir = /home/opcua/git/opcUaStack/examples/src
+abs_top_builddir = /home/opcua/git/opcUaStack
+abs_top_srcdir = /home/opcua/git/opcUaStack
 ac_ct_AR = ar
 ac_ct_CC = gcc
 ac_ct_DUMPBIN = 
@@ -174,7 +174,7 @@ host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/install-sh
+install_sh = ${SHELL} /home/opcua/git/opcUaStack/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale

+ 1 - 1
lib/libopen62541.a

@@ -1 +1 @@
-/home/opcua/git/opcUaStack/open62541Stack/src/.libs/libopen62541.a
+/home/opcua/git/opcUaStack/src/.libs/libopen62541.a

+ 1 - 1
lib/libopen62541.so

@@ -1 +1 @@
-/home/opcua/git/opcUaStack/open62541Stack/src/.libs/libopen62541.so
+/home/opcua/git/opcUaStack/src/.libs/libopen62541.so

二進制
src/.libs/libopen62541.a


二進制
src/.libs/libopen62541.so


二進制
src/.libs/opcua_builtInDatatypes.o


二進制
src/.libs/opcua_encodingLayer.o


二進制
src/.libs/opcua_memory.o


二進制
src/.libs/opcua_secureChannelLayer.o


二進制
src/.libs/opcua_time.o


二進制
src/.libs/opcua_transportLayer.o


二進制
src/.libs/tcp_layer.o


+ 10 - 10
src/Makefile

@@ -112,13 +112,13 @@ DIST_SOURCES = $(libopen62541_la_SOURCES)
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run aclocal-1.11
+ACLOCAL = ${SHELL} /home/opcua/git/opcUaStack/missing --run aclocal-1.11
 AMTAR = $${TAR-tar}
 AR = ar
 AS = as
-AUTOCONF = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run automake-1.11
+AUTOCONF = ${SHELL} /home/opcua/git/opcUaStack/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/opcua/git/opcUaStack/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/opcua/git/opcUaStack/missing --run automake-1.11
 AWK = mawk
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -153,7 +153,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool
 LIPO = 
 LN_S = ln -s
 LTLIBOBJS = 
-MAKEINFO = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run makeinfo
+MAKEINFO = ${SHELL} /home/opcua/git/opcUaStack/missing --run makeinfo
 MANIFEST_TOOL = :
 MKDIR_P = /bin/mkdir -p
 NM = /usr/bin/nm -B
@@ -179,10 +179,10 @@ SET_MAKE =
 SHELL = /bin/bash
 STRIP = strip
 VERSION = 1.0
-abs_builddir = /home/opcua/git/opcUaStack/open62541Stack/src
-abs_srcdir = /home/opcua/git/opcUaStack/open62541Stack/src
-abs_top_builddir = /home/opcua/git/opcUaStack/open62541Stack
-abs_top_srcdir = /home/opcua/git/opcUaStack/open62541Stack
+abs_builddir = /home/opcua/git/opcUaStack/src
+abs_srcdir = /home/opcua/git/opcUaStack/src
+abs_top_builddir = /home/opcua/git/opcUaStack
+abs_top_srcdir = /home/opcua/git/opcUaStack
 ac_ct_AR = ar
 ac_ct_CC = gcc
 ac_ct_DUMPBIN = 
@@ -211,7 +211,7 @@ host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/install-sh
+install_sh = ${SHELL} /home/opcua/git/opcUaStack/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale

二進制
src/opcua_builtInDatatypes.o


二進制
src/opcua_encodingLayer.o


二進制
src/opcua_memory.o


二進制
src/opcua_secureChannelLayer.o


二進制
src/opcua_time.o


二進制
src/opcua_transportLayer.o


二進制
src/tcp_layer.o


二進制
tests/.libs/check_stack


二進制
tests/.libs/lt-check_stack


+ 10 - 10
tests/Makefile

@@ -71,13 +71,13 @@ CTAGS = ctags
 am__tty_colors = \
 red=; grn=; lgn=; blu=; std=
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run aclocal-1.11
+ACLOCAL = ${SHELL} /home/opcua/git/opcUaStack/missing --run aclocal-1.11
 AMTAR = $${TAR-tar}
 AR = ar
 AS = as
-AUTOCONF = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run automake-1.11
+AUTOCONF = ${SHELL} /home/opcua/git/opcUaStack/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/opcua/git/opcUaStack/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/opcua/git/opcUaStack/missing --run automake-1.11
 AWK = mawk
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -112,7 +112,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool
 LIPO = 
 LN_S = ln -s
 LTLIBOBJS = 
-MAKEINFO = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/missing --run makeinfo
+MAKEINFO = ${SHELL} /home/opcua/git/opcUaStack/missing --run makeinfo
 MANIFEST_TOOL = :
 MKDIR_P = /bin/mkdir -p
 NM = /usr/bin/nm -B
@@ -138,10 +138,10 @@ SET_MAKE =
 SHELL = /bin/bash
 STRIP = strip
 VERSION = 1.0
-abs_builddir = /home/opcua/git/opcUaStack/open62541Stack/tests
-abs_srcdir = /home/opcua/git/opcUaStack/open62541Stack/tests
-abs_top_builddir = /home/opcua/git/opcUaStack/open62541Stack
-abs_top_srcdir = /home/opcua/git/opcUaStack/open62541Stack
+abs_builddir = /home/opcua/git/opcUaStack/tests
+abs_srcdir = /home/opcua/git/opcUaStack/tests
+abs_top_builddir = /home/opcua/git/opcUaStack
+abs_top_srcdir = /home/opcua/git/opcUaStack
 ac_ct_AR = ar
 ac_ct_CC = gcc
 ac_ct_DUMPBIN = 
@@ -170,7 +170,7 @@ host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/opcua/git/opcUaStack/open62541Stack/install-sh
+install_sh = ${SHELL} /home/opcua/git/opcUaStack/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale

File diff suppressed because it is too large
+ 0 - 228
tests/check_stack


二進制
tests/check_stack-check_stack.o