~michaeleguo/ubuntu/trusty/percona-xtradb-cluster-5.5/arm64fix

« back to all changes in this revision

Viewing changes to storage/ndb/src/cw/test/socketclient/Makefile

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-10 14:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20140210144423-f2134l2gxuvq2m6l
Tags: upstream-5.5.34-25.9+dfsg
ImportĀ upstreamĀ versionĀ 5.5.34-25.9+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include .defs.mk
 
2
 
 
3
TYPE := 
 
4
 
 
5
BIN_TARGET := socketclient
 
6
 
 
7
 
 
8
 
 
9
CCFLAGS_LOC += -I../../util/ -I../../cpcd/
 
10
 
 
11
LIBS_LOC += -L$(NDB_TOP)/lib/ -L$(EXTERNAL_LIB_DIR)/sci
 
12
 
 
13
LIBS_SPEC += -lsocketclient 
 
14
 
 
15
 
 
16
SOURCES = socketClientTest.cpp
 
17
 
 
18
 
 
19
include $(NDB_TOP)/Epilogue.mk
 
20
 
 
21
 
 
22
 
 
23
 
 
24