Skip to content
Snippets Groups Projects
Commit b36e4a03 authored by matta's avatar matta
Browse files

* Adding DUMMYDetectorData to lib list and updating NPS make file

	- Now NPS also use the liblist
parent 0219948c
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,5 @@ echo -L$NPLIB/lib -lVDetector -lDetectorManager -lCalibrationManager -lIORoot - ...@@ -4,4 +4,5 @@ echo -L$NPLIB/lib -lVDetector -lDetectorManager -lCalibrationManager -lIORoot -
-lPlasticData -lPlasticPhysics \ -lPlasticData -lPlasticPhysics \
-lAnnularS1Data \ -lAnnularS1Data \
-lGaspardData -lGaspardPhysics \ -lGaspardData -lGaspardPhysics \
-lDUMMYDetectorData \
-lInitialConditions -lInteractionCoordinates -lInitialConditions -lInteractionCoordinates
# $Id: GNUmakefile,v 1.1 1999/01/07 16:05:40 gunter Exp $ # $Id: GNUmakefile,v 1.1 1999/01/07 16:05:40 gunter Exp $
# -------------------------------------------------------------- # --------------------------------------------------------------
# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. # GNUmakefile based on examples module by Gabriele Cosmo, 06/04/98.
# -------------------------------------------------------------- # --------------------------------------------------------------
name := Simulation name := Simulation
...@@ -11,17 +11,15 @@ ifndef G4INSTALL ...@@ -11,17 +11,15 @@ ifndef G4INSTALL
G4INSTALL = ../../.. G4INSTALL = ../../..
endif endif
#G4 work directory is the path where # G4 work directory is the path where
#Result of compilation is put # Result of compilation is put in (./$G4WORKDIR/bin/$G4SYSTEM/)
# to execute your programm : ./$G4WORKDIR/bin/$G4SYSTEM/Simulation xx.reaction xx.detector # to execute your programm : ./$G4WORKDIR/bin/$G4SYSTEM/Simulation xx.reaction xx.detector
G4WORKDIR = ./ G4WORKDIR = ./
CPPFLAGS += $(shell root-config --cflags) CPPFLAGS += $(shell root-config --cflags)
CPPFLAGS += -I$(NPLIB)/include CPPFLAGS += -I$(NPLIB)/include
EXTRALIBS = $(shell root-config --glibs) EXTRALIBS = $(shell root-config --glibs) -lMathMore
EXTRALIBS += -L$(NPLIB)/lib -lMust2Data -lAnnularS1Data -lGaspardData -lPlasticData -lDUMMYDetectorData -lSSSDData\ EXTRALIBS += `$(NPLIB)/liblist`
-lInitialConditions -lInteractionCoordinates \
-lReaction -lIORoot
.PHONY: all .PHONY: all
all: lib bin all: lib bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment