Page MenuHomeHEPForge

No OneTemporary

diff --git a/Decay/Baryon/Makefile.am b/Decay/Baryon/Makefile.am
--- a/Decay/Baryon/Makefile.am
+++ b/Decay/Baryon/Makefile.am
@@ -1,46 +1,46 @@
BUILT_SOURCES = BaryonDecayer__all.cc
CLEANFILES = BaryonDecayer__all.cc
BaryonDecayer__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
Baryon1MesonDecayerBase.h \
Baryon1MesonDecayerBase.fh \
BaryonFactorizedDecayer.h \
KornerKramerCharmDecayer.h \
OmegaXiStarPionDecayer.h \
SemiLeptonicBaryonDecayer.h \
StrongHeavyBaryonDecayer.h \
NonLeptonicHyperonDecayer.h \
NonLeptonicOmegaDecayer.h \
RadiativeHyperonDecayer.h \
RadiativeHeavyBaryonDecayer.h \
SU3BaryonDecupletOctetPhotonDecayer.h\
SU3BaryonDecupletOctetScalarDecayer.h\
SU3BaryonOctetDecupletScalarDecayer.h\
SU3BaryonOctetOctetPhotonDecayer.h \
SU3BaryonOctetOctetScalarDecayer.h \
SU3BaryonSingletOctetPhotonDecayer.h \
SU3BaryonSingletOctetScalarDecayer.h
ALL_CC_FILES = \
Baryon1MesonDecayerBase.cc \
BaryonFactorizedDecayer.cc \
KornerKramerCharmDecayer.cc \
OmegaXiStarPionDecayer.cc \
SemiLeptonicBaryonDecayer.cc \
StrongHeavyBaryonDecayer.cc \
NonLeptonicHyperonDecayer.cc \
NonLeptonicOmegaDecayer.cc \
RadiativeHyperonDecayer.cc \
RadiativeHeavyBaryonDecayer.cc \
SU3BaryonDecupletOctetPhotonDecayer.cc \
SU3BaryonDecupletOctetScalarDecayer.cc \
SU3BaryonOctetDecupletScalarDecayer.cc \
SU3BaryonOctetOctetPhotonDecayer.cc \
SU3BaryonOctetOctetScalarDecayer.cc \
SU3BaryonSingletOctetPhotonDecayer.cc \
SU3BaryonSingletOctetScalarDecayer.cc
diff --git a/Decay/FormFactors/Makefile.am b/Decay/FormFactors/Makefile.am
--- a/Decay/FormFactors/Makefile.am
+++ b/Decay/FormFactors/Makefile.am
@@ -1,57 +1,57 @@
noinst_LTLIBRARIES = libHwFormFactor.la
libHwFormFactor_la_SOURCES = \
BaryonFormFactor.cc BaryonFormFactor.fh \
BaryonFormFactor.h \
ScalarFormFactor.cc ScalarFormFactor.fh \
ScalarFormFactor.h \
BtoSGammaHadronicMass.h \
BtoSGammaHadronicMass.cc BtoSGammaHadronicMass.fh
BUILT_SOURCES = Formfactor__all.cc
CLEANFILES = Formfactor__all.cc
Formfactor__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
BallZwickyScalarFormFactor.h \
BallZwickyVectorFormFactor.h \
BaryonSimpleFormFactor.h \
BaryonThreeQuarkModelFormFactor.h \
ChengHeavyBaryonFormFactor.h \
ISGW2FormFactor.h \
ISGWFormFactor.h \
LambdabExcitedLambdacSumRuleFormFactor.h \
LightBaryonQuarkModelFormFactor.h \
SingletonFormFactor.h \
WSBFormFactor.h \
KiselevBcFormFactor.h \
MelikhovFormFactor.h \
MelikhovStechFormFactor.h \
BtoSGammaFlatEnergy.h \
BtoSGammaKagan.h \
HQETFormFactor.h
ALL_CC_FILES = \
BallZwickyScalarFormFactor.cc \
BallZwickyVectorFormFactor.cc \
BaryonSimpleFormFactor.cc \
BaryonThreeQuarkModelFormFactor.cc \
ChengHeavyBaryonFormFactor.cc \
ISGW2FormFactor.cc \
ISGWFormFactor.cc \
LambdabExcitedLambdacSumRuleFormFactor.cc \
LightBaryonQuarkModelFormFactor.cc \
SingletonFormFactor.cc \
WSBFormFactor.cc \
KiselevBcFormFactor.cc \
MelikhovFormFactor.cc \
MelikhovStechFormFactor.cc \
BtoSGammaFlatEnergy.cc \
BtoSGammaKagan.cc \
HQETFormFactor.cc
diff --git a/Decay/General/Makefile.am b/Decay/General/Makefile.am
--- a/Decay/General/Makefile.am
+++ b/Decay/General/Makefile.am
@@ -1,68 +1,68 @@
noinst_LTLIBRARIES = libHwGeneralDecay.la
libHwGeneralDecay_la_SOURCES = \
GeneralTwoBodyDecayer.h GeneralTwoBodyDecayer.fh GeneralTwoBodyDecayer.cc \
GeneralThreeBodyDecayer.h GeneralThreeBodyDecayer.fh \
GeneralThreeBodyDecayer.cc \
GeneralCurrentDecayer.h GeneralCurrentDecayer.fh GeneralCurrentDecayer.cc \
GeneralFourBodyDecayer.h GeneralFourBodyDecayer.fh \
GeneralFourBodyDecayer.cc \
StoFFFFDecayer.h StoFFFFDecayer.cc
nodist_libHwGeneralDecay_la_SOURCES = \
GeneralDecayer__all.cc
BUILT_SOURCES = GeneralDecayer__all.cc
CLEANFILES = GeneralDecayer__all.cc
GeneralDecayer__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
FFSDecayer.h \
FFVDecayer.h \
SFFDecayer.h \
SSSDecayer.h \
SSVDecayer.h \
SVVDecayer.h \
TFFDecayer.h \
TSSDecayer.h \
TVVDecayer.h \
VFFDecayer.h \
VSSDecayer.h \
VVSDecayer.h \
VVVDecayer.h \
SRFDecayer.h \
FRSDecayer.h \
FRVDecayer.h \
FtoFFFDecayer.h \
StoSFFDecayer.h \
StoFFVDecayer.h \
VtoFFVDecayer.h \
FtoFVVDecayer.h \
FFVCurrentDecayer.h
ALL_CC_FILES = \
FFSDecayer.cc \
FFVDecayer.cc \
SFFDecayer.cc \
SSSDecayer.cc \
SSVDecayer.cc \
SVVDecayer.cc \
TFFDecayer.cc \
TSSDecayer.cc \
TVVDecayer.cc \
VFFDecayer.cc \
VSSDecayer.cc \
VVSDecayer.cc \
VVVDecayer.cc \
SRFDecayer.cc \
FRSDecayer.cc \
FRVDecayer.cc \
FtoFFFDecayer.cc \
StoSFFDecayer.cc \
StoFFVDecayer.cc \
VtoFFVDecayer.cc \
FtoFVVDecayer.cc \
FFVCurrentDecayer.cc
diff --git a/Decay/Makefile.am b/Decay/Makefile.am
--- a/Decay/Makefile.am
+++ b/Decay/Makefile.am
@@ -1,183 +1,183 @@
SUBDIRS = FormFactors Tau Baryon VectorMeson Perturbative \
WeakCurrents ScalarMeson TensorMeson Partonic General Radiation
if HAVE_EVTGEN
SUBDIRS += EvtGen
endif
noinst_LTLIBRARIES = libHwDecay.la
libHwDecay_la_LIBADD = \
$(top_builddir)/PDT/libHwPDT.la
nodist_libHwDecay_la_SOURCES = \
hwdecay__all.cc
BUILT_SOURCES = hwdecay__all.cc
CLEANFILES = hwdecay__all.cc
hwdecay__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
DecayIntegrator.fh DecayIntegrator.h \
DecayPhaseSpaceChannel.fh DecayPhaseSpaceChannel.h \
DecayPhaseSpaceMode.fh DecayPhaseSpaceMode.h \
HwDecayerBase.fh HwDecayerBase.h \
HwDecayHandler.h \
DecayVertex.fh DecayVertex.h \
DecayMatrixElement.fh DecayMatrixElement.h \
TwoBodyDecayMatrixElement.h \
GeneralDecayMatrixElement.fh GeneralDecayMatrixElement.h \
BranchingRatioReweighter.h
ALL_CC_FILES = \
DecayIntegrator.cc \
DecayPhaseSpaceChannel.cc \
DecayPhaseSpaceMode.cc \
HwDecayerBase.cc \
HwDecayHandler.cc \
DecayVertex.cc \
DecayMatrixElement.cc \
TwoBodyDecayMatrixElement.cc \
GeneralDecayMatrixElement.cc \
BranchingRatioReweighter.cc
##################
pkglib_LTLIBRARIES = Hw64Decay.la
Hw64Decay_la_LDFLAGS = \
$(AM_LDFLAGS) -module -version-info 8:0:0
Hw64Decay_la_SOURCES = \
Hw64Decayer.h Hw64Decayer.cc
##################
pkglib_LTLIBRARIES += HwMamboDecay.la
HwMamboDecay_la_LDFLAGS = \
$(AM_LDFLAGS) -module -version-info 9:0:0
HwMamboDecay_la_SOURCES = \
MamboDecayer.h MamboDecayer.cc
##################
pkglib_LTLIBRARIES += HwFormFactors.la
HwFormFactors_la_LDFLAGS = \
$(AM_LDFLAGS) -module -version-info 9:1:0
nodist_HwFormFactors_la_SOURCES = \
FormFactors/Formfactor__all.cc
##################
pkglib_LTLIBRARIES += HwTauDecay.la
HwTauDecay_la_LDFLAGS = \
$(AM_LDFLAGS) -module -version-info 9:0:0
HwTauDecay_la_SOURCES = \
Tau/TauDecayer.cc
##################
pkglib_LTLIBRARIES += HwBaryonDecay.la
HwBaryonDecay_la_LDFLAGS = \
$(AM_LDFLAGS) -module -version-info 8:0:0
HwBaryonDecay_la_LIBADD = \
$(top_builddir)/PDT/libHwBaryonWidth.la
nodist_HwBaryonDecay_la_SOURCES = \
Baryon/BaryonDecayer__all.cc
##################
pkglib_LTLIBRARIES += HwVMDecay.la
HwVMDecay_la_LDFLAGS = \
$(AM_LDFLAGS) -module -version-info 8:0:0
nodist_HwVMDecay_la_SOURCES = \
VectorMeson/VMDecayer__all.cc
##################
pkglib_LTLIBRARIES += HwPerturbativeDecay.la
HwPerturbativeDecay_la_LDFLAGS = \
$(AM_LDFLAGS) -module -version-info 9:0:0
nodist_HwPerturbativeDecay_la_SOURCES = \
Perturbative/Perturbative__all.cc
##################
pkglib_LTLIBRARIES += HwPerturbativeHiggsDecay.la
HwPerturbativeHiggsDecay_la_LDFLAGS = \
$(AM_LDFLAGS) -module -version-info 9:0:0
nodist_HwPerturbativeHiggsDecay_la_SOURCES = \
Perturbative/PerturbativeHiggs__all.cc
##################
pkglib_LTLIBRARIES += HwWeakCurrents.la
HwWeakCurrents_la_LDFLAGS = \
$(AM_LDFLAGS) -module -version-info 9:0:0
nodist_HwWeakCurrents_la_SOURCES = \
WeakCurrents/WeakCurrents__all.cc
##################
pkglib_LTLIBRARIES += HwSMDecay.la
HwSMDecay_la_LDFLAGS = \
$(AM_LDFLAGS) -module -version-info 10:0:0
nodist_HwSMDecay_la_SOURCES = \
ScalarMeson/SMDecayer__all.cc
##################
pkglib_LTLIBRARIES += HwTMDecay.la
HwTMDecay_la_LDFLAGS = \
$(AM_LDFLAGS) -module -version-info 8:0:0
nodist_HwTMDecay_la_SOURCES = \
TensorMeson/TMDecayer__all.cc
##################
pkglib_LTLIBRARIES += HwPartonicDecay.la
HwPartonicDecay_la_LDFLAGS = \
$(AM_LDFLAGS) -module -version-info 9:0:0
nodist_HwPartonicDecay_la_SOURCES = \
Partonic/Partonic__all.cc
##################
pkglib_LTLIBRARIES += HwSOPHTY.la
HwSOPHTY_la_LDFLAGS = \
$(AM_LDFLAGS) -module -version-info 3:0:0
nodist_HwSOPHTY_la_SOURCES = \
Radiation/Sophty__all.cc
##################
diff --git a/Decay/Partonic/Makefile.am b/Decay/Partonic/Makefile.am
--- a/Decay/Partonic/Makefile.am
+++ b/Decay/Partonic/Makefile.am
@@ -1,21 +1,21 @@
BUILT_SOURCES = Partonic__all.cc
CLEANFILES = Partonic__all.cc
Partonic__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
QuarkoniumDecayer.h \
HeavyDecayer.h \
WeakPartonicDecayer.h \
BtoSGammaDecayer.h \
PartonicDecayerBase.h
ALL_CC_FILES = \
QuarkoniumDecayer.cc \
HeavyDecayer.cc \
WeakPartonicDecayer.cc\
BtoSGammaDecayer.cc\
PartonicDecayerBase.cc
diff --git a/Decay/Perturbative/Makefile.am b/Decay/Perturbative/Makefile.am
--- a/Decay/Perturbative/Makefile.am
+++ b/Decay/Perturbative/Makefile.am
@@ -1,48 +1,48 @@
BUILT_SOURCES = Perturbative__all.cc
CLEANFILES = Perturbative__all.cc
Perturbative__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
SMWDecayer.h\
SMZDecayer.h\
SMTopDecayer.h\
SMTopPOWHEGDecayer.h\
SMZFermionsPOWHEGDecayer.h\
SMWFermionsPOWHEGDecayer.h
ALL_CC_FILES = \
SMWDecayer.cc \
SMZDecayer.cc \
SMTopDecayer.cc \
SMTopPOWHEGDecayer.cc \
SMZFermionsPOWHEGDecayer.cc \
SMWFermionsPOWHEGDecayer.cc
BUILT_SOURCES += PerturbativeHiggs__all.cc
CLEANFILES += PerturbativeHiggs__all.cc
-PerturbativeHiggs__all.cc : $(ALL_CC_FILES_2)
- $(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
+PerturbativeHiggs__all.cc : $(ALL_CC_FILES_2) Makefile
+ $(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES_2) > $@
EXTRA_DIST += $(ALL_H_FILES_2) $(ALL_CC_FILES_2)
ALL_H_FILES_2 = \
SMHiggsFermionsDecayer.h \
SMHiggsFermionsPOWHEGDecayer.h \
SMHiggsGGHiggsPPDecayer.h\
SMHiggsWWDecayer.h
ALL_CC_FILES_2 = \
SMHiggsFermionsDecayer.cc \
SMHiggsFermionsPOWHEGDecayer.cc \
SMHiggsGGHiggsPPDecayer.cc \
SMHiggsWWDecayer.cc
diff --git a/Decay/Radiation/Makefile.am b/Decay/Radiation/Makefile.am
--- a/Decay/Radiation/Makefile.am
+++ b/Decay/Radiation/Makefile.am
@@ -1,30 +1,30 @@
noinst_LTLIBRARIES = libHwDecRad.la
libHwDecRad_la_SOURCES = \
DecayRadiationGenerator.cc DecayRadiationGenerator.h \
DecayRadiationGenerator.fh \
QEDRadiationHandler.cc QEDRadiationHandler.fh\
QEDRadiationHandler.h
BUILT_SOURCES = Sophty__all.cc
CLEANFILES = Sophty__all.cc
Sophty__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
SOPHTY.h \
FFDipole.fh FFDipole.h \
IFDipole.fh IFDipole.h \
YFSFormFactors.h
ALL_CC_FILES = \
SOPHTY.cc \
FFDipole.cc \
IFDipole.cc \
YFSFormFactors.cc
diff --git a/Decay/ScalarMeson/Makefile.am b/Decay/ScalarMeson/Makefile.am
--- a/Decay/ScalarMeson/Makefile.am
+++ b/Decay/ScalarMeson/Makefile.am
@@ -1,43 +1,43 @@
BUILT_SOURCES = SMDecayer__all.cc
CLEANFILES = SMDecayer__all.cc
SMDecayer__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
EtaPiGammaGammaDecayer.h\
EtaPiPiGammaDecayer.h \
EtaPiPiPiDecayer.h \
PScalar4FermionsDecayer.h\
PScalarLeptonNeutrinoDecayer.h\
PScalarPScalarVectorDecayer.h \
PScalarVectorFermionsDecayer.h\
PScalarVectorVectorDecayer.h\
ScalarMesonTensorScalarDecayer.h\
ScalarScalarScalarDecayer.h \
SemiLeptonicScalarDecayer.h \
ScalarMesonFactorizedDecayer.h \
ScalarVectorVectorDecayer.h \
DtoKPiPiCLEO.h \
DtoKPiPiE691.h \
DtoKPiPiMarkIII.h
ALL_CC_FILES = \
EtaPiGammaGammaDecayer.cc \
EtaPiPiGammaDecayer.cc \
EtaPiPiPiDecayer.cc \
PScalar4FermionsDecayer.cc \
PScalarLeptonNeutrinoDecayer.cc \
PScalarPScalarVectorDecayer.cc \
PScalarVectorFermionsDecayer.cc \
PScalarVectorVectorDecayer.cc \
ScalarMesonTensorScalarDecayer.cc \
ScalarScalarScalarDecayer.cc \
SemiLeptonicScalarDecayer.cc \
ScalarMesonFactorizedDecayer.cc \
ScalarVectorVectorDecayer.cc \
DtoKPiPiCLEO.cc \
DtoKPiPiE691.cc\
DtoKPiPiMarkIII.cc
diff --git a/Decay/TensorMeson/Makefile.am b/Decay/TensorMeson/Makefile.am
--- a/Decay/TensorMeson/Makefile.am
+++ b/Decay/TensorMeson/Makefile.am
@@ -1,17 +1,17 @@
BUILT_SOURCES = TMDecayer__all.cc
CLEANFILES = TMDecayer__all.cc
TMDecayer__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
TensorMeson2PScalarDecayer.h\
TensorMesonVectorPScalarDecayer.h \
TensorMesonVectorVectorDecayer.h
ALL_CC_FILES = \
TensorMeson2PScalarDecayer.cc \
TensorMesonVectorPScalarDecayer.cc \
TensorMesonVectorVectorDecayer.cc
diff --git a/Decay/VectorMeson/Makefile.am b/Decay/VectorMeson/Makefile.am
--- a/Decay/VectorMeson/Makefile.am
+++ b/Decay/VectorMeson/Makefile.am
@@ -1,37 +1,37 @@
BUILT_SOURCES = VMDecayer__all.cc
CLEANFILES = VMDecayer__all.cc
VMDecayer__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
a1ThreePionCLEODecayer.h \
a1SimpleDecayer.h\
a1ThreePionDecayer.h \
PVectorMesonVectorPScalarDecayer.h \
VectorMeson2FermionDecayer.h \
VectorMeson2MesonDecayer.h \
VectorMeson3PionDecayer.h \
VectorMesonPScalarFermionsDecayer.h \
VectorMesonPVectorPScalarDecayer.h \
VectorMesonVectorPScalarDecayer.h \
VectorMesonVectorScalarDecayer.h \
VectorMesonVectorVectorDecayer.h \
OniumToOniumPiPiDecayer.h
ALL_CC_FILES = \
a1ThreePionCLEODecayer.cc \
a1SimpleDecayer.cc \
a1ThreePionDecayer.cc \
PVectorMesonVectorPScalarDecayer.cc \
VectorMeson2FermionDecayer.cc \
VectorMeson2MesonDecayer.cc \
VectorMeson3PionDecayer.cc \
VectorMesonPScalarFermionsDecayer.cc \
VectorMesonPVectorPScalarDecayer.cc \
VectorMesonVectorPScalarDecayer.cc \
VectorMesonVectorScalarDecayer.cc \
VectorMesonVectorVectorDecayer.cc \
OniumToOniumPiPiDecayer.cc
diff --git a/Decay/WeakCurrents/Makefile.am b/Decay/WeakCurrents/Makefile.am
--- a/Decay/WeakCurrents/Makefile.am
+++ b/Decay/WeakCurrents/Makefile.am
@@ -1,41 +1,41 @@
noinst_LTLIBRARIES = libHwWeakCurrent.la
libHwWeakCurrent_la_SOURCES = \
WeakDecayCurrent.cc WeakDecayCurrent.fh WeakDecayCurrent.h\
LeptonNeutrinoCurrent.cc LeptonNeutrinoCurrent.fh \
LeptonNeutrinoCurrent.h
BUILT_SOURCES = WeakCurrents__all.cc
CLEANFILES = WeakCurrents__all.cc
WeakCurrents__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
FourPionNovosibirskCurrent.h \
ScalarMesonCurrent.h\
ThreeMesonCurrentBase.h \
ThreeMesonDefaultCurrent.h\
ThreePionCLEOCurrent.h\
TwoMesonRhoKStarCurrent.h\
TwoPionPhotonCurrent.h\
VectorMesonCurrent.h\
FivePionCurrent.h \
KPiCurrent.h\
KaonThreeMesonCurrent.h
ALL_CC_FILES = \
FourPionNovosibirskCurrent.cc \
ScalarMesonCurrent.cc \
ThreeMesonCurrentBase.cc \
ThreeMesonDefaultCurrent.cc \
ThreePionCLEOCurrent.cc \
TwoMesonRhoKStarCurrent.cc \
TwoPionPhotonCurrent.cc \
VectorMesonCurrent.cc \
FivePionCurrent.cc \
KPiCurrent.cc \
KaonThreeMesonCurrent.cc
diff --git a/MatrixElement/Matchbox/Builtin/Amplitudes/Makefile.am b/MatrixElement/Matchbox/Builtin/Amplitudes/Makefile.am
--- a/MatrixElement/Matchbox/Builtin/Amplitudes/Makefile.am
+++ b/MatrixElement/Matchbox/Builtin/Amplitudes/Makefile.am
@@ -1,69 +1,69 @@
pkglib_LTLIBRARIES = HwMatchboxBuiltin.la
HwMatchboxBuiltin_la_LDFLAGS = \
$(AM_LDFLAGS) -module -version-info 3:0:0
nodist_HwMatchboxBuiltin_la_SOURCES = \
Amplitudes__all.cc
BUILT_SOURCES = Amplitudes__all.cc
CLEANFILES = Amplitudes__all.cc
Amplitudes__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
MatchboxCurrents.h \
MatchboxZGammaAmplitude.h \
MatchboxAmplitudellbarqqbargg.h \
MatchboxAmplitudellbarqqbarg.h \
MatchboxAmplitudellbarqqbar.h \
MatchboxAmplitudellbarqqbarqqbar.h \
MatchboxAmplitudelnuqqbargg.h \
MatchboxAmplitudelnuqqbarg.h \
MatchboxAmplitudelnuqqbar.h \
MatchboxAmplitudelnuqqbarqqbar.h \
MatchboxAmplitudehbbbarg.h \
MatchboxAmplitudehbbbar.h \
MatchboxAmplitudehggg.h \
MatchboxAmplitudehgg.h \
MatchboxAmplitudehqqbarg.h \
MatchboxAmplitudeqqbarttbar.h \
MatchboxAmplitudeqqbarttbarg.h \
MatchboxAmplitudeggttbar.h \
MatchboxAmplitudeggttbarg.h \
HelAmps_sm.h \
Parameters_sm.h \
MG_qqx2ttx.h \
MG_qqx2ttxg.h \
MG_gg2ttx.h \
MG_gg2ttxg.h
ALL_CC_FILES = \
MatchboxCurrents.cc \
MatchboxZGammaAmplitude.cc \
MatchboxAmplitudellbarqqbar.cc \
MatchboxAmplitudellbarqqbarg.cc \
MatchboxAmplitudellbarqqbargg.cc \
MatchboxAmplitudellbarqqbarqqbar.cc \
MatchboxAmplitudelnuqqbar.cc \
MatchboxAmplitudelnuqqbarg.cc \
MatchboxAmplitudelnuqqbargg.cc \
MatchboxAmplitudelnuqqbarqqbar.cc \
MatchboxAmplitudehbbbar.cc \
MatchboxAmplitudehbbbarg.cc \
MatchboxAmplitudehgg.cc \
MatchboxAmplitudehggg.cc \
MatchboxAmplitudehqqbarg.cc \
MatchboxAmplitudeqqbarttbar.cc \
MatchboxAmplitudeqqbarttbarg.cc \
MatchboxAmplitudeggttbar.cc \
MatchboxAmplitudeggttbarg.cc \
HelAmps_sm.cc \
Parameters_sm.cc \
MG_qqx2ttx.cc \
MG_qqx2ttxg.cc \
MG_gg2ttx.cc \
MG_gg2ttxg.cc
diff --git a/MatrixElement/Matchbox/Cuts/Makefile.am b/MatrixElement/Matchbox/Cuts/Makefile.am
--- a/MatrixElement/Matchbox/Cuts/Makefile.am
+++ b/MatrixElement/Matchbox/Cuts/Makefile.am
@@ -1,33 +1,33 @@
pkglib_LTLIBRARIES = HwMatchboxCuts.la
HwMatchboxCuts_la_LDFLAGS = \
$(AM_LDFLAGS) -module -version-info 2:0:0
nodist_HwMatchboxCuts_la_SOURCES = \
Cuts__all.cc
BUILT_SOURCES = Cuts__all.cc
CLEANFILES = Cuts__all.cc
Cuts__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
IdentifiedParticleCut.h \
MatchboxDeltaRCut.h \
MissingPtCut.h \
FrixionePhotonSeparationCut.h \
InvariantMassCut.h \
PairPtCut.h \
PairRapidityCut.h
ALL_CC_FILES = \
IdentifiedParticleCut.cc \
MatchboxDeltaRCut.cc \
MissingPtCut.cc \
FrixionePhotonSeparationCut.cc \
InvariantMassCut.cc \
PairPtCut.cc \
PairRapidityCut.cc
diff --git a/MatrixElement/Matchbox/Dipoles/Makefile.am b/MatrixElement/Matchbox/Dipoles/Makefile.am
--- a/MatrixElement/Matchbox/Dipoles/Makefile.am
+++ b/MatrixElement/Matchbox/Dipoles/Makefile.am
@@ -1,70 +1,70 @@
noinst_LTLIBRARIES = libHwMatchboxDipoles.la
nodist_libHwMatchboxDipoles_la_SOURCES = \
Dipole__all.cc
BUILT_SOURCES = Dipole__all.cc
CLEANFILES = Dipole__all.cc
Dipole__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
FFggxDipole.h \
FFqgxDipole.h \
FFqqxDipole.h \
FIggxDipole.h \
FIqgxDipole.h \
FIqqxDipole.h \
IFggxDipole.h \
IFgqxDipole.h \
IFqgxDipole.h \
IFqqxDipole.h \
IIggxDipole.h \
IIgqxDipole.h \
IIqgxDipole.h \
IIqqxDipole.h \
FFMggxDipole.h \
FFMqgxDipole.h \
FFMsqgxDipole.h \
FFMqqxDipole.h \
FIMqgxDipole.h \
FIMsqgxDipole.h \
FIMqqxDipole.h \
IFMggxDipole.h \
IFMgqxDipole.h \
IFMqgxDipole.h \
IFMqqxDipole.h \
SubtractionDipole.fh \
SubtractionDipole.h
ALL_CC_FILES = \
FFggxDipole.cc \
FFqgxDipole.cc \
FFqqxDipole.cc \
FIggxDipole.cc \
FIqgxDipole.cc \
FIqqxDipole.cc \
IFggxDipole.cc \
IFgqxDipole.cc \
IFqgxDipole.cc \
IFqqxDipole.cc \
IIggxDipole.cc \
IIgqxDipole.cc \
IIqgxDipole.cc \
IIqqxDipole.cc \
FFMggxDipole.cc \
FFMqgxDipole.cc \
FFMsqgxDipole.cc \
FFMqqxDipole.cc \
FIMqgxDipole.cc \
FIMsqgxDipole.cc \
FIMqqxDipole.cc \
IFMggxDipole.cc \
IFMgqxDipole.cc \
IFMqgxDipole.cc \
IFMqqxDipole.cc \
SubtractionDipole.cc
diff --git a/MatrixElement/Matchbox/Phasespace/Makefile.am b/MatrixElement/Matchbox/Phasespace/Makefile.am
--- a/MatrixElement/Matchbox/Phasespace/Makefile.am
+++ b/MatrixElement/Matchbox/Phasespace/Makefile.am
@@ -1,69 +1,69 @@
noinst_LTLIBRARIES = libHwMatchboxPhasespace.la
nodist_libHwMatchboxPhasespace_la_SOURCES = \
Phasespace__all.cc
BUILT_SOURCES = Phasespace__all.cc
CLEANFILES = Phasespace__all.cc
Phasespace__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
FFLightInvertedTildeKinematics.h \
FFLightTildeKinematics.h \
FFMassiveInvertedTildeKinematics.h \
FFMassiveTildeKinematics.h \
FILightInvertedTildeKinematics.h \
FILightTildeKinematics.h \
FIMassiveInvertedTildeKinematics.h \
FIMassiveTildeKinematics.h \
IFLightInvertedTildeKinematics.h \
IFLightTildeKinematics.h \
IFMassiveInvertedTildeKinematics.h \
IFMassiveTildeKinematics.h \
IILightInvertedTildeKinematics.h \
IILightTildeKinematics.h \
InvertedTildeKinematics.fh \
InvertedTildeKinematics.h \
MatchboxPhasespace.h \
MatchboxRambo.h \
PhasespaceHelpers.h \
RandomHelpers.h \
TildeKinematics.fh \
TildeKinematics.h \
TreePhasespace.h \
TreePhasespaceChannels.h \
MatchboxReference.h \
FlatInvertiblePhasespace.h \
FlatInvertibleLabframePhasespace.h \
PhasespaceCouplings.h
ALL_CC_FILES = \
FFLightInvertedTildeKinematics.cc \
FFLightTildeKinematics.cc \
FFMassiveInvertedTildeKinematics.cc \
FFMassiveTildeKinematics.cc \
FILightInvertedTildeKinematics.cc \
FILightTildeKinematics.cc \
FIMassiveInvertedTildeKinematics.cc \
FIMassiveTildeKinematics.cc \
IFLightInvertedTildeKinematics.cc \
IFLightTildeKinematics.cc \
IFMassiveInvertedTildeKinematics.cc \
IFMassiveTildeKinematics.cc \
IILightInvertedTildeKinematics.cc \
IILightTildeKinematics.cc \
InvertedTildeKinematics.cc \
MatchboxPhasespace.cc \
MatchboxRambo.cc \
PhasespaceHelpers.cc \
TildeKinematics.cc \
TreePhasespace.cc \
TreePhasespaceChannels.cc \
MatchboxReference.cc \
FlatInvertiblePhasespace.cc \
FlatInvertibleLabframePhasespace.cc \
PhasespaceCouplings.cc
diff --git a/Models/ADD/Makefile.am b/Models/ADD/Makefile.am
--- a/Models/ADD/Makefile.am
+++ b/Models/ADD/Makefile.am
@@ -1,29 +1,29 @@
BUILT_SOURCES = ADD__all.cc
CLEANFILES = ADD__all.cc
ADD__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
ADDModel.fh ADDModel.h \
ADDModelFFGRVertex.h \
ADDModelFFGGRVertex.h \
ADDModelFFWGRVertex.h \
ADDModelSSGRVertex.h \
ADDModelVVGRVertex.h \
ADDModelGGGGRVertex.h \
ADDModelWWWGRVertex.h \
GravitonMassGenerator.h
ALL_CC_FILES = \
ADDModel.cc \
ADDModelFFGRVertex.cc \
ADDModelFFGGRVertex.cc \
ADDModelFFWGRVertex.cc \
ADDModelSSGRVertex.cc \
ADDModelVVGRVertex.cc \
ADDModelGGGGRVertex.cc \
ADDModelWWWGRVertex.cc \
GravitonMassGenerator.cc
diff --git a/Models/General/Makefile.am b/Models/General/Makefile.am
--- a/Models/General/Makefile.am
+++ b/Models/General/Makefile.am
@@ -1,53 +1,53 @@
BUILT_SOURCES = ModelGenerator__all.cc
CLEANFILES = ModelGenerator__all.cc
ModelGenerator__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
ModelGenerator.h ModelGenerator.fh \
DecayConstructor.h DecayConstructor.fh \
NBodyDecayConstructorBase.h \
NBodyDecayConstructorBase.fh \
TwoBodyDecayConstructor.h \
TwoToTwoProcessConstructor.h TwoToTwoProcessConstructor.fh \
HardProcessConstructor.h HardProcessConstructor.fh \
HiggsVectorBosonProcessConstructor.h \
HiggsVBFProcessConstructor.h \
QQHiggsProcessConstructor.h \
HPDiagram.h \
ThreeBodyDecayConstructor.h \
FourBodyDecayConstructor.h \
WeakCurrentDecayConstructor.h \
ResonantProcessConstructor.h \
ResonantProcessConstructor.fh \
VVSLoopVertex.fh VVSLoopVertex.h \
GenericHGGVertex.h \
GenericHPPVertex.h \
BSMWidthGenerator.h BSMWidthGenerator.fh \
PrototypeVertex.h \
TBDiagram.h TwoBodyDecay.h\
BSMModel.h
ALL_CC_FILES = \
ModelGenerator.cc\
DecayConstructor.cc \
NBodyDecayConstructorBase.cc \
TwoBodyDecayConstructor.cc \
TwoToTwoProcessConstructor.cc \
HardProcessConstructor.cc \
HiggsVectorBosonProcessConstructor.cc \
HiggsVBFProcessConstructor.cc \
QQHiggsProcessConstructor.cc \
ThreeBodyDecayConstructor.cc \
FourBodyDecayConstructor.cc \
WeakCurrentDecayConstructor.cc \
ResonantProcessConstructor.cc \
VVSLoopVertex.cc \
GenericHGGVertex.cc \
GenericHPPVertex.cc \
BSMWidthGenerator.cc \
PrototypeVertex.cc \
BSMModel.cc
diff --git a/Models/LH/Makefile.am b/Models/LH/Makefile.am
--- a/Models/LH/Makefile.am
+++ b/Models/LH/Makefile.am
@@ -1,33 +1,33 @@
BUILT_SOURCES = LH__all.cc
CLEANFILES = LH__all.cc
LH__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
LHModel.h LHModel.fh \
LHFFZVertex.h \
LHFFPVertex.h \
LHFFGVertex.h \
LHFFWVertex.h \
LHWWWVertex.h \
LHWWWWVertex.h \
LHFFHVertex.h \
LHWWHVertex.h \
LHWHHVertex.h \
LHWWHHVertex.h
ALL_CC_FILES = \
LHModel.cc \
LHFFZVertex.cc \
LHFFPVertex.cc \
LHFFGVertex.cc \
LHFFWVertex.cc \
LHWWWVertex.cc \
LHWWWWVertex.cc \
LHFFHVertex.cc \
LHWWHVertex.cc \
LHWHHVertex.cc \
LHWWHHVertex.cc
diff --git a/Models/LHTP/Makefile.am b/Models/LHTP/Makefile.am
--- a/Models/LHTP/Makefile.am
+++ b/Models/LHTP/Makefile.am
@@ -1,31 +1,31 @@
BUILT_SOURCES = LHTP__all.cc
CLEANFILES = LHTP__all.cc
LHTP__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
LHTPModel.fh LHTPModel.h \
LHTPWWHVertex.h \
LHTPFFGVertex.h \
LHTPFFPVertex.h \
LHTPFFWVertex.h \
LHTPFFZVertex.h \
LHTPWWWVertex.h \
LHTPHHHVertex.h \
LHTPWHHVertex.h \
LHTPFFHVertex.h
ALL_CC_FILES = \
LHTPModel.cc \
LHTPWWHVertex.cc \
LHTPFFGVertex.cc \
LHTPFFPVertex.cc \
LHTPFFWVertex.cc \
LHTPFFZVertex.cc \
LHTPWWWVertex.cc \
LHTPHHHVertex.cc \
LHTPWHHVertex.cc \
LHTPFFHVertex.cc
diff --git a/Models/Leptoquarks/Makefile.am b/Models/Leptoquarks/Makefile.am
--- a/Models/Leptoquarks/Makefile.am
+++ b/Models/Leptoquarks/Makefile.am
@@ -1,19 +1,19 @@
BUILT_SOURCES = Leptoquark__all.cc
CLEANFILES = Leptoquark__all.cc
Leptoquark__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
LeptoquarkModel.h LeptoquarkModel.fh \
LeptoquarkModelSLQSLQGGVertex.h \
LeptoquarkModelSLQFFVertex.h \
LeptoquarkModelSLQSLQGVertex.h
ALL_CC_FILES = \
LeptoquarkModel.cc \
LeptoquarkModelSLQSLQGGVertex.cc \
LeptoquarkModelSLQFFVertex.cc \
LeptoquarkModelSLQSLQGVertex.cc
diff --git a/Models/RSModel/Makefile.am b/Models/RSModel/Makefile.am
--- a/Models/RSModel/Makefile.am
+++ b/Models/RSModel/Makefile.am
@@ -1,27 +1,27 @@
BUILT_SOURCES = RS__all.cc
CLEANFILES = RS__all.cc
RS__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
RSModel.fh RSModel.h \
RSModelFFGRVertex.h \
RSModelFFGGRVertex.h \
RSModelFFWGRVertex.h \
RSModelSSGRVertex.h \
RSModelVVGRVertex.h \
RSModelWWWGRVertex.h \
RSModelGGGGRVertex.h
ALL_CC_FILES = \
RSModel.cc \
RSModelFFGRVertex.cc \
RSModelFFGGRVertex.cc \
RSModelFFWGRVertex.cc \
RSModelSSGRVertex.cc \
RSModelVVGRVertex.cc \
RSModelWWWGRVertex.cc \
RSModelGGGGRVertex.cc
diff --git a/Models/Sextet/Makefile.am b/Models/Sextet/Makefile.am
--- a/Models/Sextet/Makefile.am
+++ b/Models/Sextet/Makefile.am
@@ -1,26 +1,26 @@
BUILT_SOURCES = Sextet__all.cc
CLEANFILES = Sextet__all.cc
Sextet__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
SextetParticles.h \
SextetModel.h SextetModel.fh \
SextetGSSVertex.h \
SextetGGSSVertex.h \
SextetGVVVertex.h \
SextetGGVVVertex.h \
SextetFFSVertex.h \
SextetFFVVertex.h
ALL_CC_FILES = \
SextetModel.cc \
SextetGSSVertex.cc \
SextetGGSSVertex.cc \
SextetGVVVertex.cc \
SextetGGVVVertex.cc \
SextetFFSVertex.cc \
SextetFFVVertex.cc
diff --git a/Models/StandardModel/Makefile.am b/Models/StandardModel/Makefile.am
--- a/Models/StandardModel/Makefile.am
+++ b/Models/StandardModel/Makefile.am
@@ -1,55 +1,55 @@
BUILT_SOURCES = SM__all.cc
CLEANFILES = SM__all.cc
SM__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
StandardModel.fh StandardModel.h \
RunningMassBase.h \
RunningMass.h \
StandardCKM.h \
O2AlphaS.h \
AlphaEM.h \
SMFFGVertex.h \
SMFFHVertex.h \
SMFFPVertex.h \
SMFFWVertex.h \
SMFFZVertex.h \
SMGGGGVertex.h \
SMGGGVertex.h \
SMWWHVertex.h \
SMWWWVertex.h \
SMWWWWVertex.h \
SMHGGVertex.h \
SMHPPVertex.h\
SMHHHVertex.h \
SMWWHHVertex.h \
GenericSVVVertex.h \
GenericVVVVertex.h
ALL_CC_FILES = \
StandardModel.cc\
RunningMassBase.cc \
RunningMass.cc\
StandardCKM.cc \
O2AlphaS.cc \
AlphaEM.cc \
SMFFGVertex.cc \
SMFFHVertex.cc \
SMFFPVertex.cc \
SMFFWVertex.cc \
SMFFZVertex.cc \
SMGGGGVertex.cc \
SMGGGVertex.cc \
SMWWHVertex.cc \
SMWWWVertex.cc \
SMWWWWVertex.cc \
SMHGGVertex.cc \
SMHPPVertex.cc \
SMHHHVertex.cc \
SMWWHHVertex.cc \
GenericSVVVertex.cc \
GenericVVVVertex.cc
diff --git a/Models/Susy/Makefile.am b/Models/Susy/Makefile.am
--- a/Models/Susy/Makefile.am
+++ b/Models/Susy/Makefile.am
@@ -1,71 +1,71 @@
SUBDIRS = NMSSM RPV
BUILT_SOURCES = Susy__all.cc
CLEANFILES = Susy__all.cc
Susy__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
SusyBase.h SusyBase.fh \
MSSM.h MSSM.fh\
MixingMatrix.h MixingMatrix.fh \
SSCFSVertex.h \
SSGFSVertex.h \
SSHSFSFVertex.h \
SSNFSVertex.h \
SSWSSVertex.h \
SSWGSSVertex.h \
SSGSSVertex.h \
SSGGSQSQVertex.h \
SSGSGSGVertex.h \
SSNNZVertex.h \
SSCCZVertex.h \
SSCNWVertex.h \
SSFFHVertex.h \
SSGOGOHVertex.h \
SSWWHVertex.h \
SSWWHHVertex.h \
SSWHHVertex.h \
SSHHHVertex.h \
SSHGGVertex.h \
SSHPPVertex.h \
SSNNPVertex.h \
SSGNGVertex.h \
SSNCTVertex.h \
SSGVNHVertex.h \
SSGVNVVertex.h \
SSGVFSVertex.h
ALL_CC_FILES = \
SusyBase.cc \
MSSM.cc \
MixingMatrix.cc\
SSCFSVertex.cc \
SSGFSVertex.cc \
SSHSFSFVertex.cc \
SSNFSVertex.cc \
SSWSSVertex.cc \
SSWGSSVertex.cc \
SSGSSVertex.cc \
SSGGSQSQVertex.cc \
SSGSGSGVertex.cc \
SSNNZVertex.cc \
SSCCZVertex.cc \
SSCNWVertex.cc \
SSFFHVertex.cc \
SSGOGOHVertex.cc \
SSWWHVertex.cc \
SSWWHHVertex.cc \
SSWHHVertex.cc \
SSHHHVertex.cc \
SSHGGVertex.cc \
SSHPPVertex.cc \
SSNNPVertex.cc \
SSGNGVertex.cc \
SSNCTVertex.cc \
SSGVNHVertex.cc\
SSGVNVVertex.cc\
SSGVFSVertex.cc
diff --git a/Models/Susy/NMSSM/Makefile.am b/Models/Susy/NMSSM/Makefile.am
--- a/Models/Susy/NMSSM/Makefile.am
+++ b/Models/Susy/NMSSM/Makefile.am
@@ -1,31 +1,31 @@
BUILT_SOURCES = NMSSM__all.cc
CLEANFILES = NMSSM__all.cc
NMSSM__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
NMSSM.h NMSSM.fh \
NMSSMFFHVertex.h \
NMSSMWWHVertex.h \
NMSSMWHHVertex.h \
NMSSMHSFSFVertex.h \
NMSSMGOGOHVertex.h \
NMSSMHHHVertex.h \
NMSSMGGHVertex.h \
NMSSMPPHVertex.h \
NMSSMWWHHVertex.h
ALL_CC_FILES = \
NMSSM.cc \
NMSSMFFHVertex.cc \
NMSSMWWHVertex.cc \
NMSSMWHHVertex.cc \
NMSSMHSFSFVertex.cc\
NMSSMGOGOHVertex.cc \
NMSSMHHHVertex.cc \
NMSSMGGHVertex.cc \
NMSSMPPHVertex.cc \
NMSSMWWHHVertex.cc
diff --git a/Models/Susy/RPV/Makefile.am b/Models/Susy/RPV/Makefile.am
--- a/Models/Susy/RPV/Makefile.am
+++ b/Models/Susy/RPV/Makefile.am
@@ -1,32 +1,32 @@
BUILT_SOURCES = RPV__all.cc
CLEANFILES = RPV__all.cc
RPV__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
RPV.h RPV.fh \
RPVhelper.h \
RPVLLEVertex.h \
RPVLQDVertex.h \
RPVUDDVertex.h \
RPVFFZVertex.h \
RPVFFWVertex.h \
RPVWSSVertex.h \
RPVFFSVertex.h \
RPVWWHVertex.h \
RPVSSSVertex.h
ALL_CC_FILES = \
RPV.cc \
RPVLLEVertex.cc\
RPVLQDVertex.cc\
RPVUDDVertex.cc\
RPVFFZVertex.cc\
RPVFFWVertex.cc\
RPVWSSVertex.cc\
RPVFFSVertex.cc\
RPVWWHVertex.cc\
RPVSSSVertex.cc
diff --git a/Models/TTbAsymm/Makefile.am b/Models/TTbAsymm/Makefile.am
--- a/Models/TTbAsymm/Makefile.am
+++ b/Models/TTbAsymm/Makefile.am
@@ -1,21 +1,21 @@
BUILT_SOURCES = TTbA__all.cc
CLEANFILES = TTbA__all.cc
TTbA__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
TTbAModel.h TTbAModel.fh \
TTbAModelWPTDVertex.h \
TTbAModelZPQQVertex.h \
TTbAModelAGQQVertex.h \
TTbAModelSU2XVertex.h
ALL_CC_FILES = \
TTbAModel.cc \
TTbAModelWPTDVertex.cc \
TTbAModelZPQQVertex.cc \
TTbAModelAGQQVertex.cc \
TTbAModelSU2XVertex.cc
diff --git a/Models/UED/Makefile.am b/Models/UED/Makefile.am
--- a/Models/UED/Makefile.am
+++ b/Models/UED/Makefile.am
@@ -1,41 +1,41 @@
BUILT_SOURCES = UED__all.cc
CLEANFILES = UED__all.cc
UED__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
UEDBase.h UEDBase.fh \
UEDF1F1Z0Vertex.h \
UEDF1F1G0Vertex.h \
UEDF1F0G1Vertex.h \
UEDG1G1G0Vertex.h \
UEDG0G0G1G1Vertex.h \
UEDF1F1P0Vertex.h \
UEDF1F1W0Vertex.h \
UEDF1F0W1Vertex.h \
UEDP0H1H1Vertex.h \
UEDZ0H1H1Vertex.h \
UEDW0A1H1Vertex.h \
UEDZ0A1h1Vertex.h \
UEDW0W1W1Vertex.h \
UEDF1F0H1Vertex.h
ALL_CC_FILES = \
UEDBase.cc \
UEDF1F1Z0Vertex.cc \
UEDF1F1G0Vertex.cc \
UEDF1F0G1Vertex.cc \
UEDG1G1G0Vertex.cc \
UEDG0G0G1G1Vertex.cc \
UEDF1F1P0Vertex.cc \
UEDF1F1W0Vertex.cc \
UEDF1F0W1Vertex.cc \
UEDP0H1H1Vertex.cc \
UEDZ0H1H1Vertex.cc \
UEDW0A1H1Vertex.cc \
UEDZ0A1h1Vertex.cc \
UEDW0W1W1Vertex.cc \
UEDF1F0H1Vertex.cc
diff --git a/Shower/Dipole/Kernels/Makefile.am b/Shower/Dipole/Kernels/Makefile.am
--- a/Shower/Dipole/Kernels/Makefile.am
+++ b/Shower/Dipole/Kernels/Makefile.am
@@ -1,64 +1,64 @@
noinst_LTLIBRARIES = libHwDipoleShowerKernels.la
nodist_libHwDipoleShowerKernels_la_SOURCES = \
DipoleKernels__all.cc
BUILT_SOURCES = DipoleKernels__all.cc
CLEANFILES = DipoleKernels__all.cc
DipoleKernels__all.cc : $(ALL_CC_FILES) Makefile
$(top_srcdir)/cat_with_cpplines $(ALL_CC_FILES) > $@
-EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES) Makefile
+EXTRA_DIST = $(ALL_H_FILES) $(ALL_CC_FILES)
ALL_H_FILES = \
DipoleSplittingKernel.h \
FFMqx2qgxDipoleKernel.h \
FFMgx2ggxDipoleKernel.h \
FFMgx2qqxDipoleKernel.h \
FFqx2qgxDipoleKernel.h \
FFgx2ggxDipoleKernel.h \
FFgx2qqxDipoleKernel.h \
FIqx2qgxDipoleKernel.h \
FIgx2ggxDipoleKernel.h \
FIgx2qqxDipoleKernel.h \
IFqx2qgxDipoleKernel.h \
IFqx2gqxDipoleKernel.h \
IFgx2ggxDipoleKernel.h \
IFgx2qqxDipoleKernel.h \
IIqx2qgxDipoleKernel.h \
IIqx2gqxDipoleKernel.h \
IIgx2ggxDipoleKernel.h \
IIgx2qqxDipoleKernel.h \
FIMqx2qgxDipoleKernel.h \
FIMgx2qqxDipoleKernel.h \
IFMqx2qgxDipoleKernel.h \
IFMqx2gqxDipoleKernel.h \
IFMgx2ggxDipoleKernel.h \
IFMgx2qqxDipoleKernel.h
ALL_CC_FILES = \
DipoleSplittingKernel.cc \
FFMqx2qgxDipoleKernel.cc \
FFMgx2ggxDipoleKernel.cc \
FFMgx2qqxDipoleKernel.cc \
FFqx2qgxDipoleKernel.cc \
FFgx2ggxDipoleKernel.cc \
FFgx2qqxDipoleKernel.cc \
FIqx2qgxDipoleKernel.cc \
FIgx2ggxDipoleKernel.cc \
FIgx2qqxDipoleKernel.cc \
IFqx2qgxDipoleKernel.cc \
IFqx2gqxDipoleKernel.cc \
IFgx2ggxDipoleKernel.cc \
IFgx2qqxDipoleKernel.cc \
IIqx2qgxDipoleKernel.cc \
IIqx2gqxDipoleKernel.cc \
IIgx2ggxDipoleKernel.cc \
IIgx2qqxDipoleKernel.cc \
FIMqx2qgxDipoleKernel.cc \
FIMgx2qqxDipoleKernel.cc \
IFMqx2qgxDipoleKernel.cc \
IFMqx2gqxDipoleKernel.cc \
IFMgx2ggxDipoleKernel.cc \
IFMgx2qqxDipoleKernel.cc

File Metadata

Mime Type
text/x-diff
Expires
Tue, Nov 19, 7:30 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3800021
Default Alt Text
(38 KB)

Event Timeline