1 PKGDIR ?= . 2 L4DIR ?= $(PKGDIR)/../../.. 3 4 TARGET = \ 5 dstest_block_client dstest_block_client_simple \ 6 dstest_ext2fs_client \ 7 dstest_file_client \ 8 dstest_file_readdir \ 9 dstest_host_client \ 10 dstest_pipe_client \ 11 dstest_test_client 12 13 MODE = static 14 15 SRC_CC_dstest_block_client = dstest_block_client.cc 16 17 SRC_CC_dstest_block_client_simple = dstest_block_client_simple.cc 18 19 SRC_CC_dstest_ext2fs_client = dstest_ext2fs_client.cc 20 21 SRC_CC_dstest_file_client = dstest_file_client.cc 22 23 SRC_CC_dstest_file_readdir = dstest_file_readdir.cc 24 25 SRC_CC_dstest_host_client = dstest_host_client.cc 26 27 SRC_CC_dstest_pipe_client = dstest_pipe_client.cc 28 29 SRC_CC_dstest_test_client = dstest_test_client.cc 30 31 REQUIRES_LIBS = l4re_c-util libfsclient libmem libipc libstdc++ libsystypes libe2access_blockserver 32 33 include $(L4DIR)/mk/prog.mk