Fork me on GitHub

Changeset 533 in svn


Ignore:
Timestamp:
Nov 5, 2009, 2:45:01 PM (15 years ago)
Author:
Xavier Rouby
Message:

small addition in the Makefile; INSTALL file

Location:
trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r530 r533  
    11* Changes relative to V.1.8
    22  - track reconstruction efficiencies can now be floating numbers
     3  - minor addition in the $(SHARED) target rule of the Makefile
    34
    45 /-----------------------------------------\
  • trunk/Makefile

    r498 r533  
    596596        @echo "Ready to run"
    597597
    598 $(SHARED): $(DICT_OBJ) $(SOURCE_OBJ)
     598$(SHARED): $(DICT_OBJ) $(SOURCE_OBJ) $(STDHEP_OBJ)
    599599        @mkdir -p $(@D)
    600600        @echo ">> Building $@"
     
    679679        @echo Building tarball of sources
    680680        @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)
    682682        @rm -f $(FOLDER)/$(SHARED)
    683683        @rm -f $(FOLDER)/Utilities/FROG/frog
  • trunk/README

    r529 r533  
    1414*** pour sortir une nouvelle version de DELPHES
    1515 - 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
    2021
    2122
  • trunk/genMakefile.tcl

    r432 r533  
    265265        @echo "Ready to run"
    266266
    267 $(SHARED): $(DICT_OBJ) $(SOURCE_OBJ)
     267$(SHARED): $(DICT_OBJ) $(SOURCE_OBJ) $(STDHEP_OBJ)
    268268        @mkdir -p $(@D)
    269269        @echo ">> Building $@"
     
    348348        @echo Building tarball of sources
    349349        @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)
    351351        @rm -f $(FOLDER)/$(SHARED)
    352352        @rm -f $(FOLDER)/Utilities/FROG/frog
Note: See TracChangeset for help on using the changeset viewer.