Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F11221764
makefile.in
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
makefile.in
View Options
CHISQMODS = extra_bits_for_chisquared.MOD
MODS = usefulbits.mod store_pathname.mod \
S95tables_type1.mod S95tables_type2.mod\
S95tables_type3.MOD \
interpolate.mod \
theory_colliderSfunctions.MOD theory_XS_SM_functions.MOD theory_BRfunctions.mod \
S95tables.mod \
PDGnumbering.mod string_manip.mod SLHA_manip.mod \
extra_bits_for_SLHA.mod \
extra_bits_for_web.MOD\
$(USECHISQMODS) \
input.MOD output.MOD channels.MOD theo_manip.mod \
tempMODS = $(MODS:.mod=.o)
OBJSbasic = $(tempMODS:.MOD=.o)
OBJScommandline = $(OBJSbasic) \
HiggsBounds.o
OBJSsubroutines = $(OBJSbasic) \
HiggsBounds_subroutines.o access_SM.o
.SUFFIXES: .exe .o .mod .f90 .F .F90 .MOD
#as advised in http://gcc.gnu.org/wiki/GfortranFAQ
%.o : %.mod
default: HiggsBounds
.f90.mod:
$(F90C) $(F90FLAGS) $(ADDITIONALDEFINE) -c $< -o $*.o
.f90.o:
$(F90C) $(F90FLAGS) $(ADDITIONALDEFINE) -c $< -o $*.o
.F90.MOD:
$(F90C) $(F90FLAGS) $(ADDITIONALDEFINE) -c $< -o $*.o
.F90.o:
$(F90C) $(F90FLAGS) $(ADDITIONALDEFINE) -c $< -o $*.o
.F.o:
$(F77C) -c $< -o $*.o
.mod.o:
$(F90C) $(F90FLAGS) -c $*.f90 -o $*.o
.MOD.o:
$(F90C) $(F90FLAGS) -c $*.F90 -o $*.o
HiggsBounds: HBwithSLHA libHB.a $(MODS) $(OBJScommandline)
$(F90C) $(F90FLAGS) $(OBJScommandline) -o $(EXE)
libHB: $(MODS) $(OBJSsubroutines)
ar -rv libHB.a $(OBJSsubroutines)
ranlib libHB.a
libHB.a: libHB
HBwithFH: libHB.a
$(F77C) $(FHINCLUDE) example_programs/HBwithFH.F -o example_programs/HBwithFH $(FHLIBS) $(HBLIBS)
@echo 'now run the program HBwithFH in the folder example_programs'
HBwithCPsuperH: libHB.a
$(F77C) example_programs/HBwithCPsuperH.f -o example_programs/HBwithCPsuperH $(CPSUPERHLIBS) $(HBLIBS)
@echo 'now run ./HBwithCPsuperH < HBwithCPsuperH.input in the folder example_programs'
HBweb: libHB.a HiggsBounds
@echo 'check that WEBVERSION is defined'
$(F90C) $(F90FLAGS) extract_SM_results_for_web.f90 -o extract_SM_results_for_web $(HBLIBS)
HBwithSLHA: libHB.a
$(F90C) $(F90FLAGS) example_programs/HBwithSLHA.F90 -o example_programs/HBwithSLHA $(HBLIBS)
clean:
rm -f *.o *.mod *.MOD *.a
rm -f store_pathname.f90
hyperclean:
rm -f *.o *.mod *.MOD *.a *~
rm -f example_programs/*~
rm -f store_pathname.f90
rm -f example_programs/HBwithFH
rm -f example_programs/HBwithCPsuperH
rm -f example_programs/example-SM_vs_4thGen
rm -f extract_SM_results_for_web
rm -f HiggsBounds
# rm -f example_data/*results.dat
# rm -f example_data/*Key.dat
rm -f cs-ratios_sigma-bg-Hb/Tevatron*~
rm -f example_programs/example-4thGen-results.dat
rm -f example_programs/example-SM-results.dat
rm -f example_programs/Key.dat
rm -f example_programs/HBwithCPsuperH_effC.f
rm -f example_programs/HBwithFH_effC.F
rm -f example_programs/debug_channels.txt
rm -f example_programs/debug_predratio.txt
rm -f README_old
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 14, 10:52 AM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5111283
Default Alt Text
makefile.in (2 KB)
Attached To
rHIGGSBOUNDSSVN higgsboundssvn
Event Timeline
Log In to Comment