lib_LTLIBRARIES = libmsqa.la #bin_PROGRAMS = testit #testit_SOURCES = testit.cc TDimArch.cxx libmsqa_la_SOURCES = analyzer.cc \ analysis_module.cc \ digits_manager.cc \ dict.cc \ pad_stats.cc \ mod_fourier.cc \ mod_hitselect.cc \ mod_noisemap.cc \ mod_noisychannels.cc \ mod_pulseheight.cc \ mod_template.cc \ mod_zsrej.cc dict.cc dict.h: Makefile.am dict.cc dict.h: $(wildcard *.hh) LinkDef.h rm -f dict.cc dict.h rootcint $@ -c $(CPPFLAGS) $(filter %.hh, $^) LinkDef.h