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

« back to all changes in this revision

Viewing changes to scripts/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-2006 MySQL AB
 
17
# Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
18
18
19
19
# This program is free software; you can redistribute it and/or modify
20
20
# it under the terms of the GNU General Public License as published by
27
27
28
28
# You should have received a copy of the GNU General Public License
29
29
# along with this program; if not, write to the Free Software
30
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
30
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
31
31
 
32
32
 
33
33
VPATH = @srcdir@
54
54
DIST_COMMON = $(dist_pkgdata_DATA) $(srcdir)/Makefile.am \
55
55
        $(srcdir)/Makefile.in
56
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
 
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
57
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/maintainer.m4 \
 
58
        $(top_srcdir)/config/ac-macros/alloca.m4 \
58
59
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
59
60
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
60
61
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
106
107
ACLOCAL = @ACLOCAL@
107
108
ALLOCA = @ALLOCA@
108
109
AMTAR = @AMTAR@
 
110
AM_CFLAGS = @AM_CFLAGS@
 
111
AM_CXXFLAGS = @AM_CXXFLAGS@
109
112
AR = @AR@
110
113
ARFLAGS = @ARFLAGS@
111
114
AS = @AS@
357
360
plugin_ftexample_static_target = @plugin_ftexample_static_target@
358
361
plugin_heap_shared_target = @plugin_heap_shared_target@
359
362
plugin_heap_static_target = @plugin_heap_static_target@
360
 
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
361
 
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
362
363
plugin_innobase_shared_target = @plugin_innobase_shared_target@
363
364
plugin_innobase_static_target = @plugin_innobase_static_target@
364
365
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
374
375
prefix = @prefix@
375
376
program_transform_name = @program_transform_name@
376
377
psdir = @psdir@
377
 
pstack_dir = @pstack_dir@
378
 
pstack_libs = @pstack_libs@
379
378
readline_basedir = @readline_basedir@
380
379
readline_dir = @readline_dir@
381
380
readline_h_ln_cmd = @readline_h_ln_cmd@