Subversion Repositories HelenOS

Rev

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

Rev 2965 Rev 2968
Line 54... Line 54...
54
## Sources
54
## Sources
55
#
55
#
56
 
56
 
57
OUTPUT = rtld.so
57
OUTPUT = rtld.so
58
GENERIC_SOURCES = \
58
GENERIC_SOURCES = \
59
	rtld.c
59
	rtld.c \
-
 
60
	dynamic.c
60
 
61
 
61
GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
62
GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
62
ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES)))
63
ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES)))
63
 
64
 
64
.PHONY: all clean depend disasm sections inc
65
.PHONY: all clean depend disasm sections inc