File: makefile

package info (click to toggle)
petsc 3.10.3%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 209,064 kB
  • sloc: ansic: 587,333; python: 29,696; makefile: 12,445; fortran: 11,626; f90: 9,677; cpp: 8,768; sh: 1,027; xml: 621; objc: 445; csh: 194; java: 13
file content (17 lines) | stat: -rw-r--r-- 508 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

CFLAGS   =
FFLAGS   =
SOURCEC  =
SOURCEF  =
SOURCEH  = petsc.h petscsys.h petscmath.h petscmatlab.h petscbt.h \
        petscvalgrind.h petscversion.h petscviewerhdf5.h \
        petscviewersaws.h petscwebclient.h petscblaslapack.h \
        petscblaslapack_stdcall.h petscgll.h
LIBBASE  = libpetscvec
DIRS     = petsc/finclude petsc/private
LOCDIR   = include/
MANSEC   = Sys

include ${PETSC_DIR}/lib/petsc/conf/variables
include ${PETSC_DIR}/lib/petsc/conf/rules
include ${PETSC_DIR}/lib/petsc/conf/test