summaryrefslogtreecommitdiff
path: root/storage/ndb/src/kernel/blocks/grep/systab_test/Makefile
blob: bd69e0f3799c2c0d3684693d311db46c9b95b651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include .defs.mk

TYPE := kernel

BIN_TARGET := grep_systab_test
BIN_TARGET_ARCHIVES := portlib general

CCFLAGS_LOC += -I..

SOURCES = ../GrepSystemTable.cpp grep_systab_test.cpp

include $(NDB_TOP)/Epilogue.mk