xref: /petsc/src/sys/webclient/makefile (revision eebeffd56c469d0dd735bf4c453f7784a6af35db)
1b967cddfSBarry Smith#requirespackage  'PETSC_HAVE_SSL'
2*eebeffd5SSatish Balay#requiresdefine   'PETSC_USE_SOCKET_VIEWER'
3b967cddfSBarry Smith
4b967cddfSBarry SmithALL: lib
5b967cddfSBarry Smith
6b967cddfSBarry SmithCFLAGS    =
7b967cddfSBarry SmithFFLAGS    =
8b967cddfSBarry SmithCPPFLAGS  =
9c245270aSBarry SmithSOURCEC	  = client.c google.c box.c textbelt.c globus.c
10b967cddfSBarry SmithSOURCEF	  =
110efc6a03SBarry SmithSOURCEH	  = ../../../include/petscwebclient.h
12b967cddfSBarry SmithMANSEC	  = Sys
13b967cddfSBarry SmithLIBBASE	  = libpetscsys
14b967cddfSBarry SmithDIRS	  = examples
15b967cddfSBarry SmithLOCDIR	  = src/sys/webclient/
16b967cddfSBarry 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
20b967cddfSBarry Smith
21b967cddfSBarry Smith
22b967cddfSBarry Smith
23