This commit is contained in:
ykxiao 2024-03-05 10:12:48 +08:00
parent 879cf9584d
commit dd18f46b1a
17 changed files with 215 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,6 +1,4 @@
.deps
*.lo
*.la
.libs
.idea
.DS_Store

12
kernel/chart.lo Normal file
View File

@ -0,0 +1,12 @@
# kernel/chart.lo - a libtool object file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/chart.o'
# Name of the non-PIC object.
non_pic_object=none

12
kernel/common.lo Normal file
View File

@ -0,0 +1,12 @@
# kernel/common.lo - a libtool object file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/common.o'
# Name of the non-PIC object.
non_pic_object=none

12
kernel/csv.lo Normal file
View File

@ -0,0 +1,12 @@
# kernel/csv.lo - a libtool object file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/csv.o'
# Name of the non-PIC object.
non_pic_object=none

12
kernel/excel.lo Normal file
View File

@ -0,0 +1,12 @@
# kernel/excel.lo - a libtool object file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/excel.o'
# Name of the non-PIC object.
non_pic_object=none

12
kernel/exception.lo Normal file
View File

@ -0,0 +1,12 @@
# kernel/exception.lo - a libtool object file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/exception.o'
# Name of the non-PIC object.
non_pic_object=none

12
kernel/format.lo Normal file
View File

@ -0,0 +1,12 @@
# kernel/format.lo - a libtool object file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/format.o'
# Name of the non-PIC object.
non_pic_object=none

12
kernel/help.lo Normal file
View File

@ -0,0 +1,12 @@
# kernel/help.lo - a libtool object file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/help.o'
# Name of the non-PIC object.
non_pic_object=none

12
kernel/read.lo Normal file
View File

@ -0,0 +1,12 @@
# kernel/read.lo - a libtool object file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/read.o'
# Name of the non-PIC object.
non_pic_object=none

12
kernel/resource.lo Normal file
View File

@ -0,0 +1,12 @@
# kernel/resource.lo - a libtool object file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/resource.o'
# Name of the non-PIC object.
non_pic_object=none

12
kernel/rich_string.lo Normal file
View File

@ -0,0 +1,12 @@
# kernel/rich_string.lo - a libtool object file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/rich_string.o'
# Name of the non-PIC object.
non_pic_object=none

12
kernel/validation.lo Normal file
View File

@ -0,0 +1,12 @@
# kernel/validation.lo - a libtool object file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/validation.o'
# Name of the non-PIC object.
non_pic_object=none

12
kernel/write.lo Normal file
View File

@ -0,0 +1,12 @@
# kernel/write.lo - a libtool object file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/write.o'
# Name of the non-PIC object.
non_pic_object=none

View File

@ -0,0 +1,12 @@
# library/libxlsxio/lib/xlsxio_read.lo - a libtool object file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/xlsxio_read.o'
# Name of the non-PIC object.
non_pic_object=none

View File

@ -0,0 +1,12 @@
# library/libxlsxio/lib/xlsxio_read_sharedstrings.lo - a libtool object file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/xlsxio_read_sharedstrings.o'
# Name of the non-PIC object.
non_pic_object=none

35
xlswriter.la Normal file
View File

@ -0,0 +1,35 @@
# xlswriter.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='xlswriter.so'
# Names of this library.
library_names='xlswriter.so xlswriter.so xlswriter.so'
# The name of the static archive.
old_library=''
# Libraries that this one depends upon.
dependency_libs=''
# Version information for xlswriter.
current=0
age=0
revision=0
# Is this an already installed library?
installed=no
# Should we warn about portability when linking against -modules?
shouldnotlink=yes
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/Users/ykxiao/nginx/www/phpext/php-ext-xlswriter/modules'

12
xlswriter.lo Normal file
View File

@ -0,0 +1,12 @@
# xlswriter.lo - a libtool object file
# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# Name of the PIC object.
pic_object='.libs/xlswriter.o'
# Name of the non-PIC object.
non_pic_object=none