lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 5fd05862 was 5fd05862, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago |
Convert uspace to meson
|
-
Property mode
set to
100644
|
File size:
457 bytes
|
Line | |
---|
1 | deps = [ 'nettl' ]
|
---|
2 |
|
---|
3 | _common_src = files(
|
---|
4 | 'conn.c',
|
---|
5 | 'inet.c',
|
---|
6 | 'iqueue.c',
|
---|
7 | 'ncsim.c',
|
---|
8 | 'pdu.c',
|
---|
9 | 'rqueue.c',
|
---|
10 | 'segment.c',
|
---|
11 | 'seq_no.c',
|
---|
12 | 'test.c',
|
---|
13 | 'tqueue.c',
|
---|
14 | 'ucall.c',
|
---|
15 | )
|
---|
16 |
|
---|
17 | src = files(
|
---|
18 | 'service.c',
|
---|
19 | 'tcp.c',
|
---|
20 | )
|
---|
21 |
|
---|
22 | test_src = files(
|
---|
23 | 'test/conn.c',
|
---|
24 | 'test/iqueue.c',
|
---|
25 | 'test/main.c',
|
---|
26 | 'test/pdu.c',
|
---|
27 | 'test/rqueue.c',
|
---|
28 | 'test/segment.c',
|
---|
29 | 'test/seq_no.c',
|
---|
30 | 'test/tqueue.c',
|
---|
31 | 'test/ucall.c',
|
---|
32 | )
|
---|
33 |
|
---|
34 | src = [ _common_src, src ]
|
---|
35 | test_src = [ _common_src, test_src ]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.