petsc-3.3-p7 2013-05-11
CFLAGS                = 
FFLAGS                = 
CPPFLAGS        =
FPPFLAGS        =
LOCDIR          = src/dm/adda/examples/tests/
EXAMPLESC       = ex1.c
EXAMPLESF       = 
MANSEC          = DM
SUBMANSEC       = DMADDA

include ${PETSC_DIR}/conf/variables
include ${PETSC_DIR}/conf/rules

ex1: ex1.o   chkopts
        -${CLINKER} -o ex1 ex1.o  ${PETSC_DM_LIB}
        ${RM} -f ex1.o

include ${PETSC_DIR}/conf/test