Lines Matching refs:o
10 PetscTime: PetscTime.o
11 -${CLINKER} -o PetscTime PetscTime.o ${PETSC_LIB}
12 ${RM} -f PetscTime.o
14 PetscGetTime: PetscGetTime.o
15 -${CLINKER} -o PetscGetTime PetscGetTime.o ${PETSC_LIB}
16 ${RM} -f PetscGetTime.o
18 PetscGetCPUTime: PetscGetCPUTime.o
19 -${CLINKER} -o PetscGetCPUTime PetscGetCPUTime.o ${PETSC_LIB}
20 ${RM} -f PetscGetCPUTime.o
22 MPI_Wtime: MPI_Wtime.o
23 -${CLINKER} -o MPI_Wtime MPI_Wtime.o ${PETSC_LIB}
24 ${RM} -f MPI_Wtime.o
26 PLogEvent: PLogEvent.o
27 -${CLINKER} -o PLogEvent PLogEvent.o ${PETSC_LIB}
28 ${RM} -f PLogEvent.o
30 PetscMalloc: PetscMalloc.o
31 -${CLINKER} -o PetscMalloc PetscMalloc.o ${PETSC_LIB}
32 ${RM} -f PetscMalloc.o
34 PetscMemcpy: PetscMemcpy.o
35 -${CLINKER} -o PetscMemcpy PetscMemcpy.o ${PETSC_LIB}
36 ${RM} -f PetscMemcpy.o
38 PetscMemzero: PetscMemzero.o
39 -${CLINKER} -o PetscMemzero PetscMemzero.o ${PETSC_LIB}
40 ${RM} -f PetscMemzero.o
42 PetscMemcmp: PetscMemcmp.o
43 -${CLINKER} -o PetscMemcmp PetscMemcmp.o ${PETSC_LIB}
44 ${RM} -f PetscMemcmp.o
46 Index: Index.o
47 -${CLINKER} -o Index Index.o ${PETSC_LIB}
48 ${RM} -f Index.o
50 PetscVecNorm: PetscVecNorm.o
51 -${CLINKER} -o PetscVecNorm PetscVecNorm.o ${PETSC_LIB}
52 ${RM} -f PetscVecNorm.o
54 sizeof: sizeof.o
55 -${CLINKER} -o sizeof sizeof.o ${PETSC_LIB}
56 ${RM} -f sizeof.o