The R Project SVN R

Rev

Rev 49632 | Rev 69669 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 49632 Rev 50255
Line 16... Line 16...
16
 
16
 
17
SOURCES = regcomp.c regerror.c regexec.c tre-ast.c tre-compile.c \
17
SOURCES = regcomp.c regerror.c regexec.c tre-ast.c tre-compile.c \
18
  tre-match-approx.c tre-match-backtrack.c tre-match-parallel.c \
18
  tre-match-approx.c tre-match-backtrack.c tre-match-parallel.c \
19
  tre-mem.c tre-parse.c tre-stack.c xmalloc.c 
19
  tre-mem.c tre-parse.c tre-stack.c xmalloc.c 
20
 
20
 
21
HEADERS = regex.h tre-ast.h tre-compile.h tre-config.h tre-internal.h \
21
HEADERS = tre.h tre-ast.h tre-compile.h tre-config.h tre-internal.h \
22
  tre-match-utils.h tre-mem.h tre-parse.h tre-stack.h xmalloc.h
22
  tre-match-utils.h tre-mem.h tre-parse.h tre-stack.h xmalloc.h
23
 
23
 
24
DEPENDS = $(SOURCES:.c=.d)
24
DEPENDS = $(SOURCES:.c=.d)
25
OBJECTS = $(SOURCES:.c=.o)
25
OBJECTS = $(SOURCES:.c=.o)
26
@WANT_R_SHLIB_TRUE@ALL_CFLAGS = $(ALL_CFLAGS_LO) @C_VISIBILITY@
26
@WANT_R_SHLIB_TRUE@ALL_CFLAGS = $(ALL_CFLAGS_LO) @C_VISIBILITY@