]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/Makefile
Catching up
[wxWidgets.git] / src / regex / Makefile
index 3882b378647c26b6ae8b1e40502d05ef16d7eada..ce20561fa9a9d3f4c76b7d49d5fba3fcbd74a662 100644 (file)
@@ -18,14 +18,14 @@ LIBS=
 
 # Internal stuff, should not need changing.
 OBJPRODN=regcomp.o regexec.o regerror.o regfree.o
-OBJS=$(OBJPRODN) split.o debug.o main.o
+OBJS=$(OBJPRODN) split.o debug.o re_main.o
 H=cclass.h cname.h regex2.h utils.h
 REGSRC=regcomp.c regerror.c regexec.c regfree.c
-ALLSRC=$(REGSRC) engine.c debug.c main.c split.c
+ALLSRC=$(REGSRC) engine.c debug.c re_main.c split.c
 
 # Stuff that matters only if you're trying to lint the package.
 LINTFLAGS=-I. -Dstatic= -Dconst= -DREDEBUG
-LINTC=regcomp.c regexec.c regerror.c regfree.c debug.c main.c
+LINTC=regcomp.c regexec.c regerror.c regfree.c debug.c re_main.c
 JUNKLINT=possible pointer alignment|null effect
 
 # arrangements to build forward-reference header files
@@ -56,7 +56,7 @@ regcomp.o:    cclass.h cname.h regcomp.ih
 regexec.o:     engine.c engine.ih
 regerror.o:    regerror.ih
 debug.o:       debug.ih
-main.o:        main.ih
+re_main.o:     re_main.ih
 
 # tester
 re:    $(OBJS)