xref: /petsc/src/sys/logging/utils/makefile (revision 5c6c1daec53e1d9ab0bec9db5309fd8fc7645b8d)
1*5c6c1daeSBarry Smith#requiresdefine    'PETSC_USE_LOG'
2*5c6c1daeSBarry Smith
3*5c6c1daeSBarry SmithALL: lib
4*5c6c1daeSBarry Smith
5*5c6c1daeSBarry SmithCFLAGS    =
6*5c6c1daeSBarry SmithFFLAGS    =
7*5c6c1daeSBarry SmithCPPFLAGS  =
8*5c6c1daeSBarry SmithSOURCEC	  = classLog.c stageLog.c eventLog.c stack.c
9*5c6c1daeSBarry SmithSOURCEF	  =
10*5c6c1daeSBarry SmithSOURCEH	  =
11*5c6c1daeSBarry SmithMANSEC	  = Profiling
12*5c6c1daeSBarry SmithLIBBASE	  = libpetscsys
13*5c6c1daeSBarry SmithDIRS	  =
14*5c6c1daeSBarry SmithLOCDIR	  = src/sys/plog/utils/
15*5c6c1daeSBarry Smith
16*5c6c1daeSBarry Smithinclude ${PETSC_DIR}/conf/variables
17*5c6c1daeSBarry Smithinclude ${PETSC_DIR}/conf/rules
18*5c6c1daeSBarry Smithinclude ${PETSC_DIR}/conf/test
19