Rev 82735 | 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../../include -I../../mainCSOURCES = localtime.c registryTZ.c strftime.cOBJECTS = $(CSOURCES:.c=.o)libtz.a: $(OBJECTS)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/zoneinfoifdef USE_ICUregistryTZ-CPPFLAGS += -DUSE_ICU -I"$(ICU_PATH)"/includeendif# DependenciesDEPS = $(CSOURCES:.c=.d)makeMakedeps: $(DEPS)@$(RM) Makedeps@cat $(DEPS) >> Makedeps-include Makedeps