The R Project SVN R

Rev

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

Rev 50103 Rev 61922
Line 10... Line 10...
10
 
10
 
11
include $(top_builddir)/Makeconf
11
include $(top_builddir)/Makeconf
12
 
12
 
13
## <NOTE>
13
## <NOTE>
14
## Need target rules for all elements of SOURCES/OBJECTS.
14
## Need target rules for all elements of SOURCES/OBJECTS.
15
SOURCES = Makeconf.in Renviron.in ldpaths.in
15
SOURCES = Makeconf.in Renviron.in javaconf.in ldpaths.in
16
OBJECTS = $(SOURCES:.in=)
16
OBJECTS = $(SOURCES:.in=)
17
## </NOTE>
17
## </NOTE>
18
INSTFILES = repositories
18
INSTFILES = repositories
19
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
19
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
20
DISTFILES = Makefile.in $(INSTFILES) $(SOURCES)
20
DISTFILES = Makefile.in $(INSTFILES) $(SOURCES)
Line 33... Line 33...
33
## allow separated dependencies for single suffix rules.
33
## allow separated dependencies for single suffix rules.
34
Makeconf: $(srcdir)/Makeconf.in $(top_builddir)/config.status
34
Makeconf: $(srcdir)/Makeconf.in $(top_builddir)/config.status
35
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
35
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
36
Renviron: $(srcdir)/Renviron.in $(top_builddir)/config.status
36
Renviron: $(srcdir)/Renviron.in $(top_builddir)/config.status
37
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
37
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
-
 
38
javaconf: $(srcdir)/javaconf.in $(top_builddir)/config.status
-
 
39
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
38
ldpaths: $(srcdir)/ldpaths.in $(top_builddir)/config.status
40
ldpaths: $(srcdir)/ldpaths.in $(top_builddir)/config.status
39
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
41
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
40
## </NOTE>
42
## </NOTE>
41
 
43
 
42
R: $(OBJECTS)
44
R: $(OBJECTS)