xref: /petsc/src/sys/classes/viewer/impls/mathematica/makefile (revision 4bb2516a9f08f79a30c7544bad46962d66afb2db)
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
12
13runtime: runtime.o
14	${CLINKER} -o $@ $@.o  ${PETSC_KSP_LIB}
15	${RM} -f $@.o
16
17
18run: runtime
19	./runtime
20