]> jfr.im git - solanum.git/blob - librb/src/Makefile.am
Change struct Dictionary(*) to rb_dictionary(_\1).
[solanum.git] / librb / src / Makefile.am
1 # $Id: Makefile.am 26046 2008-09-09 16:37:30Z androsyn $
2
3 AUTOMAKE_OPTIONS = foreign
4
5 AM_CPPFLAGS = -I. -I../include @SSL_CFLAGS@ @GNUTLS_CFLAGS@ @MBEDTLS_CFLAGS@
6
7 BUILT_SOURCES = version.c
8
9 version.c: version.c.SH ../CREDITS
10 $(SHELL) ./version.c.SH
11 $(CP) version.c version.c.last
12
13 version.lo: version.c ../include/serno.h
14 $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(INCLUDES) -c $< -o $@
15
16 librb_la_SOURCES = \
17 unix.c \
18 win32.c \
19 crypt.c \
20 balloc.c \
21 commio.c \
22 mbedtls.c \
23 openssl.c \
24 gnutls.c \
25 nossl.c \
26 event.c \
27 rb_lib.c \
28 rb_memory.c \
29 linebuf.c \
30 tools.c \
31 helper.c \
32 devpoll.c \
33 epoll.c \
34 poll.c \
35 ports.c \
36 sigio.c \
37 select.c \
38 kqueue.c \
39 rawbuf.c \
40 patricia.c \
41 dictionary.c \
42 radixtree.c \
43 arc4random.c \
44 version.c
45
46 librb_la_LDFLAGS = @SSL_LIBS@ @GNUTLS_LIBS@ @MBEDTLS_LIBS@ -avoid-version -no-undefined -export-symbols export-syms.txt
47 librb_la_LIBADD = @SSL_LIBS@ @GNUTLS_LIBS@ @MBEDTLS_LIBS@
48 lib_LTLIBRARIES = librb.la