Page MenuHomeHEPForge

No OneTemporary

diff --git a/Decay/Makefile.am b/Decay/Makefile.am
--- a/Decay/Makefile.am
+++ b/Decay/Makefile.am
@@ -1,41 +1,43 @@
CLEANFILES = TestDecays.log TestDecays.out TestDecays.run TestDecays.tex \
done-all-links .runThePEG.timer.TestDecays.run
pkglib_LTLIBRARIES = TestDecays.la
# Version info should be updated if any interface or persistent I/O
# function is changed
TestDecays_la_LDFLAGS = -module -version-info 1:0:0
TestDecays_la_SOURCES = TestDecays.cc TestDecays.h TestDecays.icc
EXTRA_DIST = TestDecays.in
INPUTFILES = TestDecays.in
+all-local: done-all-links
+
done-all-links:
@EMPTY@ifdef SHOWCOMMAND
for file in $(INPUTFILES); do \
if test ! -f $$file; then $(LN_S) $(srcdir)/$$file $$file; fi; done
echo "stamp" > done-all-links
@EMPTY@else
@echo "sym-linking input files files..."
@for file in $(INPUTFILES); do \
if test ! -f $$file; then $(LN_S) $(srcdir)/$$file $$file; fi; done
@echo "stamp" > done-all-links
@EMPTY@endif
-TestDecays.run: done-all-links TestDecays.in $(FTNPDFPATH)/lib/PDFLIB.so
+TestDecays.run: done-all-links TestDecays.in
$(SETUPTHEPEG) -r $(PYTHIA7PATH)/lib/Pythia7Defaults.rpo TestDecays.in
TestDecays.out: TestDecays.run TestDecays.la
time $(RUNTHEPEG) -d 1 -x .libs/TestDecays.so TestDecays.run
check-local:
$(SETUPTHEPEG) -r $(PYTHIA7PATH)/lib/Pythia7Defaults.rpo TestDecays.in
time $(RUNTHEPEG) -d 1 -x .libs/TestDecays.so TestDecays.run
installcheck-local:
$(mkdir_p) _test
cd _test; $(DESTDIR)$(bindir)/setupThePEG ../TestDecays.in; $(DESTDIR)$(bindir)/runThePEG -x $(DESTDIR)$(pkglibdir)/TestDecays.so TestDecays.run
rm -rf _test
diff --git a/HerwigTest/Makefile.am b/HerwigTest/Makefile.am
--- a/HerwigTest/Makefile.am
+++ b/HerwigTest/Makefile.am
@@ -1,48 +1,50 @@
CLEANFILES = TestHerwig.log TestHerwig.out TestHerwig.run TestHerwig.tex \
done-all-links DYMass.dat .runThePEG.timer.TestHerwig.run
pkglib_LTLIBRARIES = MEqq2gZ2ll.la DYMass.la
# Version info should be updated if any interface or persistent I/O
# function is changed
MEqq2gZ2ll_la_LDFLAGS = -module -version-info 1:0:0
MEqq2gZ2ll_la_SOURCES = MEqq2gZ2ll.cc MEqq2gZ2ll.h MEqq2gZ2ll.icc
# Version info should be updated if any interface or persistent I/O
# function is changed
DYMass_la_LDFLAGS = -module -version-info 1:0:0
DYMass_la_SOURCES = DYMass.cc DYMass.h DYMass.fh DYMass.icc
EXTRA_DIST = TestHerwig.in
INPUTFILES = TestHerwig.in
+all-local: done-all-links
+
done-all-links:
@EMPTY@ifdef SHOWCOMMAND
for file in $(INPUTFILES); do \
if test ! -f $$file; then $(LN_S) $(srcdir)/$$file $$file; fi; done
echo "stamp" > done-all-links
@EMPTY@else
@echo "sym-linking input files files..."
@for file in $(INPUTFILES); do \
if test ! -f $$file; then $(LN_S) $(srcdir)/$$file $$file; fi; done
@echo "stamp" > done-all-links
@EMPTY@endif
TestHerwig.run: done-all-links TestHerwig.in
$(SETUPTHEPEG) -L .libs -r $(PYTHIA7PATH)/lib/Pythia7Defaults.rpo TestHerwig.in
TestHerwig.out: TestHerwig.run MEqq2gZ2ll.la DYMass.la
time $(RUNTHEPEG) -L .libs -d 1 TestHerwig.run
check-local:
$(SETUPTHEPEG) -L .libs -r $(PYTHIA7PATH)/lib/Pythia7Defaults.rpo TestHerwig.in
time $(RUNTHEPEG) -L .libs -d 1 TestHerwig.run
installcheck-local:
$(mkdir_p) _test
cd _test; $(DESTDIR)$(bindir)/setupThePEG ../TestHerwig.in; $(DESTDIR)$(bindir)/runThePEG TestHerwig.run
rm -rf _test
diff --git a/LesHouches/Makefile.am b/LesHouches/Makefile.am
--- a/LesHouches/Makefile.am
+++ b/LesHouches/Makefile.am
@@ -1,39 +1,41 @@
CLEANFILES = WJetsGenerator.log WJetsGenerator.out \
WJetsGenerator.run WJetsGenerator.tex done-all-links \
W0cache.dat.gz W1cache.dat.gz W2cache.dat.gz W3cache.dat.gz \
.runThePEG.timer.WJetsGenerator.run
EXTRA_DIST = WJetsGenerator.in W0jets.dat.gz W1jets.dat.gz W2jets.dat.gz \
W3jets.dat.gz
INPUTFILES = WJetsGenerator.in W0jets.dat.gz W1jets.dat.gz W2jets.dat.gz \
W3jets.dat.gz
+all-local: done-all-links
+
done-all-links:
@EMPTY@ifdef SHOWCOMMAND
for file in $(INPUTFILES); do \
if test ! -f $$file; then $(LN_S) $(srcdir)/$$file $$file; fi; done
echo "stamp" > done-all-links
@EMPTY@else
@echo "sym-linking input files files..."
@for file in $(INPUTFILES); do \
if test ! -f $$file; then $(LN_S) $(srcdir)/$$file $$file; fi; done
@echo "stamp" > done-all-links
@EMPTY@endif
WJetsGenerator.run: done-all-links WJetsGenerator.in W0jets.dat.gz W1jets.dat.gz W2jets.dat.gz W3jets.dat.gz
$(SETUPTHEPEG) -r $(PYTHIA7PATH)/lib/Pythia7Defaults.rpo WJetsGenerator.in
WJetsGenerator.out: WJetsGenerator.run
time $(RUNTHEPEG) -d 1 WJetsGenerator.run
check-local:
$(SETUPTHEPEG) -r $(PYTHIA7PATH)/lib/Pythia7Defaults.rpo WJetsGenerator.in
time $(RUNTHEPEG) -d 1 WJetsGenerator.run
installcheck-local:
$(mkdir_p) _test
cd _test; $(LN_S) ../W0jets.dat.gz ../W1jets.dat.gz ../W2jets.dat.gz ../W3jets.dat.gz .; $(DESTDIR)$(bindir)/setupThePEG ../WJetsGenerator.in; $(DESTDIR)$(bindir)/runThePEG WJetsGenerator.run
rm -rf _test
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -1,40 +1,40 @@
dnl Process this file with autoconf to produce a configure script.
dnl
AC_INIT(Dummy,0.0)
AM_INIT_AUTOMAKE
AC_LANG(C++)
dnl Checks for programs.
AC_PROG_CXX
AC_PROG_F77
AC_F77_LIBRARY_LDFLAGS
#AC_PROG_RANLIB
AC_PROG_INSTALL
AC_PROG_MAKE_SET #???
AC_PROG_LN_S
AC_DISABLE_STATIC
AC_LIBTOOL_DLOPEN
AC_PROG_LIBTOOL
AC_CHECK_CLHEP
AC_CHECK_THEPEG
AC_ADD_THEPEG_PATH(PYTHIA7PATH,Pythia7)
-AC_ADD_THEPEG_PATH(FTNPDFPATH,FTNPDF)
+AC_ADD_THEPEG_PATH(F77ThePEGPATH,F77ThePEG)
AC_EMPTY_SUBST
AM_CXXFLAGS="-ansi -pedantic -Wall"
AC_SUBST(AM_CXXFLAGS)
AC_CONFIG_FILES([Decay/Makefile
HerwigTest/Makefile
LesHouches/Makefile
Makefile])
## don't know what to do here 'Doc/Makefile'
AC_OUTPUT

File Metadata

Mime Type
text/x-diff
Expires
Sat, Dec 21, 6:14 PM (8 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4023755
Default Alt Text
(5 KB)

Event Timeline