summaryrefslogtreecommitdiff
path: root/ce/test/rx/tonemap_refresh/Makefile
blob: e0fe57d3b4dd09b3a77c29894c0b8d4a6d478638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
BASE = ../../../..

INCLUDES = ce/test/rx
INCLUDES += ce/test/rx/tonemap_refresh
INCLUDES += ce/test/rx/general/overide
INCLUDES += ce/test/common

ECOS = y

EXTRA_TARGET_CFLAGS=-DEXPIRATION_TEST 
TARGET_PROGRAMS=test_tonemaps_refresh_target_ecos_synth
test_tonemaps_refresh_target_ecos_synth_SOURCES = test_tonemaps_refresh.c
test_tonemaps_refresh_target_ecos_synth_MODULES = lib mac/common ce ce/test/common ce/test/rx/general/overide/cp/interf 



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