Subversion Repositories HelenOS-historic

Rev

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

Rev 1031 Rev 1127
Line 56... Line 56...
56
clean:
56
clean:
57
	-rm -f softint.a Makefile.depend
57
	-rm -f softint.a Makefile.depend
58
	find generic/ -name '*.o' -follow -exec rm \{\} \;
58
	find generic/ -name '*.o' -follow -exec rm \{\} \;
59
 
59
 
60
depend:
60
depend:
61
	$(CC) $(DEFS) $(CFLAGS) -M $(GENERIC_SOURCES) > Makefile.depend
61
	-makedepend $(DEFS) $(CFLAGS) -f - $(GENERIC_SOURCES) > Makefile.depend 2> /dev/null
62
 
62
 
63
softint.a: depend $(ARCH_OBJECTS) $(GENERIC_OBJECTS)
63
softint.a: depend $(ARCH_OBJECTS) $(GENERIC_OBJECTS)
64
	$(AR) rc softint.a $(ARCH_OBJECTS) $(GENERIC_OBJECTS)
64
	$(AR) rc softint.a $(ARCH_OBJECTS) $(GENERIC_OBJECTS)
65
 
65
 
66
%.o: %.S
66
%.o: %.S