Changeset 76ca3f7 in mainline for uspace/srv/net/socket/Makefile
- Timestamp:
- 2010-03-23T20:49:54Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e417b96
- Parents:
- b48ebd19 (diff), 63f8966 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/socket/Makefile
rb48ebd19 r76ca3f7 1 1 # 2 # Copyright (c) 2009 Lukas Mejdrech 2 # Copyright (c) 2005 Martin Decky 3 # Copyright (c) 2007 Jakub Jermar 3 4 # All rights reserved. 4 5 # … … 27 28 # 28 29 29 NAME = socket 30 NET_BASE = .. 31 USPACE_PREFIX = ../../.. 32 LIBRARY = libsocket 30 33 31 NET_BASE = ../ 32 STRUCTURES = $(NET_BASE)structures/ 34 SOURCES = \ 35 socket_client.c \ 36 $(NET_BASE)/inet.c \ 37 $(NET_BASE)/modules.c \ 38 $(NET_BASE)/structures/dynamic_fifo.c 33 39 34 ## Sources 35 # 36 37 LIB = lib$(NAME).a 38 SOURCES = \ 39 $(NAME)_client.c \ 40 $(NET_BASE)inet.c \ 41 $(NET_BASE)modules.c \ 42 $(STRUCTURES)dynamic_fifo.c 43 44 include $(NET_BASE)Makefile.module 40 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.