PACKAGES = ROOT ADDITIONAL_MODULES += JANA rootHistServer # To build a statically linked executable that does # not require plugins, do make STATIC=yes # Note that if you still have plugins in the directory # pointed to by JANA_PLUGIN_DIR, they will override # the statically linked ones! ifdef STATIC CXXFLAGS += -DSTATIC MISC_LIBS += $(foreach s,DEventSourceET.so BCAL.so TAGGER.so TRIGGER.so, $(JANA_MY)/lib/$(OSNAME)/$s) MISC_LIBS += -lcoda ifdef CODA MISC_LIBS += -let endif endif include $(JANA_HOME)/src/BMS/Makefile.bin