Rev 53401 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-include ../../gnuwin32/MkRulesall: makeMakedeps libbz2.aCPPFLAGS=-I../../includeCSOURCES= blocksort.c huffman.c crctable.c randtable.c bzcompress.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