summaryrefslogtreecommitdiff
path: root/ndb/src/old_files/ndbbaseclient/Makefile
blob: f4c49a95ffa455c04bde3c2f24e074d18cce6598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
include .defs.mk

TYPE := *

PIC_ARCHIVE    := Y
NONPIC_ARCHIVE := Y
ARCHIVE_TARGET := ndbbaseclient

A_LIB       := Y
SO_LIB      := Y
PIC_LIB     := Y
LIB_TARGET  := ndbclient

LIB_TARGET_ARCHIVES := $(ARCHIVE_TARGET) \
                       ndbapi            \
                       mgmapi            \
                       newtonapi         \
                       transporter       \
                       general           \
                       signaldataprint   \
                       mgmsrvcommon      \
                       portlib           \
                       logger            \
                       trace

SOURCES = ndbbaseclient_dummy.cpp

include $(NDB_TOP)/Epilogue.mk