Rev 30063 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-include ../../gnuwin32/MkRulesCFLAGS = -I../../include -I. -O2 -DWIN32all: libpcre.apcre.o: pcre.c chartables.hlibpcre.a: get.o maketables.o pcre.o study.o## this can't be used if cross-building, so ship the fileifneq ($(strip $(BUILD)),CROSS)dftables.exe: dftables.ochartables.h: dftables.exe./dftables chartables.helsechartables.h: chartables.h.win$(CP) chartables.h.win chartables.hendifclean:$(RM) *.o *~ libpcre.adistclean: clean$(RM) chartables.h dftables.exe