update the makefile, so that only InFileCreator is made
This commit is contained in:
parent
35a16209a6
commit
c050b37eb8
|
@ -1,6 +1,7 @@
|
||||||
CC=g++
|
CC=g++
|
||||||
|
|
||||||
all: Isotope InFileCreator ExtractXSec ExtractXSecFromText PlotTGraphTObjArray
|
# all: Isotope InFileCreator ExtractXSec ExtractXSecFromText PlotTGraphTObjArray
|
||||||
|
all: InFileCreator
|
||||||
|
|
||||||
#Cleopatra: Cleopatra.C ../Simulation/Isotope.h ../Simulation/constant.h potentials.h InFileCreator.h ExtractXSec.h PlotTGraphTObjArray.h
|
#Cleopatra: Cleopatra.C ../Simulation/Isotope.h ../Simulation/constant.h potentials.h InFileCreator.h ExtractXSec.h PlotTGraphTObjArray.h
|
||||||
# $(CC) Cleopatra.C -o Cleopatra `root-config --cflags --glibs`
|
# $(CC) Cleopatra.C -o Cleopatra `root-config --cflags --glibs`
|
||||||
|
@ -8,14 +9,14 @@ all: Isotope InFileCreator ExtractXSec ExtractXSecFromText PlotTGraphTObjArray
|
||||||
InFileCreator: InFileCreator.C InFileCreator.h ../Cleopatra/Isotope.h ../Cleopatra/constant.h potentials.h
|
InFileCreator: InFileCreator.C InFileCreator.h ../Cleopatra/Isotope.h ../Cleopatra/constant.h potentials.h
|
||||||
$(CC) InFileCreator.C -o InFileCreator `root-config --cflags --glibs`
|
$(CC) InFileCreator.C -o InFileCreator `root-config --cflags --glibs`
|
||||||
|
|
||||||
ExtractXSec: ExtractXSec.C ExtractXSec.h
|
# ExtractXSec: ExtractXSec.C ExtractXSec.h
|
||||||
$(CC) ExtractXSec.C -o ExtractXSec `root-config --cflags --glibs`
|
# $(CC) ExtractXSec.C -o ExtractXSec `root-config --cflags --glibs`
|
||||||
|
|
||||||
ExtractXSecFromText: ExtractXSecFromText.C ExtractXSec.h
|
# ExtractXSecFromText: ExtractXSecFromText.C ExtractXSec.h
|
||||||
$(CC) ExtractXSecFromText.C -o ExtractXSecFromText `root-config --cflags --glibs`
|
# $(CC) ExtractXSecFromText.C -o ExtractXSecFromText `root-config --cflags --glibs`
|
||||||
|
|
||||||
PlotTGraphTObjArray: PlotTGraphTObjArray.C PlotTGraphTObjArray.h
|
# PlotTGraphTObjArray: PlotTGraphTObjArray.C PlotTGraphTObjArray.h
|
||||||
$(CC) PlotTGraphTObjArray.C -o PlotTGraphTObjArray `root-config --cflags --glibs`
|
# $(CC) PlotTGraphTObjArray.C -o PlotTGraphTObjArray `root-config --cflags --glibs`
|
||||||
|
|
||||||
Isotope: ../Cleopatra/Isotope.h ../Cleopatra/Isotope.C
|
# Isotope: ../Cleopatra/Isotope.h ../Cleopatra/Isotope.C
|
||||||
$(CC) Isotope.C -o Isotope
|
# $(CC) Isotope.C -o Isotope
|
||||||
|
|
Loading…
Reference in New Issue
Block a user