Rev 38816 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-include ../../gnuwin32/MkRulesall: makeMakedeps libbz2.aCFLAGS=-I../../include $(OPTFLAGS)CSOURCES= blocksort.c huffman.c crctable.c randtable.c compress.c \decompress.c bzlib.cOBJS=$(CSOURCES:.c=.o)libbz2.a: $(OBJS)clean:$(RM) *.o *~ *.d Makedepsdistclean: clean@$(RM) libbz2.a# DependenciesDEPS=$(CSOURCES:.c=.d)makeMakedeps: $(DEPS)@$(RM) Makedeps@cat $(DEPS) >> Makedeps-include Makedeps