Browse Source

changed .gitignore again

FlorianPalm 10 years ago
parent
commit
9310d323c9

+ 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
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

BIN
src/.libs/libopen62541.a


BIN
src/.libs/libopen62541.so


BIN
src/.libs/opcua_builtInDatatypes.o


BIN
src/.libs/opcua_encodingLayer.o


BIN
src/.libs/opcua_memory.o


BIN
src/.libs/opcua_secureChannelLayer.o


BIN
src/.libs/opcua_time.o


BIN
src/.libs/opcua_transportLayer.o


BIN
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

BIN
src/opcua_builtInDatatypes.o


BIN
src/opcua_encodingLayer.o


BIN
src/opcua_memory.o


BIN
src/opcua_secureChannelLayer.o


BIN
src/opcua_time.o


BIN
src/opcua_transportLayer.o


BIN
src/tcp_layer.o


BIN
tests/.libs/check_stack


BIN
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


BIN
tests/check_stack-check_stack.o