The R Project SVN R

Rev

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

Rev 61324 Rev 61635
Line 16... Line 16...
16
SRC_HEADERS = R.h S.h Rdefines.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 = Defn.h Errormsg.h Fileio.h Graphics.h GraphicsBase.h \
20
INT_HEADERS = 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 \
22
   Rdynpriv.h Rgraphics.h Rinlinedfuns.h Startup.h rlocale.h
22
   Rdynpriv.h Rgraphics.h Rinlinedfuns.h Startup.h rlocale.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