summaryrefslogtreecommitdiff
path: root/cesar/mac/common/test/store/Makefile
blob: c25b723db79b6b1e2d79aa618b38808e64be288d (plain)
1
2
3
4
5
6
7
8
9
10
BASE = ../../../..

INCLUDES = mac/common/test/store/override

HOST_PROGRAMS = test_store
test_store_SOURCES = test_store.c
test_store_MODULES = lib mac/common
mac_common_MODULE_SOURCES = store.c

include $(BASE)/common/make/top.mk