CUR_REL_PATH := "rda/netcards_lib/tests"

include ../../../config.mk

PRE_CPPFLAGS += -I../../include  -I../../netcards_lib 
PRE_LDFLAGS += -L${SB_RDA_LIB} 

LDLIBS_test_asr_6wtx +=  -lnetcards
LDLIBS          += -luser -lrt -lm

TESTS = test_asr_6wtx
OBJS = $(patsubst %,%.o,$(TESTS))
DEPS = $(patsubst %.o,%.d,$(OBJS))

test_asr_6wtx: test_asr_6wtx.o

all:  $(TESTS)

clean:
	rm -f core *.o *~ *.d $(TESTS)

install: 

test:

uninstall:

$(OBJS): Makefile

-include $(DEPS)
