changeset 11794:bf7c15c3ebaf octave-forge

A simple makefile I'm still trying to use autoconf for detecting whether or not dolfin is installed
author gedeone-octave
date Thu, 13 Jun 2013 21:01:59 +0000
parents 55a44824a3cd
children aafb80484fd0
files extra/msh/devel/Makefile
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/extra/msh/devel/Makefile	Thu Jun 13 21:01:59 2013 +0000
@@ -0,0 +1,10 @@
+OCTFILES=mshm_refine.oct mshm_dolfin_read.oct mshm_dolfin_write.oct
+
+all: $(OCTFILES)
+
+%.oct:  %.cc
+	mkoctfile $< -ldolfin
+
+clean:
+	-rm -f *.o core octave-core *.oct *~
+# DO NOT DELETE
\ No newline at end of file