1example_name = eigenproblems_ex2
2install_dir  = $(examples_install_path)/eigenproblems/ex2
3data         = eigenproblems_ex2.C run.sh
4sources      = $(data) run.sh
5
6CLEANFILES = out.e
7
8# conditionally enable this test
9if LIBMESH_ENABLE_SLEPC
10  check_SCRIPTS = run.sh
11endif
12
13##############################################
14# include common example environment
15include $(top_srcdir)/examples/Make.common
16