2002-06-29 01:26:42 +02:00
|
|
|
|
2004-10-30 21:27:06 +02:00
|
|
|
noinst_LIBRARIES = libor.a libor-crypto.a
|
2002-06-29 01:26:42 +02:00
|
|
|
|
|
|
|
#CFLAGS = -Wall -Wpointer-arith -O2
|
|
|
|
|
2007-04-11 02:30:22 +02:00
|
|
|
libor_a_SOURCES = log.c util.c compat.c container.c mempool.c
|
2004-10-30 21:27:06 +02:00
|
|
|
libor_crypto_a_SOURCES = crypto.c aes.c tortls.c torgzip.c
|
2002-06-29 01:26:42 +02:00
|
|
|
|
2008-02-17 20:03:49 +01:00
|
|
|
if USE_OPENBSD_MALLOC
|
|
|
|
libor_a_SOURCES += OpenBSD_Malloc_Linux.c
|
|
|
|
endif
|
|
|
|
|
2007-04-11 02:30:22 +02:00
|
|
|
noinst_HEADERS = log.h crypto.h test.h util.h compat.h aes.h torint.h tortls.h strlcpy.c strlcat.c torgzip.h container.h ht.h mempool.h
|