moved more files to si

This commit is contained in:
2016-04-28 15:43:33 +00:00
parent 9cb6c963fa
commit 616e24ee00
34 changed files with 405 additions and 253 deletions

View File

@ -1,4 +1,4 @@
SUBDIRS = cmn sys io awk sed xli http
SUBDIRS = cmn si awk sed xli http
pkgincludedir = $(includedir)/qse

View File

@ -390,7 +390,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = cmn sys io awk sed xli http
SUBDIRS = cmn si awk sed xli http
pkginclude_HEADERS = conf-msw.h conf-os2.h conf-dos.h conf-vms.h \
conf-mac.h conf-inf.h types.h macros.h pack1.h unpack.h \
$(am__append_1)

View File

@ -22,14 +22,12 @@ pkginclude_HEADERS = \
mb8.h \
mbwc.h \
mem.h \
nwad.h \
oht.h \
opt.h \
path.h \
pma.h \
rbt.h \
rex.h \
sck.h \
sll.h \
slmb.h \
str.h \

View File

@ -124,13 +124,12 @@ am__can_run_installinfo = \
esac
am__pkginclude_HEADERS_DIST = alg.h chr.h cp949.h cp950.h dir.h dll.h \
env.h fma.h fmt.h fs.h gdl.h glob.h htb.h hton.h ipad.h lda.h \
main.h map.h mb8.h mbwc.h mem.h nwad.h oht.h opt.h \
path.h pma.h rbt.h rex.h sck.h sll.h slmb.h str.h time.h tmr.h \
tre.h uni.h uri.h utf8.h xma.h Mmgr.hpp StdMmgr.hpp \
HeapMmgr.hpp Mmged.hpp ScopedPtr.hpp SharedPtr.hpp StrBase.hpp \
String.hpp Mpool.hpp Association.hpp LinkedList.hpp \
HashList.hpp HashTable.hpp RedBlackTree.hpp RedBlackTable.hpp \
Array.hpp BinaryHeap.hpp
main.h map.h mb8.h mbwc.h mem.h oht.h opt.h path.h pma.h rbt.h \
rex.h sll.h slmb.h str.h time.h tmr.h tre.h uni.h uri.h utf8.h \
xma.h Mmgr.hpp StdMmgr.hpp HeapMmgr.hpp Mmged.hpp \
ScopedPtr.hpp SharedPtr.hpp StrBase.hpp String.hpp Mpool.hpp \
Association.hpp LinkedList.hpp HashList.hpp HashTable.hpp \
RedBlackTree.hpp RedBlackTable.hpp Array.hpp BinaryHeap.hpp
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
@ -358,9 +357,9 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
pkginclude_HEADERS = alg.h chr.h cp949.h cp950.h dir.h dll.h env.h \
fma.h fmt.h fs.h gdl.h glob.h htb.h hton.h ipad.h lda.h main.h \
map.h mb8.h mbwc.h mem.h nwad.h oht.h opt.h path.h \
pma.h rbt.h rex.h sck.h sll.h slmb.h str.h time.h tmr.h tre.h \
uni.h uri.h utf8.h xma.h $(am__append_1)
map.h mb8.h mbwc.h mem.h oht.h opt.h path.h pma.h rbt.h rex.h \
sll.h slmb.h str.h time.h tmr.h tre.h uni.h uri.h utf8.h xma.h \
$(am__append_1)
all: all-am
.SUFFIXES:

View File

@ -9,10 +9,12 @@ pkginclude_HEADERS = \
intr.h \
mtx.h \
mux.h \
nwad.h \
nwif.h \
nwio.h \
pio.h \
rwl.h \
sck.h \
sio.h \
task.h \
thr.h \

View File

@ -81,7 +81,7 @@ host_triplet = @host@
@ENABLE_CXX_TRUE@ SocketAddress.hpp \
@ENABLE_CXX_TRUE@ Socket.hpp
subdir = include/qse/sys
subdir = include/qse/si
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(am__pkginclude_HEADERS_DIST)
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@ -118,8 +118,8 @@ am__can_run_installinfo = \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
am__pkginclude_HEADERS_DIST = cnd.h intr.h mtx.h mux.h rwl.h task.h \
thr.h SocketAddress.hpp Socket.hpp
am__pkginclude_HEADERS_DIST = aio.h aio-pro.h aio-sck.h \
SocketAddress.hpp Socket.hpp
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
@ -345,8 +345,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
pkginclude_HEADERS = cnd.h intr.h mtx.h mux.h rwl.h task.h thr.h \
$(am__append_1)
pkginclude_HEADERS = aio.h aio-pro.h aio-sck.h $(am__append_1)
all: all-am
.SUFFIXES:
@ -609,6 +608,21 @@ uninstall-am: uninstall-pkgincludeHEADERS
ps ps-am tags tags-am uninstall uninstall-am \
uninstall-pkgincludeHEADERS
cnd.h \
fio.h \
intr.h \
mtx.h \
mux.h \
nwad.h \
nwif.h \
nwio.h \
pio.h \
rwl.h \
sck.h \
sio.h \
task.h \
thr.h \
tio.h
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

View File

@ -29,7 +29,7 @@
#include <qse/types.h>
#include <qse/macros.h>
#include <qse/cmn/nwad.h>
#include <qse/si/nwad.h>
typedef struct qse_nwifcfg_t qse_nwifcfg_t;

View File

@ -33,10 +33,10 @@
#include <qse/types.h>
#include <qse/macros.h>
#include <qse/si/tio.h>
#include <qse/cmn/nwad.h>
#include <qse/cmn/time.h>
#include <qse/cmn/sck.h>
#include <qse/si/sck.h>
#include <qse/si/tio.h>
#include <qse/si/nwad.h>
enum qse_nwio_flag_t
{