Subversion Repositories HelenOS

Rev

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

Rev 4581 Rev 4718
Line 43... Line 43...
43
 
43
 
44
OUTPUT = tester
44
OUTPUT = tester
45
SOURCES = tester.c \
45
SOURCES = tester.c \
46
	thread/thread1.c \
46
	thread/thread1.c \
47
	print/print1.c \
47
	print/print1.c \
-
 
48
	print/print2.c \
-
 
49
	print/print3.c \
48
	print/print4.c \
50
	print/print4.c \
-
 
51
	console/console1.c \
-
 
52
	stdio/stdio1.c \
-
 
53
	stdio/stdio2.c \
49
	fault/fault1.c \
54
	fault/fault1.c \
50
	fault/fault2.c \
55
	fault/fault2.c \
-
 
56
	vfs/vfs1.c \
-
 
57
	ipc/ping_pong.c \
51
	ipc/register.c \
58
	ipc/register.c \
52
	ipc/connect.c \
59
	ipc/connect.c \
53
	ipc/send_async.c \
-
 
54
	ipc/send_sync.c \
-
 
55
	ipc/answer.c \
-
 
56
	ipc/hangup.c \
-
 
57
	ipc/ping_pong.c \
-
 
58
	loop/loop1.c \
60
	loop/loop1.c \
59
	devmap/devmap1.c \
-
 
60
	console/console1.c \
-
 
61
	stdio/stdio1.c \
-
 
62
	stdio/stdio2.c \
-
 
63
	vfs/vfs1.c
61
	mm/malloc1.c
64
 
62
 
65
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
63
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
66
 
64
 
67
.PHONY: all clean depend disasm
65
.PHONY: all clean depend disasm
68
 
66