Skip to content

Commit

Permalink
Makefile for MaxRingMulticastVary
Browse files Browse the repository at this point in the history
  • Loading branch information
kitcheung committed Mar 4, 2016
1 parent f8559e4 commit 5f440c8
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions test/Infrastructure/MaxRingMulticastVary/build/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
####################################################
# Makefile ------- Thomas Chau 2013 #
# Tested for MaxCompiler 2013.2.2 #
####################################################
# 1) For SLiC interface only
# If you are using MaxCompilerRT,
# use maxfilecompile instead of sliccompile
# and change LFLAGS -lslic to -lmaxcompilerrt
# 2) This makefile uses common settings and
# compilation targets defined in the root folder
# 3) Usage
# -----
# Build and run simulation: make runsim
# Kill failed simulation: make stopsim
# Debug simulation: make debug
# Build DFE: make build
# Run DFE: make run
# Clean binaries: make clean
# Clean all generated files: make distclean


# ---- Project settings ----

WHEREISROOT=../../..


# Assuming Kernel and Manager class names follow the pattern below:
PRJ=MaxRingMulticastVary
KERNEL=$(PRJ)Kernel
MANAGER=$(PRJ)Manager


# Using known hardware settings
include $(WHEREISROOT)/Makefile.Maia.hardware


# Using common compillation targets and compiler settings
include $(WHEREISROOT)/Makefile.common

0 comments on commit 5f440c8

Please sign in to comment.