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 \
|
2013-10-19 03:39:10 +00:00
|
|
|
fmt.h \
|
|
|
|
fmt-intmax.h \
|
2013-10-24 14:55:15 +00:00
|
|
|
fmt-out.h \
|
2011-11-20 16:24:11 +00:00
|
|
|
fs.h \
|
2011-11-03 14:56:26 +00:00
|
|
|
mem.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 \
|
|
|
|
tre-match-utils.h \
|
|
|
|
tre-parse.h \
|
|
|
|
tre-stack.h
|
|
|
|
|
|
|
|
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 \
|
2009-06-04 15:50:32 +00:00
|
|
|
assert.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
chr.c \
|
2012-11-09 17:31:33 +00:00
|
|
|
dir.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
dll.c \
|
|
|
|
env.c \
|
|
|
|
gdl.c \
|
|
|
|
htb.c \
|
|
|
|
fio.c \
|
|
|
|
fma.c \
|
2013-10-19 03:39:10 +00:00
|
|
|
fmt-intmax.c \
|
2013-10-24 14:55:15 +00:00
|
|
|
fmt-out.c \
|
2011-11-20 16:24:11 +00:00
|
|
|
fs.c \
|
|
|
|
fs-err.c \
|
|
|
|
fs-move.c \
|
2012-08-30 16:36:37 +00:00
|
|
|
glob.c \
|
2012-02-13 14:43:50 +00:00
|
|
|
hton.c \
|
|
|
|
ipad.c \
|
2012-05-03 12:57:58 +00:00
|
|
|
lda.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 \
|
2012-11-09 17:31:33 +00:00
|
|
|
mux.c \
|
2012-02-13 14:43:50 +00:00
|
|
|
nwad.c \
|
2012-11-16 16:46:49 +00:00
|
|
|
nwad-skad.c \
|
2012-09-25 02:47:25 +00:00
|
|
|
nwif.c \
|
2012-11-16 16:46:49 +00:00
|
|
|
nwif-cfg.c \
|
2012-04-27 14:33:14 +00:00
|
|
|
nwio.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
oht.c \
|
|
|
|
opt.c \
|
2011-10-14 22:57:41 +00:00
|
|
|
path-basename.c \
|
|
|
|
path-canon.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
pio.c \
|
2011-10-14 22:57:41 +00:00
|
|
|
pma.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
rbt.c \
|
|
|
|
rex.c \
|
2014-08-25 16:18:17 +00:00
|
|
|
sck.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
sio.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 \
|
|
|
|
str-word.c \
|
2012-10-11 13:39:52 +00:00
|
|
|
task.c \
|
2011-09-01 09:43:46 +00:00
|
|
|
time.c \
|
|
|
|
tio.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 \
|
|
|
|
tre-match-backtrack.c \
|
|
|
|
tre-match-parallel.c \
|
|
|
|
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
|
|
|
|
|
|
|
|
lib_LTLIBRARIES += libqsecmnxx.la
|
|
|
|
libqsecmnxx_la_SOURCES = \
|
|
|
|
Mmgr.cpp StdMmgr.cpp
|
2013-02-26 18:31:38 +00:00
|
|
|
libqsecmnxx_la_LDFLAGS = -version-info 1:0:0 -no-undefined
|
2012-04-30 09:46:58 +00:00
|
|
|
libqsecmnxx_la_LIBADD =
|
2009-12-19 06:34:42 +00:00
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|