~vadim-tk/percona-server/percona-5.5.15-galera

« back to all changes in this revision

Viewing changes to storage/ndb/src/common/debugger/signaldata/Makefile.am

  • Committer: root
  • Date: 2011-09-10 16:37:18 UTC
  • Revision ID: root@r815.office.percona.com-20110910163718-ydh4zj8hcdgoyavb
Porting Galera to 5.5.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2004 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
noinst_LTLIBRARIES = libsignaldataprint.la
 
17
 
 
18
libsignaldataprint_la_SOURCES = \
 
19
          TcKeyReq.cpp TcKeyConf.cpp TcKeyRef.cpp \
 
20
          TcRollbackRep.cpp \
 
21
          TupKey.cpp TupCommit.cpp LqhKey.cpp \
 
22
          FsOpenReq.cpp FsCloseReq.cpp FsRef.cpp FsConf.cpp FsReadWriteReq.cpp\
 
23
          SignalDataPrint.cpp SignalNames.cpp \
 
24
          ContinueB.cpp DihContinueB.cpp NdbfsContinueB.cpp \
 
25
          CloseComReqConf.cpp PackedSignal.cpp PrepFailReqRef.cpp \
 
26
          GCPSave.cpp DictTabInfo.cpp \
 
27
          AlterTable.cpp AlterTab.cpp \
 
28
          CreateTrig.cpp AlterTrig.cpp DropTrig.cpp \
 
29
          FireTrigOrd.cpp TrigAttrInfo.cpp \
 
30
          CreateIndx.cpp AlterIndx.cpp DropIndx.cpp TcIndx.cpp \
 
31
          IndxKeyInfo.cpp IndxAttrInfo.cpp \
 
32
          FsAppendReq.cpp ScanTab.cpp \
 
33
          BackupImpl.cpp BackupSignalData.cpp \
 
34
          UtilSequence.cpp UtilPrepare.cpp UtilDelete.cpp UtilExecute.cpp \
 
35
          LqhFrag.cpp DropTab.cpp PrepDropTab.cpp LCP.cpp MasterLCP.cpp \
 
36
          CopyGCI.cpp SystemError.cpp StartRec.cpp NFCompleteRep.cpp \
 
37
          FailRep.cpp DisconnectRep.cpp SignalDroppedRep.cpp \
 
38
          SumaImpl.cpp NdbSttor.cpp CreateFragmentation.cpp \
 
39
          UtilLock.cpp TuxMaint.cpp AccLock.cpp \
 
40
          LqhTrans.cpp ReadNodesConf.cpp CntrStart.cpp \
 
41
          ScanFrag.cpp
 
42
 
 
43
include $(top_srcdir)/storage/ndb/config/common.mk.am
 
44
include $(top_srcdir)/storage/ndb/config/type_ndbapi.mk.am
 
45
 
 
46
windoze-dsp: libsignaldataprint.dsp
 
47
 
 
48
libsignaldataprint.dsp: Makefile \
 
49
               $(top_srcdir)/storage/ndb/config/win-lib.am \
 
50
               $(top_srcdir)/storage/ndb/config/win-name \
 
51
               $(top_srcdir)/storage/ndb/config/win-includes \
 
52
               $(top_srcdir)/storage/ndb/config/win-sources \
 
53
               $(top_srcdir)/storage/ndb/config/win-libraries
 
54
        cat $(top_srcdir)/storage/ndb/config/win-lib.am > $@
 
55
        @$(top_srcdir)/storage/ndb/config/win-name $@ $(noinst_LTLIBRARIES)
 
56
        @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES)
 
57
        @$(top_srcdir)/storage/ndb/config/win-sources $@ $(libsignaldataprint_la_SOURCES)
 
58
        @$(top_srcdir)/storage/ndb/config/win-libraries $@ LIB $(LDADD)