File indexing completed on 2025-08-05 08:15:12
0001 all: genRho genE genD simRho
0002
0003 genRho: genRho.cc QPileUp.cxx QPileUpToy.cxx
0004 `root-config --cxx` -o genRho `root-config --cflags --libs` $^
0005
0006
0007 genE: genE.cc FieldMaps.cxx FieldMapsLaplace.cxx LaplaceSolution.cxx airy.o d1mach.o src.o
0008 `root-config --cxx` -o genE `root-config --cflags --libs` -lgfortran -L /usr/local/gfortran/lib/ $^
0009
0010
0011 genD: genD.cc Langevin.cxx
0012 `root-config --cxx` -o genD `root-config --cflags --libs` $^
0013
0014 airy.o: airy.f d1mach.f src.f
0015 `root-config --f77` -c `root-config --cflags` $^
0016
0017 simRho: simRho.cc sHelix.cxx sChargeMap.cxx
0018 `root-config --cxx` -o simRho `root-config --cflags --libs` $^
0019
0020 clean:
0021 rm *.o genRho genE genD simRho