Subversion Repositories HelenOS-historic

Rev

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

Rev 999 Rev 1127
Line 56... Line 56...
56
clean:
56
clean:
57
	-rm -f libipc.a Makefile.depend
57
	-rm -f libipc.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 $(ARCH_SOURCES) $(GENERIC_SOURCES) > Makefile.depend
61
	-makedepend $(DEFS) $(CFLAGS) -f - $(ARCH_SOURCES) $(GENERIC_SOURCES) > Makefile.depend 2> /dev/null
62
 
62
 
63
libipc.a: depend $(ARCH_OBJECTS) $(GENERIC_OBJECTS)
63
libipc.a: depend $(ARCH_OBJECTS) $(GENERIC_OBJECTS)
64
	$(AR) rc libipc.a $(ARCH_OBJECTS) $(GENERIC_OBJECTS)
64
	$(AR) rc libipc.a $(ARCH_OBJECTS) $(GENERIC_OBJECTS)
65
 
65
 
66
%.o: %.S
66
%.o: %.S