The R Project SVN R

Rev

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

Rev 55625 Rev 59363
Line 10... Line 10...
10
R_HOME = $(top_builddir)
10
R_HOME = $(top_builddir)
11
 
11
 
12
include $(top_builddir)/Makeconf
12
include $(top_builddir)/Makeconf
13
 
13
 
14
ZLIB_CPPFLAGS = -I$(srcdir) @USE_MMAP_ZLIB_TRUE@ -DUSE_MMAP
14
ZLIB_CPPFLAGS = -I$(srcdir) @USE_MMAP_ZLIB_TRUE@ -DUSE_MMAP
-
 
15
ALL_CPPFLAGS = $(ZLIB_CPPFLAGS) $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS)
15
## need to be PIC for use in grDevices
16
## need to be PIC for use in grDevices
16
ALL_CPPFLAGS = $(ZLIB_CPPFLAGS) $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS) $(CPICFLAGS)
17
ALL_CFLAGS = $(R_XTRA_CFLAGS) $(R_OPENMP_CFLAGS) $(MAIN_CFLAGS) $(CFLAGS) $(CPICFLAGS)
17
 
18
 
18
SOURCES = adler32.c compress.c crc32.c deflate.c infback.c \
19
SOURCES = adler32.c compress.c crc32.c deflate.c infback.c \
19
  inffast.c inflate.c inftrees.c trees.c uncompr.c zutil.c
20
  inffast.c inflate.c inftrees.c trees.c uncompr.c zutil.c
20
HEADERS = crc32.h deflate.h inffast.h inffixed.h inflate.h inftrees.h \
21
HEADERS = crc32.h deflate.h inffast.h inffixed.h inflate.h inftrees.h \
21
  trees.h zconf.h zlib.h zutil.h
22
  trees.h zconf.h zlib.h zutil.h