| Line 136... |
Line 136... |
| 136 |
|
136 |
|
| 137 |
## under peculiar circumstances, $(LIBM) here helps.
|
137 |
## under peculiar circumstances, $(LIBM) here helps.
|
| 138 |
$(libRmath_la): $(libRmath_la_OBJECTS)
|
138 |
$(libRmath_la): $(libRmath_la_OBJECTS)
|
| 139 |
$(DYLIB_LINK) -o $@ $(libRmath_la_LDFLAGS) $(libRmath_la_OBJECTS) $(LIBM)
|
139 |
$(DYLIB_LINK) -o $@ $(libRmath_la_LDFLAGS) $(libRmath_la_OBJECTS) $(LIBM)
|
| 140 |
|
140 |
|
| 141 |
test: $(srcdir)/test.c
|
141 |
test: $(srcdir)/test.c libRmath.a
|
| 142 |
$(CC) -o $@ $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(srcdir)/test.c libRmath.a $(LIBM)
|
142 |
$(CC) -o $@ $(ALL_CPPFLAGS) $(ALL_CFLAGS) $^ $(LIBM)
|
| 143 |
./$@
|
143 |
./$@
|
| 144 |
|
144 |
|
| 145 |
install: installdirs install-header @WANT_R_FRAMEWORK_FALSE@ install-pc
|
145 |
install: installdirs install-header @WANT_R_FRAMEWORK_FALSE@ install-pc
|
| 146 |
@WANT_R_FRAMEWORK_FALSE@ @!(test -f $(libRmath_la)) || $(SHELL) $(top_srcdir)/tools/copy-if-change $(libRmath_la) $(DESTDIR)$(libdir)/$(libRmath_la)
|
146 |
@WANT_R_FRAMEWORK_FALSE@ @!(test -f $(libRmath_la)) || $(SHELL) $(top_srcdir)/tools/copy-if-change $(libRmath_la) $(DESTDIR)$(libdir)/$(libRmath_la)
|
| 147 |
@WANT_R_FRAMEWORK_FALSE@ @!(test -f libRmath.a) || $(SHELL) $(top_srcdir)/tools/copy-if-change libRmath.a $(DESTDIR)$(libdir)/libRmath.a
|
147 |
@WANT_R_FRAMEWORK_FALSE@ @!(test -f libRmath.a) || $(SHELL) $(top_srcdir)/tools/copy-if-change libRmath.a $(DESTDIR)$(libdir)/libRmath.a
|