Subversion Repositories HelenOS

Rev

Rev 2188 | Rev 2479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2188 Rev 2193
Line 42... Line 42...
42
 
42
 
43
OUTPUT = tester
43
OUTPUT = tester
44
SOURCES = tester.c \
44
SOURCES = tester.c \
45
	thread/thread1.c \
45
	thread/thread1.c \
46
	print/print1.c \
46
	print/print1.c \
-
 
47
	fault/fault1.c \
-
 
48
	fault/fault2.c \
47
	ipc/register.c \
49
	ipc/register.c \
48
	ipc/connect.c
50
	ipc/connect.c \
-
 
51
	ipc/send_async.c \
-
 
52
	ipc/send_sync.c \
-
 
53
	ipc/answer.c \
-
 
54
	ipc/hangup.c
49
 
55
 
50
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
56
OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
51
 
57
 
52
.PHONY: all clean depend disasm
58
.PHONY: all clean depend disasm
53
 
59