| 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 |
|