paul@94 | 1 | PKGDIR ?= . |
paul@94 | 2 | L4DIR ?= $(PKGDIR)/../../.. |
paul@94 | 3 | |
paul@94 | 4 | TARGET = \ |
paul@94 | 5 | dstest_block_client dstest_block_client_simple \ |
paul@105 | 6 | dstest_ext2fs_client \ |
paul@141 | 7 | dstest_file_client \ |
paul@211 | 8 | dstest_file_monitor \ |
paul@167 | 9 | dstest_file_readdir \ |
paul@215 | 10 | dstest_file_readdir_concurrent \ |
paul@94 | 11 | dstest_host_client \ |
paul@94 | 12 | dstest_pipe_client \ |
paul@155 | 13 | dstest_test_client |
paul@94 | 14 | |
paul@94 | 15 | MODE = static |
paul@94 | 16 | |
paul@94 | 17 | SRC_CC_dstest_block_client = dstest_block_client.cc |
paul@94 | 18 | |
paul@94 | 19 | SRC_CC_dstest_block_client_simple = dstest_block_client_simple.cc |
paul@94 | 20 | |
paul@105 | 21 | SRC_CC_dstest_ext2fs_client = dstest_ext2fs_client.cc |
paul@105 | 22 | |
paul@141 | 23 | SRC_CC_dstest_file_client = dstest_file_client.cc |
paul@141 | 24 | |
paul@211 | 25 | SRC_CC_dstest_file_monitor = dstest_file_monitor.cc |
paul@211 | 26 | |
paul@167 | 27 | SRC_CC_dstest_file_readdir = dstest_file_readdir.cc |
paul@94 | 28 | |
paul@215 | 29 | SRC_CC_dstest_file_readdir_concurrent = dstest_file_readdir_concurrent.cc |
paul@215 | 30 | |
paul@167 | 31 | SRC_CC_dstest_host_client = dstest_host_client.cc |
paul@158 | 32 | |
paul@94 | 33 | SRC_CC_dstest_pipe_client = dstest_pipe_client.cc |
paul@94 | 34 | |
paul@94 | 35 | SRC_CC_dstest_test_client = dstest_test_client.cc |
paul@94 | 36 | |
paul@105 | 37 | REQUIRES_LIBS = l4re_c-util libfsclient libmem libipc libstdc++ libsystypes libe2access_blockserver |
paul@94 | 38 | |
paul@94 | 39 | include $(L4DIR)/mk/prog.mk |