Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
414b03f4
Commit
414b03f4
authored
Feb 12, 2021
by
Antoine Kaufmann
Browse files
trace: add to toplevel makefile
parent
febc2a3a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
Makefile
Makefile
+1
-0
trace/rules.mk
trace/rules.mk
+9
-6
No files found.
Makefile
View file @
414b03f4
...
@@ -39,6 +39,7 @@ $(eval $(call subdir,lib))
...
@@ -39,6 +39,7 @@ $(eval $(call subdir,lib))
$(eval
$(call
subdir,sims))
$(eval
$(call
subdir,sims))
$(eval
$(call
subdir,doc))
$(eval
$(call
subdir,doc))
$(eval
$(call
subdir,images))
$(eval
$(call
subdir,images))
$(eval
$(call
subdir,trace))
all
:
$(ALL_ALL)
all
:
$(ALL_ALL)
...
...
trace/rules.mk
View file @
414b03f4
...
@@ -20,11 +20,14 @@
...
@@ -20,11 +20,14 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
CXXFLAGS
:=
-O3
-Wall
-Wextra
-g
-Wno-unused-parameter
-fpermissive
include
mk/subdir_pre.mk
LDLIBS
:=
-lboost_iostreams
process
:
process.o sym_map.o log_parser.o gem5.o nicbm.o
bin_trace_process
:=
$(d)
process
process
:
CC=$(CXX)
clean
:
OBJS
:=
$(
addprefix
$(d)
, process.o sym_map.o log_parser.o gem5.o nicbm.o
)
rm
*
.o process
$(bin_trace_process)
:
$(OBJS) -lboost_iostreams
CLEAN
:=
$(bin_trace_process)
$(OBJS)
ALL
:=
$(bin_trace_process)
include
mk/subdir_post.mk
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