forked from latompkins/hps-lhe-parsers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.sh
14 lines (13 loc) · 1.09 KB
/
build.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
g++ -g `root-config --cflags` lhetree_SIMP.cc -o lhetree_SIMP.exe `root-config --libs`
#g++ -g -DDEBUG `root-config --cflags` lhetree_SIMP.cc -o lhetree_SIMP.exe `root-config --libs`
g++ -g `root-config --cflags` lhetree_WAB.cc -o lhetree_WAB.exe `root-config --libs`
#g++ -g -DDEBUG `root-config --cflags` lhetree_WAB.cc -o lhetree_WAB.exe `root-config --libs`
g++ -g `root-config --cflags` lhetree_TriTrig.cc -o lhetree_TriTrig.exe `root-config --libs`
#g++ -g -DDEBUG `root-config --cflags` lhetree_TriTrig.cc -o lhetree_TriTrig.exe `root-config --libs`
g++ -g `root-config --cflags` lhetree_Ap.cc -o lhetree_Ap.exe `root-config --libs`
#g++ -g -DDEBUG `root-config --cflags` lhetree_Ap.cc -o lhetree_Ap.exe `root-config --libs`
g++ -g `root-config --cflags` lhetree_Ap_to_ee.cc -o lhetree_Ap_to_ee.exe `root-config --libs`
#g++ -g -DDEBUG `root-config --cflags` lhetree_Ap_to_ee.cc -o lhetree_Ap_to_ee.exe `root-config --libs`
g++ -g `root-config --cflags` lhetree_Rad.cc -o lhetree_Rad.exe `root-config --libs`
#g++ -g -DDEBUG `root-config --cflags` lhetree_Rad.cc -o lhetree_Rad.exe `root-config --libs`