Subversion Repositories HelenOS

Rev

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

Rev 3343 Rev 3492
Line 64... Line 64...
64
clean:
64
clean:
65
	-rm -f libsoftfloat.a Makefile.depend
65
	-rm -f libsoftfloat.a Makefile.depend
66
	find generic/ -name '*.o' -follow -exec rm \{\} \;
66
	find generic/ -name '*.o' -follow -exec rm \{\} \;
67
 
67
 
68
depend:
68
depend:
69
	-makedepend $(DEFS) $(CFLAGS) -f - $(GENERIC_SOURCES) > Makefile.depend 2> /dev/null
69
	-makedepend -f - -- $(DEFS) $(CFLAGS) -- $(GENERIC_SOURCES) > Makefile.depend 2> /dev/null
70
 
70
 
71
libsoftfloat.a: depend $(ARCH_OBJECTS) $(GENERIC_OBJECTS)
71
libsoftfloat.a: depend $(ARCH_OBJECTS) $(GENERIC_OBJECTS)
72
	$(AR) rc libsoftfloat.a $(ARCH_OBJECTS) $(GENERIC_OBJECTS)
72
	$(AR) rc libsoftfloat.a $(ARCH_OBJECTS) $(GENERIC_OBJECTS)
73
 
73
 
74
%.o: %.S
74
%.o: %.S