The R Project SVN R

Rev

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

Rev 75724 Rev 75796
Line 22... Line 22...
22
 
22
 
23
SOURCES_C_BASE = Rembedded.c dynload.c system.c sys-unix.c sys-std.c X11.c
23
SOURCES_C_BASE = Rembedded.c dynload.c system.c sys-unix.c sys-std.c X11.c
24
SOURCES = $(SOURCES_C_BASE)
24
SOURCES = $(SOURCES_C_BASE)
25
DEPENDS = $(SOURCES:.c=.d)
25
DEPENDS = $(SOURCES:.c=.d)
26
OBJECTS = $(SOURCES:.c=.o)
26
OBJECTS = $(SOURCES:.c=.o)
27
HEADERS = Runix.h hpdlfcn.h
27
HEADERS = Runix.h
28
 
28
 
29
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
29
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
30
DISTFILES = \
30
DISTFILES = \
31
  Makefile.in $(SOURCES_C_BASE) Rscript.c \
31
  Makefile.in $(SOURCES_C_BASE) Rscript.c \
32
  $(HEADERS) hpdlfcn.c libR.pc.in system.txt
32
  $(HEADERS) libR.pc.in system.txt
33
 
33
 
34
@WANT_R_SHLIB_TRUE@ALL_CFLAGS = $(ALL_CFLAGS_LO)
34
@WANT_R_SHLIB_TRUE@ALL_CFLAGS = $(ALL_CFLAGS_LO)
35
 
35
 
36
all: R
36
all: R
37
 
37