0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-17 22:18:52 +02:00
construct/rb/Makefile.am

47 lines
953 B
Makefile
Raw Normal View History

AUTOMAKE_OPTIONS = foreign
pkgconfigdir = $(libdir)/pkgconfig
#pkgconfig_DATA = librb.pc
AM_CPPFLAGS = -I$(top_srcdir)/include @SSL_CFLAGS@ @GNUTLS_CFLAGS@ @MBEDTLS_CFLAGS@
librb_la_SOURCES = \
unix.c \
win32.c \
crypt.c \
balloc.c \
commio.c \
mbedtls.c \
openssl.c \
gnutls.c \
nossl.c \
event.c \
rb.c \
rb_memory.c \
linebuf.c \
tools.c \
helper.c \
devpoll.c \
epoll.c \
poll.c \
ports.c \
sigio.c \
select.c \
kqueue.c \
rawbuf.c \
2008-07-30 00:41:27 +02:00
patricia.c \
dictionary.c \
radixtree.c \
arc4random.c \
version.c
librb_la_LDFLAGS = @SSL_LIBS@ @GNUTLS_LIBS@ @MBEDTLS_LIBS@ -avoid-version -no-undefined -export-symbols export-syms.txt
librb_la_LIBADD = @SSL_LIBS@ @GNUTLS_LIBS@ @MBEDTLS_LIBS@
lib_LTLIBRARIES = librb.la
mrproper-local:
rm -f $(top_srcdir)/include/rb/config.h
rm -f $(top_srcdir)/include/rb/config.h.in
rm -f $(top_srcdir)/include/rb/stamp-h1