Subversion Repositories HelenOS-historic

Rev

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

Rev 1013 Rev 1028
Line 35... Line 35...
35
	softint \
35
	softint \
36
	softfloat \
36
	softfloat \
37
	libc \
37
	libc \
38
	libipc \
38
	libipc \
39
	libadt \
39
	libadt \
40
	init
40
	init \
-
 
41
	ns
41
 
42
 
42
BUILDS := $(addsuffix .build,$(DIRS))
43
BUILDS := $(addsuffix .build,$(DIRS))
43
CLEANS := $(addsuffix .clean,$(DIRS))
44
CLEANS := $(addsuffix .clean,$(DIRS))
44
 
45
 
45
.PHONY: all config build $(BUILDS) $(CLEANS) clean distclean
46
.PHONY: all config build $(BUILDS) $(CLEANS) clean distclean