all: $(PROG)
$(PROG): $(OBJS)
- ar rc lib$(LIB_NAME).a $(OBJS)
- ranlib lib$(LIB_NAME).a
+ $(AR) rc lib$(LIB_NAME).a $(OBJS)
+ $(RANLIB) lib$(LIB_NAME).a
clean:
- rm -f deps $(PROG) *.o *.a *.so tags *.*~
+ rm -f deps $(PROG) *.o *.a *.so tags *.*~
install: $(PROG)
ifeq ($(DEBUG), yes)