Rev 62133 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-include ../../gnuwin32/MkRules.PHONY: makeMakedeps all zinfo clean distcleanall: makeMakedeps libtz.a zinfoCPPFLAGS=-I../../includeCSOURCES= localtime.c registryTZ.cOBJS=$(CSOURCES:.c=.o)libtz.a: $(OBJS)zinfo: ../../../share/zoneinfo../../../share/zoneinfo: zoneinfo.zip@$(ECHO) "installing zoneinfo"@unzip -qo zoneinfo.zip -d ../../../shareclean:@$(RM) *.o *~ *.d Makedepsdistclean: clean@$(RM) libtz.a@$(RM) -Rf ../../../share/zoneinfo# DependenciesDEPS=$(CSOURCES:.c=.d)makeMakedeps: $(DEPS)@$(RM) Makedeps@cat $(DEPS) >> Makedeps-include Makedeps