4 |
# libspoopc can be built with/without some features: |
# libspoopc can be built with/without some features: |
5 |
# |
# |
6 |
# the full libspopc: with semaphres and SSL (openssl) |
# the full libspopc: with semaphres and SSL (openssl) |
7 |
VERSION=0.12rs |
#VERSION=0.12rs |
8 |
CFLAGS= -Wall -Wextra -pedantic -pipe -fPIC -Os -DUSE_SSL -D_REENTRANT -DUSE_SEM |
#CFLAGS= -Wall -Wextra -pedantic -pipe -fPIC -Os -DUSE_SSL -D_REENTRANT -DUSE_SEM |
9 |
LDFLAGS=-lssl -lcrypto -lrt |
#LDFLAGS=-lssl -lcrypto -lrt |
10 |
# |
# |
11 |
# the full libspopc: with mutexes and SSL (openssl) |
# the full libspopc: with mutexes and SSL (openssl) |
12 |
#VERSION=0.12ps |
#VERSION=0.12ps |
19 |
#LDFLAGS=-lssl -lcrypto |
#LDFLAGS=-lssl -lcrypto |
20 |
# |
# |
21 |
# the backward-compat non-reentrant non-SSL libspopc |
# the backward-compat non-reentrant non-SSL libspopc |
22 |
#VERSION=0.12n |
VERSION=0.12n |
23 |
#CFLAGS= -Wall -Wextra -pedantic -pipe -fPIC -Os |
CFLAGS= -Wall -Wextra -pedantic -pipe -fPIC -Os |
24 |
#LDFLAGS= |
LDFLAGS= |
25 |
# |
# |
26 |
# info: strdup, snprintf.. are not in ANSI versions of stdio.h/string.h |
# info: strdup, snprintf.. are not in ANSI versions of stdio.h/string.h |
27 |
# this could be nice to conform to -ansi or to -std=iso9899:199409 |
# this could be nice to conform to -ansi or to -std=iso9899:199409 |