Rev 19869 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-include ../../gnuwin32/MkRulesCFLAGS=-Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduceOBJS= blocksort.o \huffman.o \crctable.o \randtable.o \compress.o \decompress.o \bzlib.oall: libbz2.alibbz2.a: $(OBJS)rm -f libbz2.a$(AR) cq libbz2.a $(OBJS)$(RANLIB) libbz2.aclean:$(RM) *.o *~ libbz2.a