summaryrefslogtreecommitdiff
path: root/ndb/src/cw/cpcd/Makefile_old
blob: f214fb087d2f4e50fabf93f587180de9ae463a3c (plain)
1
2
3
4
5
6
7
8
9
10
11
include .defs.mk

TYPE := util
BIN_TARGET := ndb_cpcd

# Source files of non-templated classes (.cpp files)
SOURCES = main.cpp CPCD.cpp Process.cpp APIService.cpp Monitor.cpp common.cpp

BIN_TARGET_LIBS += logger

include $(NDB_TOP)/Epilogue.mk