Mercurial > repos > vipints > rdiff
comparison rDiff/Makefile @ 0:0f80a5141704
version 0.3 uploaded
author | vipints |
---|---|
date | Thu, 14 Feb 2013 23:38:36 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0f80a5141704 |
---|---|
1 include bin/rdiff_config.sh | |
2 # Copyright (C) 2009-2013 Max Planck Society, Sloan-Kettering Institute | |
3 | |
4 all: mexfiles | |
5 | |
6 mexfiles: | |
7 echo Entering ./mex | |
8 cd mex ; make octave | |
9 echo Entering ./src/locfit/Source | |
10 cd src/locfit/Source ; make octave | |
11 | |
12 clean: | |
13 echo Entering ./mex | |
14 cd mex ; make clean | |
15 echo Entering ./examples | |
16 cd examples ; make clean | |
17 echo Entering ./src/locfit/Source | |
18 cd src/locfit/Source ; make clean | |
19 cd src/locfit/mex/ ; rm * | |
20 | |
21 example: | |
22 echo Entering ./examples | |
23 cd examples ; make example | |
24 | |
25 more_examples: | |
26 echo Entering ./examples | |
27 cd examples ; make threeexamples |