Skip to content
Snippets Groups Projects
Commit 0a39258e authored by Dave Whipp's avatar Dave Whipp
Browse files

Added make for VTK stuff

parent 3fae4cff
No related branches found
No related tags found
No related merge requests found
......@@ -98,21 +98,26 @@ subdirs:
cd OCTREE; make all
cd RESAMPLE; make all
vtk:
cd OCTREE; make all
cd VTK; make all
.PHONY: objclean
objclean:
cd CASCADE; make $@
cd NN; make $@
cd OCTREE; make $@
cd RESAMPLE; make $@
cd VTK; make $@
rm -f *.o *.mod $(COMPILE_OUT)
.PHONY: distclean
distclean: objclean
cd CASCADE; make $@
cd NN; make $@
cd OCTREE; make $@
cd RESAMPLE; make $@
cd VTK; make $@
rm -f $(BIN) $(BIN).link.stdout $(BIN).link.stderr
.PHONY: more-output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment