xref: /petsc/src/sys/webclient/makefile (revision c4762a1b19cd2af06abeed90e8f9d34fb975dd94)
1b967cddfSBarry Smith#requirespackage  'PETSC_HAVE_SSL'
2eebeffd5SSatish Balay#requiresdefine   'PETSC_USE_SOCKET_VIEWER'
3b967cddfSBarry Smith
4b967cddfSBarry SmithALL: lib
5b967cddfSBarry Smith
6b967cddfSBarry SmithCFLAGS    =
7b967cddfSBarry SmithFFLAGS    =
8b967cddfSBarry SmithCPPFLAGS  =
9763ec7b1SBarry SmithSOURCEC	  = client.c google.c box.c textbelt.c globus.c tellmycell.c
10b967cddfSBarry SmithSOURCEF	  =
110efc6a03SBarry SmithSOURCEH	  = ../../../include/petscwebclient.h
12b967cddfSBarry SmithMANSEC	  = Sys
13b967cddfSBarry SmithLIBBASE	  = libpetscsys
14*c4762a1bSJed BrownDIRS	  = tutorials
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