Rev 33359 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-include ../../gnuwin32/MkRulesCFLAGS = -I../../include -I. -O2 -DWIN32all: chartables.h makeMakedeps libpcre.aCSOURCES = pcre_compile.c pcre_config.c pcre_dfa_exec.c pcre_exec.c \pcre_fullinfo.c pcre_get.c pcre_globals.c pcre_info.c \pcre_maketables.c pcre_ord2utf8.c pcre_printint.c pcre_refcount.c \pcre_study.c pcre_tables.c pcre_try_flipped.c pcre_ucp_findchar.c \pcre_valid_utf8.c pcre_version.c pcre_xclass.cOBJS=$(CSOURCES:.c=.o)libpcre.a: $(OBJS)## 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.a *.d Makedepsdistclean: clean$(RM) chartables.h dftables.exe# DependenciesDEPS=$(CSOURCES:.c=.d)makeMakedeps: $(DEPS)@$(RM) Makedeps@cat $(DEPS) >> Makedeps-include Makedeps