#
# SLEPc uses the portable makefile system provided by the PETSc library.  
# The following include files set customized site, optimization, and version
# options.  Do NOT remove any of these include files! 
#
#
# a dummy target which does nothing - just in case
# 'ALL: get mapped into this file'
#  
all_dummy:
	-@true

include ${SLEPC_DIR}/conf/slepc_common_variables
include ${SLEPC_DIR}/conf/slepc_common_rules
include ${PETSC_DIR}/conf/test

