mariadb/ndb/tools/old_dirs/cpcc/Makefile
tomas@poseidon.(none) 8327a68438 neww ndb automake
2004-05-26 15:36:55 +00:00

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