mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
12 lines
236 B
Makefile
12 lines
236 B
Makefile
include .defs.mk
|
|
|
|
TYPE = util
|
|
|
|
BIN_TARGET = ndb_cpcc
|
|
|
|
SOURCES = cpcc.cpp
|
|
OBJECTS_LOC = $(call fixpath,$(NDB_TOP)/src/mgmclient/CpcClient.o)
|
|
|
|
CFLAGS_cpcc.cpp := -I$(call fixpath,$(NDB_TOP)/src/mgmclient)
|
|
|
|
include $(NDB_TOP)/Epilogue.mk
|