Subversion Repositories HelenOS

Rev

Rev 4719 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4719 Rev 4720
Line 38... Line 38...
38
 
38
 
39
OUTPUT = $(NAME)
39
OUTPUT = $(NAME)
40
SOURCES = \
40
SOURCES = \
41
	$(NAME).c \
41
	$(NAME).c \
42
	$(NET_BASE)app/parse.c \
42
	$(NET_BASE)app/parse.c \
-
 
43
	$(NET_BASE)app/print_error.c \
43
	$(NET_BASE)inet.c \
44
	$(NET_BASE)inet.c \
44
	$(NET_BASE)modules.c \
45
	$(NET_BASE)modules.c \
45
	$(NET_BASE)tl/icmp/icmp_api.c \
46
	$(NET_BASE)tl/icmp/icmp_api.c \
46
	$(NET_BASE)tl/icmp/icmp_common.c
47
	$(NET_BASE)tl/icmp/icmp_common.c
47
 
48