xref: /petsc/src/sys/classes/draw/impls/x/makefile (revision 8067a7d5d1c29607366ed2aff819d529007817c0)
15c6c1daeSBarry Smith
25c6c1daeSBarry Smith#requirespackage 'PETSC_HAVE_X'
35c6c1daeSBarry Smith
45c6c1daeSBarry SmithALL: lib
55c6c1daeSBarry Smith
65c6c1daeSBarry SmithCFLAGS    =
75c6c1daeSBarry SmithFFLAGS    =
85c6c1daeSBarry SmithCPPFLAGS  = ${X_INCLUDE}
9*8067a7d5SLisandro DalcinSOURCEC   = xinit.c ximage.c xcolor.c xops.c xioerr.c xtext.c xtone.c drawopenx.c
105c6c1daeSBarry SmithSOURCEF   =
115c6c1daeSBarry SmithSOURCEH   = ximpl.h
125c6c1daeSBarry SmithMANSEC    = Draw
135c6c1daeSBarry SmithLIBBASE   = libpetscsys
145c6c1daeSBarry SmithDIRS      =
155c6c1daeSBarry SmithLOCDIR   = src/sys/classes/draw/impls/x/
165c6c1daeSBarry Smith
17af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
18af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules
19af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/test
20