1LEVEL = ../../../../make 2 3CXX_SOURCES := main.cpp 4 5CFLAGS_EXTRAS += -mmpx -fcheck-pointer-bounds -lmpxwrappers -lmpx -fuse-ld=bfd 6 7include $(LEVEL)/Makefile.rules 8