1037d844dSBarry Smith 2037d844dSBarry SmithALL: lib 3037d844dSBarry Smith 447c6ae99SBarry SmithCFLAGS = ${MATLAB_INCLUDE} ${PNETCDF_INCLUDE} 547c6ae99SBarry SmithFFLAGS = 647c6ae99SBarry SmithSOURCEC = da2.c da1.c da3.c daghost.c dacorn.c dagtol.c daltol.c \ 79a42bb27SBarry Smith daindex.c dascatter.c dacreate.c dadestroy.c dalocal.c \ 847c6ae99SBarry Smith dadist.c daview.c dasub.c gr1.c gr2.c daload.c dagtona.c \ 9f4bdf6c4SBarry Smith dainterp.c dapf.c dagetarray.c dagetelem.c da.c dareg.c fdda.c 1047c6ae99SBarry SmithOBJSC = da2.o da1.o da3.o daghost.o dacorn.o dagtol.o daltol.o \ 119a42bb27SBarry Smith daindex.o dascatter.o dacreate.o dadestroy.o dalocal.o \ 1247c6ae99SBarry Smith dadist.o daview.o dasub.o gr1.o gr2.o daload.o dagtona.o \ 13f4bdf6c4SBarry Smith dainterp.o dapf.o dagetarray.o dagetelem.o da.o dareg.o fdda.o 14*3c48a1e8SJed BrownSOURCEH = ../../../../include/private/daimpl.h ../../../../include/petscdmda.h 152f4ee27dSBarry SmithLIBBASE = libpetscdm 16f4bdf6c4SBarry SmithDIRS = usfft utils hypre 1747c6ae99SBarry SmithLOCDIR = src/dm/impls/da/ 18325fc9f4SBarry SmithMANSEC = DM 19037d844dSBarry Smith 20037d844dSBarry Smithinclude ${PETSC_DIR}/conf/variables 21037d844dSBarry Smithinclude ${PETSC_DIR}/conf/rules 22037d844dSBarry Smithinclude ${PETSC_DIR}/conf/test 23037d844dSBarry Smith 24