Subversion Repositories HelenOS-historic

Rev

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

Rev 774 Rev 954
Line 31... Line 31...
31
 
31
 
32
-include Makefile.config
32
-include Makefile.config
33
 
33
 
34
DIRS = \
34
DIRS = \
35
	libc \
35
	libc \
-
 
36
	libipc \
36
	init \
37
	init \
37
	softfloat
38
	softfloat
38
 
39
 
39
BUILDS := $(addsuffix .build,$(DIRS))
40
BUILDS := $(addsuffix .build,$(DIRS))
40
CLEANS := $(addsuffix .clean,$(DIRS))
41
CLEANS := $(addsuffix .clean,$(DIRS))