The R Project SVN R

Rev

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

Rev 34560 Rev 35655
Line 20... Line 20...
20
## Non-API internal ones:
20
## Non-API internal ones:
21
INT_HEADERS = Defn.h Errormsg.h Fileio.h Graphics.h IOStuff.h \
21
INT_HEADERS = Defn.h Errormsg.h Fileio.h Graphics.h IOStuff.h \
22
  Internal.h Parse.h Print.h Rconnections.h Rdynpriv.h Startup.h
22
  Internal.h Parse.h Print.h Rconnections.h Rdynpriv.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
25
  config.h.in stamp-h.in Rmath.h0.in memcheck.h valgrind.h
26
 
26
 
27
SUBDIRS = R_ext
27
SUBDIRS = R_ext
28
SUBDIRS_WITH_NO_BUILD = Rmodules
28
SUBDIRS_WITH_NO_BUILD = Rmodules
29
 
29
 
30
TIMESTAMPS = $(SRC_HEADERS:.h=.ts) $(OBJ_HEADERS:.h=.ts)
30
TIMESTAMPS = $(SRC_HEADERS:.h=.ts) $(OBJ_HEADERS:.h=.ts)