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

« back to all changes in this revision

Viewing changes to storage/ndb/src/common/util/testSimpleProperties/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 := util
 
4
 
 
5
BIN_TARGET := sp_test
 
6
BIN_TARGET_ARCHIVES := portlib general
 
7
 
 
8
SOURCES := sp_test.cpp
 
9
 
 
10
CCFLAGS_LOC += -I$(call fixpath,$(NDB_TOP)/include/util)
 
11
 
 
12
include $(NDB_TOP)/Epilogue.mk