EXTRA_USER_CFLAGS := -I
EXTRA_USER_LIBS := -lpthread

A_TARG  = condtest mqtest jepplin

ifdef TOPDIR
include $(TOPDIR)/Rules.make
else
all:
	make -C ../ modules SUBDIRS=usposix
clean:
	make -C ../ subclean SUBDIRS=usposix
endif
