1b967cddfSBarry Smith#requirespackage 'PETSC_HAVE_SSL' 2*0dad66eaSBarry 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 17b967cddfSBarry Smithinclude ${PETSC_DIR}/conf/variables 18b967cddfSBarry Smithinclude ${PETSC_DIR}/conf/rules 19b967cddfSBarry Smithinclude ${PETSC_DIR}/conf/test 20b967cddfSBarry Smith 21b967cddfSBarry Smith 22b967cddfSBarry Smith 23