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

« back to all changes in this revision

Viewing changes to plugin/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) 2005-2006 MySQL AB
 
17
# Copyright (c) 2005-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 the GNU General Public License as published by
52
53
subdir = plugin
53
54
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
54
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
 
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
56
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/maintainer.m4 \
 
57
        $(top_srcdir)/config/ac-macros/alloca.m4 \
56
58
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
57
59
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
58
60
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
87
89
ACLOCAL = @ACLOCAL@
88
90
ALLOCA = @ALLOCA@
89
91
AMTAR = @AMTAR@
 
92
AM_CFLAGS = @AM_CFLAGS@
 
93
AM_CXXFLAGS = @AM_CXXFLAGS@
90
94
AR = @AR@
91
95
ARFLAGS = @ARFLAGS@
92
96
AS = @AS@
338
342
plugin_ftexample_static_target = @plugin_ftexample_static_target@
339
343
plugin_heap_shared_target = @plugin_heap_shared_target@
340
344
plugin_heap_static_target = @plugin_heap_static_target@
341
 
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
342
 
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
343
345
plugin_innobase_shared_target = @plugin_innobase_shared_target@
344
346
plugin_innobase_static_target = @plugin_innobase_static_target@
345
347
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
355
357
prefix = @prefix@
356
358
program_transform_name = @program_transform_name@
357
359
psdir = @psdir@
358
 
pstack_dir = @pstack_dir@
359
 
pstack_libs = @pstack_libs@
360
360
readline_basedir = @readline_basedir@
361
361
readline_dir = @readline_dir@
362
362
readline_h_ln_cmd = @readline_h_ln_cmd@