[Rd] Makevars, cc files in multiple directories
Saptarshi Guha
saptarshi.guha at gmail.com
Thu Oct 29 16:47:32 CET 2009
Hello,
In the src folder of my R package I have
a.cc
b.cc
f/g/x.cc
my Makevars.in has
all: $(SHLIB)
upon installing only, a.o and b.o is build and the final dll is
comprised of a.o and b.o
How can I instruct $(SHLIB) to pick up its source files from all
subdirectories (or maybe a subset, though here it will be all)
in src ?
Much thanks
Saptarshi
More information about the R-devel
mailing list