Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AUSA
Erik
nuchart
Commits
055e17c1
Commit
055e17c1
authored
Dec 09, 2020
by
Erik Asbjørn Mikkelsen Jensen
Browse files
Update Makefile
parent
1b1fca2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
055e17c1
...
...
@@ -43,7 +43,11 @@ $(EXAMPLE_DIR)/beta-delayed.dat: dataprinter nuchart.root Makefile
./
$<
nuchart.root a Z N QECp QBn QEC2p QB2n QECa QBa QECp_est QBn_est QEC2p_est QB2n_est QECa_est QBa_est half_life_stbl
"Z <= 50"
"N <= 50"
>
$@
dataprinter
:
dataprinter.cxx
ifeq
($(ROOTSYS), )
# source thisroot.sh if ROOTSYS is not defined
source
$$
(
root-config
--bindir
)
/thisroot.sh
&&
$(CXX)
$(CXXFLAGS)
-o
$@
$<
$(LDLIBS)
else
$(CXX)
$(CXXFLAGS)
-o
$@
$<
$(LDLIBS)
endif
$(EXPANSION_DIR)/expand-nuchart-QEC
:
$(EXPANSION_DIR)/expand-nuchart-QEC.cxx
$(CXX)
$(CXXFLAGS)
-o
$@
$<
$(LDLIBS)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment