Subversion Repositories HelenOS

Rev

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

Rev 3686 Rev 3772
Line 117... Line 117...
117
depend: kerninc
117
depend: kerninc
118
	-makedepend -f - -- $(DEFS) $(CFLAGS) -- $(ARCH_SOURCES) $(GENERIC_SOURCES) > Makefile.depend 2> /dev/null
118
	-makedepend -f - -- $(DEFS) $(CFLAGS) -- $(ARCH_SOURCES) $(GENERIC_SOURCES) > Makefile.depend 2> /dev/null
119
	-makedepend $(DEFS) $(PIC_CFLAGS) -o.pio -f - $(ARCH_SOURCES) $(GENERIC_SOURCES) >> Makefile.depend 2> /dev/null
119
	-makedepend $(DEFS) $(PIC_CFLAGS) -o.pio -f - $(ARCH_SOURCES) $(GENERIC_SOURCES) >> Makefile.depend 2> /dev/null
120
 
120
 
121
libc.a: depend $(OBJECTS)
121
libc.a: depend $(OBJECTS)
122
	$(AR) rc $@ $(LIBS) $(OBJECTS) $(RTLD_PREFIX)/librtld.a
122
	$(AR) rc $@ $(LIBS) $(OBJECTS)
123
 
123
 
124
libc.pic.a: depend $(PIC_OBJECTS)
124
libc.pic.a: depend $(PIC_OBJECTS)
125
	$(AR) rc $@ $(LIBS) $(PIC_OBJECTS)
125
	$(AR) rc $@ $(LIBS) $(PIC_OBJECTS)
126
 
126
 
127
arch/$(ARCH)/_link.ld: arch/$(ARCH)/_link.ld.in
127
arch/$(ARCH)/_link.ld: arch/$(ARCH)/_link.ld.in