Mercurial > repos > vipints > rdiff
view rDiff/Makefile @ 2:233c30f91d66
updated python based GFF parsing module which will handle GTF/GFF/GFF3 file types
author | vipints <vipin@cbio.mskcc.org> |
---|---|
date | Tue, 08 Oct 2013 07:15:44 -0400 |
parents | 0f80a5141704 |
children |
line wrap: on
line source
include bin/rdiff_config.sh # Copyright (C) 2009-2013 Max Planck Society, Sloan-Kettering Institute all: mexfiles mexfiles: echo Entering ./mex cd mex ; make octave echo Entering ./src/locfit/Source cd src/locfit/Source ; make octave clean: echo Entering ./mex cd mex ; make clean echo Entering ./examples cd examples ; make clean echo Entering ./src/locfit/Source cd src/locfit/Source ; make clean cd src/locfit/mex/ ; rm * example: echo Entering ./examples cd examples ; make example more_examples: echo Entering ./examples cd examples ; make threeexamples