~ubuntu-branches/ubuntu/trusty/mariadb-5.5/trusty-proposed

« back to all changes in this revision

Viewing changes to storage/ndb/src/common/transporter/perftest/Makefile

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2013-12-22 10:27:05 UTC
  • Revision ID: package-import@ubuntu.com-20131222102705-mndw7s12mz0szrcn
Tags: upstream-5.5.32
Import upstream version 5.5.32

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include .defs.mk
 
2
 
 
3
TYPE := ndbapi
 
4
 
 
5
BIN_TARGET := perfTransporterTest
 
6
BIN_TARGET_ARCHIVES := transporter portlib general
 
7
 
 
8
SOURCES   = perfTransporterTest.cpp
 
9
 
 
10
include $(NDB_TOP)/Epilogue.mk
 
11
 
 
12
 
 
13
 
 
14
 
 
15