The R Project SVN R

Rev

Rev 67610 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 67610 Rev 83463
Line 8... Line 8...
8
## done this way for parallel make
8
## done this way for parallel make
9
all:
9
all:
10
	$(MAKE) -f Makefile.win makeMakedeps
10
	$(MAKE) -f Makefile.win makeMakedeps
11
	$(MAKE) -f Makefile.win libtre.a
11
	$(MAKE) -f Makefile.win libtre.a
12
 
12
 
-
 
13
# xmalloc.c (only for debugging)
13
CSOURCES = regcomp.c regerror.c regexec.c tre-ast.c tre-compile.c \
14
CSOURCES = regcomp.c regerror.c regexec.c tre-ast.c tre-compile.c \
14
  tre-match-approx.c tre-match-backtrack.c tre-match-parallel.c \
15
  tre-match-approx.c tre-match-backtrack.c tre-match-parallel.c \
15
  tre-mem.c tre-parse.c tre-stack.c xmalloc.c
16
  tre-mem.c tre-parse.c tre-stack.c
16
 
17
 
17
OBJS = $(CSOURCES:.c=.o)
18
OBJS = $(CSOURCES:.c=.o)
18
libtre.a: $(OBJS)
19
libtre.a: $(OBJS)
19
 
20
 
20
clean:
21
clean: