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

« back to all changes in this revision

Viewing changes to libmysql/Makefile.in

  • 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:
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
# Copyright (C) 2000-2004 MySQL AB
 
17
# Copyright (c) 2000-2007 MySQL AB, 2009 Sun Microsystems, Inc.
 
18
# Use is subject to license terms.
18
19
19
20
# This program is free software; you can redistribute it and/or modify
20
21
# it under the terms of version 2 GNU General Public License as
21
22
# published by the Free Software Foundation.
22
23
#
23
24
# There are special exceptions to the terms and conditions of the GPL as it
24
 
# is applied to this software. View the full text of the exception in file
25
 
# EXCEPTIONS-CLIENT in the directory of this software distribution.
 
25
# is applied to this software.
26
26
27
27
# This library is distributed in the hope that it will be useful,
28
28
# but WITHOUT ANY WARRANTY; without even the implied warranty of
31
31
32
32
# You should have received a copy of the GNU Library General Public
33
33
# License along with this library; if not, write to the Free
34
 
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
35
 
# MA 02111-1307, USA
 
34
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 
35
# MA 02110-1301, USA
36
36
#
37
37
# This file is public domain and comes with NO WARRANTY of any kind
38
38
 
39
 
# Copyright (C) 2000-2004 MySQL AB
 
39
# Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
40
40
41
41
# This program is free software; you can redistribute it and/or modify
42
42
# it under the terms of version 2 GNU General Public License as
43
43
# published by the Free Software Foundation.
44
44
#
45
45
# There are special exceptions to the terms and conditions of the GPL as it
46
 
# is applied to this software. View the full text of the exception in file
47
 
# EXCEPTIONS-CLIENT in the directory of this software distribution.
 
46
# is applied to this software.
48
47
49
48
# This library is distributed in the hope that it will be useful,
50
49
# but WITHOUT ANY WARRANTY; without even the implied warranty of
53
52
54
53
# You should have received a copy of the GNU Library General Public
55
54
# License along with this library; if not, write to the Free
56
 
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
57
 
# MA 02111-1307, USA
 
55
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 
56
# MA 02110-1301, USA
58
57
#
59
58
# This file is public domain and comes with NO WARRANTY of any kind
60
59
 
85
84
noinst_PROGRAMS = conf_to_src$(EXEEXT)
86
85
subdir = libmysql
87
86
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88
 
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
87
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/maintainer.m4 \
 
88
        $(top_srcdir)/config/ac-macros/alloca.m4 \
89
89
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
90
90
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
91
91
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
148
148
ACLOCAL = @ACLOCAL@
149
149
ALLOCA = @ALLOCA@
150
150
AMTAR = @AMTAR@
 
151
AM_CFLAGS = @AM_CFLAGS@
 
152
AM_CXXFLAGS = @AM_CXXFLAGS@
151
153
AR = @AR@
152
154
ARFLAGS = @ARFLAGS@
153
155
AS = @AS@
405
407
plugin_ftexample_static_target = @plugin_ftexample_static_target@
406
408
plugin_heap_shared_target = @plugin_heap_shared_target@
407
409
plugin_heap_static_target = @plugin_heap_static_target@
408
 
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
409
 
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
410
410
plugin_innobase_shared_target = @plugin_innobase_shared_target@
411
411
plugin_innobase_static_target = @plugin_innobase_static_target@
412
412
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
422
422
prefix = @prefix@
423
423
program_transform_name = @program_transform_name@
424
424
psdir = @psdir@
425
 
pstack_dir = @pstack_dir@
426
 
pstack_libs = @pstack_libs@
427
425
readline_basedir = @readline_basedir@
428
426
readline_dir = @readline_dir@
429
427
readline_h_ln_cmd = @readline_h_ln_cmd@
470
468
                        strmake.lo strend.lo strtod.lo \
471
469
                        strnlen.lo strfill.lo is_prefix.lo \
472
470
                        int2str.lo str2int.lo strinstr.lo strcont.lo \
473
 
                        strcend.lo bcmp.lo ctype-latin1.lo \
 
471
                        strcend.lo ctype-latin1.lo \
474
472
                        bchange.lo bmove.lo bmove_upp.lo longlong2str.lo \
475
473
                        strtoull.lo strtoll.lo llstr.lo my_vsnprintf.lo \
476
474
                        ctype.lo ctype-simple.lo ctype-bin.lo ctype-mb.lo \
499
497
                        charset.lo charset-def.lo hash.lo mf_iocache.lo \
500
498
                        mf_iocache2.lo my_seek.lo my_sleep.lo \
501
499
                        my_pread.lo mf_cache.lo md5.lo sha1.lo \
502
 
                        my_getopt.lo my_gethostbyname.lo my_port.lo \
 
500
                        my_getopt.lo \
503
501
                        my_rename.lo my_chsize.lo my_sync.lo my_getsystime.lo
504
502
 
505
503
sqlobjects = net.lo