IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cxroot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue 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
Air Shower Physics
cxroot
Commits
2024031f
Commit
2024031f
authored
4 years ago
by
Ralf M Ulrich
Browse files
Options
Downloads
Patches
Plain Diff
no preshower
parent
507c9473
No related branches found
No related tags found
No related merge requests found
Pipeline
#1756
canceled
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+9
-3
9 additions, 3 deletions
Makefile
with
9 additions
and
3 deletions
Makefile
+
9
−
3
View file @
2024031f
...
...
@@ -41,7 +41,7 @@ MC3D =
#MC3D = -D__MC3D__ -D__COAST__
LOWMEMORY
=
-D__SORT_FOR_ENERGY__
#LOWMEMORY= -D__SAVEMEMO__ -D__SORT_FOR_ENERGY__ -D__CXDEBUG__
CPPFLAGS
=
-D__URQMD__
-D__CXSUB__
-D__PRESHOW__
$(
LOWMEMORY
)
$(
CONEX_EXTENSIONS
)
$(
MC3D
)
-fPIC
CPPFLAGS
=
-D__URQMD__
-D__CXSUB__
$(
LOWMEMORY
)
$(
CONEX_EXTENSIONS
)
$(
MC3D
)
-fPIC
# compiler selection
COMP
:=
`
which gfortran 2>&1 |
grep
-v
which
`
COMPIL
:=
"
$(
shell echo
$(
COMP
))
"
...
...
@@ -70,8 +70,14 @@ ifndef CX_NO_ROOT
ROOTLDFLAGS
:=
-Wl
,--no-as-needed
$(
shell root-config
--libs
)
CCFLAGS
+=
$(
ROOTCFLAGS
)
endif
PRESHOW_OBJS
:=
ifdef
CORSIKA_8
# use HE/LE model code from C8, not from CONEX
CPPFLAGS
+=
-D__CORSIKA8__
else
# do not include preshower in C8
CPPFLAGS
+=
-D__PRESHOW__
PRESHOW_OBJS
:=
$(
OBJDIR
)
/preshw.o
$(
OBJDIR
)
/utils.o
$(
OBJDIR
)
/veto.o
endif
ifeq
("$(SYSTEM)", "Darwin")
...
...
@@ -108,7 +114,7 @@ FFLAGS += $(OPTIMZE) $(DEBUG)
CFLAGS
+=
$(
OPTIMZE
)
$(
DEBUG
)
CXXFLAGS
+=
$(
OPTIMZE
)
$(
DEBUG
)
OBJS
:=
$(
OBJDIR
)
/conex_f.o
$(
OBJDIR
)
/preshw.o
$(
OBJDIR
)
/utils.o
$(
OBJDIR
)
/veto.o
$(
OBJDIR
)
/leadingInteractionsData.o
OBJS
:=
$(
OBJDIR
)
/conex_f.o
$(
OBJDIR
)
/leadingInteractionsData.o
ifdef
CONEX_EXTENSIONS
ifndef
CX_NO_ROOT
...
...
@@ -132,7 +138,7 @@ endif
BZ2
=
""
INTERFACE_SOURCE
:=
$(
TABDIR
)
/readLib/source/Interface.dummy.cc
OBJS
+=
$(
OBJDIR
)
/Interface.o
OBJS
+=
$(
OBJDIR
)
/Interface.o
$(
PRESHOW_OBJS
)
ifndef
NO_BOOST
BZ2
=
".bz2"
INTERFACE_SOURCE
:=
$(
TABDIR
)
/readLib/source/Interface.boost.cc
...
...
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