CFLAGS	        = 
FFLAGS	        = 
CPPFLAGS        =
FPPFLAGS        =
LOCDIR          = src/sys/viewer/examples/tests/
EXAMPLESC       = ex3.c
MANSEC          = Viewer

include ${PETSC_DIR}/conf/base

ex3: ex3.o   chkopts
	-${CLINKER} -o ex3 ex3.o  ${PETSC_SYS_LIB}
	${RM} -f ex3.o

runex3:
	-@${MPIEXEC} -np 1 ./ex3

TESTEXAMPLES_C_X11	  = 
TESTEXAMPLES_C_X11_MPIUNI = ex3.PETSc runex3 ex3.rm

include ${PETSC_DIR}/conf/test