diff options
author | haturatu <warsaw21g@gmail.com> | 2024-05-12 11:09:50 +0900 |
---|---|---|
committer | haturatu <warsaw21g@gmail.com> | 2024-05-12 11:09:50 +0900 |
commit | 2ec9484cf1c1319bb45966f1cc4c111d8de35a12 (patch) | |
tree | f8714cb0b87968ba37fac2b2df8a1b6c4af9566f /libtest/.libs | |
parent | ce2d2ce810cb1bbaf1c587a3947c31adb47d5244 (diff) |
first commit
Diffstat (limited to 'libtest/.libs')
80 files changed, 440 insertions, 0 deletions
diff --git a/libtest/.libs/callbacks-example-baselinks.o b/libtest/.libs/callbacks-example-baselinks.o Binary files differnew file mode 100644 index 0000000..e2c0801 --- /dev/null +++ b/libtest/.libs/callbacks-example-baselinks.o diff --git a/libtest/.libs/callbacks-example-changecontent.o b/libtest/.libs/callbacks-example-changecontent.o Binary files differnew file mode 100644 index 0000000..6621c4f --- /dev/null +++ b/libtest/.libs/callbacks-example-changecontent.o diff --git a/libtest/.libs/callbacks-example-contentfilter.o b/libtest/.libs/callbacks-example-contentfilter.o Binary files differnew file mode 100644 index 0000000..7a48b53 --- /dev/null +++ b/libtest/.libs/callbacks-example-contentfilter.o diff --git a/libtest/.libs/callbacks-example-displayheader.o b/libtest/.libs/callbacks-example-displayheader.o Binary files differnew file mode 100644 index 0000000..4456486 --- /dev/null +++ b/libtest/.libs/callbacks-example-displayheader.o diff --git a/libtest/.libs/callbacks-example-filename.o b/libtest/.libs/callbacks-example-filename.o Binary files differnew file mode 100644 index 0000000..705a591 --- /dev/null +++ b/libtest/.libs/callbacks-example-filename.o diff --git a/libtest/.libs/callbacks-example-filename2.o b/libtest/.libs/callbacks-example-filename2.o Binary files differnew file mode 100644 index 0000000..43d9d5c --- /dev/null +++ b/libtest/.libs/callbacks-example-filename2.o diff --git a/libtest/.libs/callbacks-example-filenameiisbug.o b/libtest/.libs/callbacks-example-filenameiisbug.o Binary files differnew file mode 100644 index 0000000..94fd7b1 --- /dev/null +++ b/libtest/.libs/callbacks-example-filenameiisbug.o diff --git a/libtest/.libs/callbacks-example-listlinks.o b/libtest/.libs/callbacks-example-listlinks.o Binary files differnew file mode 100644 index 0000000..3c8948c --- /dev/null +++ b/libtest/.libs/callbacks-example-listlinks.o diff --git a/libtest/.libs/callbacks-example-log.o b/libtest/.libs/callbacks-example-log.o Binary files differnew file mode 100644 index 0000000..6288494 --- /dev/null +++ b/libtest/.libs/callbacks-example-log.o diff --git a/libtest/.libs/callbacks-example-simple.o b/libtest/.libs/callbacks-example-simple.o Binary files differnew file mode 100644 index 0000000..9c188e5 --- /dev/null +++ b/libtest/.libs/callbacks-example-simple.o diff --git a/libtest/.libs/libbaselinks.a b/libtest/.libs/libbaselinks.a Binary files differnew file mode 100644 index 0000000..ccce214 --- /dev/null +++ b/libtest/.libs/libbaselinks.a diff --git a/libtest/.libs/libbaselinks.la b/libtest/.libs/libbaselinks.la new file mode 120000 index 0000000..25e1ca2 --- /dev/null +++ b/libtest/.libs/libbaselinks.la @@ -0,0 +1 @@ +../libbaselinks.la
\ No newline at end of file diff --git a/libtest/.libs/libbaselinks.lai b/libtest/.libs/libbaselinks.lai new file mode 100644 index 0000000..c27040b --- /dev/null +++ b/libtest/.libs/libbaselinks.lai @@ -0,0 +1,41 @@ +# libbaselinks.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-5 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libbaselinks.so.1' + +# Names of this library. +library_names='libbaselinks.so.1.0.0 libbaselinks.so.1 libbaselinks.so' + +# The name of the static archive. +old_library='libbaselinks.a' + +# Linker flags that cannot go in dependency_libs. +inherited_linker_flags='' + +# Libraries that this one depends upon. +dependency_libs=' -L../src -L/usr/lib /home/haturatu/usr/lib/libhttrack.la -lpthread -lcrypto -lssl -ldl -lz' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for libbaselinks. +current=1 +age=0 +revision=0 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/home/haturatu/usr/lib/httrack' diff --git a/libtest/.libs/libbaselinks.so b/libtest/.libs/libbaselinks.so new file mode 120000 index 0000000..f68db2f --- /dev/null +++ b/libtest/.libs/libbaselinks.so @@ -0,0 +1 @@ +libbaselinks.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/libbaselinks.so.1 b/libtest/.libs/libbaselinks.so.1 new file mode 120000 index 0000000..f68db2f --- /dev/null +++ b/libtest/.libs/libbaselinks.so.1 @@ -0,0 +1 @@ +libbaselinks.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/libbaselinks.so.1.0.0 b/libtest/.libs/libbaselinks.so.1.0.0 Binary files differnew file mode 100755 index 0000000..fd1c469 --- /dev/null +++ b/libtest/.libs/libbaselinks.so.1.0.0 diff --git a/libtest/.libs/libbaselinks.so.1.0.0T b/libtest/.libs/libbaselinks.so.1.0.0T Binary files differnew file mode 100755 index 0000000..3ad48c1 --- /dev/null +++ b/libtest/.libs/libbaselinks.so.1.0.0T diff --git a/libtest/.libs/libchangecontent.a b/libtest/.libs/libchangecontent.a Binary files differnew file mode 100644 index 0000000..ec89135 --- /dev/null +++ b/libtest/.libs/libchangecontent.a diff --git a/libtest/.libs/libchangecontent.la b/libtest/.libs/libchangecontent.la new file mode 120000 index 0000000..cac5870 --- /dev/null +++ b/libtest/.libs/libchangecontent.la @@ -0,0 +1 @@ +../libchangecontent.la
\ No newline at end of file diff --git a/libtest/.libs/libchangecontent.lai b/libtest/.libs/libchangecontent.lai new file mode 100644 index 0000000..71a1a0d --- /dev/null +++ b/libtest/.libs/libchangecontent.lai @@ -0,0 +1,41 @@ +# libchangecontent.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-5 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libchangecontent.so.1' + +# Names of this library. +library_names='libchangecontent.so.1.0.0 libchangecontent.so.1 libchangecontent.so' + +# The name of the static archive. +old_library='libchangecontent.a' + +# Linker flags that cannot go in dependency_libs. +inherited_linker_flags='' + +# Libraries that this one depends upon. +dependency_libs=' -L../src -L/usr/lib /home/haturatu/usr/lib/libhttrack.la -lpthread -lcrypto -lssl -ldl -lz' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for libchangecontent. +current=1 +age=0 +revision=0 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/home/haturatu/usr/lib/httrack' diff --git a/libtest/.libs/libchangecontent.so b/libtest/.libs/libchangecontent.so new file mode 120000 index 0000000..3417e95 --- /dev/null +++ b/libtest/.libs/libchangecontent.so @@ -0,0 +1 @@ +libchangecontent.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/libchangecontent.so.1 b/libtest/.libs/libchangecontent.so.1 new file mode 120000 index 0000000..3417e95 --- /dev/null +++ b/libtest/.libs/libchangecontent.so.1 @@ -0,0 +1 @@ +libchangecontent.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/libchangecontent.so.1.0.0 b/libtest/.libs/libchangecontent.so.1.0.0 Binary files differnew file mode 100755 index 0000000..2f1876e --- /dev/null +++ b/libtest/.libs/libchangecontent.so.1.0.0 diff --git a/libtest/.libs/libchangecontent.so.1.0.0T b/libtest/.libs/libchangecontent.so.1.0.0T Binary files differnew file mode 100755 index 0000000..1a2f898 --- /dev/null +++ b/libtest/.libs/libchangecontent.so.1.0.0T diff --git a/libtest/.libs/libcontentfilter.a b/libtest/.libs/libcontentfilter.a Binary files differnew file mode 100644 index 0000000..a3efa9d --- /dev/null +++ b/libtest/.libs/libcontentfilter.a diff --git a/libtest/.libs/libcontentfilter.la b/libtest/.libs/libcontentfilter.la new file mode 120000 index 0000000..23c10e3 --- /dev/null +++ b/libtest/.libs/libcontentfilter.la @@ -0,0 +1 @@ +../libcontentfilter.la
\ No newline at end of file diff --git a/libtest/.libs/libcontentfilter.lai b/libtest/.libs/libcontentfilter.lai new file mode 100644 index 0000000..6a6a726 --- /dev/null +++ b/libtest/.libs/libcontentfilter.lai @@ -0,0 +1,41 @@ +# libcontentfilter.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-5 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libcontentfilter.so.1' + +# Names of this library. +library_names='libcontentfilter.so.1.0.0 libcontentfilter.so.1 libcontentfilter.so' + +# The name of the static archive. +old_library='libcontentfilter.a' + +# Linker flags that cannot go in dependency_libs. +inherited_linker_flags='' + +# Libraries that this one depends upon. +dependency_libs=' -L../src -L/usr/lib /home/haturatu/usr/lib/libhttrack.la -lpthread -lcrypto -lssl -ldl -lz' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for libcontentfilter. +current=1 +age=0 +revision=0 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/home/haturatu/usr/lib/httrack' diff --git a/libtest/.libs/libcontentfilter.so b/libtest/.libs/libcontentfilter.so new file mode 120000 index 0000000..213f6f3 --- /dev/null +++ b/libtest/.libs/libcontentfilter.so @@ -0,0 +1 @@ +libcontentfilter.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/libcontentfilter.so.1 b/libtest/.libs/libcontentfilter.so.1 new file mode 120000 index 0000000..213f6f3 --- /dev/null +++ b/libtest/.libs/libcontentfilter.so.1 @@ -0,0 +1 @@ +libcontentfilter.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/libcontentfilter.so.1.0.0 b/libtest/.libs/libcontentfilter.so.1.0.0 Binary files differnew file mode 100755 index 0000000..1515549 --- /dev/null +++ b/libtest/.libs/libcontentfilter.so.1.0.0 diff --git a/libtest/.libs/libcontentfilter.so.1.0.0T b/libtest/.libs/libcontentfilter.so.1.0.0T Binary files differnew file mode 100755 index 0000000..42d18e1 --- /dev/null +++ b/libtest/.libs/libcontentfilter.so.1.0.0T diff --git a/libtest/.libs/libdisplayheader.a b/libtest/.libs/libdisplayheader.a Binary files differnew file mode 100644 index 0000000..9625dd5 --- /dev/null +++ b/libtest/.libs/libdisplayheader.a diff --git a/libtest/.libs/libdisplayheader.la b/libtest/.libs/libdisplayheader.la new file mode 120000 index 0000000..2e057cb --- /dev/null +++ b/libtest/.libs/libdisplayheader.la @@ -0,0 +1 @@ +../libdisplayheader.la
\ No newline at end of file diff --git a/libtest/.libs/libdisplayheader.lai b/libtest/.libs/libdisplayheader.lai new file mode 100644 index 0000000..62e0601 --- /dev/null +++ b/libtest/.libs/libdisplayheader.lai @@ -0,0 +1,41 @@ +# libdisplayheader.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-5 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libdisplayheader.so.1' + +# Names of this library. +library_names='libdisplayheader.so.1.0.0 libdisplayheader.so.1 libdisplayheader.so' + +# The name of the static archive. +old_library='libdisplayheader.a' + +# Linker flags that cannot go in dependency_libs. +inherited_linker_flags='' + +# Libraries that this one depends upon. +dependency_libs=' -L../src -L/usr/lib /home/haturatu/usr/lib/libhttrack.la -lpthread -lcrypto -lssl -ldl -lz' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for libdisplayheader. +current=1 +age=0 +revision=0 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/home/haturatu/usr/lib/httrack' diff --git a/libtest/.libs/libdisplayheader.so b/libtest/.libs/libdisplayheader.so new file mode 120000 index 0000000..61c28dc --- /dev/null +++ b/libtest/.libs/libdisplayheader.so @@ -0,0 +1 @@ +libdisplayheader.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/libdisplayheader.so.1 b/libtest/.libs/libdisplayheader.so.1 new file mode 120000 index 0000000..61c28dc --- /dev/null +++ b/libtest/.libs/libdisplayheader.so.1 @@ -0,0 +1 @@ +libdisplayheader.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/libdisplayheader.so.1.0.0 b/libtest/.libs/libdisplayheader.so.1.0.0 Binary files differnew file mode 100755 index 0000000..918729a --- /dev/null +++ b/libtest/.libs/libdisplayheader.so.1.0.0 diff --git a/libtest/.libs/libdisplayheader.so.1.0.0T b/libtest/.libs/libdisplayheader.so.1.0.0T Binary files differnew file mode 100755 index 0000000..bdbca70 --- /dev/null +++ b/libtest/.libs/libdisplayheader.so.1.0.0T diff --git a/libtest/.libs/libfilename.a b/libtest/.libs/libfilename.a Binary files differnew file mode 100644 index 0000000..493b89f --- /dev/null +++ b/libtest/.libs/libfilename.a diff --git a/libtest/.libs/libfilename.la b/libtest/.libs/libfilename.la new file mode 120000 index 0000000..aadff6e --- /dev/null +++ b/libtest/.libs/libfilename.la @@ -0,0 +1 @@ +../libfilename.la
\ No newline at end of file diff --git a/libtest/.libs/libfilename.lai b/libtest/.libs/libfilename.lai new file mode 100644 index 0000000..ce09cad --- /dev/null +++ b/libtest/.libs/libfilename.lai @@ -0,0 +1,41 @@ +# libfilename.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-5 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libfilename.so.1' + +# Names of this library. +library_names='libfilename.so.1.0.0 libfilename.so.1 libfilename.so' + +# The name of the static archive. +old_library='libfilename.a' + +# Linker flags that cannot go in dependency_libs. +inherited_linker_flags='' + +# Libraries that this one depends upon. +dependency_libs=' -L../src -L/usr/lib /home/haturatu/usr/lib/libhttrack.la -lpthread -lcrypto -lssl -ldl -lz' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for libfilename. +current=1 +age=0 +revision=0 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/home/haturatu/usr/lib/httrack' diff --git a/libtest/.libs/libfilename.so b/libtest/.libs/libfilename.so new file mode 120000 index 0000000..f7c32dd --- /dev/null +++ b/libtest/.libs/libfilename.so @@ -0,0 +1 @@ +libfilename.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/libfilename.so.1 b/libtest/.libs/libfilename.so.1 new file mode 120000 index 0000000..f7c32dd --- /dev/null +++ b/libtest/.libs/libfilename.so.1 @@ -0,0 +1 @@ +libfilename.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/libfilename.so.1.0.0 b/libtest/.libs/libfilename.so.1.0.0 Binary files differnew file mode 100755 index 0000000..7b34561 --- /dev/null +++ b/libtest/.libs/libfilename.so.1.0.0 diff --git a/libtest/.libs/libfilename.so.1.0.0T b/libtest/.libs/libfilename.so.1.0.0T Binary files differnew file mode 100755 index 0000000..f37d37a --- /dev/null +++ b/libtest/.libs/libfilename.so.1.0.0T diff --git a/libtest/.libs/libfilename2.a b/libtest/.libs/libfilename2.a Binary files differnew file mode 100644 index 0000000..630b2fc --- /dev/null +++ b/libtest/.libs/libfilename2.a diff --git a/libtest/.libs/libfilename2.la b/libtest/.libs/libfilename2.la new file mode 120000 index 0000000..8b8bbc7 --- /dev/null +++ b/libtest/.libs/libfilename2.la @@ -0,0 +1 @@ +../libfilename2.la
\ No newline at end of file diff --git a/libtest/.libs/libfilename2.lai b/libtest/.libs/libfilename2.lai new file mode 100644 index 0000000..cb0e029 --- /dev/null +++ b/libtest/.libs/libfilename2.lai @@ -0,0 +1,41 @@ +# libfilename2.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-5 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libfilename2.so.1' + +# Names of this library. +library_names='libfilename2.so.1.0.0 libfilename2.so.1 libfilename2.so' + +# The name of the static archive. +old_library='libfilename2.a' + +# Linker flags that cannot go in dependency_libs. +inherited_linker_flags='' + +# Libraries that this one depends upon. +dependency_libs=' -L../src -L/usr/lib /home/haturatu/usr/lib/libhttrack.la -lpthread -lcrypto -lssl -ldl -lz' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for libfilename2. +current=1 +age=0 +revision=0 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/home/haturatu/usr/lib/httrack' diff --git a/libtest/.libs/libfilename2.so b/libtest/.libs/libfilename2.so new file mode 120000 index 0000000..3259f9e --- /dev/null +++ b/libtest/.libs/libfilename2.so @@ -0,0 +1 @@ +libfilename2.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/libfilename2.so.1 b/libtest/.libs/libfilename2.so.1 new file mode 120000 index 0000000..3259f9e --- /dev/null +++ b/libtest/.libs/libfilename2.so.1 @@ -0,0 +1 @@ +libfilename2.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/libfilename2.so.1.0.0 b/libtest/.libs/libfilename2.so.1.0.0 Binary files differnew file mode 100755 index 0000000..8f42795 --- /dev/null +++ b/libtest/.libs/libfilename2.so.1.0.0 diff --git a/libtest/.libs/libfilename2.so.1.0.0T b/libtest/.libs/libfilename2.so.1.0.0T Binary files differnew file mode 100755 index 0000000..133b703 --- /dev/null +++ b/libtest/.libs/libfilename2.so.1.0.0T diff --git a/libtest/.libs/libfilenameiisbug.a b/libtest/.libs/libfilenameiisbug.a Binary files differnew file mode 100644 index 0000000..4698290 --- /dev/null +++ b/libtest/.libs/libfilenameiisbug.a diff --git a/libtest/.libs/libfilenameiisbug.la b/libtest/.libs/libfilenameiisbug.la new file mode 120000 index 0000000..024e1ec --- /dev/null +++ b/libtest/.libs/libfilenameiisbug.la @@ -0,0 +1 @@ +../libfilenameiisbug.la
\ No newline at end of file diff --git a/libtest/.libs/libfilenameiisbug.lai b/libtest/.libs/libfilenameiisbug.lai new file mode 100644 index 0000000..307c554 --- /dev/null +++ b/libtest/.libs/libfilenameiisbug.lai @@ -0,0 +1,41 @@ +# libfilenameiisbug.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-5 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libfilenameiisbug.so.1' + +# Names of this library. +library_names='libfilenameiisbug.so.1.0.0 libfilenameiisbug.so.1 libfilenameiisbug.so' + +# The name of the static archive. +old_library='libfilenameiisbug.a' + +# Linker flags that cannot go in dependency_libs. +inherited_linker_flags='' + +# Libraries that this one depends upon. +dependency_libs=' -L../src -L/usr/lib /home/haturatu/usr/lib/libhttrack.la -lpthread -lcrypto -lssl -ldl -lz' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for libfilenameiisbug. +current=1 +age=0 +revision=0 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/home/haturatu/usr/lib/httrack' diff --git a/libtest/.libs/libfilenameiisbug.so b/libtest/.libs/libfilenameiisbug.so new file mode 120000 index 0000000..25d0eb1 --- /dev/null +++ b/libtest/.libs/libfilenameiisbug.so @@ -0,0 +1 @@ +libfilenameiisbug.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/libfilenameiisbug.so.1 b/libtest/.libs/libfilenameiisbug.so.1 new file mode 120000 index 0000000..25d0eb1 --- /dev/null +++ b/libtest/.libs/libfilenameiisbug.so.1 @@ -0,0 +1 @@ +libfilenameiisbug.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/libfilenameiisbug.so.1.0.0 b/libtest/.libs/libfilenameiisbug.so.1.0.0 Binary files differnew file mode 100755 index 0000000..22e8f36 --- /dev/null +++ b/libtest/.libs/libfilenameiisbug.so.1.0.0 diff --git a/libtest/.libs/libfilenameiisbug.so.1.0.0T b/libtest/.libs/libfilenameiisbug.so.1.0.0T Binary files differnew file mode 100755 index 0000000..90d47ca --- /dev/null +++ b/libtest/.libs/libfilenameiisbug.so.1.0.0T diff --git a/libtest/.libs/liblistlinks.a b/libtest/.libs/liblistlinks.a Binary files differnew file mode 100644 index 0000000..3e1a463 --- /dev/null +++ b/libtest/.libs/liblistlinks.a diff --git a/libtest/.libs/liblistlinks.la b/libtest/.libs/liblistlinks.la new file mode 120000 index 0000000..fe12358 --- /dev/null +++ b/libtest/.libs/liblistlinks.la @@ -0,0 +1 @@ +../liblistlinks.la
\ No newline at end of file diff --git a/libtest/.libs/liblistlinks.lai b/libtest/.libs/liblistlinks.lai new file mode 100644 index 0000000..b4e392b --- /dev/null +++ b/libtest/.libs/liblistlinks.lai @@ -0,0 +1,41 @@ +# liblistlinks.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-5 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='liblistlinks.so.1' + +# Names of this library. +library_names='liblistlinks.so.1.0.0 liblistlinks.so.1 liblistlinks.so' + +# The name of the static archive. +old_library='liblistlinks.a' + +# Linker flags that cannot go in dependency_libs. +inherited_linker_flags='' + +# Libraries that this one depends upon. +dependency_libs=' -L../src -L/usr/lib /home/haturatu/usr/lib/libhttrack.la -lpthread -lcrypto -lssl -ldl -lz' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for liblistlinks. +current=1 +age=0 +revision=0 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/home/haturatu/usr/lib/httrack' diff --git a/libtest/.libs/liblistlinks.so b/libtest/.libs/liblistlinks.so new file mode 120000 index 0000000..f367fae --- /dev/null +++ b/libtest/.libs/liblistlinks.so @@ -0,0 +1 @@ +liblistlinks.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/liblistlinks.so.1 b/libtest/.libs/liblistlinks.so.1 new file mode 120000 index 0000000..f367fae --- /dev/null +++ b/libtest/.libs/liblistlinks.so.1 @@ -0,0 +1 @@ +liblistlinks.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/liblistlinks.so.1.0.0 b/libtest/.libs/liblistlinks.so.1.0.0 Binary files differnew file mode 100755 index 0000000..7db47fa --- /dev/null +++ b/libtest/.libs/liblistlinks.so.1.0.0 diff --git a/libtest/.libs/liblistlinks.so.1.0.0T b/libtest/.libs/liblistlinks.so.1.0.0T Binary files differnew file mode 100755 index 0000000..1bf3d8c --- /dev/null +++ b/libtest/.libs/liblistlinks.so.1.0.0T diff --git a/libtest/.libs/liblog.a b/libtest/.libs/liblog.a Binary files differnew file mode 100644 index 0000000..18b197a --- /dev/null +++ b/libtest/.libs/liblog.a diff --git a/libtest/.libs/liblog.la b/libtest/.libs/liblog.la new file mode 120000 index 0000000..403e272 --- /dev/null +++ b/libtest/.libs/liblog.la @@ -0,0 +1 @@ +../liblog.la
\ No newline at end of file diff --git a/libtest/.libs/liblog.lai b/libtest/.libs/liblog.lai new file mode 100644 index 0000000..41a0214 --- /dev/null +++ b/libtest/.libs/liblog.lai @@ -0,0 +1,41 @@ +# liblog.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-5 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='liblog.so.1' + +# Names of this library. +library_names='liblog.so.1.0.0 liblog.so.1 liblog.so' + +# The name of the static archive. +old_library='liblog.a' + +# Linker flags that cannot go in dependency_libs. +inherited_linker_flags='' + +# Libraries that this one depends upon. +dependency_libs=' -L../src -L/usr/lib /home/haturatu/usr/lib/libhttrack.la -lpthread -lcrypto -lssl -ldl -lz' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for liblog. +current=1 +age=0 +revision=0 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/home/haturatu/usr/lib/httrack' diff --git a/libtest/.libs/liblog.so b/libtest/.libs/liblog.so new file mode 120000 index 0000000..a8943a8 --- /dev/null +++ b/libtest/.libs/liblog.so @@ -0,0 +1 @@ +liblog.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/liblog.so.1 b/libtest/.libs/liblog.so.1 new file mode 120000 index 0000000..a8943a8 --- /dev/null +++ b/libtest/.libs/liblog.so.1 @@ -0,0 +1 @@ +liblog.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/liblog.so.1.0.0 b/libtest/.libs/liblog.so.1.0.0 Binary files differnew file mode 100755 index 0000000..400ba3c --- /dev/null +++ b/libtest/.libs/liblog.so.1.0.0 diff --git a/libtest/.libs/liblog.so.1.0.0T b/libtest/.libs/liblog.so.1.0.0T Binary files differnew file mode 100755 index 0000000..8e89e02 --- /dev/null +++ b/libtest/.libs/liblog.so.1.0.0T diff --git a/libtest/.libs/libsimple.a b/libtest/.libs/libsimple.a Binary files differnew file mode 100644 index 0000000..7d71601 --- /dev/null +++ b/libtest/.libs/libsimple.a diff --git a/libtest/.libs/libsimple.la b/libtest/.libs/libsimple.la new file mode 120000 index 0000000..0994a56 --- /dev/null +++ b/libtest/.libs/libsimple.la @@ -0,0 +1 @@ +../libsimple.la
\ No newline at end of file diff --git a/libtest/.libs/libsimple.lai b/libtest/.libs/libsimple.lai new file mode 100644 index 0000000..0265652 --- /dev/null +++ b/libtest/.libs/libsimple.lai @@ -0,0 +1,41 @@ +# libsimple.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-5 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libsimple.so.1' + +# Names of this library. +library_names='libsimple.so.1.0.0 libsimple.so.1 libsimple.so' + +# The name of the static archive. +old_library='libsimple.a' + +# Linker flags that cannot go in dependency_libs. +inherited_linker_flags='' + +# Libraries that this one depends upon. +dependency_libs=' -L../src -L/usr/lib /home/haturatu/usr/lib/libhttrack.la -lpthread -lcrypto -lssl -ldl -lz' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for libsimple. +current=1 +age=0 +revision=0 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/home/haturatu/usr/lib/httrack' diff --git a/libtest/.libs/libsimple.so b/libtest/.libs/libsimple.so new file mode 120000 index 0000000..a8ee4af --- /dev/null +++ b/libtest/.libs/libsimple.so @@ -0,0 +1 @@ +libsimple.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/libsimple.so.1 b/libtest/.libs/libsimple.so.1 new file mode 120000 index 0000000..a8ee4af --- /dev/null +++ b/libtest/.libs/libsimple.so.1 @@ -0,0 +1 @@ +libsimple.so.1.0.0
\ No newline at end of file diff --git a/libtest/.libs/libsimple.so.1.0.0 b/libtest/.libs/libsimple.so.1.0.0 Binary files differnew file mode 100755 index 0000000..c7e3f69 --- /dev/null +++ b/libtest/.libs/libsimple.so.1.0.0 diff --git a/libtest/.libs/libsimple.so.1.0.0T b/libtest/.libs/libsimple.so.1.0.0T Binary files differnew file mode 100755 index 0000000..9cbbdca --- /dev/null +++ b/libtest/.libs/libsimple.so.1.0.0T |