IAP GITLAB

Skip to content
Snippets Groups Projects
Commit e5d92bd7 authored by Ralf M Ulrich's avatar Ralf M Ulrich
Browse files

tabdir

parent 4ccd9cc7
No related branches found
No related tags found
Loading
Checking pipeline status
...@@ -129,13 +129,11 @@ ifeq ("$(SYSTEM)", "Darwin") ...@@ -129,13 +129,11 @@ ifeq ("$(SYSTEM)", "Darwin")
endif endif
BZ2="" BZ2=""
INTERFACE_SOURCE := $(CORSIKA_DATA)/readLib/source/Interface.dummy.cc INTERFACE_SOURCE := $(TABDIR)/readLib/source/Interface.dummy.cc
OBJS += $(OBJDIR)/Interface.o OBJS += $(OBJDIR)/Interface.o
ifdef CORSIKA_DATA ifndef NO_BOOST
ifndef NO_BOOST BZ2=".bz2"
BZ2=".bz2" INTERFACE_SOURCE := $(TABDIR)/readLib/source/Interface.boost.cc
INTERFACE_SOURCE := $(CORSIKA_DATA)/readLib/source/Interface.boost.cc
endif
endif endif
...@@ -207,7 +205,7 @@ $(OBJDIR)/ConexDynamicInterface.o: dirs src/ConexDynamicInterface.cc src/ConexDy ...@@ -207,7 +205,7 @@ $(OBJDIR)/ConexDynamicInterface.o: dirs src/ConexDynamicInterface.cc src/ConexDy
# the optional compressed data reading # the optional compressed data reading
$(OBJDIR)/Interface.o: $(INTERFACE_SOURCE) $(OBJDIR)/Interface.o: $(INTERFACE_SOURCE)
$(CXX) -I$(CORSIKA_DATA)/readLib $(CXXFLAGS) $^ -c -o $@ $(CXX) -I$(TABDIR)/readLib $(CXXFLAGS) $^ -c -o $@
$(OBJDIR)/CxRoot.o: dirs src/CxRoot.cc src/CxRoot.h src/conexConfig.h src/leadingInteractionsData.cc src/leadingInteractionsData.h $(OBJDIR)/CxRoot.o: dirs src/CxRoot.cc src/CxRoot.h src/conexConfig.h src/leadingInteractionsData.cc src/leadingInteractionsData.h
$(CXX) $(CXXFLAGS) $(ROOTCXXFLAGS) -D_CONEX_PREFIX=\"$(CONEX_PREFIX)\" -D_CONEX_SYSTEM=\"$(SYSTEM)\" src/CxRoot.cc -c -o $@ $(CXX) $(CXXFLAGS) $(ROOTCXXFLAGS) -D_CONEX_PREFIX=\"$(CONEX_PREFIX)\" -D_CONEX_SYSTEM=\"$(SYSTEM)\" src/CxRoot.cc -c -o $@
......
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