The R Project SVN R

Rev

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

Rev 44894 Rev 44908
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 Rgraphics.h Rembedded.h Rinternals.h Rinterface.h
16
SRC_HEADERS = R.h S.h Rdefines.h Rembedded.h Rinternals.h Rinterface.h
17
## API(2) {these are built, system-dependently}:
17
## API(2) {these are built, system-dependently}:
18
OBJ_HEADERS = Rconfig.h Rmath.h Rversion.h
18
OBJ_HEADERS = Rconfig.h Rmath.h Rversion.h
19
## Non-API internal ones:
19
## Non-API internal ones:
20
INT_HEADERS = Colors.h Defn.h Errormsg.h Fileio.h Graphics.h GraphicsBase.h \
20
INT_HEADERS = Colors.h Defn.h Errormsg.h Fileio.h Graphics.h GraphicsBase.h \
21
   IOStuff.h Internal.h Parse.h Print.h Rconnections.h Rdevices.h \
21
   IOStuff.h Internal.h Parse.h Print.h Rconnections.h Rdevices.h \
22
   Rdynpriv.h Rinlinedfuns.h Startup.h
22
   Rdynpriv.h Rgraphics.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