Fork me on GitHub

Changeset 229 in svn


Ignore:
Timestamp:
Feb 2, 2009, 12:52:18 PM (16 years ago)
Author:
Xavier Rouby
Message:

more include paths for compilation; README file removed from the tarball

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r214 r229  
    4242tmp/Resolutions.$(ObjSuf): \
    4343        Resolutions.cpp
    44 testHector$(ExeSuf): \
    45         tmp/testHector.$(ObjSuf)
    46 
    47 tmp/testHector.$(ObjSuf): \
    48         testHector.cpp
    4944Analysis_Ex$(ExeSuf): \
    5045        tmp/Examples/Analysis_Ex.$(ObjSuf)
     
    6661        Delphes$(ExeSuf) \
    6762        Resolutions$(ExeSuf) \
    68         testHector$(ExeSuf) \
    6963        Analysis_Ex$(ExeSuf) \
    7064        Trigger_Only$(ExeSuf) \
     
    7468        tmp/Delphes.$(ObjSuf) \
    7569        tmp/Resolutions.$(ObjSuf) \
    76         tmp/testHector.$(ObjSuf) \
    7770        tmp/Examples/Analysis_Ex.$(ObjSuf) \
    7871        tmp/Examples/Trigger_Only.$(ObjSuf) \
     
    586579        @echo Building tarball of sources
    587580        @mkdir $(FOLDER)
    588         @rsync -qavztup --exclude=CVS* CREDITS README VERSION FAQ Delphes.cpp Resolutions.cpp Makefile rootlogon.C genMakefile.tcl interface lib routines src data Examples Utilities $(FOLDER)
     581        @rsync -qavztup --exclude=CVS* CREDITS VERSION FAQ Delphes.cpp Resolutions.cpp Makefile rootlogon.C genMakefile.tcl interface lib routines src data Examples Utilities $(FOLDER)
    589582        @rm -f $(FOLDER)/$(SHARED)
    590583        @rm -f $(FOLDER)/Utilities/FROG/frog
Note: See TracChangeset for help on using the changeset viewer.