The R Project SVN R

Rev

Rev 85063 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85063 Rev 86911
Line 156... Line 156...
156
	$(AR) -cr $@ $(OBJECTS) libs/*o
156
	$(AR) -cr $@ $(OBJECTS) libs/*o
157
	$(RANLIB) $@
157
	$(RANLIB) $@
158
	@rm -Rf libs
158
	@rm -Rf libs
159
 
159
 
160
install-bin-local: $(R_binary)
160
install-bin-local: $(R_binary)
161
	@$(MAKE) rhome="$(abs_top_builddir)" install-bin
161
	@$(MAKE) DESTDIR="" rhome="$(abs_top_builddir)" install-bin
162
 
162
 
163
install-static-local: libR.a
163
install-static-local: libR.a
164
	@$(MAKE) rhome="$(abs_top_builddir)" install-static
164
	@$(MAKE) DESTDIR="" rhome="$(abs_top_builddir)" install-static
165
 
165
 
166
$(top_builddir)/etc/R.exp: $(OBJECTS) $(MAIN_LIBS)
166
$(top_builddir)/etc/R.exp: $(OBJECTS) $(MAIN_LIBS)
167
	@$(SHELL) $(top_srcdir)/tools/ldAIX4 -o $@ $(OBJECTS) $(MAIN_LIBS)
167
	@$(SHELL) $(top_srcdir)/tools/ldAIX4 -o $@ $(OBJECTS) $(MAIN_LIBS)
168
 
168
 
169
## is this portable?  Documented as GNU extension.
169
## is this portable?  Documented as GNU extension.
Line 178... Line 178...
178
 
178
 
179
$(libR_la): $(libR_la_OBJECTS) $(libR_la_DEPENDENCIES)
179
$(libR_la): $(libR_la_OBJECTS) $(libR_la_DEPENDENCIES)
180
	$(DYLIB_LINK) $(LIBR_LDFLAGS) -o $@ $(libR_la_OBJECTS) $(libR_la_LIBADD)
180
	$(DYLIB_LINK) $(LIBR_LDFLAGS) -o $@ $(libR_la_OBJECTS) $(libR_la_LIBADD)
181
 
181
 
182
install-lib-local: $(libR_la)
182
install-lib-local: $(libR_la)
183
	@$(MAKE) rhome="$(abs_top_builddir)" install-lib
183
	@$(MAKE) DESTDIR="" rhome="$(abs_top_builddir)" install-lib
184
 
184
 
185
 
185
 
186
# suppress #line directives
186
# suppress #line directives
187
YFLAGS=-l
187
YFLAGS=-l
188
 
188