view extra/msh/devel/Makefile @ 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
children
line wrap: on
line source

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