The R Project SVN R

Rev

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

all:
    @cd base; make
    @cd profile; make

libs:
    @echo Building application libraries..
    @sh LIBSETUP

clean:
    @echo Cleaning in library..
    @sh LIBCLEAN
    @rm LIBSETUP LIBCLEAN