Hi, How to write make file in c. what is advantage of using rcv & ranlib attribute. Please describe it.
LIBTARGET= myfile.a 
$(LIBTARGET): $(LIBOBJS)
    $(AR) rcv $(LIBTARGET) $?
    ranlib $(LIBTARGET)
Can any body describe why we use rcv & ranlib.
thanks in advance.