The R Project SVN R

Rev

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

Rev 25961 Rev 25992
Line 16... Line 16...
16
## API per se. 
16
## API per se. 
17
R_EXT_HEADERS = \
17
R_EXT_HEADERS = \
18
  Applic.h Arith.h BLAS.h Boolean.h Callbacks.h Complex.h Constants.h \
18
  Applic.h Arith.h BLAS.h Boolean.h Callbacks.h Complex.h Constants.h \
19
  Error.h GetX11Image.h \
19
  Error.h GetX11Image.h \
20
  GraphicsDevice.h GraphicsEngine.h GraphicsBase.h \
20
  GraphicsDevice.h GraphicsEngine.h GraphicsBase.h \
21
  Lapack.h Linpack.h Mathlib.h Memory.h \
21
  Lapack.h Linpack.h Memory.h \
22
  Parse.h Print.h PrtUtil.h R-ftp-http.h RS.h Random.h RConverters.h \
22
  Parse.h Print.h PrtUtil.h R-ftp-http.h RS.h Random.h RConverters.h \
23
  Rdynload.h Utils.h eventloop.h libextern.h
23
  Rdynload.h Utils.h eventloop.h libextern.h
24
 
24
 
25
## <FIXME>
25
## <FIXME>
26
## Why are the module headers not in R_EXT_HEADERS?
26
## Why are the module headers not in R_EXT_HEADERS?