Changeset 849ed54 in mainline for uspace/app/nettest2/Makefile
- Timestamp:
- 2010-03-30T18:39:04Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7553689
- Parents:
- 7d6fe4db
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/nettest2/Makefile
r7d6fe4db r849ed54 28 28 # 29 29 30 NET_BASE= ../..31 USPACE_PREFIX = ../../../.. 32 LIBS = $(NET_BASE)/socket/libsocket.a 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBSOCKET_PREFIX)/libsocket.a 32 EXTRA_CFLAGS = -I$(LIBSOCKET_PREFIX)/include 33 33 BINARY = nettest2 34 34 35 35 SOURCES = \ 36 36 nettest2.c \ 37 $(NET_BASE)/app/nettest.c \38 $(NET_BASE)/app/parse.c \39 $(NET_BASE)/app/print_error.c37 nettest.c \ 38 parse.c \ 39 print_error.c 40 40 41 41 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.