update the makefile, so that only InFileCreator is made

This commit is contained in:
Ryan Tang 2024-11-04 14:25:50 -05:00
parent 35a16209a6
commit c050b37eb8

View File

@ -1,6 +1,7 @@
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
# $(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
$(CC) InFileCreator.C -o InFileCreator `root-config --cflags --glibs`
ExtractXSec: ExtractXSec.C ExtractXSec.h
$(CC) ExtractXSec.C -o ExtractXSec `root-config --cflags --glibs`
# ExtractXSec: ExtractXSec.C ExtractXSec.h
# $(CC) ExtractXSec.C -o ExtractXSec `root-config --cflags --glibs`
ExtractXSecFromText: ExtractXSecFromText.C ExtractXSec.h
$(CC) ExtractXSecFromText.C -o ExtractXSecFromText `root-config --cflags --glibs`
# ExtractXSecFromText: ExtractXSecFromText.C ExtractXSec.h
# $(CC) ExtractXSecFromText.C -o ExtractXSecFromText `root-config --cflags --glibs`
PlotTGraphTObjArray: PlotTGraphTObjArray.C PlotTGraphTObjArray.h
$(CC) PlotTGraphTObjArray.C -o PlotTGraphTObjArray `root-config --cflags --glibs`
# PlotTGraphTObjArray: PlotTGraphTObjArray.C PlotTGraphTObjArray.h
# $(CC) PlotTGraphTObjArray.C -o PlotTGraphTObjArray `root-config --cflags --glibs`
Isotope: ../Cleopatra/Isotope.h ../Cleopatra/Isotope.C
$(CC) Isotope.C -o Isotope
# Isotope: ../Cleopatra/Isotope.h ../Cleopatra/Isotope.C
# $(CC) Isotope.C -o Isotope