Changeset 59ecd4a in mainline for uspace/app/netecho/Makefile
- Timestamp:
- 2010-04-04T21:41:47Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5db9084
- Parents:
- 36a75a2 (diff), ee7e82a9 (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 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/netecho/Makefile
r36a75a2 r59ecd4a 28 28 # 29 29 30 NET_BASE = .. 31 USPACE_PREFIX = ../../.. 32 LIBRARY = libsocket 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBSOCKET_PREFIX)/libsocket.a 32 EXTRA_CFLAGS = -I$(LIBSOCKET_PREFIX)/include 33 BINARY = netecho 33 34 34 35 SOURCES = \ 35 socket_client.c \ 36 $(NET_BASE)/inet.c \ 37 $(NET_BASE)/modules.c \ 38 $(NET_BASE)/structures/dynamic_fifo.c 36 netecho.c \ 37 parse.c \ 38 print_error.c 39 39 40 40 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.