2008-06-15 02:15:37 +00:00
|
|
|
|
2008-06-20 03:44:45 +00:00
|
|
|
AUTOMAKE_OPTIONS = nostdinc
|
2011-01-23 04:32:11 +00:00
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-I$(top_builddir)/include \
|
2013-02-26 18:31:38 +00:00
|
|
|
-I$(top_srcdir)/include
|
2011-09-01 09:43:46 +00:00
|
|
|
|
2008-12-21 22:04:18 +00:00
|
|
|
lib_LTLIBRARIES = libqsecmn.la
|
2011-09-01 09:43:46 +00:00
|
|
|
|
2011-11-03 14:56:26 +00:00
|
|
|
noinst_HEADERS = \
|
2012-02-24 09:09:45 +00:00
|
|
|
cp949.h \
|
|
|
|
cp950.h \
|
2016-04-29 03:55:42 +00:00
|
|
|
fmt-prv.h \
|
2013-10-19 03:39:10 +00:00
|
|
|
fmt-intmax.h \
|
2013-10-24 14:55:15 +00:00
|
|
|
fmt-out.h \
|
2016-04-29 03:55:42 +00:00
|
|
|
mem-prv.h \
|
2015-09-23 13:34:04 +00:00
|
|
|
str-cat.h \
|
2013-10-29 14:14:43 +00:00
|
|
|
str-dyn.h \
|
2013-10-24 14:55:15 +00:00
|
|
|
str-fcpy.h \
|
|
|
|
str-fmt.h \
|
2013-10-11 13:43:29 +00:00
|
|
|
str-join.h \
|
2013-09-08 17:27:54 +00:00
|
|
|
str-subst.h \
|
2011-11-03 14:56:26 +00:00
|
|
|
syscall.h \
|
2012-12-28 08:48:35 +00:00
|
|
|
syserr.h \
|
2011-09-01 09:43:46 +00:00
|
|
|
tre.h \
|
2011-11-03 14:56:26 +00:00
|
|
|
tre-ast.h \
|
|
|
|
tre-compile.h \
|
2014-11-18 16:10:12 +00:00
|
|
|
tre-match-ut.h \
|
2011-11-03 14:56:26 +00:00
|
|
|
tre-parse.h \
|
2015-06-12 03:54:04 +00:00
|
|
|
tre-stack.h \
|
|
|
|
uni-case.h \
|
2017-09-14 18:19:51 +00:00
|
|
|
uni-trait.h \
|
|
|
|
va_copy.h
|
2011-11-03 14:56:26 +00:00
|
|
|
|
|
|
|
libqsecmn_la_SOURCES = \
|
2012-09-30 13:56:20 +00:00
|
|
|
alg-base64.c \
|
2011-11-16 15:18:46 +00:00
|
|
|
alg-rand.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
alg-search.c \
|
|
|
|
alg-sort.c \
|
2016-09-23 14:53:51 +00:00
|
|
|
arr.c \
|
2009-06-04 15:50:32 +00:00
|
|
|
assert.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
chr.c \
|
|
|
|
dll.c \
|
|
|
|
env.c \
|
|
|
|
gdl.c \
|
|
|
|
htb.c \
|
2017-11-30 05:46:42 +00:00
|
|
|
htl.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
fma.c \
|
2013-10-19 03:39:10 +00:00
|
|
|
fmt-intmax.c \
|
2013-10-24 14:55:15 +00:00
|
|
|
fmt-out.c \
|
2012-02-13 14:43:50 +00:00
|
|
|
hton.c \
|
2017-08-28 10:25:54 +00:00
|
|
|
hwad.c \
|
2012-02-13 14:43:50 +00:00
|
|
|
ipad.c \
|
2009-06-04 15:50:32 +00:00
|
|
|
main.c \
|
2013-01-16 05:04:56 +00:00
|
|
|
mb8.c \
|
2011-12-31 15:24:48 +00:00
|
|
|
mbwc.c \
|
|
|
|
mbwc-str.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
mem.c \
|
|
|
|
oht.c \
|
|
|
|
opt.c \
|
2018-01-12 08:21:57 +00:00
|
|
|
opt-cli.c \
|
2014-11-18 16:10:12 +00:00
|
|
|
path-base.c \
|
2011-10-14 22:57:41 +00:00
|
|
|
path-canon.c \
|
2014-12-08 15:07:55 +00:00
|
|
|
path-core.c \
|
|
|
|
path-merge.c \
|
2011-10-14 22:57:41 +00:00
|
|
|
pma.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
rbt.c \
|
|
|
|
rex.c \
|
|
|
|
sll.c \
|
2012-01-03 14:41:15 +00:00
|
|
|
slmb.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
str-beg.c \
|
|
|
|
str-cat.c \
|
|
|
|
str-chr.c \
|
|
|
|
str-cnv.c \
|
|
|
|
str-cmp.c \
|
|
|
|
str-cpy.c \
|
|
|
|
str-del.c \
|
|
|
|
str-dup.c \
|
2013-10-29 14:14:43 +00:00
|
|
|
str-dyn.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
str-end.c \
|
|
|
|
str-excl.c \
|
|
|
|
str-fcpy.c \
|
2013-10-24 14:55:15 +00:00
|
|
|
str-fmt.c \
|
2011-09-24 08:52:22 +00:00
|
|
|
str-fnmat.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
str-incl.c \
|
2013-10-11 13:43:29 +00:00
|
|
|
str-join.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
str-len.c \
|
|
|
|
str-pac.c \
|
|
|
|
str-pbrk.c \
|
|
|
|
str-put.c \
|
|
|
|
str-rev.c \
|
|
|
|
str-rot.c \
|
|
|
|
str-set.c \
|
|
|
|
str-spl.c \
|
|
|
|
str-spn.c \
|
|
|
|
str-str.c \
|
|
|
|
str-subst.c \
|
|
|
|
str-tok.c \
|
|
|
|
str-trm.c \
|
2018-01-12 08:21:57 +00:00
|
|
|
str-type.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
str-word.c \
|
|
|
|
time.c \
|
2014-08-04 16:34:22 +00:00
|
|
|
tmr.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
tre.c \
|
|
|
|
tre-ast.c \
|
|
|
|
tre-compile.c \
|
2014-11-18 16:10:12 +00:00
|
|
|
tre-match-bt.c \
|
|
|
|
tre-match-pa.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
tre-parse.c \
|
|
|
|
tre-stack.c \
|
2012-09-30 13:56:20 +00:00
|
|
|
uri.c \
|
2011-11-08 13:36:47 +00:00
|
|
|
utf8.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
xma.c
|
|
|
|
|
2012-12-06 13:02:46 +00:00
|
|
|
if ENABLE_BUNDLED_UNICODE
|
|
|
|
libqsecmn_la_SOURCES += uni.c
|
|
|
|
endif
|
2012-10-23 17:08:56 +00:00
|
|
|
|
2012-12-18 08:12:15 +00:00
|
|
|
if ENABLE_XCMGRS
|
2012-12-06 13:02:46 +00:00
|
|
|
libqsecmn_la_SOURCES += cp949.c cp950.c
|
2012-10-23 17:08:56 +00:00
|
|
|
endif
|
|
|
|
|
2013-02-26 18:31:38 +00:00
|
|
|
libqsecmn_la_LDFLAGS = -version-info 1:0:0 -no-undefined
|
2013-11-03 16:01:39 +00:00
|
|
|
libqsecmn_la_LIBADD = $(SOCKET_LIBS) $(QUADMATH_LIBS)
|
2008-12-27 02:52:47 +00:00
|
|
|
|
2009-12-19 06:34:42 +00:00
|
|
|
if ENABLE_CXX
|
|
|
|
|
2020-08-06 11:42:39 +00:00
|
|
|
libqsecmn_la_SOURCES += \
|
|
|
|
ErrorGrab.cpp \
|
|
|
|
Mmgr.cpp \
|
|
|
|
StdMmgr.cpp \
|
|
|
|
HeapMmgr.cpp \
|
|
|
|
Mmged.cpp \
|
|
|
|
Mpool.cpp \
|
|
|
|
String.cpp
|
2009-12-19 06:34:42 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
|