Changeset 533 in svn
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r530 r533 1 1 * Changes relative to V.1.8 2 2 - track reconstruction efficiencies can now be floating numbers 3 - minor addition in the $(SHARED) target rule of the Makefile 3 4 4 5 /-----------------------------------------\ -
trunk/Makefile
r498 r533 596 596 @echo "Ready to run" 597 597 598 $(SHARED): $(DICT_OBJ) $(SOURCE_OBJ) 598 $(SHARED): $(DICT_OBJ) $(SOURCE_OBJ) $(STDHEP_OBJ) 599 599 @mkdir -p $(@D) 600 600 @echo ">> Building $@" … … 679 679 @echo Building tarball of sources 680 680 @mkdir $(FOLDER) 681 @rsync -qavztup --exclude=CVS* CREDITS VERSION FAQ Delphes.cpp Resolutions.cpp Makefile rootlogon.C genMakefile.tcl interface lib routines src data Examples Utilities $(FOLDER)681 @rsync -qavztup --exclude=CVS* CREDITS VERSION FAQ Delphes.cpp Resolutions.cpp Resolutions_ATLAS.cpp Makefile rootlogon.C genMakefile.tcl interface lib routines src data Examples Utilities $(FOLDER) 682 682 @rm -f $(FOLDER)/$(SHARED) 683 683 @rm -f $(FOLDER)/Utilities/FROG/frog -
trunk/README
r529 r533 14 14 *** pour sortir une nouvelle version de DELPHES 15 15 - 1) incrémenter le numéro de version dans VERSION 16 -1b) changer le numéro et la date dans src/Smearutil, dans les cout 17 - 2) make tar <--> attention! si de nouveaux fichiers dans le répertoire principal doivent être inclus dans le tar.bz, il faut updater le fichier genMakefile! 18 - 3) mettre sur la page web + change logs 19 - 4) cvs tag Delphes_V_x-x 16 - 2) changer le numéro et la date dans src/Smearutil, dans les cout 17 - 3) make tar <--> attention! si de nouveaux fichiers dans le répertoire principal doivent être inclus dans le tar.bz, il faut updater le fichier genMakefile! 18 - 4) mettre sur la page web + change logs 19 - 5) mettre à jour le numéro de version dans le INSTALL 20 - 6) cvs tag Delphes_V_x-x 20 21 21 22 -
trunk/genMakefile.tcl
r432 r533 265 265 @echo "Ready to run" 266 266 267 $(SHARED): $(DICT_OBJ) $(SOURCE_OBJ) 267 $(SHARED): $(DICT_OBJ) $(SOURCE_OBJ) $(STDHEP_OBJ) 268 268 @mkdir -p $(@D) 269 269 @echo ">> Building $@" … … 348 348 @echo Building tarball of sources 349 349 @mkdir $(FOLDER) 350 @rsync -qavztup --exclude=CVS* CREDITS VERSION FAQ Delphes.cpp Resolutions.cpp Makefile rootlogon.C genMakefile.tcl interface lib routines src data Examples Utilities $(FOLDER)350 @rsync -qavztup --exclude=CVS* CREDITS VERSION FAQ Delphes.cpp Resolutions.cpp Resolutions_ATLAS.cpp Makefile rootlogon.C genMakefile.tcl interface lib routines src data Examples Utilities $(FOLDER) 351 351 @rm -f $(FOLDER)/$(SHARED) 352 352 @rm -f $(FOLDER)/Utilities/FROG/frog
Note:
See TracChangeset
for help on using the changeset viewer.