xref: /petsc/src/sys/classes/viewer/impls/mathematica/makefile (revision 613ce9fe8f5e2bcdf7c72d914e9769b5d960fb4c)
1-include ../../../../../../petscdir.mk
2#requirespackage  'PETSC_HAVE_MATHEMATICA'
3#requiresscalar real
4
5CFLAGS     = ${MATHEMATICA_INCLUDE}
6MANSEC     = Sys
7SUBMANSEC  = Viewer
8LIBBASE    = libpetscsys
9
10include ${PETSC_DIR}/lib/petsc/conf/variables
11include ${PETSC_DIR}/lib/petsc/conf/rules_doc.mk
12
13runtime: runtime.o
14	${CLINKER} -o $@ $@.o  ${PETSC_KSP_LIB}
15	${RM} -f $@.o
16
17
18run: runtime
19	./runtime
20