xref: /petsc/src/ts/impls/glee/makefile (revision 2302aa1b855ebd0b8f717ac1679b74fa80c21cfb)
1*2302aa1bSDebojyoti Ghosh
2*2302aa1bSDebojyoti GhoshALL: lib
3*2302aa1bSDebojyoti Ghosh
4*2302aa1bSDebojyoti GhoshCFLAGS   =
5*2302aa1bSDebojyoti GhoshFFLAGS   =
6*2302aa1bSDebojyoti GhoshSOURCEC  = glee.c
7*2302aa1bSDebojyoti GhoshSOURCEF  =
8*2302aa1bSDebojyoti GhoshSOURCEH  =
9*2302aa1bSDebojyoti GhoshLIBBASE  = libpetscts
10*2302aa1bSDebojyoti GhoshMANSEC   = TS
11*2302aa1bSDebojyoti GhoshLOCDIR   = src/ts/impls/explicit/glee/
12*2302aa1bSDebojyoti Ghosh
13*2302aa1bSDebojyoti Ghoshinclude ${PETSC_DIR}/lib/petsc/conf/variables
14*2302aa1bSDebojyoti Ghoshinclude ${PETSC_DIR}/lib/petsc/conf/rules
15*2302aa1bSDebojyoti Ghoshinclude ${PETSC_DIR}/lib/petsc/conf/test
16*2302aa1bSDebojyoti Ghosh
17