Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
73cf7456
Commit
73cf7456
authored
Apr 26, 2016
by
Daniel Hynds
Browse files
place event dictionary first in executable dependencies
Former-commit-id: 63ad3a8719f050a9e6e28551b912ca552e8a89a7
parent
01ee6152
Changes
1
Hide whitespace changes
Inline
Side-by-side
branches/trunk/Makefile
View file @
73cf7456
...
...
@@ -60,7 +60,7 @@ ${BINDIR}EventDict.o : ${DATAOBJS}
@
rootcint core/EventDict.C
-c
${DATAOBJS}
@
$(CC)
$(CFLAGS)
${INCLUDE_PATH}
-c
core/EventDict.C
-o
${BINDIR}
EventDict.o
${EXE}
:
${OBJS} ${DATACLASSOBJS} ${ALGOBJS}
${BINDIR}EventDict.o
${EXE}
:
${BINDIR}EventDict.o
${OBJS} ${DATACLASSOBJS} ${ALGOBJS}
@
echo
"Making executable tbAnalysis"
@
$(CC)
-o
${BINDIR}
tbAnalysis
$(OBJS)
${DATACLASSOBJS}
${ALGOBJS}
$(LFLAGS)
...
...
Write
Preview
Supports
Markdown
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