From 8232b91acc0f00bf6a072c23eeb9c7bce1ff6cb8 Mon Sep 17 00:00:00 2001
From: Dave Whipp <dwhipp@dal.ca>
Date: Wed, 13 Jan 2010 21:07:55 +0000
Subject: [PATCH] Added backup copy of original post Makefile

---
 src/VTK/Makefile.orig | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100755 src/VTK/Makefile.orig

diff --git a/src/VTK/Makefile.orig b/src/VTK/Makefile.orig
new file mode 100755
index 00000000..8c2c1f44
--- /dev/null
+++ b/src/VTK/Makefile.orig
@@ -0,0 +1,34 @@
+.SUFFIXES:.out .o .s .c .F .f .f90 .e .r .y .yr .ye .l .p .sh .csh .h
+
+include ../Makefile.pathscale
+
+OBJECTS = \
+../module_constants.o \
+module_gauss.o\
+../compute_dhdx_dhdy_dhdz.o\
+../compute_positive_volume.o\
+ps.o \
+../toolbox.o \
+find_volume.o \
+rivers.o \
+post.o
+
+OBJECTSP = \
+../module_constants.o \
+module_gauss.o\
+../compute_dhdx_dhdy_dhdz.o\
+../compute_positive_volume.o\
+ps.o \
+../toolbox.o \
+find_volume.o \
+rivers.o \
+topo.o
+
+.f90.o:
+	$(F90) $(FLAGS) $(INCLUDE) $*.f90
+
+post:	$(OBJECTS)
+	$(F90) -O3 $(OBJECTS) ../OCTREE/libOctree.a  -o post
+
+topo:	$(OBJECTSP)
+	$(F90)  -O3 $(OBJECTSP) ../OCTREE/libOctree.a  -o topo
-- 
GitLab