The R Project SVN R

Rev

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

Rev 25783 Rev 25841
Line 21... Line 21...
21
## packages from the CRAN master directory. 
21
## packages from the CRAN master directory. 
22
 
22
 
23
OBJECTS = $(R_PKGS_RECOMMENDED_SOURCES:=.ts)
23
OBJECTS = $(R_PKGS_RECOMMENDED_SOURCES:=.ts)
24
OBJECTS_SRC = $(R_PKGS_RECOMMENDED_SOURCES:=.tgz)
24
OBJECTS_SRC = $(R_PKGS_RECOMMENDED_SOURCES:=.tgz)
25
 
25
 
26
CLEANFILES = $(OBJECTS) Makedeps
26
CLEANFILES = $(OBJECTS) Makedeps stamp-recommended
27
DISTCLEANFILES = Makefile
27
DISTCLEANFILES = Makefile
28
 
28
 
29
.SUFFIXES:
29
.SUFFIXES:
30
.SUFFIXES: .tgz .ts
30
.SUFFIXES: .tgz .ts
31
 
31
 
32
all: Makefile R @USE_RECOMMENDED_PACKAGES_TRUE@ Makedeps $(OBJECTS)
32
all: Makefile R @USE_RECOMMENDED_PACKAGES_TRUE@ recommended-packages
33
 
33
 
34
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
34
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
35
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
35
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
-
 
36
 
-
 
37
recommended-packages: Makefile
-
 
38
	@$(MAKE) Makedeps
-
 
39
	@$(MAKE) stamp-recommended
-
 
40
stamp-recommended: $(OBJECTS)
-
 
41
	@touch $@
-
 
42
 
36
## <NOTE>
43
## <NOTE>
37
## We create dependencies so that packages are built in a certain order.
44
## We create dependencies so that packages are built in a certain order.
38
## (Mostly to make parallel Make work.)
45
## (Mostly to make parallel Make work.)
39
## Currently, we enforce the order in which package sources are listed
46
## Currently, we enforce the order in which package sources are listed
40
## in 'share/make/vars.mk'; we could prepend sources which must come
47
## in 'share/make/vars.mk'; we could prepend sources which must come