Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
np
nptool
Commits
b36e4a03
Commit
b36e4a03
authored
15 years ago
by
matta
Browse files
Options
Downloads
Patches
Plain Diff
* 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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NPLib/liblist
+1
-0
1 addition, 0 deletions
NPLib/liblist
NPSimulation/GNUmakefile
+5
-7
5 additions, 7 deletions
NPSimulation/GNUmakefile
with
6 additions
and
7 deletions
NPLib/liblist
+
1
−
0
View file @
b36e4a03
...
@@ -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
This diff is collapsed.
Click to expand it.
NPSimulation/GNUmakefile
+
5
−
7
View file @
b36e4a03
# $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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment