diff src/Makefile.in @ 106:6b4a77dc734f

New wrapper function for dolfin::SubSpace * Subspace.cc: DLD function which allows to extract a subspace * Makefile.in: comile also the new function
author gedeone-octave <marcovass89@hotmail.it>
date Tue, 20 Aug 2013 22:23:12 +0200
parents c3cc050b4805
children 011ad0c352f7
line wrap: on
line diff
--- a/src/Makefile.in	Tue Aug 20 11:20:47 2013 +0200
+++ b/src/Makefile.in	Tue Aug 20 22:23:12 2013 +0200
@@ -13,6 +13,7 @@
              assemble_system.oct \
              Plot_2d.oct \
              Plot_3d.oct \
+             SubSpace.oct \
 
 
 LIBS += -ldolfin
@@ -88,6 +89,9 @@
 Plot_3d.oct: Plot_3d.cc Plot_3d.h
 	$(MKOCTFILE) $(CPPFLAGS) -I. Plot_3d.cc $(LDFLAGS) $(LIBS)
 
+SubSpace.oct: SubSpace.cc functionspace.h
+	$(MKOCTFILE) $(CPPFLAGS) -I. SubSpace.cc $(LDFLAGS) $(LIBS)
+
 Plot_3d.h: Plot_3d.ufl
 	$(FFC) -l dolfin Plot_3d.ufl