The R Project SVN R

Rev

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

Rev 44347 Rev 44894
Line 11... Line 11...
11
include $(top_builddir)/Makeconf
11
include $(top_builddir)/Makeconf
12
 
12
 
13
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
13
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
14
 
14
 
15
## API(1): for .C() and .Call() writers, ...:
15
## API(1): for .C() and .Call() writers, ...:
16
SRC_HEADERS = R.h S.h Rdefines.h Rdevices.h Rembedded.h Rgraphics.h \
16
SRC_HEADERS = R.h S.h Rdefines.h Rgraphics.h Rembedded.h Rinternals.h Rinterface.h
17
  Rinternals.h Rinterface.h
-
 
18
## API(2) {these are built, system-dependently}:
17
## API(2) {these are built, system-dependently}:
19
OBJ_HEADERS = Rconfig.h Rmath.h Rversion.h
18
OBJ_HEADERS = Rconfig.h Rmath.h Rversion.h
20
## Non-API internal ones:
19
## Non-API internal ones:
21
INT_HEADERS = Colors.h Defn.h Errormsg.h Fileio.h Graphics.h GraphicsBase.h IOStuff.h \
20
INT_HEADERS = Colors.h Defn.h Errormsg.h Fileio.h Graphics.h GraphicsBase.h \
22
  Internal.h Parse.h Print.h Rconnections.h Rdynpriv.h Rinlinedfuns.h Startup.h
21
   IOStuff.h Internal.h Parse.h Print.h Rconnections.h Rdevices.h \
-
 
22
   Rdynpriv.h Rinlinedfuns.h Startup.h
23
 
23
 
24
DISTFILES = Makefile.in Makefile.win README $(INT_HEADERS) $(SRC_HEADERS) \
24
DISTFILES = Makefile.in Makefile.win README $(INT_HEADERS) $(SRC_HEADERS) \
25
  config.h.in stamp-h.in Rmath.h0.in memcheck.h valgrind.h
25
  config.h.in stamp-h.in Rmath.h0.in memcheck.h valgrind.h
26
 
26
 
27
SUBDIRS = R_ext
27
SUBDIRS = R_ext