xref: /petsc/src/sys/webclient/makefile (revision af0996ce37bc06907c37d8d91773840993d61e62)
1b967cddfSBarry Smith#requirespackage  'PETSC_HAVE_SSL'
20dad66eaSBarry Smith#requirespackage  '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
17*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
18*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules
19*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/test
20b967cddfSBarry Smith
21b967cddfSBarry Smith
22b967cddfSBarry Smith
23