summaryrefslogtreecommitdiff
path: root/cesar/tools/hpav_decode/Makefile
blob: 0d9e568821e793c8d3ea0d29d72f154e22c04dd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
BASE = ../..

DEFS = -DCONFIG_TRACE=n

HOST_PROGRAMS = hpav_decode test_crc
#TARGET_PROGRAMS = hpav_decode test_crc 

hpav_decode_SOURCES = hpav_decode.c
#hpav_decode_MODULES = 

test_crc_SOURCES = test_crc.c crcmodel.c test.c
test_crc_MODULES = lib

lib_MODULE_SOURCES = mt19937ar.c crc.c dbg.c blk.c list.c try.c \
	   swap.c read_word.c bitstream.c circular_buffer.c atox.c

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