PtolemyGUI/Cleopatra/makefile

23 lines
990 B
Makefile
Raw Permalink Normal View History

2022-07-13 14:08:02 -04:00
CC=g++
# all: Isotope InFileCreator ExtractXSec ExtractXSecFromText PlotTGraphTObjArray
all: InFileCreator
2022-07-13 14:08:02 -04:00
#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`
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`
2022-07-13 14:08:02 -04:00
# ExtractXSecFromText: ExtractXSecFromText.C ExtractXSec.h
# $(CC) ExtractXSecFromText.C -o ExtractXSecFromText `root-config --cflags --glibs`
2022-07-13 14:08:02 -04:00
# PlotTGraphTObjArray: PlotTGraphTObjArray.C PlotTGraphTObjArray.h
# $(CC) PlotTGraphTObjArray.C -o PlotTGraphTObjArray `root-config --cflags --glibs`
2022-07-13 14:08:02 -04:00
# Isotope: ../Cleopatra/Isotope.h ../Cleopatra/Isotope.C
# $(CC) Isotope.C -o Isotope