Rev 63512 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-include ../../gnuwin32/MkRulesDEFS = -DHAVE_CONFIG_HCPPFLAGS = -I../../include -I. $(DEFS)## done this way for parallel makeall:$(MAKE) -f Makefile.win makeMakedeps$(MAKE) -f Makefile.win libtre.aCSOURCES = regcomp.c regerror.c regexec.c tre-ast.c tre-compile.c \tre-match-approx.c tre-match-backtrack.c tre-match-parallel.c \tre-mem.c tre-parse.c tre-stack.c xmalloc.cOBJS = $(CSOURCES:.c=.o)libtre.a: $(OBJS)clean:@$(RM) *.o *~ *.d Makedepsdistclean: clean@$(RM) libtre.a# DependenciesDEPS = $(CSOURCES:.c=.d)makeMakedeps: $(DEPS)@$(RM) Makedeps@cat $(DEPS) >> Makedeps-include Makedeps