PACKAGE_TARNAME = papi
prefix = /usr
exec_prefix = /usr
datarootdir = ${prefix}/share
datadir = /usr/share/${PACKAGE_TARNAME}
DATADIR = $(DESTDIR)$(datadir)
INCLUDE = -I. -I/usr/include
CC	= gcc
F77	= gfortran
CC_R	= $(CC) -pthread
CFLAGS	= -O2 -g -grecord-gcc-switches -pipe -fstack-protector-strong  -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection   -DPAPI_NUM_COMP=14 -O1
ENABLE_FORTRAN = yes
