summaryrefslogtreecommitdiff
path: root/ndb/src/cw/cpcd/Makefile
diff options
context:
space:
mode:
authorunknown <magnus@neptunus.(none)>2004-04-14 10:53:21 +0200
committerunknown <magnus@neptunus.(none)>2004-04-14 10:53:21 +0200
commit6386c55cee50bad6a9979d1fab28e03bb8612ca7 (patch)
tree3fbbacf704304b69228474b9f03549ccd585a017 /ndb/src/cw/cpcd/Makefile
parent0ba6cb48d84f1ff951d09871a96be6cdef3f2c3c (diff)
downloadmariadb-git-6386c55cee50bad6a9979d1fab28e03bb8612ca7.tar.gz
Initial revision of NDB Cluster files
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'ndb/src/cw/cpcd/Makefile')
-rw-r--r--ndb/src/cw/cpcd/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/ndb/src/cw/cpcd/Makefile b/ndb/src/cw/cpcd/Makefile
new file mode 100644
index 00000000000..f214fb087d2
--- /dev/null
+++ b/ndb/src/cw/cpcd/Makefile
@@ -0,0 +1,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