The R Project SVN R

Rev

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

Rev 37437 Rev 37618
Line 275... Line 275...
275
datasets-HELP = ziponly
275
datasets-HELP = ziponly
276
graphics-HELP = ziponly
276
graphics-HELP = ziponly
277
grDevices-HELP = ziponly
277
grDevices-HELP = ziponly
278
grid-HELP = ziponly
278
grid-HELP = ziponly
279
methods-HELP = ziponly
279
methods-HELP = ziponly
-
 
280
splines-HELP = ziponly
280
stats-HELP = ziponly
281
stats-HELP = ziponly
281
stats4-HELP = ziponly
282
stats4-HELP = ziponly
-
 
283
tcltk-HELP = ziponly
-
 
284
tools-HELP = ziponly
282
utils-HELP = ziponly
285
utils-HELP = ziponly
283
stats4-SAVE = true
286
stats4-SAVE = true
284
 
287
 
-
 
288
KernSmooth-HELP = ziponly
-
 
289
MASS-HELP = ziponly
-
 
290
class-HELP = ziponly
-
 
291
nnet-HELP = ziponly
-
 
292
spatial-HELP = ziponly
-
 
293
boot-HELP = ziponly
-
 
294
cluster-HELP = ziponly
-
 
295
foreign-HELP = ziponly
-
 
296
lattice-HELP = ziponly
-
 
297
mgcv-HELP = ziponly
-
 
298
nlme-HELP = ziponly
-
 
299
rpart-HELP = ziponly
-
 
300
survival-HELP = ziponly
-
 
301
 
285
pkg-%:
302
pkg-%:
286
	@$(MAKE) --no-print-directory \
303
	@$(MAKE) --no-print-directory \
287
	  SAVE=$($*-SAVE) LAZY=$($*-LAZY) LAZYDATA=$($*-LAZYDATA) \
304
	  SAVE=$($*-SAVE) LAZY=$($*-LAZY) LAZYDATA=$($*-LAZYDATA) \
288
          DLLNM=$($*-DLLNM) FLIBS="$(FLIBS)" BUILD=$(BUILD) \
305
          DLLNM=$($*-DLLNM) FLIBS="$(FLIBS)" BUILD=$(BUILD) \
289
	  PKG=$* RHOME=$(RHOME) RLIB=$(RLIB) RVER=$(RVER) \
306
	  PKG=$* RHOME=$(RHOME) RLIB=$(RLIB) RVER=$(RVER) \