Makefile 325 B

12345678910111213
  1. STARPU=../../
  2. CPPFLAGS=-I$(STARPU)/src
  3. CFLAGS=-Wall -Wextra -g $(STARPU)/src/common/rbtree.c
  4. LDFLAGS=-lsimgrid
  5. MC_FLAGS=--cfg=model-check/reduction:none
  6. test: prio_list
  7. simgrid-mc ./prio_list platform.xml MAIN $(MC_FLAGS)
  8. debug: prio_list
  9. simgrid-mc ./prio_list platform.xml MAIN --log=mc_safety.thres:debug $(MC_FLAGS)