1example_name = miscellaneous_ex14
2install_dir  = $(examples_install_path)/miscellaneous/ex14
3data         = miscellaneous_ex14.C run.sh
4sources      = $(data) run.sh
5
6# conditionally enable this test
7if LIBMESH_ENABLE_INFINITE_ELEMENTS
8  check_SCRIPTS = run.sh
9endif
10
11CLEANFILES = U-0_inf.e *_infini_0.txt
12
13##############################################
14# include common example environment
15include $(top_srcdir)/examples/Make.common
16