~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-04-15 23:16:43 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 994.
  • Revision ID: mordred@inaugust.com-20090415231643-6enuiplzzzq94igk
Moved mystrings build into root Makefile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
SUBDIRS = ${po} \
25
25
          gnulib \
26
26
          . \
27
 
          mystrings \
28
27
          extra \
29
28
          client \
30
29
          drizzled/message \
40
39
MAINTAINERCLEANFILES = autom4te.cache
41
40
 
42
41
BUILT_SOURCES=          drizzled/configmake.h
43
 
noinst_LTLIBRARIES=     mysys/libmysys.la
44
 
 
 
42
noinst_LTLIBRARIES=     mysys/libmysys.la mystrings/libmystrings.la
45
43
 
46
44
noinst_HEADERS= \
47
45
                drizzled/configmake.h \
 
46
                mystrings/decimal.h \
 
47
                mystrings/m_ctype.h \
 
48
                mystrings/m_string.h \
 
49
                mystrings/my_uctype.h \
 
50
                mystrings/t_ctype.h
 
51
                mystrings/utf8.h
48
52
                mysys/aio_result.h \
49
53
                mysys/base64.h \
50
54
                mysys/definitions.h \
67
71
                mysys/thr_lock.h \
68
72
                mysys/typelib.h
69
73
 
 
74
mystrings_libmystrings_la_SOURCES= \
 
75
                mystrings/bmove_upp.cc \
 
76
                mystrings/ctype-bin.cc \
 
77
                mystrings/ctype-extra.cc \
 
78
                mystrings/ctype-mb.cc \
 
79
                mystrings/ctype-simple.cc \
 
80
                mystrings/ctype-uca.cc \
 
81
                mystrings/ctype-utf8.cc \
 
82
                mystrings/ctype.cc \
 
83
                mystrings/decimal.cc \
 
84
                mystrings/dtoa.cc \
 
85
                mystrings/int2str.cc \
 
86
                mystrings/is_prefix.cc \
 
87
                mystrings/llstr.cc \
 
88
                mystrings/longlong2str.cc \
 
89
                mystrings/my_strtoll10.cc \
 
90
                mystrings/str2int.cc
 
91
 
70
92
mysys_libmysys_la_SOURCES= \
71
93
                mysys/array.cc \
72
94
                mysys/base64.cc \