summaryrefslogtreecommitdiff
path: root/storage/ndb/src/ndbapi/signal-sender/Makefile
blob: 56e6ce1eac0b48914b59f2027296ef700dbd64af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include .defs.mk

TYPE := ndbapi

NONPIC_ARCHIVE := Y
ARCHIVE_TARGET := signal-sender

BIN_TARGET_LIBS     :=          # -lkalle
BIN_TARGET_ARCHIVES := portlib  # $(NDB_TOP)/lib/libkalle.a

# Source files of non-templated classes (.cpp files)
SOURCES = SignalSender.cpp 

CCFLAGS_LOC += -I$(call fixpath,$(NDB_TOP)/src/ndbapi)

include $(NDB_TOP)/Epilogue.mk

###
# Backward compatible