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

zfp make and include for building from scratch

parent aa667810
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ all: mkdirs ...@@ -10,7 +10,7 @@ all: mkdirs
cd corrvir ; $(MAKE) install cd corrvir ; $(MAKE) install
cd raytime ; $(MAKE) install cd raytime ; $(MAKE) install
cd MDD ; $(MAKE) install cd MDD ; $(MAKE) install
cd zfp ; $(MAKE) cd zfp ; $(MAKE) install
cd fdacrtmc ; $(MAKE) install cd fdacrtmc ; $(MAKE) install
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
include ../Make_include include ../Make_include
LIBS += -L$L -lgenfft -lm $(LIBSM) LIBS += -L$L -lgenfft -lzfp -lm $(LIBSM)
CFLAGS +=
#OPTC += -g -O0 -Wall #OPTC += -g -O0 -Wall
#ALL: fmute marchenko marchenko2 #ALL: fmute marchenko marchenko2
......
...@@ -44,6 +44,9 @@ ifneq ($(BUILD_EXAMPLES),0) ...@@ -44,6 +44,9 @@ ifneq ($(BUILD_EXAMPLES),0)
@cd examples; $(MAKE) clean all @cd examples; $(MAKE) clean all
endif endif
install:
-cp -rp include/* $I
-cp -rp lib/* $L
# run basic regression tests # run basic regression tests
test: test:
......
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