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

« back to all changes in this revision

Viewing changes to win/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) 2006 MySQL AB
 
17
# Copyright (c) 2006, 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
50
51
subdir = win
51
52
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
52
53
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53
 
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
54
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/maintainer.m4 \
 
55
        $(top_srcdir)/config/ac-macros/alloca.m4 \
54
56
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
55
57
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
56
58
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
74
76
ACLOCAL = @ACLOCAL@
75
77
ALLOCA = @ALLOCA@
76
78
AMTAR = @AMTAR@
 
79
AM_CFLAGS = @AM_CFLAGS@
 
80
AM_CXXFLAGS = @AM_CXXFLAGS@
77
81
AR = @AR@
78
82
ARFLAGS = @ARFLAGS@
79
83
AS = @AS@
325
329
plugin_ftexample_static_target = @plugin_ftexample_static_target@
326
330
plugin_heap_shared_target = @plugin_heap_shared_target@
327
331
plugin_heap_static_target = @plugin_heap_static_target@
328
 
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
329
 
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
330
332
plugin_innobase_shared_target = @plugin_innobase_shared_target@
331
333
plugin_innobase_static_target = @plugin_innobase_static_target@
332
334
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
342
344
prefix = @prefix@
343
345
program_transform_name = @program_transform_name@
344
346
psdir = @psdir@
345
 
pstack_dir = @pstack_dir@
346
 
pstack_libs = @pstack_libs@
347
347
readline_basedir = @readline_basedir@
348
348
readline_dir = @readline_dir@
349
349
readline_h_ln_cmd = @readline_h_ln_cmd@