Skip to content
Snippets Groups Projects
Commit b8adb336 authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Compatibility with github version of podd.

  Use HALLC_MODS in make file to turn on Hall C changes in Podd.
  Remove unneeded and now broken includes of THaDB.h.
parent 431f92e7
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@
# List only the implementation files (*.cxx). For every implementation file
# there must be a corresponding header file (*.h).
SRC = src/THcInterface.cxx src/THcParmList.cxx src/THcAnalyzer.cxx \
src/THcHallCSpectrometer.cxx \
src/THcDetectorMap.cxx \
......@@ -125,7 +124,7 @@ ifeq ($(CXX),)
$(error $(ARCH) invalid architecture)
endif
CXXFLAGS += $(INCLUDES)
CXXFLAGS += $(INCLUDES) -DHALLC_MODS
LIBS += $(ROOTLIBS) $(SYSLIBS)
GLIBS += $(ROOTGLIBS) $(SYSLIBS)
......@@ -175,7 +174,7 @@ $(USERLIB): $(HDR) $(OBJS)
$(HDR_COMPILEDATA) $(LIBHALLA) $(LIBDC) $(LIBSCALER): $(ANALYZER)/Makefile
@echo "Building Podd"
@cd $(ANALYZER) ; make
@cd $(ANALYZER) ; export PODD_EXTRA_DEFINES=-DHALLC_MODS ; make
$(USERDICT).cxx: $(RCHDR) $(HDR) $(LINKDEF)
@echo "Generating dictionary $(USERDICT)..."
......
......@@ -8,7 +8,6 @@
#define INCLUDESTR "#include"
#include "THaDB.h"
#include "TObjArray.h"
#include "TObjString.h"
......
......@@ -7,7 +7,6 @@
//
//////////////////////////////////////////////////////////////////////////
#include "THaDB.h"
#include "THaVarList.h"
#include "THaTextvars.h"
......
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