Subversion Repositories HelenOS-historic

Rev

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

Rev 996 Rev 997
Line 39... Line 39...
39
 
39
 
40
## Sources
40
## Sources
41
#
41
#
42
 
42
 
43
GENERIC_SOURCES = \
43
GENERIC_SOURCES = \
44
	generic/list.c
44
	generic/list.c \
-
 
45
	generic/hash_table.c
45
 
46
 
46
GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
47
GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES)))
47
 
48
 
48
.PHONY: all clean depend
49
.PHONY: all clean depend
49
 
50