# Please see SoftRelTools/HOWTO-dependency for documentation # $Id: bin_BetaUser.mk,v 1.6 2000/01/16 23:34:54 jake Exp $ #++ NON-STANDARD # # "yes" or "no" for the following environment variables # select various link options: # # BetaXdr - .xdr input - default "no" # BetaBdb - event store input - default "yes" # BetaSim - simulation code - default "no" # BetaReco - reco code - default "no" # BetaDisplay - event display - default "no" # BetaBogus - Bogus event sim - default "no" # # Note that alternate event generators are _not_ included; to # link them, add one of the following lines: # # override LINK_gelhad += $(PACKAGE)GNUmakefile # override LINK_bmgas += $(PACKAGE)GNUmakefile # override LINK_koralb += $(PACKAGE)GNUmakefile # override LINK_EvtGen += $(PACKAGE)GNUmakefile # # Several additional packages are not linked by default to # to save linking time. If you need any of these, uncomment # the correct line. # # override LINK_NetTagger += $(PACKAGE)GNUmakefile # override LINK_Cornelius += $(PACKAGE)GNUmakefile # override LINK_BetaKfit += $(PACKAGE)GNUmakefile # override LINK_fitver += $(PACKAGE)GNUmakefile # override LINK_BaBar += $(PACKAGE)GNUmakefile override LINK_Framework += $(PACKAGE)GNUmakefile override LINK_BetaSequences += $(PACKAGE)GNUmakefile override LINK_BetaUser += $(PACKAGE)GNUmakefile override LOADLIBES += $(HOME)/rootutorial/libMyClass.so # BetaSequences provides the Beta-specific makefiles #include BetaSequences/BetaExecutable.mk