1 # Copyright (c) 2004-2006 MySQL AB
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.
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.
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
16 noinst_LTLIBRARIES = libmgmsrvcommon.la
18 libmgmsrvcommon_la_SOURCES = \
22 INCLUDES_LOC = -I$(top_srcdir)/storage/ndb/src/mgmapi -I$(top_srcdir)/storage/ndb/src/mgmsrv
24 include $(top_srcdir)/storage/ndb/config/common.mk.am
25 include $(top_srcdir)/storage/ndb/config/type_ndbapi.mk.am
26 include $(top_srcdir)/storage/ndb/config/type_mgmapiclient.mk.am
28 # Don't update the files from bitkeeper
31 windoze-dsp: libmgmsrvcommon.dsp
33 libmgmsrvcommon.dsp: Makefile \
34 $(top_srcdir)/storage/ndb/config/win-lib.am \
35 $(top_srcdir)/storage/ndb/config/win-name \
36 $(top_srcdir)/storage/ndb/config/win-includes \
37 $(top_srcdir)/storage/ndb/config/win-sources \
38 $(top_srcdir)/storage/ndb/config/win-libraries
39 cat $(top_srcdir)/storage/ndb/config/win-lib.am > $@
40 @$(top_srcdir)/storage/ndb/config/win-name $@ $(noinst_LTLIBRARIES)
41 @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES)
42 @$(top_srcdir)/storage/ndb/config/win-sources $@ $(libmgmsrvcommon_la_SOURCES)
43 @$(top_srcdir)/storage/ndb/config/win-libraries $@ LIB $(LDADD)