summaryrefslogtreecommitdiff
path: root/ce/test/rx/general/host-Makefile
blob: 78e6298c00d177f37d9387e8e685cdf6e0a0da2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
BASE = ../../../..

INCLUDES=ce/test/rx
INCLUDES+=ce/test/common
INCLUDES+=ce/test/common/ecos_overide

EXTRA_HOST_LDFLAGS=-lm
HOST_PROGRAMS = test_cei_host_linux_i386 
test_cei_host_linux_i386_SOURCES = test_cei.c
test_cei_host_linux_i386_MODULES = lib mac/common ce ce/test/common ce/test/common/ecos_overide/cyg/kernel
HOST_PROGRAMS += test_cei_param_host_linux_i386
test_cei_param_host_linux_i386_SOURCES = test_cei_param.c
test_cei_param_host_linux_i386_MODULES = lib mac/common ce ce/test/common ce/test/common/ecos_overide/cyg/kernel
HOST_PROGRAMS += test_fm_host_linux_i386
test_fm_host_linux_i386_SOURCES = test_frame_measurement.c
test_fm_host_linux_i386_MODULES = lib mac/common ce ce/test/common ce/test/common/ecos_overide/cyg/kernel
HOST_PROGRAMS += test_bitloading_host_linux_i386
test_bitloading_host_linux_i386_SOURCES = test_bitloading.c
test_bitloading_host_linux_i386_MODULES = lib mac/common ce ce/test/common ce/test/common/ecos_overide/cyg/kernel

#HOST_PROGRAMS += test_speed_host_linux_i386 
#test_speed_host_linux_i386_SOURCES = test_speed.c
#test_speed_host_linux_i386_MODULES = lib mac/common ce ce/test/common 


ce_MODULE_SOURCES = cei_param.c frame_measurement.c bitloading.c
ce_test_common_MODULE_SOURCES = print_utils.c gaussian.c
mac_common_MODULE_SOURCES = tonemap.c tonemask.c store.c mfs.c sta.c

VARIANT = host

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