28
libmystrings_la_SOURCES = strxmov.cc bmove_upp.cc \
29
strfill.cc is_prefix.cc \
30
strmake.cc longlong2str.cc \
32
bchange.cc int2str.cc str2int.cc \
36
ctype.cc ctype-simple.cc ctype-mb.cc \
38
ctype-uca.cc ctype-bin.cc \
39
decimal.cc ctype-extra.cc str_alloc.cc \
28
# LTLIBOBJS contains stpcpy stpncpy
29
# IFF the don't exist on
30
# the target system. This helps prevent empty object file problems.
31
libmystrings_la_LIBADD = $(LTLIBOBJS)
32
libmystrings_la_SOURCES = strxmov.c bmove_upp.c \
33
strfill.c is_prefix.c \
34
strmake.c longlong2str.c \
36
bchange.c strxnmov.c int2str.c str2int.c \
38
ctype.c ctype-simple.c ctype-mb.c \
40
ctype-euc_kr.c ctype-gb2312.c \
41
ctype-gbk.c ctype-sjis.c ctype-tis620.c \
42
ctype-utf8.c ctype-ucs2.c \
43
ctype-uca.c ctype-bin.c \
45
decimal.c ctype-extra.c str_alloc.c \