The R Project SVN R

Rev

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

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