paul@94 | 1 | PKGDIR ?= . |
paul@94 | 2 | L4DIR ?= $(PKGDIR)/../../.. |
paul@94 | 3 | |
paul@94 | 4 | TARGET = \ |
paul@94 | 5 | dstest_block_server \ |
paul@106 | 6 | dstest_ext2_server \ |
paul@94 | 7 | dstest_host_server \ |
paul@94 | 8 | dstest_pipe_server \ |
paul@94 | 9 | dstest_test_server |
paul@94 | 10 | |
paul@94 | 11 | MODE = static |
paul@94 | 12 | |
paul@94 | 13 | SRC_CC_dstest_block_server = block_file_server.cc |
paul@94 | 14 | |
paul@106 | 15 | SRC_CC_dstest_ext2_server = ext2_file_server.cc |
paul@102 | 16 | |
paul@94 | 17 | SRC_CC_dstest_host_server = host_file_server.cc |
paul@94 | 18 | |
paul@94 | 19 | SRC_CC_dstest_pipe_server = pipe_server.cc |
paul@94 | 20 | |
paul@94 | 21 | SRC_CC_dstest_test_server = test_file_server.cc |
paul@94 | 22 | |
paul@106 | 23 | REQUIRES_LIBS = l4re_c-util libmem libfsserver libipc libstdc++ libsystypes libe2access_blockserver |
paul@94 | 24 | |
paul@94 | 25 | include $(L4DIR)/mk/prog.mk |