PACKAGE_TARNAME = papi
prefix = /usr
exec_prefix = /usr
datarootdir = ${prefix}/share
datadir = /usr/share/${PACKAGE_TARNAME}
DATADIR = $(DESTDIR)$(datadir)
LIBRARY = libpapi.a
PAPILIB = $(LIBRARY)
INCLUDE = -I. -I/usr/include
CC	= gcc
F77	= gfortran
CC_R	= $(CC) -pthread
CFLAGS	= -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -funwind-tables -fstack-clash-protection -g -Wextra  -Wall -O1

