~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to mysys/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2000-2006 MySQL AB, 2009 Sun Microsystems, Inc.
 
1
# Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
2
2
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
11
11
12
12
# You should have received a copy of the GNU General Public License
13
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
 
14
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
15
15
 
16
16
MYSQLDATAdir =          $(localstatedir)
17
17
MYSQLSHAREdir =         $(pkgdatadir)
30
30
                        mf_tempdir.c my_lock.c mf_brkhant.c my_alarm.c \
31
31
                        my_malloc.c my_realloc.c my_once.c mulalloc.c \
32
32
                        my_alloc.c safemalloc.c my_new.cc \
33
 
                        my_vle.c my_atomic.c \
34
 
                        my_fopen.c my_fstream.c my_getsystime.c \
 
33
                        my_vle.c my_fopen.c my_fstream.c my_getsystime.c \
35
34
                        my_error.c errors.c my_div.c my_messnc.c \
36
35
                        mf_format.c mf_same.c mf_dirname.c mf_fn_ext.c \
37
36
                        my_symlink.c my_symlink2.c \
47
46
                        my_sync.c my_getopt.c my_mkdir.c \
48
47
                        default_modify.c default.c \
49
48
                        my_compress.c checksum.c \
50
 
                        my_net.c my_port.c my_sleep.c \
 
49
                        my_net.c my_sleep.c \
51
50
                        charset.c charset-def.c my_bitmap.c my_bit.c md5.c \
52
 
                        my_gethostbyname.c rijndael.c my_aes.c sha1.c \
53
 
                        my_handler.c my_netware.c my_largepage.c \
 
51
                        rijndael.c my_aes.c sha1.c \
 
52
                        my_compare.c my_netware.c my_largepage.c \
54
53
                        my_memmem.c stacktrace.c \
55
54
                        my_windac.c my_access.c base64.c my_libwrap.c
56
55