diff rDiff/Makefile @ 0:0f80a5141704

version 0.3 uploaded
author vipints
date Thu, 14 Feb 2013 23:38:36 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rDiff/Makefile	Thu Feb 14 23:38:36 2013 -0500
@@ -0,0 +1,27 @@
+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