diff src/Makefile.in @ 218:8a3361bfa434

interpolate function added
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Mon, 12 May 2014 21:38:35 +0200
parents 5292e0614efc
children 194f8c66b45a
line wrap: on
line diff
--- a/src/Makefile.in	Mon Mar 10 08:58:56 2014 +0000
+++ b/src/Makefile.in	Mon May 12 21:38:35 2014 +0200
@@ -15,7 +15,8 @@
              plot_func.oct \
              plot_mesh.oct \
              SubSpace.oct \
-             feval.oct 
+             feval.oct \
+             interpolate.oct
 
 
 LIBS += -ldolfin
@@ -109,6 +110,12 @@
 feval.o: feval.cc function.h
 	$(MKOCTFILE) $(CPPFLAGS) -c feval.cc $(LDFLAGS) -o $@ -I.
 
+interpolate.oct: interpolate.o
+	$(MKOCTFILE) $(CPPFLAGS) interpolate.o -o $@ $(LDFLAGS) $(LIBS)
+
+interpolate.o: interpolate.cc function.h
+	$(MKOCTFILE) $(CPPFLAGS) -c interpolate.cc $(LDFLAGS) -o $@ -I.
+
 clean:
 	-rm -f *.o core octave-core *.oct *~ *.xml