Fork me on GitHub

Changeset 533 in svn for trunk/Makefile


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/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
Note: See TracChangeset for help on using the changeset viewer.