Subversion Repositories HelenOS-historic

Rev

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

Rev 502 Rev 535
Line 33... Line 33...
33
	ARCH = ia32
33
	ARCH = ia32
34
endif
34
endif
35
 
35
 
36
SOURCES = \
36
SOURCES = \
37
	libc \
37
	libc \
38
	init
38
	init \
-
 
39
	softfloat
39
 
40
 
40
CLEANS := $(addsuffix .clean,$(SOURCES))
41
CLEANS := $(addsuffix .clean,$(SOURCES))
41
 
42
 
42
.PHONY: all $(SOURCES) $(CLEANS) clean
43
.PHONY: all $(SOURCES) $(CLEANS) clean
43
 
44