~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to storage/ndb/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2004-2005 MySQL AB
 
2
 
3
# This program is free software; you can redistribute it and/or modify
 
4
# it under the terms of the GNU General Public License as published by
 
5
# the Free Software Foundation; version 2 of the License.
 
6
 
7
# This program is distributed in the hope that it will be useful,
 
8
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
9
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
10
# GNU General Public License for more details.
 
11
 
12
# You should have received a copy of the GNU General Public License
 
13
# along with this program; if not, write to the Free Software
 
14
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
15
 
 
16
SUBDIRS = common mgmapi ndbapi . kernel mgmclient mgmsrv cw
 
17
 
 
18
include $(top_srcdir)/storage/ndb/config/common.mk.am
 
19
 
 
20
ndblib_LTLIBRARIES = libndbclient.la
 
21
 
 
22
libndbclient_la_SOURCES =
 
23
 
 
24
libndbclient_la_LDFLAGS = -version-info @NDB_SHARED_LIB_VERSION@ @NDB_LD_VERSION_SCRIPT@
 
25
 
 
26
libndbclient_la_LIBADD =  \
 
27
              ndbapi/libndbapi.la \
 
28
              common/transporter/libtransporter.la   \
 
29
              common/debugger/libtrace.la     \
 
30
              common/debugger/signaldata/libsignaldataprint.la \
 
31
              mgmapi/libmgmapi.la \
 
32
              common/mgmcommon/libmgmsrvcommon.la \
 
33
              common/logger/liblogger.la       \
 
34
              common/portlib/libportlib.la      \
 
35
              common/util/libgeneral.la 
 
36
 
 
37
windoze-dsp: libndbclient.dsp
 
38
 
 
39
libndbclient.dsp: Makefile \
 
40
               $(top_srcdir)/storage/ndb/config/win-lib.am \
 
41
               $(top_srcdir)/storage/ndb/config/win-name \
 
42
               $(top_srcdir)/storage/ndb/config/win-includes \
 
43
               $(top_srcdir)/storage/ndb/config/win-sources \
 
44
               $(top_srcdir)/storage/ndb/config/win-libraries
 
45
        cat $(top_srcdir)/storage/ndb/config/win-lib.am > $@
 
46
        @$(top_srcdir)/storage/ndb/config/win-name $@ $(ndblib_LTLIBRARIES)
 
47
        @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES)
 
48
        @$(top_srcdir)/storage/ndb/config/win-sources $@ dummy.cpp
 
49
        @$(top_srcdir)/storage/ndb/config/win-libraries $@ LIB $(libndbclient_la_LIBADD)
 
50
        @touch dummy.cpp
 
51
 
 
52
# Don't update the files from bitkeeper
 
53
%::SCCS/s.%