Fork me on GitHub

Changeset 533 in svn for trunk/genMakefile.tcl


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

small addition in the Makefile; INSTALL file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.