Changeset e73dbc1 in mainline for uspace/srv/net/tcp/Makefile
- Timestamp:
- 2017-08-31T23:23:55Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1ddbf81
- Parents:
- 94c5bc1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/Makefile
r94c5bc1 re73dbc1 37 37 BINARY = tcp 38 38 39 SOURCES = \39 SOURCES_COMMON = \ 40 40 conn.c \ 41 41 iqueue.c \ … … 44 44 rqueue.c \ 45 45 segment.c \ 46 service.c \47 46 seq_no.c \ 48 tcp.c \49 47 test.c \ 50 48 tqueue.c \ 51 49 ucall.c 52 50 51 SOURCES = \ 52 $(SOURCES_COMMON) \ 53 service.c \ 54 tcp.c 55 53 56 TEST_SOURCES = \ 54 pdu.c \ 55 segment.c \ 56 seq_no.c \ 57 $(SOURCES_COMMON) \ 57 58 test/main.c \ 58 test/pdu.c 59 test/pdu.c \ 60 test/segment.c \ 61 test/seq_no.c 59 62 60 63 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.