Skip to content
Snippets Groups Projects
Commit d3e6a06d authored by JanThorbecke's avatar JanThorbecke
Browse files

zfp make and include for building from scratch

parent fab74f87
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
all: mkdirs
cd FFTlib ; $(MAKE)
cd zfp ; $(MAKE) install
cd fdelmodc ; $(MAKE) install
cd fdelmodc3D ; $(MAKE) install
cd utils ; $(MAKE) install
......@@ -10,7 +11,6 @@ all: mkdirs
cd corrvir ; $(MAKE) install
cd raytime ; $(MAKE) install
cd MDD ; $(MAKE) install
cd zfp ; $(MAKE) install
cd fdacrtmc ; $(MAKE) install
......@@ -21,6 +21,7 @@ mkdirs:
clean:
cd FFTlib ; $(MAKE) $@
cd zfp ; $(MAKE) $@
cd fdelmodc ; $(MAKE) $@
cd fdelmodc3D ; $(MAKE) $@
cd utils ; $(MAKE) $@
......@@ -29,11 +30,11 @@ clean:
cd corrvir ; $(MAKE) $@
cd raytime ; $(MAKE) $@
cd MDD ; $(MAKE) $@
cd zfp ; $(MAKE) $@
cd fdacrtmc ; $(MAKE) $@
realclean:
cd FFTlib ; $(MAKE) $@
cd zfp ; $(MAKE) $@
cd fdelmodc ; $(MAKE) $@
cd fdelmodc3D ; $(MAKE) $@
cd fdelrtmc ; $(MAKE) $@
......@@ -43,7 +44,6 @@ realclean:
cd corrvir ; $(MAKE) $@
cd raytime ; $(MAKE) $@
cd MDD ; $(MAKE) $@
cd zfp ; $(MAKE) $@
cd fdacrtmc ; $(MAKE) $@
rm -f lib/*
rm -f include/*
......
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