The R Project SVN R

Rev

Rev 6161 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

# Set this so that R is found

R = ../../bin/R

all: zero.so

zero.so: zero.c
    $(R) SHLIB -o $@ zero.c

clean:
    @rm -f *.o *.so
distclean: clean