xref: /petsc/src/sys/logging/utils/makefile (revision af0996ce37bc06907c37d8d91773840993d61e62)
15c6c1daeSBarry Smith#requiresdefine    'PETSC_USE_LOG'
25c6c1daeSBarry Smith
35c6c1daeSBarry SmithALL: lib
45c6c1daeSBarry Smith
55c6c1daeSBarry SmithCFLAGS    =
65c6c1daeSBarry SmithFFLAGS    =
75c6c1daeSBarry SmithCPPFLAGS  =
8245f004bSJed BrownSOURCEC	  = classlog.c stagelog.c eventlog.c stack.c
95c6c1daeSBarry SmithSOURCEF	  =
105c6c1daeSBarry SmithSOURCEH	  =
115c6c1daeSBarry SmithMANSEC	  = Profiling
125c6c1daeSBarry SmithLIBBASE	  = libpetscsys
135c6c1daeSBarry SmithDIRS	  =
143e1910f1SJed BrownLOCDIR	  = src/sys/logging/utils/
155c6c1daeSBarry Smith
16*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
17*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules
18*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/test
19