Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ framework: FORCE
cd ${GENIE}


physics-neutrino-scattering-modes: FORCE
physics-neutrino-scattering-modes: framework physics-nuclear-environment physics-utilities FORCE
@echo " "
@echo "** Building simulation modules for neutrino scattering modes..."
cd ${GENIE}/src/Physics/AnomalyMediatedNuGamma/XSection && $(MAKE) && \
Expand Down Expand Up @@ -117,7 +117,7 @@ physics-neutrino-scattering-modes: FORCE
cd ${GENIE}/src/Physics/HEDIS/EventGen && $(MAKE) && \
cd ${GENIE}

physics-nucleon-decay:
physics-nucleon-decay: framework physics-nuclear-environment
@echo " "
@echo "** Building nucleon decay library..."
ifeq ($(strip $(GOPT_ENABLE_NUCLEON_DECAY)),YES)
Expand All @@ -131,7 +131,7 @@ else
endif


physics-nnbar-oscillation:
physics-nnbar-oscillation: physics-nuclear-environment
@echo " "
@echo "** Building n-nbar oscillation library..."
ifeq ($(strip $(GOPT_ENABLE_NNBAR_OSCILLATION)),YES)
Expand Down Expand Up @@ -183,7 +183,7 @@ else
endif


physics-utilities: FORCE
physics-utilities: framework FORCE
@echo " "
@echo "** Building misc physics utility libraries..."
cd ${GENIE}/src/Physics && \
Expand All @@ -205,7 +205,7 @@ physics-nuclear-environment: FORCE
cd ${GENIE}


physics-hadronic-simulations: FORCE
physics-hadronic-simulations: physics-nuclear-environment FORCE
@echo " "
@echo "** Building libraries for hadronic simulations..."
cd ${GENIE}/src/Physics && \
Expand Down