Rev 42541 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-include ../../gnuwin32/MkRulesDEFS=-DWIN32 -DPCRE_STATICifdef LEA_MALLOCDEFS+=-DLEA_MALLOCendifCPPFLAGS=-I../../include -I. $(DEFS)CFLAGS= $(OPTFLAGS)## done this way for parallel makeall:$(MAKE) -f Makefile.win makeMakedeps$(MAKE) -f Makefile.win libpcre.a## we do not have UTF-8 and so do not compile in UCP support## nor pcre_valid_utf.cCSOURCES = pcre_chartables.c pcre_compile.c pcre_config.c pcre_exec.c \pcre_fullinfo.c pcre_get.c pcre_globals.c pcre_info.c \pcre_maketables.c pcre_newline.c pcre_ord2utf8.c pcre_refcount.c \pcre_study.c pcre_tables.c pcre_try_flipped.c \pcre_version.c pcre_xclass.cOBJS=$(CSOURCES:.c=.o)libpcre.a: $(OBJS)clean:@$(RM) *.o *~ *.d Makedepsdistclean: clean@$(RM) libpcre.a chartables.h dftables.exe# DependenciesDEPS=$(CSOURCES:.c=.d)makeMakedeps: $(DEPS)@$(RM) Makedeps@cat $(DEPS) >> Makedeps-include Makedeps