~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/Makefile.am

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
15
 
16
16
# This file is public domain and comes with NO WARRANTY of any kind
17
 
AM_CPPFLAGS =           -I$(top_builddir)/include -I$(top_srcdir)/include
18
17
pkglib_LTLIBRARIES =    libmystrings.la
19
18
libmystrings_la_LDFLAGS = -static
20
19
libmystrings_la_SOURCES = 
46
45
endif
47
46
endif
48
47
 
 
48
pkginclude_HEADERS =    decimal.h \
 
49
                        m_ctype.h \
 
50
                        m_string.h \
 
51
                        my_xml.h
 
52
 
 
53
noinst_HEADERS =        my_uctype.h
 
54
 
49
55
# C files common to all three cases are included directly below, so that
50
56
# ASRCS and CSRCS can be smaller
51
 
libmystringslt_la_SOURCES =     $(ASRCS) $(CSRCS) bmove.c bmove512.c \
 
57
libmystringslt_la_SOURCES =     $(ASRCS) $(CSRCS) bmove512.c \
52
58
                                bchange.c strxnmov.c int2str.c str2int.c \
53
 
                                bcmp.c strtoll.c strtoull.c llstr.c strnlen.c \
 
59
                                strtoll.c strtoull.c llstr.c strnlen.c \
54
60
                                ctype.c ctype-simple.c ctype-mb.c \
55
61
                                ctype-big5.c ctype-cp932.c ctype-czech.c \
56
62
                                ctype-eucjpms.c ctype-euc_kr.c ctype-gb2312.c \