Changeset 59ecd4a in mainline for uspace/app/ping/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/ping/Makefile
r36a75a2 r59ecd4a 28 28 # 29 29 30 NET_BASE= ../..31 USPACE_PREFIX = ../../../.. 32 LIBS = $(NET_BASE)/socket/libsocket.a 33 BINARY = echo30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBSOCKET_PREFIX)/libsocket.a 32 EXTRA_CFLAGS = -I$(LIBSOCKET_PREFIX)/include 33 BINARY = ping 34 34 35 35 SOURCES = \ 36 echo.c \37 $(NET_BASE)/app/parse.c \38 $(NET_BASE)/app/print_error.c36 ping.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.