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

« back to all changes in this revision

Viewing changes to man/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-2001, 2003-2006 MySQL AB
 
17
# Copyright (c) 2000, 2001, 2003-2006, 2008 MySQL AB, 2009 Sun Microsystems, Inc.
18
18
#
19
 
# This library is free software; you can redistribute it and/or
 
19
# This program is free software; you can redistribute it and/or
20
20
# modify it under the terms of the GNU Library General Public
21
21
# License as published by the Free Software Foundation; version 2
22
22
# of the License.
23
23
#
24
 
# This library is distributed in the hope that it will be useful,
 
24
# This program is distributed in the hope that it will be useful,
25
25
# but WITHOUT ANY WARRANTY; without even the implied warranty of
26
26
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
27
27
# Library General Public License for more details.
28
28
#
29
29
# You should have received a copy of the GNU Library General Public
30
30
# License along with this library; if not, write to the Free
31
 
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
32
 
# MA 02111-1307, USA
 
31
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
 
32
# MA 02110-1301, USA
33
33
VPATH = @srcdir@
34
34
pkgdatadir = $(datadir)/@PACKAGE@
35
35
pkglibdir = $(libdir)/@PACKAGE@
52
52
subdir = man
53
53
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
54
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
 
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
55
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/maintainer.m4 \
 
56
        $(top_srcdir)/config/ac-macros/alloca.m4 \
56
57
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
57
58
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
58
59
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
81
82
ACLOCAL = @ACLOCAL@
82
83
ALLOCA = @ALLOCA@
83
84
AMTAR = @AMTAR@
 
85
AM_CFLAGS = @AM_CFLAGS@
 
86
AM_CXXFLAGS = @AM_CXXFLAGS@
84
87
AR = @AR@
85
88
ARFLAGS = @ARFLAGS@
86
89
AS = @AS@
332
335
plugin_ftexample_static_target = @plugin_ftexample_static_target@
333
336
plugin_heap_shared_target = @plugin_heap_shared_target@
334
337
plugin_heap_static_target = @plugin_heap_static_target@
335
 
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
336
 
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
337
338
plugin_innobase_shared_target = @plugin_innobase_shared_target@
338
339
plugin_innobase_static_target = @plugin_innobase_static_target@
339
340
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
349
350
prefix = @prefix@
350
351
program_transform_name = @program_transform_name@
351
352
psdir = @psdir@
352
 
pstack_dir = @pstack_dir@
353
 
pstack_libs = @pstack_libs@
354
353
readline_basedir = @readline_basedir@
355
354
readline_dir = @readline_dir@
356
355
readline_h_ln_cmd = @readline_h_ln_cmd@