summaryrefslogtreecommitdiff
path: root/ndb/src/old_files/rep/repapi/Makefile
blob: fdd153f10605de7a8646d4d7544a303b76821367 (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
include .defs.mk

TYPE := util

PIC_ARCHIVE    := Y
ARCHIVE_TARGET := repapi

A_LIB   := Y
SO_LIB  := Y
PIC_LIB := Y

#DIRS := test

LIB_TARGET := REP_API
LIB_TARGET_ARCHIVES := $(ARCHIVE_TARGET) general portlib

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

CCFLAGS_LOC += -I$(call fixpath,$(NDB_TOP)/include/mgmapi) \
               -I$(call fixpath,$(NDB_TOP)/src/common/mgmcommon)
	 
CCFLAGS += -DNO_DEBUG_MESSAGES
	       
include $(NDB_TOP)/Epilogue.mk