xref: /petsc/src/sys/webclient/makefile (revision 0efc6a0385228cde9a68b4e67359bfe0b0532191)
1b967cddfSBarry Smith#requirespackage  'PETSC_HAVE_SSL'
2b967cddfSBarry Smith
3b967cddfSBarry SmithALL: lib
4b967cddfSBarry Smith
5b967cddfSBarry SmithCFLAGS    =
6b967cddfSBarry SmithFFLAGS    =
7b967cddfSBarry SmithCPPFLAGS  =
8*0efc6a03SBarry SmithSOURCEC	  = client.c google.c
9b967cddfSBarry SmithSOURCEF	  =
10*0efc6a03SBarry SmithSOURCEH	  = ../../../include/petscwebclient.h
11b967cddfSBarry SmithMANSEC	  = Sys
12b967cddfSBarry SmithLIBBASE	  = libpetscsys
13b967cddfSBarry SmithDIRS	  = examples
14b967cddfSBarry SmithLOCDIR	  = src/sys/webclient/
15b967cddfSBarry Smith
16b967cddfSBarry Smithinclude ${PETSC_DIR}/conf/variables
17b967cddfSBarry Smithinclude ${PETSC_DIR}/conf/rules
18b967cddfSBarry Smithinclude ${PETSC_DIR}/conf/test
19b967cddfSBarry Smith
20b967cddfSBarry Smith
21b967cddfSBarry Smith
22