Subversion Repositories HelenOS-historic

Rev

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

Rev 994 Rev 996
Line 34... Line 34...
34
DIRS = \
34
DIRS = \
35
	softint \
35
	softint \
36
	softfloat \
36
	softfloat \
37
	libc \
37
	libc \
38
	libipc \
38
	libipc \
-
 
39
	libadt \
39
	init
40
	init
40
 
41
 
41
BUILDS := $(addsuffix .build,$(DIRS))
42
BUILDS := $(addsuffix .build,$(DIRS))
42
CLEANS := $(addsuffix .clean,$(DIRS))
43
CLEANS := $(addsuffix .clean,$(DIRS))
43
 
44