~drizzle-trunk/drizzle/development

779.3.50 by Monty Taylor
Cleaned up mystrings Makefile.
1
# Copyright (C) 2009 Sun Microsystems
1 by brian
clean slate
2
# 
3
# This program is free software; you can redistribute it and/or modify
4
# it under the terms of the GNU General Public License as published by
5
# the Free Software Foundation; version 2 of the License.
6
# 
7
# This program is distributed in the hope that it will be useful,
8
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10
# GNU General Public License for more details.
11
# 
12
# You should have received a copy of the GNU General Public License
13
# along with this program; if not, write to the Free Software
14
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
779.3.50 by Monty Taylor
Cleaned up mystrings Makefile.
16
noinst_LTLIBRARIES=	libmystrings.la
17
18
19
mystringsincludedir= ${includedir}/mystrings
20
dist_mystringsinclude_HEADERS=	decimal.h \
21
				m_ctype.h \
22
				m_string.h \
779.3.48 by Monty Taylor
Split out U8_ macros into their own header and added the IBM copyright notice to them.
23
				utf8.h
212.5.18 by Monty Taylor
Moved m_ctype, m_string and my_bitmap. Removed t_ctype.
24
779.3.50 by Monty Taylor
Cleaned up mystrings Makefile.
25
noinst_HEADERS=			my_uctype.h \
26
				t_ctype.h
27
28
29
libmystrings_la_SOURCES = 	\
30
				bmove_upp.cc \
31
				ctype-bin.cc \
32
				ctype-extra.cc \
33
				ctype-mb.cc \
34
				ctype-simple.cc \
35
				ctype-uca.cc \
779.3.51 by Monty Taylor
Some cleanup. Don't add things from distcheck leftovers to POTFILES
36
			        ctype-utf8.cc \
779.3.50 by Monty Taylor
Cleaned up mystrings Makefile.
37
				ctype.cc \
38
				decimal.cc \
779.3.51 by Monty Taylor
Some cleanup. Don't add things from distcheck leftovers to POTFILES
39
				dtoa.cc \
779.3.50 by Monty Taylor
Cleaned up mystrings Makefile.
40
				int2str.cc \
667.1.1 by Toru Maesaka
Threw out MySQL's strfill and replaced it with libc's memset
41
				is_prefix.cc \
779.3.51 by Monty Taylor
Some cleanup. Don't add things from distcheck leftovers to POTFILES
42
			        llstr.cc \
629.5.5 by Toru Maesaka
Fifth pass of replacing MySQL's strmake() with libc calls
43
				longlong2str.cc \
575.3.1 by Monty Taylor
Made mysys and mystrings c++. Fixed the resulting bugs the compiler found.
44
				my_strtoll10.cc \
779.3.51 by Monty Taylor
Some cleanup. Don't add things from distcheck leftovers to POTFILES
45
				str2int.cc